@@ -5,13 +5,15 @@ 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 = module.exports = ___CSS_LOADER_API_IMPORT___(false);
8
+ exports = ___CSS_LOADER_API_IMPORT___(false);
9
9
// Module
10
10
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
11
11
// Exports
12
12
exports.locals = {
13
13
\\" _test\\ " : \\" _right_value\\ "
14
- } ;"
14
+ } ;
15
+ module.exports = exports;
16
+ "
15
17
` ;
16
18
17
19
exports [` 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
32
34
exports [` ICSS show work with the case "duplicate-export-in-multiple-export": module 1` ] = `
33
35
"// Imports
34
36
var ___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);
36
38
// Module
37
39
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
38
40
// Exports
39
41
exports.locals = {
40
42
\\" _test\\ " : \\" _right_value\\ "
41
- } ;"
43
+ } ;
44
+ module.exports = exports;
45
+ "
42
46
` ;
43
47
44
48
exports [` 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 []`;
59
63
exports [` ICSS show work with the case "empty-export": module 1` ] = `
60
64
"// Imports
61
65
var ___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);
63
67
// Module
64
68
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
69
+ // Exports
70
+ module.exports = exports;
65
71
"
66
72
` ;
67
73
@@ -83,9 +89,11 @@ exports[`ICSS show work with the case "empty-import": errors 1`] = `Array []`;
83
89
exports [` ICSS show work with the case "empty-import": module 1` ] = `
84
90
"// Imports
85
91
var ___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);
87
93
// Module
88
94
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
95
+ // Exports
96
+ module.exports = exports;
89
97
"
90
98
` ;
91
99
@@ -107,13 +115,15 @@ exports[`ICSS show work with the case "export": errors 1`] = `Array []`;
107
115
exports [` ICSS show work with the case "export": module 1` ] = `
108
116
"// Imports
109
117
var ___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);
111
119
// Module
112
120
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
113
121
// Exports
114
122
exports.locals = {
115
123
\\" _test\\ " : \\" _test\\ "
116
- } ;"
124
+ } ;
125
+ module.exports = exports;
126
+ "
117
127
` ;
118
128
119
129
exports [` 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`] = `
134
144
exports [` ICSS show work with the case "export-reserved-keywords": module 1` ] = `
135
145
"// Imports
136
146
var ___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);
138
148
// Module
139
149
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
140
150
// Exports
141
151
exports.locals = {
142
152
\\" constructor\\ " : \\" constructor\\ " ,
143
153
\\" toString\\ " : \\" toString\\ "
144
- } ;"
154
+ } ;
155
+ module.exports = exports;
156
+ "
145
157
` ;
146
158
147
159
exports [` 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`] = `
163
175
"// Imports
164
176
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
165
177
var ___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);
167
179
exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
168
180
// Module
169
181
exports.push([module.id, \\ ".className { \\\\n color : \\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\ " primary - color \\" ] + \\ " ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
170
182
// Exports
171
183
exports.locals = {
172
184
\\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ "
173
- } ;"
185
+ } ;
186
+ module.exports = exports;
187
+ "
174
188
` ;
175
189
176
190
exports [` 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`] = `
200
214
"// Imports
201
215
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
202
216
var ___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);
204
218
exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
205
219
// Module
206
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\\ ", \\ "\\ "]);
207
221
// Exports
208
222
exports.locals = {
209
223
\\" primary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" primary-color\\ " ] + \\" \\ " ,
210
224
\\" secondary-color\\ " : \\" \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" secondary-color\\ " ] + \\" \\ "
211
- } ;"
225
+ } ;
226
+ module.exports = exports;
227
+ "
212
228
` ;
213
229
214
230
exports [` 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 []`
238
254
exports [` ICSS show work with the case "multiple-export": module 1` ] = `
239
255
"// Imports
240
256
var ___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);
242
258
// Module
243
259
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
244
260
// Exports
245
261
exports.locals = {
246
262
\\" _test\\ " : \\" _test\\ " ,
247
263
\\" _foo\\ " : \\" _bar\\ "
248
- } ;"
264
+ } ;
265
+ module.exports = exports;
266
+ "
249
267
` ;
250
268
251
269
exports [` 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
266
284
exports [` ICSS show work with the case "multiple-keys-values-in-export": module 1` ] = `
267
285
"// Imports
268
286
var ___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);
270
288
// Module
271
289
exports.push([module.id, \\ "\\\\ n\\ ", \\ "\\ "]);
272
290
// Exports
@@ -276,7 +294,9 @@ exports.locals = {
276
294
\\" _test2\\ " : \\" 'string'\\ " ,
277
295
\\" _test3\\ " : \\" 1px 2px 3px\\ " ,
278
296
\\" _test4\\ " : \\" 1px 2px 3px, 1px 2px 3px\\ "
279
- } ;"
297
+ } ;
298
+ module.exports = exports;
299
+ "
280
300
` ;
281
301
282
302
exports [` ICSS show work with the case "multiple-keys-values-in-export": result 1` ] = `
0 commit comments