@@ -134,27 +134,6 @@ export const __cssModule: true;
134
134
export type AllClassNames = '';"
135
135
` ;
136
136
137
- exports [` helpers / cssSnapshots with file 'empty.module.styl' createExports should create an exports file 1` ] = `
138
- "declare let _classes: {
139
-
140
- } ;
141
- export default _classes;
142
- "
143
- ` ;
144
-
145
- exports [` helpers / cssSnapshots with file 'empty.module.styl' getCssExports should return an object matching expected CSS 1` ] = ` { } ` ;
146
-
147
- exports [` helpers / cssSnapshots with file 'empty.module.styl' with a custom template should transform the generated dts 1` ] = `
148
- "/* eslint-disable */
149
- declare let _classes: {
150
-
151
- } ;
152
- export default _classes;
153
-
154
- export const __cssModule: true;
155
- export type AllClassNames = '';"
156
- ` ;
157
-
158
137
exports [` helpers / cssSnapshots with file 'import.module.css' createExports should create an exports file 1` ] = `
159
138
"declare let _classes: {
160
139
' classA' : string ;
@@ -280,64 +259,6 @@ export const __cssModule: true;
280
259
export type AllClassNames = 'nested-class-parent' | 'child-class' | 'selector-blue' | 'selector-green' | 'selector-red' | 'column-1' | 'column-2' | 'column-3' | 'column-4' | 'color-set';"
281
260
` ;
282
261
283
- exports [` helpers / cssSnapshots with file 'import.module.styl' createExports should create an exports file 1` ] = `
284
- "declare let _classes: {
285
- ' foo' : string ;
286
- ' bar' : string ;
287
- ' baz' : string ;
288
- ' col-1' : string ;
289
- ' col-2' : string ;
290
- ' col-3' : string ;
291
- ' local-class-1' : string ;
292
- ' inside-local' : string ;
293
- ' inside-1-name-2' : string ;
294
- ' inside-2-name-1' : string ;
295
- } ;
296
- export default _classes;
297
- export let foo: string;
298
- export let bar: string;
299
- export let baz: string;
300
- "
301
- ` ;
302
-
303
- exports [` helpers / cssSnapshots with file 'import.module.styl' getCssExports should return an object matching expected CSS 1` ] = `
304
- {
305
- " bar" : " bar" ,
306
- " baz" : " baz" ,
307
- " col-1" : " col-1" ,
308
- " col-2" : " col-2" ,
309
- " col-3" : " col-3" ,
310
- " foo" : " foo" ,
311
- " inside-1-name-2" : " inside-1-name-2" ,
312
- " inside-2-name-1" : " inside-2-name-1" ,
313
- " inside-local" : " inside-local" ,
314
- " local-class-1" : " local-class-1" ,
315
- }
316
- ` ;
317
-
318
- exports [` helpers / cssSnapshots with file 'import.module.styl' with a custom template should transform the generated dts 1` ] = `
319
- "/* eslint-disable */
320
- declare let _classes: {
321
- ' foo' : string ;
322
- ' bar' : string ;
323
- ' baz' : string ;
324
- ' col-1' : string ;
325
- ' col-2' : string ;
326
- ' col-3' : string ;
327
- ' local-class-1' : string ;
328
- ' inside-local' : string ;
329
- ' inside-1-name-2' : string ;
330
- ' inside-2-name-1' : string ;
331
- } ;
332
- export default _classes;
333
- export let foo: string;
334
- export let bar: string;
335
- export let baz: string;
336
-
337
- export const __cssModule: true;
338
- 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';"
339
- ` ;
340
-
341
262
exports [` helpers / cssSnapshots with file 'postcss.module.css' createExports should create an exports file 1` ] = `
342
263
"declare let _classes: {
343
264
' classA' : string ;
@@ -691,64 +612,6 @@ export const __cssModule: true;
691
612
export type AllClassNames = 'local-class-inside-global' | 'local-class' | 'local-class-2' | 'local-class-inside-local' | 'reserved-words' | 'default' | 'const' | 'nested-class-parent' | 'child-class' | 'nested-class-parent--extended' | 'section-1' | 'section-2' | 'section-3' | 'section-4' | 'section-5' | 'section-6' | 'section-7' | 'section-8' | 'section-9' | 'class-with-mixin' | 'App_logo' | 'App-logo' | 'my-animation' | 'my-folder-index';"
692
613
` ;
693
614
694
- exports [` helpers / cssSnapshots with file 'test.module.styl' createExports should create an exports file 1` ] = `
695
- "declare let _classes: {
696
- ' foo' : string ;
697
- ' bar' : string ;
698
- ' baz' : string ;
699
- ' col-1' : string ;
700
- ' col-2' : string ;
701
- ' col-3' : string ;
702
- ' local-class-1' : string ;
703
- ' inside-local' : string ;
704
- ' inside-1-name-2' : string ;
705
- ' inside-2-name-1' : string ;
706
- } ;
707
- export default _classes;
708
- export let foo: string;
709
- export let bar: string;
710
- export let baz: string;
711
- "
712
- ` ;
713
-
714
- exports [` helpers / cssSnapshots with file 'test.module.styl' getCssExports should return an object matching expected CSS 1` ] = `
715
- {
716
- " bar" : " bar" ,
717
- " baz" : " baz" ,
718
- " col-1" : " col-1" ,
719
- " col-2" : " col-2" ,
720
- " col-3" : " col-3" ,
721
- " foo" : " foo" ,
722
- " inside-1-name-2" : " inside-1-name-2" ,
723
- " inside-2-name-1" : " inside-2-name-1" ,
724
- " inside-local" : " inside-local" ,
725
- " local-class-1" : " local-class-1" ,
726
- }
727
- ` ;
728
-
729
- exports [` helpers / cssSnapshots with file 'test.module.styl' with a custom template should transform the generated dts 1` ] = `
730
- "/* eslint-disable */
731
- declare let _classes: {
732
- ' foo' : string ;
733
- ' bar' : string ;
734
- ' baz' : string ;
735
- ' col-1' : string ;
736
- ' col-2' : string ;
737
- ' col-3' : string ;
738
- ' local-class-1' : string ;
739
- ' inside-local' : string ;
740
- ' inside-1-name-2' : string ;
741
- ' inside-2-name-1' : string ;
742
- } ;
743
- export default _classes;
744
- export let foo: string;
745
- export let bar: string;
746
- export let baz: string;
747
-
748
- export const __cssModule: true;
749
- 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';"
750
- ` ;
751
-
752
615
exports [` helpers / cssSnapshots with goToDefinition enabled with CSS should return a line-accurate dts file 1` ] = `
753
616
"export let classA: string;export let composed: string;export let composedFromOtherFile: string;
754
617
0 commit comments