@@ -105,12 +105,12 @@ exports[`utils / cssSnapshots with file 'import.module.css' createExports should
105105 ' nestedChild' : string ;
106106} ;
107107export 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;
114114"
115115` ;
116116
@@ -140,12 +140,12 @@ declare let classes: {
140140 ' nestedChild' : string ;
141141} ;
142142export 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;
149149
150150export const __cssModule: true;
151151export 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
217217 ' inside-2-name-1' : string ;
218218} ;
219219export 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;
223223"
224224` ;
225225
@@ -253,9 +253,9 @@ declare let classes: {
253253 ' inside-2-name-1' : string ;
254254} ;
255255export 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;
259259
260260export const __cssModule: true;
261261export 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
273273 ' nestedChild' : string ;
274274} ;
275275export 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;
282282"
283283` ;
284284
@@ -308,12 +308,12 @@ declare let classes: {
308308 ' nestedChild' : string ;
309309} ;
310310export 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;
317317
318318export const __cssModule: true;
319319export 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
549549 ' inside-2-name-1' : string ;
550550} ;
551551export 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;
555555"
556556` ;
557557
@@ -585,9 +585,9 @@ declare let classes: {
585585 ' inside-2-name-1' : string ;
586586} ;
587587export 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;
591591
592592export const __cssModule: true;
593593export 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