@@ -9,6 +9,14 @@ Object {
99}
1010` ;
1111
12+ exports [` utils / cssSnapshots with baseUrl and paths in compilerOptions sass should find the files 1` ] = `
13+ Object {
14+ " big-font" : " tsconfig-paths-module__big-font---3FOK9" ,
15+ " class-with-mixin" : " tsconfig-paths-module__class-with-mixin---Uo34z" ,
16+ " public-module" : " tsconfig-paths-module__public-module---2IHe1" ,
17+ }
18+ ` ;
19+
1220exports [` utils / cssSnapshots with file 'empty.module.less' createExports should create an exports file 1` ] = `
1321"declare let classes: {
1422
@@ -105,12 +113,12 @@ exports[`utils / cssSnapshots with file 'import.module.css' createExports should
105113 ' nestedChild' : string ;
106114} ;
107115export 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;
116+ export let classA: string;
117+ export let ClassB: string;
118+ export let parent: string;
119+ export let childA: string;
120+ export let childB: string;
121+ export let nestedChild: string;
114122"
115123` ;
116124
@@ -140,12 +148,12 @@ declare let classes: {
140148 ' nestedChild' : string ;
141149} ;
142150export 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;
151+ export let classA: string;
152+ export let ClassB: string;
153+ export let parent: string;
154+ export let childA: string;
155+ export let childB: string;
156+ export let nestedChild: string;
149157
150158export const __cssModule: true;
151159export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
@@ -217,9 +225,9 @@ exports[`utils / cssSnapshots with file 'import.module.styl' createExports shoul
217225 ' inside-2-name-1' : string ;
218226} ;
219227export default classes;
220- export const foo: string;
221- export const bar: string;
222- export const baz: string;
228+ export let foo: string;
229+ export let bar: string;
230+ export let baz: string;
223231"
224232` ;
225233
@@ -253,9 +261,9 @@ declare let classes: {
253261 ' inside-2-name-1' : string ;
254262} ;
255263export default classes;
256- export const foo: string;
257- export const bar: string;
258- export const baz: string;
264+ export let foo: string;
265+ export let bar: string;
266+ export let baz: string;
259267
260268export const __cssModule: true;
261269export 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 +281,12 @@ exports[`utils / cssSnapshots with file 'test.module.css' createExports should c
273281 ' nestedChild' : string ;
274282} ;
275283export 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;
284+ export let classA: string;
285+ export let ClassB: string;
286+ export let parent: string;
287+ export let childA: string;
288+ export let childB: string;
289+ export let nestedChild: string;
282290"
283291` ;
284292
@@ -308,12 +316,12 @@ declare let classes: {
308316 ' nestedChild' : string ;
309317} ;
310318export 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;
319+ export let classA: string;
320+ export let ClassB: string;
321+ export let parent: string;
322+ export let childA: string;
323+ export let childB: string;
324+ export let nestedChild: string;
317325
318326export const __cssModule: true;
319327export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
@@ -549,9 +557,9 @@ exports[`utils / cssSnapshots with file 'test.module.styl' createExports should
549557 ' inside-2-name-1' : string ;
550558} ;
551559export default classes;
552- export const foo: string;
553- export const bar: string;
554- export const baz: string;
560+ export let foo: string;
561+ export let bar: string;
562+ export let baz: string;
555563"
556564` ;
557565
@@ -585,9 +593,9 @@ declare let classes: {
585593 ' inside-2-name-1' : string ;
586594} ;
587595export default classes;
588- export const foo: string;
589- export const bar: string;
590- export const baz: string;
596+ export let foo: string;
597+ export let bar: string;
598+ export let baz: string;
591599
592600export const __cssModule: true;
593601export 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