@@ -5,14 +5,14 @@ exports[`ICSS show work with the case "duplicate-export": errors 1`] = `Array []
5
5
exports [` ICSS show work with the case "duplicate-export": module 1` ] = `
6
6
"// Imports
7
7
var ___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);
9
9
// Module
10
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
10
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
11
11
// Exports
12
- exports .locals = {
12
+ ___CSS_LOADER_EXPORT___ .locals = {
13
13
\\" _test\\ " : \\" _right_value\\ "
14
14
} ;
15
- module.exports = exports ;
15
+ module.exports = ___CSS_LOADER_EXPORT___ ;
16
16
"
17
17
` ;
18
18
@@ -34,14 +34,14 @@ exports[`ICSS show work with the case "duplicate-export-in-multiple-export": err
34
34
exports [` ICSS show work with the case "duplicate-export-in-multiple-export": module 1` ] = `
35
35
"// Imports
36
36
var ___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);
38
38
// Module
39
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
39
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
40
40
// Exports
41
- exports .locals = {
41
+ ___CSS_LOADER_EXPORT___ .locals = {
42
42
\\" _test\\ " : \\" _right_value\\ "
43
43
} ;
44
- module.exports = exports ;
44
+ module.exports = ___CSS_LOADER_EXPORT___ ;
45
45
"
46
46
` ;
47
47
@@ -63,11 +63,11 @@ exports[`ICSS show work with the case "empty-export": errors 1`] = `Array []`;
63
63
exports [` ICSS show work with the case "empty-export": module 1` ] = `
64
64
"// Imports
65
65
var ___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);
67
67
// Module
68
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
68
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
69
69
// Exports
70
- module.exports = exports ;
70
+ module.exports = ___CSS_LOADER_EXPORT___ ;
71
71
"
72
72
` ;
73
73
@@ -89,11 +89,11 @@ exports[`ICSS show work with the case "empty-import": errors 1`] = `Array []`;
89
89
exports [` ICSS show work with the case "empty-import": module 1` ] = `
90
90
"// Imports
91
91
var ___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);
93
93
// Module
94
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
94
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
95
95
// Exports
96
- module.exports = exports ;
96
+ module.exports = ___CSS_LOADER_EXPORT___ ;
97
97
"
98
98
` ;
99
99
@@ -115,14 +115,14 @@ exports[`ICSS show work with the case "export": errors 1`] = `Array []`;
115
115
exports [` ICSS show work with the case "export": module 1` ] = `
116
116
"// Imports
117
117
var ___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);
119
119
// Module
120
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
120
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
121
121
// Exports
122
- exports .locals = {
122
+ ___CSS_LOADER_EXPORT___ .locals = {
123
123
\\" _test\\ " : \\" _test\\ "
124
124
} ;
125
- module.exports = exports ;
125
+ module.exports = ___CSS_LOADER_EXPORT___ ;
126
126
"
127
127
` ;
128
128
@@ -144,15 +144,15 @@ exports[`ICSS show work with the case "export-reserved-keywords": errors 1`] = `
144
144
exports [` ICSS show work with the case "export-reserved-keywords": module 1` ] = `
145
145
"// Imports
146
146
var ___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);
148
148
// Module
149
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
149
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
150
150
// Exports
151
- exports .locals = {
151
+ ___CSS_LOADER_EXPORT___ .locals = {
152
152
\\" constructor\\ " : \\" constructor\\ " ,
153
153
\\" toString\\ " : \\" toString\\ "
154
154
} ;
155
- module.exports = exports ;
155
+ module.exports = ___CSS_LOADER_EXPORT___ ;
156
156
"
157
157
` ;
158
158
@@ -175,15 +175,15 @@ exports[`ICSS show work with the case "import": module 1`] = `
175
175
"// Imports
176
176
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
177
177
var ___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);
180
180
// 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\\ ", \\ "\\ "]);
182
182
// Exports
183
- exports .locals = {
183
+ ___CSS_LOADER_EXPORT___ .locals = {
184
184
\\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ "
185
185
} ;
186
- module.exports = exports ;
186
+ module.exports = ___CSS_LOADER_EXPORT___ ;
187
187
"
188
188
` ;
189
189
@@ -214,16 +214,16 @@ exports[`ICSS show work with the case "import-reserved-keywords": module 1`] = `
214
214
"// Imports
215
215
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
216
216
var ___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);
219
219
// 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\\ ", \\ "\\ "]);
221
221
// Exports
222
- exports .locals = {
222
+ ___CSS_LOADER_EXPORT___ .locals = {
223
223
\\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ " ,
224
224
\\" secondary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" secondary-color\\ " ] + \\" \\ "
225
225
} ;
226
- module.exports = exports ;
226
+ module.exports = ___CSS_LOADER_EXPORT___ ;
227
227
"
228
228
` ;
229
229
@@ -254,15 +254,15 @@ exports[`ICSS show work with the case "multiple-export": errors 1`] = `Array []`
254
254
exports [` ICSS show work with the case "multiple-export": module 1` ] = `
255
255
"// Imports
256
256
var ___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);
258
258
// Module
259
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
259
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
260
260
// Exports
261
- exports .locals = {
261
+ ___CSS_LOADER_EXPORT___ .locals = {
262
262
\\" _test\\ " : \\" _test\\ " ,
263
263
\\" _foo\\ " : \\" _bar\\ "
264
264
} ;
265
- module.exports = exports ;
265
+ module.exports = ___CSS_LOADER_EXPORT___ ;
266
266
"
267
267
` ;
268
268
@@ -284,18 +284,18 @@ exports[`ICSS show work with the case "multiple-keys-values-in-export": errors 1
284
284
exports [` ICSS show work with the case "multiple-keys-values-in-export": module 1` ] = `
285
285
"// Imports
286
286
var ___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);
288
288
// Module
289
- exports .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
289
+ ___CSS_LOADER_EXPORT___ .push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
290
290
// Exports
291
- exports .locals = {
291
+ ___CSS_LOADER_EXPORT___ .locals = {
292
292
\\" _test\\ " : \\" _test\\ " ,
293
293
\\" _test1\\ " : \\" 1\\ " ,
294
294
\\" _test2\\ " : \\" 'string'\\ " ,
295
295
\\" _test3\\ " : \\" 1px 2px 3px\\ " ,
296
296
\\" _test4\\ " : \\" 1px 2px 3px, 1px 2px 3px\\ "
297
297
} ;
298
- module.exports = exports ;
298
+ module.exports = ___CSS_LOADER_EXPORT___ ;
299
299
"
300
300
` ;
301
301
0 commit comments