@@ -5,14 +5,14 @@ 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 = ___CSS_LOADER_API_IMPORT___(false);
8+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
99// Module
10- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
10+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
1111// Exports
12- exports .locals = {
12+ ___CSS_LOADER_EXPORT___ .locals = {
1313 \\" _test\\ " : \\" _right_value\\ "
1414} ;
15- module.exports = exports ;
15+ module.exports = ___CSS_LOADER_EXPORT___ ;
1616"
1717` ;
1818
@@ -34,14 +34,14 @@ exports[`ICSS show work with the case "duplicate-export-in-multiple-export": err
3434exports [` ICSS show work with the case "duplicate-export-in-multiple-export": module 1` ] = `
3535"// Imports
3636var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
37- exports = ___CSS_LOADER_API_IMPORT___(false);
37+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
3838// Module
39- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
39+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
4040// Exports
41- exports .locals = {
41+ ___CSS_LOADER_EXPORT___ .locals = {
4242 \\" _test\\ " : \\" _right_value\\ "
4343} ;
44- module.exports = exports ;
44+ module.exports = ___CSS_LOADER_EXPORT___ ;
4545"
4646` ;
4747
@@ -63,11 +63,11 @@ exports[`ICSS show work with the case "empty-export": errors 1`] = `Array []`;
6363exports [` ICSS show work with the case "empty-export": module 1` ] = `
6464"// Imports
6565var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
66- exports = ___CSS_LOADER_API_IMPORT___(false);
66+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
6767// Module
68- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
68+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
6969// Exports
70- module.exports = exports ;
70+ module.exports = ___CSS_LOADER_EXPORT___ ;
7171"
7272` ;
7373
@@ -89,11 +89,11 @@ exports[`ICSS show work with the case "empty-import": errors 1`] = `Array []`;
8989exports [` ICSS show work with the case "empty-import": module 1` ] = `
9090"// Imports
9191var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
92- exports = ___CSS_LOADER_API_IMPORT___(false);
92+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
9393// Module
94- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
94+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
9595// Exports
96- module.exports = exports ;
96+ module.exports = ___CSS_LOADER_EXPORT___ ;
9797"
9898` ;
9999
@@ -115,14 +115,14 @@ exports[`ICSS show work with the case "export": errors 1`] = `Array []`;
115115exports [` ICSS show work with the case "export": module 1` ] = `
116116"// Imports
117117var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
118- exports = ___CSS_LOADER_API_IMPORT___(false);
118+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
119119// Module
120- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
120+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
121121// Exports
122- exports .locals = {
122+ ___CSS_LOADER_EXPORT___ .locals = {
123123 \\" _test\\ " : \\" _test\\ "
124124} ;
125- module.exports = exports ;
125+ module.exports = ___CSS_LOADER_EXPORT___ ;
126126"
127127` ;
128128
@@ -144,15 +144,15 @@ exports[`ICSS show work with the case "export-reserved-keywords": errors 1`] = `
144144exports [` ICSS show work with the case "export-reserved-keywords": module 1` ] = `
145145"// Imports
146146var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
147- exports = ___CSS_LOADER_API_IMPORT___(false);
147+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
148148// Module
149- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
149+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
150150// Exports
151- exports .locals = {
151+ ___CSS_LOADER_EXPORT___ .locals = {
152152 \\" constructor\\ " : \\" constructor\\ " ,
153153 \\" toString\\ " : \\" toString\\ "
154154} ;
155- module.exports = exports ;
155+ module.exports = ___CSS_LOADER_EXPORT___ ;
156156"
157157` ;
158158
@@ -175,15 +175,15 @@ exports[`ICSS show work with the case "import": module 1`] = `
175175"// Imports
176176var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
177177var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??[ident]!./vars.css\\ ");
178- exports = ___CSS_LOADER_API_IMPORT___(false);
179- exports .i(___CSS_LOADER_ICSS_IMPORT_0___, \\ "\\ ", true);
178+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
179+ ___CSS_LOADER_EXPORT___ .i(___CSS_LOADER_ICSS_IMPORT_0___, \\ "\\ ", true);
180180// Module
181- exports .push([module.id, \\ ".className { \\\\n color : \\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\ " primary - color \\" ] + \\ " ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
181+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ ".className { \\\\n color : \\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\ " primary - color \\" ] + \\ " ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
182182// Exports
183- exports .locals = {
183+ ___CSS_LOADER_EXPORT___ .locals = {
184184 \\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ "
185185} ;
186- module.exports = exports ;
186+ module.exports = ___CSS_LOADER_EXPORT___ ;
187187"
188188` ;
189189
@@ -214,16 +214,16 @@ exports[`ICSS show work with the case "import-reserved-keywords": module 1`] = `
214214"// Imports
215215var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
216216var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??[ident]!./vars.css\\ ");
217- exports = ___CSS_LOADER_API_IMPORT___(false);
218- exports .i(___CSS_LOADER_ICSS_IMPORT_0___, \\ "\\ ", true);
217+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
218+ ___CSS_LOADER_EXPORT___ .i(___CSS_LOADER_ICSS_IMPORT_0___, \\ "\\ ", true);
219219// Module
220- exports .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\\ ", \\ "\\ "]);
220+ ___CSS_LOADER_EXPORT___ .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\\ ", \\ "\\ "]);
221221// Exports
222- exports .locals = {
222+ ___CSS_LOADER_EXPORT___ .locals = {
223223 \\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ " ,
224224 \\" secondary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" secondary-color\\ " ] + \\" \\ "
225225} ;
226- module.exports = exports ;
226+ module.exports = ___CSS_LOADER_EXPORT___ ;
227227"
228228` ;
229229
@@ -254,15 +254,15 @@ exports[`ICSS show work with the case "multiple-export": errors 1`] = `Array []`
254254exports [` ICSS show work with the case "multiple-export": module 1` ] = `
255255"// Imports
256256var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
257- exports = ___CSS_LOADER_API_IMPORT___(false);
257+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
258258// Module
259- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
259+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
260260// Exports
261- exports .locals = {
261+ ___CSS_LOADER_EXPORT___ .locals = {
262262 \\" _test\\ " : \\" _test\\ " ,
263263 \\" _foo\\ " : \\" _bar\\ "
264264} ;
265- module.exports = exports ;
265+ module.exports = ___CSS_LOADER_EXPORT___ ;
266266"
267267` ;
268268
@@ -284,18 +284,18 @@ exports[`ICSS show work with the case "multiple-keys-values-in-export": errors 1
284284exports [` ICSS show work with the case "multiple-keys-values-in-export": module 1` ] = `
285285"// Imports
286286var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
287- exports = ___CSS_LOADER_API_IMPORT___(false);
287+ ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
288288// Module
289- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
289+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
290290// Exports
291- exports .locals = {
291+ ___CSS_LOADER_EXPORT___ .locals = {
292292 \\" _test\\ " : \\" _test\\ " ,
293293 \\" _test1\\ " : \\" 1\\ " ,
294294 \\" _test2\\ " : \\" 'string'\\ " ,
295295 \\" _test3\\ " : \\" 1px 2px 3px\\ " ,
296296 \\" _test4\\ " : \\" 1px 2px 3px, 1px 2px 3px\\ "
297297} ;
298- module.exports = exports ;
298+ module.exports = ___CSS_LOADER_EXPORT___ ;
299299"
300300` ;
301301
0 commit comments