@@ -105,12 +105,12 @@ exports[`utils / cssSnapshots with file 'import.module.css' createExports should
105
105
' nestedChild' : string ;
106
106
} ;
107
107
export default classes;
108
- export const classA: string;
109
- export const ClassB: string;
110
- export const parent: string;
111
- export const childA: string;
112
- export const childB: string;
113
- export const nestedChild: string;
108
+ export let classA: string;
109
+ export let ClassB: string;
110
+ export let parent: string;
111
+ export let childA: string;
112
+ export let childB: string;
113
+ export let nestedChild: string;
114
114
"
115
115
` ;
116
116
@@ -140,12 +140,12 @@ declare let classes: {
140
140
' nestedChild' : string ;
141
141
} ;
142
142
export default classes;
143
- export const classA: string;
144
- export const ClassB: string;
145
- export const parent: string;
146
- export const childA: string;
147
- export const childB: string;
148
- export const nestedChild: string;
143
+ export let classA: string;
144
+ export let ClassB: string;
145
+ export let parent: string;
146
+ export let childA: string;
147
+ export let childB: string;
148
+ export let nestedChild: string;
149
149
150
150
export const __cssModule: true;
151
151
export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
@@ -217,9 +217,9 @@ exports[`utils / cssSnapshots with file 'import.module.styl' createExports shoul
217
217
' inside-2-name-1' : string ;
218
218
} ;
219
219
export default classes;
220
- export const foo: string;
221
- export const bar: string;
222
- export const baz: string;
220
+ export let foo: string;
221
+ export let bar: string;
222
+ export let baz: string;
223
223
"
224
224
` ;
225
225
@@ -253,9 +253,9 @@ declare let classes: {
253
253
' inside-2-name-1' : string ;
254
254
} ;
255
255
export default classes;
256
- export const foo: string;
257
- export const bar: string;
258
- export const baz: string;
256
+ export let foo: string;
257
+ export let bar: string;
258
+ export let baz: string;
259
259
260
260
export const __cssModule: true;
261
261
export type AllClassNames = 'foo' | 'bar' | 'baz' | 'col-1' | 'col-2' | 'col-3' | 'local-class-1' | 'inside-local' | 'inside-1-name-2' | 'inside-2-name-1';"
@@ -273,12 +273,12 @@ exports[`utils / cssSnapshots with file 'test.module.css' createExports should c
273
273
' nestedChild' : string ;
274
274
} ;
275
275
export default classes;
276
- export const classA: string;
277
- export const ClassB: string;
278
- export const parent: string;
279
- export const childA: string;
280
- export const childB: string;
281
- export const nestedChild: string;
276
+ export let classA: string;
277
+ export let ClassB: string;
278
+ export let parent: string;
279
+ export let childA: string;
280
+ export let childB: string;
281
+ export let nestedChild: string;
282
282
"
283
283
` ;
284
284
@@ -308,12 +308,12 @@ declare let classes: {
308
308
' nestedChild' : string ;
309
309
} ;
310
310
export default classes;
311
- export const classA: string;
312
- export const ClassB: string;
313
- export const parent: string;
314
- export const childA: string;
315
- export const childB: string;
316
- export const nestedChild: string;
311
+ export let classA: string;
312
+ export let ClassB: string;
313
+ export let parent: string;
314
+ export let childA: string;
315
+ export let childB: string;
316
+ export let nestedChild: string;
317
317
318
318
export const __cssModule: true;
319
319
export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
@@ -549,9 +549,9 @@ exports[`utils / cssSnapshots with file 'test.module.styl' createExports should
549
549
' inside-2-name-1' : string ;
550
550
} ;
551
551
export default classes;
552
- export const foo: string;
553
- export const bar: string;
554
- export const baz: string;
552
+ export let foo: string;
553
+ export let bar: string;
554
+ export let baz: string;
555
555
"
556
556
` ;
557
557
@@ -585,9 +585,9 @@ declare let classes: {
585
585
' inside-2-name-1' : string ;
586
586
} ;
587
587
export default classes;
588
- export const foo: string;
589
- export const bar: string;
590
- export const baz: string;
588
+ export let foo: string;
589
+ export let bar: string;
590
+ export let baz: string;
591
591
592
592
export const __cssModule: true;
593
593
export type AllClassNames = 'foo' | 'bar' | 'baz' | 'col-1' | 'col-2' | 'col-3' | 'local-class-1' | 'inside-local' | 'inside-1-name-2' | 'inside-2-name-1';"
0 commit comments