@@ -10,7 +10,7 @@ Object {
10
10
` ;
11
11
12
12
exports [` utils / cssSnapshots with file 'empty.module.less' createExports should create an exports file 1` ] = `
13
- "declare const classes: {
13
+ "declare let classes: {
14
14
15
15
} ;
16
16
export default classes;
@@ -21,7 +21,7 @@ exports[`utils / cssSnapshots with file 'empty.module.less' getClasses should re
21
21
22
22
exports [` utils / cssSnapshots with file 'empty.module.less' with a custom template should transform the generated dts 1` ] = `
23
23
"/* eslint-disable */
24
- declare const classes: {
24
+ declare let classes: {
25
25
26
26
} ;
27
27
export default classes;
@@ -31,7 +31,7 @@ export type AllClassNames = '';"
31
31
` ;
32
32
33
33
exports [` utils / cssSnapshots with file 'empty.module.sass' createExports should create an exports file 1` ] = `
34
- "declare const classes: {
34
+ "declare let classes: {
35
35
36
36
} ;
37
37
export default classes;
@@ -42,7 +42,7 @@ exports[`utils / cssSnapshots with file 'empty.module.sass' getClasses should re
42
42
43
43
exports [` utils / cssSnapshots with file 'empty.module.sass' with a custom template should transform the generated dts 1` ] = `
44
44
"/* eslint-disable */
45
- declare const classes: {
45
+ declare let classes: {
46
46
47
47
} ;
48
48
export default classes;
@@ -52,7 +52,7 @@ export type AllClassNames = '';"
52
52
` ;
53
53
54
54
exports [` utils / cssSnapshots with file 'empty.module.scss' createExports should create an exports file 1` ] = `
55
- "declare const classes: {
55
+ "declare let classes: {
56
56
57
57
} ;
58
58
export default classes;
@@ -63,7 +63,7 @@ exports[`utils / cssSnapshots with file 'empty.module.scss' getClasses should re
63
63
64
64
exports [` utils / cssSnapshots with file 'empty.module.scss' with a custom template should transform the generated dts 1` ] = `
65
65
"/* eslint-disable */
66
- declare const classes: {
66
+ declare let classes: {
67
67
68
68
} ;
69
69
export default classes;
@@ -73,7 +73,7 @@ export type AllClassNames = '';"
73
73
` ;
74
74
75
75
exports [` utils / cssSnapshots with file 'empty.module.styl' createExports should create an exports file 1` ] = `
76
- "declare const classes: {
76
+ "declare let classes: {
77
77
78
78
} ;
79
79
export default classes;
@@ -84,7 +84,7 @@ exports[`utils / cssSnapshots with file 'empty.module.styl' getClasses should re
84
84
85
85
exports [` utils / cssSnapshots with file 'empty.module.styl' with a custom template should transform the generated dts 1` ] = `
86
86
"/* eslint-disable */
87
- declare const classes: {
87
+ declare let classes: {
88
88
89
89
} ;
90
90
export default classes;
@@ -94,7 +94,7 @@ export type AllClassNames = '';"
94
94
` ;
95
95
96
96
exports [` utils / cssSnapshots with file 'import.module.css' createExports should create an exports file 1` ] = `
97
- "declare const classes: {
97
+ "declare let classes: {
98
98
' classA' : string ;
99
99
' ClassB' : string ;
100
100
' class-c' : string ;
@@ -129,7 +129,7 @@ Object {
129
129
130
130
exports [` utils / cssSnapshots with file 'import.module.css' with a custom template should transform the generated dts 1` ] = `
131
131
"/* eslint-disable */
132
- declare const classes: {
132
+ declare let classes: {
133
133
' classA' : string ;
134
134
' ClassB' : string ;
135
135
' class-c' : string ;
@@ -152,7 +152,7 @@ export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'paren
152
152
` ;
153
153
154
154
exports [` utils / cssSnapshots with file 'import.module.less' createExports should create an exports file 1` ] = `
155
- "declare const classes: {
155
+ "declare let classes: {
156
156
' nested-class-parent' : string ;
157
157
' child-class' : string ;
158
158
' selector-blue' : string ;
@@ -185,7 +185,7 @@ Object {
185
185
186
186
exports [` utils / cssSnapshots with file 'import.module.less' with a custom template should transform the generated dts 1` ] = `
187
187
"/* eslint-disable */
188
- declare const classes: {
188
+ declare let classes: {
189
189
' nested-class-parent' : string ;
190
190
' child-class' : string ;
191
191
' selector-blue' : string ;
@@ -204,7 +204,7 @@ export type AllClassNames = 'nested-class-parent' | 'child-class' | 'selector-bl
204
204
` ;
205
205
206
206
exports [` utils / cssSnapshots with file 'import.module.styl' createExports should create an exports file 1` ] = `
207
- "declare const classes: {
207
+ "declare let classes: {
208
208
' foo' : string ;
209
209
' bar' : string ;
210
210
' baz' : string ;
@@ -240,7 +240,7 @@ Object {
240
240
241
241
exports [` utils / cssSnapshots with file 'import.module.styl' with a custom template should transform the generated dts 1` ] = `
242
242
"/* eslint-disable */
243
- declare const classes: {
243
+ declare let classes: {
244
244
' foo' : string ;
245
245
' bar' : string ;
246
246
' baz' : string ;
@@ -262,7 +262,7 @@ export type AllClassNames = 'foo' | 'bar' | 'baz' | 'col-1' | 'col-2' | 'col-3'
262
262
` ;
263
263
264
264
exports [` utils / cssSnapshots with file 'test.module.css' createExports should create an exports file 1` ] = `
265
- "declare const classes: {
265
+ "declare let classes: {
266
266
' classA' : string ;
267
267
' ClassB' : string ;
268
268
' class-c' : string ;
@@ -297,7 +297,7 @@ Object {
297
297
298
298
exports [` utils / cssSnapshots with file 'test.module.css' with a custom template should transform the generated dts 1` ] = `
299
299
"/* eslint-disable */
300
- declare const classes: {
300
+ declare let classes: {
301
301
' classA' : string ;
302
302
' ClassB' : string ;
303
303
' class-c' : string ;
@@ -320,7 +320,7 @@ export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'paren
320
320
` ;
321
321
322
322
exports [` utils / cssSnapshots with file 'test.module.less' createExports should create an exports file 1` ] = `
323
- "declare const classes: {
323
+ "declare let classes: {
324
324
' nested-class-parent' : string ;
325
325
' child-class' : string ;
326
326
' selector-blue' : string ;
@@ -353,7 +353,7 @@ Object {
353
353
354
354
exports [` utils / cssSnapshots with file 'test.module.less' with a custom template should transform the generated dts 1` ] = `
355
355
"/* eslint-disable */
356
- declare const classes: {
356
+ declare let classes: {
357
357
' nested-class-parent' : string ;
358
358
' child-class' : string ;
359
359
' selector-blue' : string ;
@@ -372,7 +372,7 @@ export type AllClassNames = 'nested-class-parent' | 'child-class' | 'selector-bl
372
372
` ;
373
373
374
374
exports [` utils / cssSnapshots with file 'test.module.sass' createExports should create an exports file 1` ] = `
375
- "declare const classes: {
375
+ "declare let classes: {
376
376
' local-class-inside-global' : string ;
377
377
' local-class' : string ;
378
378
' local-class-2' : string ;
@@ -425,7 +425,7 @@ Object {
425
425
426
426
exports [` utils / cssSnapshots with file 'test.module.sass' with a custom template should transform the generated dts 1` ] = `
427
427
"/* eslint-disable */
428
- declare const classes: {
428
+ declare let classes: {
429
429
' local-class-inside-global' : string ;
430
430
' local-class' : string ;
431
431
' local-class-2' : string ;
@@ -454,7 +454,7 @@ export type AllClassNames = 'local-class-inside-global' | 'local-class' | 'local
454
454
` ;
455
455
456
456
exports [` utils / cssSnapshots with file 'test.module.scss' createExports should create an exports file 1` ] = `
457
- "declare const classes: {
457
+ "declare let classes: {
458
458
' local-class-inside-global' : string ;
459
459
' local-class' : string ;
460
460
' local-class-2' : string ;
@@ -507,7 +507,7 @@ Object {
507
507
508
508
exports [` utils / cssSnapshots with file 'test.module.scss' with a custom template should transform the generated dts 1` ] = `
509
509
"/* eslint-disable */
510
- declare const classes: {
510
+ declare let classes: {
511
511
' local-class-inside-global' : string ;
512
512
' local-class' : string ;
513
513
' local-class-2' : string ;
@@ -536,7 +536,7 @@ export type AllClassNames = 'local-class-inside-global' | 'local-class' | 'local
536
536
` ;
537
537
538
538
exports [` utils / cssSnapshots with file 'test.module.styl' createExports should create an exports file 1` ] = `
539
- "declare const classes: {
539
+ "declare let classes: {
540
540
' foo' : string ;
541
541
' bar' : string ;
542
542
' baz' : string ;
@@ -572,7 +572,7 @@ Object {
572
572
573
573
exports [` utils / cssSnapshots with file 'test.module.styl' with a custom template should transform the generated dts 1` ] = `
574
574
"/* eslint-disable */
575
- declare const classes: {
575
+ declare let classes: {
576
576
' foo' : string ;
577
577
' bar' : string ;
578
578
' baz' : string ;
0 commit comments