@@ -5,13 +5,15 @@ exports[`ICSS show work with the case "duplicate-export": errors 1`] = `Array []
55exports [` ICSS show work with the case "duplicate-export": module 1` ] = `
66"// Imports
77var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
8- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
8+ exports = ___CSS_LOADER_API_IMPORT___(false);
99// Module
1010exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
1111// Exports
1212exports.locals = {
1313 \\" _test\\ " : \\" _right_value\\ "
14- } ;"
14+ } ;
15+ module.exports = exports;
16+ "
1517` ;
1618
1719exports [` ICSS show work with the case "duplicate-export": result 1` ] = `
@@ -32,13 +34,15 @@ exports[`ICSS show work with the case "duplicate-export-in-multiple-export": err
3234exports [` ICSS show work with the case "duplicate-export-in-multiple-export": module 1` ] = `
3335"// Imports
3436var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
35- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
37+ exports = ___CSS_LOADER_API_IMPORT___(false);
3638// Module
3739exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
3840// Exports
3941exports.locals = {
4042 \\" _test\\ " : \\" _right_value\\ "
41- } ;"
43+ } ;
44+ module.exports = exports;
45+ "
4246` ;
4347
4448exports [` ICSS show work with the case "duplicate-export-in-multiple-export": result 1` ] = `
@@ -59,9 +63,11 @@ exports[`ICSS show work with the case "empty-export": errors 1`] = `Array []`;
5963exports [` ICSS show work with the case "empty-export": module 1` ] = `
6064"// Imports
6165var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
62- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
66+ exports = ___CSS_LOADER_API_IMPORT___(false);
6367// Module
6468exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
69+ // Exports
70+ module.exports = exports;
6571"
6672` ;
6773
@@ -83,9 +89,11 @@ exports[`ICSS show work with the case "empty-import": errors 1`] = `Array []`;
8389exports [` ICSS show work with the case "empty-import": module 1` ] = `
8490"// Imports
8591var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
86- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
92+ exports = ___CSS_LOADER_API_IMPORT___(false);
8793// Module
8894exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
95+ // Exports
96+ module.exports = exports;
8997"
9098` ;
9199
@@ -107,13 +115,15 @@ exports[`ICSS show work with the case "export": errors 1`] = `Array []`;
107115exports [` ICSS show work with the case "export": module 1` ] = `
108116"// Imports
109117var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
110- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
118+ exports = ___CSS_LOADER_API_IMPORT___(false);
111119// Module
112120exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
113121// Exports
114122exports.locals = {
115123 \\" _test\\ " : \\" _test\\ "
116- } ;"
124+ } ;
125+ module.exports = exports;
126+ "
117127` ;
118128
119129exports [` ICSS show work with the case "export": result 1` ] = `
@@ -134,14 +144,16 @@ exports[`ICSS show work with the case "export-reserved-keywords": errors 1`] = `
134144exports [` ICSS show work with the case "export-reserved-keywords": module 1` ] = `
135145"// Imports
136146var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
137- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
147+ exports = ___CSS_LOADER_API_IMPORT___(false);
138148// Module
139149exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
140150// Exports
141151exports.locals = {
142152 \\" constructor\\ " : \\" constructor\\ " ,
143153 \\" toString\\ " : \\" toString\\ "
144- } ;"
154+ } ;
155+ module.exports = exports;
156+ "
145157` ;
146158
147159exports [` ICSS show work with the case "export-reserved-keywords": result 1` ] = `
@@ -163,14 +175,16 @@ exports[`ICSS show work with the case "import": module 1`] = `
163175"// Imports
164176var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
165177var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??[ident]!./vars.css\\ ");
166- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
178+ exports = ___CSS_LOADER_API_IMPORT___(false);
167179exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
168180// Module
169181exports.push([module.id, \\ ".className { \\\\n color : \\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\ " primary - color \\" ] + \\ " ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
170182// Exports
171183exports.locals = {
172184 \\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ "
173- } ;"
185+ } ;
186+ module.exports = exports;
187+ "
174188` ;
175189
176190exports [` ICSS show work with the case "import": result 1` ] = `
@@ -200,15 +214,17 @@ exports[`ICSS show work with the case "import-reserved-keywords": module 1`] = `
200214"// Imports
201215var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
202216var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??[ident]!./vars.css\\ ");
203- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
217+ exports = ___CSS_LOADER_API_IMPORT___(false);
204218exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
205219// Module
206220exports.push([module.id, \\ ".className { \\\\n color : \\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\ " primary - color \\" ] + \\ " ;\\\\n display : \\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\ " secondary - color \\" ] + \\ " ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
207221// Exports
208222exports.locals = {
209223 \\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ " ,
210224 \\" secondary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" secondary-color\\ " ] + \\" \\ "
211- } ;"
225+ } ;
226+ module.exports = exports;
227+ "
212228` ;
213229
214230exports [` ICSS show work with the case "import-reserved-keywords": result 1` ] = `
@@ -238,14 +254,16 @@ exports[`ICSS show work with the case "multiple-export": errors 1`] = `Array []`
238254exports [` ICSS show work with the case "multiple-export": module 1` ] = `
239255"// Imports
240256var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
241- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
257+ exports = ___CSS_LOADER_API_IMPORT___(false);
242258// Module
243259exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
244260// Exports
245261exports.locals = {
246262 \\" _test\\ " : \\" _test\\ " ,
247263 \\" _foo\\ " : \\" _bar\\ "
248- } ;"
264+ } ;
265+ module.exports = exports;
266+ "
249267` ;
250268
251269exports [` ICSS show work with the case "multiple-export": result 1` ] = `
@@ -266,7 +284,7 @@ exports[`ICSS show work with the case "multiple-keys-values-in-export": errors 1
266284exports [` ICSS show work with the case "multiple-keys-values-in-export": module 1` ] = `
267285"// Imports
268286var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
269- exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
287+ exports = ___CSS_LOADER_API_IMPORT___(false);
270288// Module
271289exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
272290// Exports
@@ -276,7 +294,9 @@ exports.locals = {
276294 \\" _test2\\ " : \\" 'string'\\ " ,
277295 \\" _test3\\ " : \\" 1px 2px 3px\\ " ,
278296 \\" _test4\\ " : \\" 1px 2px 3px, 1px 2px 3px\\ "
279- } ;"
297+ } ;
298+ module.exports = exports;
299+ "
280300` ;
281301
282302exports [` ICSS show work with the case "multiple-keys-values-in-export": result 1` ] = `
0 commit comments