You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/__snapshots__/modules-option.test.js.snap
+128
Original file line number
Diff line number
Diff line change
@@ -2571,6 +2571,64 @@ Array [
2571
2571
2572
2572
exports[`"modules" option should work and respect the "context" option: warnings 1`] = `Array []`;
2573
2573
2574
+
exports[`"modules" option should work and respect the "exportLocalsConvention" option with the "function" type and returns array names: errors 1`] = `Array []`;
2575
+
2576
+
exports[`"modules" option should work and respect the "exportLocalsConvention" option with the "function" type and returns array names: module 1`] = `
2577
+
"// Imports
2578
+
import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
2579
+
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});
exports[`"modules" option should work and respect the "exportLocalsConvention" option with the "function" type and returns array names: warnings 1`] = `Array []`;
2631
+
2574
2632
exports[`"modules" option should work and respect the "exportLocalsConvention" option with the "function" type: errors 1`] = `Array []`;
2575
2633
2576
2634
exports[`"modules" option should work and respect the "exportLocalsConvention" option with the "function" type: module 1`] = `
@@ -13552,6 +13610,76 @@ Array [
13552
13610
13553
13611
exports[`"modules" option should work with case \`values-10\` (\`modules\` value is \`true)\`: warnings 1`] = `Array []`;
13554
13612
13613
+
exports[`"modules" option should work with composes when the "exportLocalsConvention" is function and return array names: errors 1`] = `Array []`;
13614
+
13615
+
exports[`"modules" option should work with composes when the "exportLocalsConvention" is function and return array names: module 1`] = `
13616
+
"// Imports
13617
+
import ___CSS_LOADER_API_IMPORT___ from \\"../../../../../src/runtime/api.js\\";
13618
+
import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from \\"-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css\\";
13619
+
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});
0 commit comments