From 99a9ea1fe4f35a625d3daa57f708259fd2d2c912 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 4 Apr 2024 14:57:34 +0300 Subject: [PATCH] refactor!: `modules.namedExport` is try by default --- src/utils.js | 35 +- .../esModule-option.test.js.snap | 11 +- test/__snapshots__/exportType.test.js.snap | 443 +- test/__snapshots__/loader.test.js.snap | 4 - .../__snapshots__/modules-option.test.js.snap | 7509 ++++++++++------- test/esModule-option.test.js | 8 +- test/fixtures/basic-string-css-modules.js | 6 +- .../es-module/template/index-commonjs.js | 6 + test/fixtures/es-module/template/index.js | 2 +- .../es-module/template/template-commonjs.js | 9 + test/fixtures/es-module/template/template.js | 4 +- test/fixtures/modules/ComponentName/index.js | 4 +- .../modules/composes/composes-absolute.js | 4 +- .../modules/composes/composes-duplicate.js | 4 +- .../composes/composes-preprocessors.js | 4 +- test/fixtures/modules/composes/composes.js | 4 +- test/fixtures/modules/composes/global.js | 4 +- test/fixtures/modules/composes/multiple.js | 4 +- test/fixtures/modules/dedupe/source.js | 4 +- .../exportGlobals-global/exportGlobals.js | 4 +- .../exportGlobals-local/exportGlobals.js | 4 +- .../exportGlobals-pure/exportGlobals.js | 4 +- test/fixtures/modules/extensions/source.js | 4 +- .../source.js | 4 +- .../tests-cases/duplicate-export/source.js | 4 +- .../icss/tests-cases/empty-export/source.js | 4 +- .../icss/tests-cases/empty-import/source.js | 4 +- .../export-reserved-keywords/source.js | 4 +- .../modules/icss/tests-cases/export/source.js | 4 +- .../import-reserved-keywords/source.js | 4 +- .../modules/icss/tests-cases/import/source.js | 4 +- .../tests-cases/multiple-export/source.js | 4 +- .../multiple-keys-values-in-export/source.js | 4 +- .../fixtures/modules/issue-1033/issue-1033.js | 4 +- .../fixtures/modules/issue-1223/issue-1223.js | 4 +- test/fixtures/modules/issue-1228/source.js | 4 +- test/fixtures/modules/issue-286/source.js | 4 +- test/fixtures/modules/issue-636/source.js | 4 +- .../issue-861/resolving-from-node_modules.js | 4 +- test/fixtures/modules/issue-914/source.js | 4 +- test/fixtures/modules/issue-966/button.js | 4 +- test/fixtures/modules/issue-966/issue-966.js | 4 +- .../modules/issue-967/path-placeholder.js | 4 +- .../issue-980/file.with.many.dots.in.name.js | 4 +- test/fixtures/modules/issue-995/issue-995.js | 4 +- .../modules/localIdentName/localIdentName.js | 4 +- .../localsConvention/localsConvention.js | 4 +- test/fixtures/modules/mode/modules.js | 4 +- .../modules/namedExport/base/index.js | 4 +- .../modules/namedExport/broken/index.js | 4 +- .../modules/namedExport/composes/composes.js | 4 +- .../modules/namedExport/dashesOnly/index.js | 4 +- .../modules/namedExport/nested/index.js | 4 +- .../modules/namedExport/template-2/index.js | 4 +- .../modules/namedExport/template/index.js | 4 +- .../modules/namedExport/template/template.js | 2 +- test/fixtures/modules/nesting/css.js | 4 +- test/fixtures/modules/order/index.js | 4 +- .../modules/prefer-relative/source.js | 4 +- test/fixtures/modules/pure/pure.js | 4 +- test/fixtures/modules/scope/css.js | 4 +- .../modules/tests-cases/animation/source.js | 4 +- .../modules/tests-cases/class-names/source.js | 4 +- .../tests-cases/comment-in-local/source.js | 4 +- .../modules/tests-cases/comments/source.js | 4 +- .../modules/tests-cases/composes-1/source.js | 4 +- .../modules/tests-cases/composes-2/source.js | 4 +- .../tests-cases/composes-multiple/source.js | 4 +- .../composes-with-importing/source.js | 4 +- .../modules/tests-cases/composes/source.js | 4 +- .../tests-cases/declaration-value/source.js | 4 +- .../modules/tests-cases/issue-589/source.js | 4 +- .../keyframes-and-animation/source.js | 4 +- .../modules/tests-cases/leak-scope/source.js | 4 +- .../modules/tests-cases/local-2/source.js | 4 +- .../tests-cases/local-and-composes/source.js | 4 +- .../tests-cases/local-with-string/source.js | 4 +- .../modules/tests-cases/local/source.js | 4 +- .../modules/tests-cases/media-2/source.js | 4 +- .../modules/tests-cases/media/source.js | 4 +- .../tests-cases/mode-switching/source.js | 4 +- .../modules/tests-cases/simple/source.js | 4 +- .../modules/tests-cases/urls/source.js | 4 +- .../modules/tests-cases/values-1/source.js | 4 +- .../modules/tests-cases/values-10/source.js | 4 +- .../modules/tests-cases/values-2/source.js | 4 +- .../modules/tests-cases/values-3/source.js | 4 +- .../modules/tests-cases/values-4/source.js | 4 +- .../modules/tests-cases/values-5/source.js | 4 +- .../modules/tests-cases/values-6/source.js | 4 +- .../modules/tests-cases/values-7/source.js | 4 +- .../modules/tests-cases/values-8/source.js | 4 +- .../modules/tests-cases/values-9/source.js | 4 +- .../modules/tests-cases/values/source.js | 4 +- test/fixtures/modules/unresolved/source.js | 4 +- test/fixtures/modules/url/source.js | 4 +- test/modules-option.test.js | 3 + test/validate-options.test.js | 4 +- 98 files changed, 4904 insertions(+), 3478 deletions(-) create mode 100644 test/fixtures/es-module/template/index-commonjs.js create mode 100644 test/fixtures/es-module/template/template-commonjs.js diff --git a/src/utils.js b/src/utils.js index 3316c93b..3b434546 100644 --- a/src/utils.js +++ b/src/utils.js @@ -490,7 +490,7 @@ function getValidLocalName(localName, exportLocalsConvention) { const IS_MODULES = /\.module(s)?\.\w+$/i; const IS_ICSS = /\.icss\.\w+$/i; -function getModulesOptions(rawOptions, exportType, loaderContext) { +function getModulesOptions(rawOptions, esModule, exportType, loaderContext) { if (typeof rawOptions.modules === "boolean" && rawOptions.modules === false) { return false; } @@ -519,6 +519,16 @@ function getModulesOptions(rawOptions, exportType, loaderContext) { const { outputOptions } = loaderContext._compilation; const needNamedExport = exportType === "css-style-sheet" || exportType === "string"; + const namedExport = + typeof rawModulesOptions.namedExport !== "undefined" + ? rawModulesOptions.namedExport + : needNamedExport || esModule; + const exportLocalsConvention = + typeof rawModulesOptions.exportLocalsConvention !== "undefined" + ? rawModulesOptions.exportLocalsConvention + : namedExport + ? "asIs" + : "camelCaseOnly"; const modulesOptions = { auto, mode: "local", @@ -533,15 +543,11 @@ function getModulesOptions(rawOptions, exportType, loaderContext) { localIdentRegExp: undefined, // eslint-disable-next-line no-undefined getLocalIdent: undefined, - namedExport: needNamedExport || false, - exportLocalsConvention: - (rawModulesOptions.namedExport === true || needNamedExport) && - typeof rawModulesOptions.exportLocalsConvention === "undefined" - ? "camelCaseOnly" - : "asIs", + // TODO improve me and enable by default exportOnlyLocals: false, ...rawModulesOptions, - useExportsAs: rawModulesOptions.exportLocalsConvention === "asIs", + exportLocalsConvention, + namedExport, }; let exportLocalsConventionType; @@ -549,6 +555,7 @@ function getModulesOptions(rawOptions, exportType, loaderContext) { if (typeof modulesOptions.exportLocalsConvention === "string") { exportLocalsConventionType = modulesOptions.exportLocalsConvention; + modulesOptions.useExportsAs = exportLocalsConventionType === "asIs"; modulesOptions.exportLocalsConvention = (name) => { switch (exportLocalsConventionType) { case "camelCase": { @@ -614,7 +621,7 @@ function getModulesOptions(rawOptions, exportType, loaderContext) { } if (needNamedExport) { - if (rawOptions.esModule === false) { + if (esModule === false) { throw new Error( "The 'exportType' option with the 'css-style-sheet' or 'string' value requires the 'esModule' option to be enabled", ); @@ -628,7 +635,7 @@ function getModulesOptions(rawOptions, exportType, loaderContext) { } if (modulesOptions.namedExport === true) { - if (rawOptions.esModule === false) { + if (esModule === false) { throw new Error( "The 'modules.namedExport' option requires the 'esModule' option to be enabled", ); @@ -641,7 +648,7 @@ function getModulesOptions(rawOptions, exportType, loaderContext) { exportLocalsConventionType !== "dashesOnly" ) { throw new Error( - 'The "modules.namedExport" option requires the "modules.exportLocalsConvention" option to be "camelCaseOnly" or "dashesOnly"', + 'The "modules.namedExport" option requires the "modules.exportLocalsConvention" option to be "asIs", "camelCaseOnly" or "dashesOnly"', ); } } @@ -654,8 +661,11 @@ function normalizeOptions(rawOptions, loaderContext) { typeof rawOptions.exportType === "undefined" ? "array" : rawOptions.exportType; + const esModule = + typeof rawOptions.esModule === "undefined" ? true : rawOptions.esModule; const modulesOptions = getModulesOptions( rawOptions, + esModule, exportType, loaderContext, ); @@ -672,8 +682,7 @@ function normalizeOptions(rawOptions, loaderContext) { typeof rawOptions.importLoaders === "string" ? parseInt(rawOptions.importLoaders, 10) : rawOptions.importLoaders, - esModule: - typeof rawOptions.esModule === "undefined" ? true : rawOptions.esModule, + esModule, exportType, }; } diff --git a/test/__snapshots__/esModule-option.test.js.snap b/test/__snapshots__/esModule-option.test.js.snap index 316a0fc5..96ec754f 100644 --- a/test/__snapshots__/esModule-option.test.js.snap +++ b/test/__snapshots__/esModule-option.test.js.snap @@ -133,7 +133,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@charset "UTF-8"; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -189,9 +188,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@charset "UTF-8"; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class": \`OZJqogC5EaF_wROug7zE\` -}; +var _1 = \`OZJqogC5EaF_wROug7zE\`; +export { _1 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -247,9 +245,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@charset "UTF-8"; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class": \`OZJqogC5EaF_wROug7zE\` -}; +var _1 = \`OZJqogC5EaF_wROug7zE\`; +export { _1 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; diff --git a/test/__snapshots__/exportType.test.js.snap b/test/__snapshots__/exportType.test.js.snap index 3e92044f..5e82daa8 100644 --- a/test/__snapshots__/exportType.test.js.snap +++ b/test/__snapshots__/exportType.test.js.snap @@ -1349,7 +1349,7 @@ var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_ ___CSS_LOADER_EXPORT___.push([module.id, \`@import url(./test-other.css) (min-width: 100px); .ozGmfTedr1GnFJDWqNUH { - color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vDef"] }; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; } .zchqshjqLbPAHaRvIBET { @@ -1361,16 +1361,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@import url(./test-other.css) (min-wi } .W51zcAMuJMsNFi1CXgWr { - width: \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["vSomething"] }; + width: \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"] }; } .KEl5ZxzNkpjfWorrBglC { - color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vOther"] }; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .ecAEWh2vww9pNEdyj9Jn { - prop: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vDef"] }; - duplicate: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vOther"] }; + prop: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; + duplicate: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .CBlowYk8qiAgWWzFeXRA { @@ -1411,11 +1411,11 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@import url(./test-other.css) (min-wi } } -.\${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["sWhite"] } { +.\${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"] } { color: white; } -@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["mSmall"] } { +@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"] } { .hY2PI5vC9ABuJY1nkWnf { padding: 20px 20px; } @@ -1468,53 +1468,100 @@ a { } \`, ""]); // Exports -export var vDef = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vDef"]}\`; -export var vOther = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vOther"]}\`; -export var sWhite = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["sWhite"]}\`; -export var mSmall = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["mSmall"]}\`; -export var vSomething = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["vSomething"]}\`; -export var vFoo = \`blue\`; -export var vBar = \`block\`; -export var vPrimary = \`#BF4040\`; -export var sBlack = \`black-selector\`; -export var mLarge = \`(min-width: 960px)\`; -export var vIdent = \`validIdent\`; -export var vPreDefinedIdent = \`left\`; -export var vString = \`'content'\`; -export var vString1 = \`''\`; -export var vUrl = \`url(https://www.exammple.com/images/my-background.png)\`; -export var vUrl1 = \`url('https://www.exammple.com/images/my-background.png')\`; -export var vUrl2 = \`url("https://www.exammple.com/images/my-background.png")\`; -export var vInteger = \`100\`; -export var vInteger1 = \`-100\`; -export var vInteger2 = \`+100\`; -export var vNumber = \`.60\`; -export var vNumber1 = \`-456.8\`; -export var vNumber2 = \`-3.4e-2\`; -export var vDimension = \`12px\`; -export var vPercentage = \`100%\`; -export var vHex = \`#fff\`; -export var vComment = \` /* comment */\`; -export var vFunction = \`rgb(0,0,0)\`; -export var vUnicodeRange = \`U+0025-00FF\`; -export var ghi = \`ozGmfTedr1GnFJDWqNUH\`; -export var myClass = \`zchqshjqLbPAHaRvIBET\`; -export var other = \`WZBxXqS2GytaA3IBhhnd\`; -export var otherOther = \`W51zcAMuJMsNFi1CXgWr\`; -export var green = \`KEl5ZxzNkpjfWorrBglC\`; -export var foo = \`ecAEWh2vww9pNEdyj9Jn\`; -export var simple = \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["importedSimple"]}\`; -export var relative = \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["importedRelative"]}\`; -export var topRelative = \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["importedRelative"]}\`; -export var myModule = \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["importedModule"]}\`; -export var alias = \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["importedAlias"]}\`; -export var aliasDuplicate = \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["importedAlias"]}\`; -export var primarySelector = \`bnRUswvicYag6u0SPnvI\`; -export var blackSelector = \`kEJRwpukB2OtmkGTknbU\`; -export var header = \`hY2PI5vC9ABuJY1nkWnf\`; -export var foobarbaz = \`q8mv0HutzqdsVWjl8mAz\`; -export var url = \`xajoqP1d3SwrjJ4WEM8g\`; -export var main = \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`ozGmfTedr1GnFJDWqNUH\`; +export { _1e as "ghi" }; +var _1f = \`zchqshjqLbPAHaRvIBET\`; +export { _1f as "my-class" }; +var _20 = \`WZBxXqS2GytaA3IBhhnd\`; +export { _20 as "other" }; +var _21 = \`W51zcAMuJMsNFi1CXgWr\`; +export { _21 as "other-other" }; +var _22 = \`KEl5ZxzNkpjfWorrBglC\`; +export { _22 as "green" }; +var _23 = \`ecAEWh2vww9pNEdyj9Jn\`; +export { _23 as "foo" }; +var _24 = \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`bnRUswvicYag6u0SPnvI\`; +export { _2a as "primary-selector" }; +var _2b = \`kEJRwpukB2OtmkGTknbU\`; +export { _2b as "black-selector" }; +var _2c = \`hY2PI5vC9ABuJY1nkWnf\`; +export { _2c as "header" }; +var _2d = \`q8mv0HutzqdsVWjl8mAz\`; +export { _2d as "foobarbaz" }; +var _2e = \`xajoqP1d3SwrjJ4WEM8g\`; +export { _2e as "url" }; +var _2f = \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; var ___CSS_LOADER_STYLE_SHEET___ = new CSSStyleSheet(); ___CSS_LOADER_STYLE_SHEET___.replaceSync(___CSS_LOADER_EXPORT___.toString()); export default ___CSS_LOADER_STYLE_SHEET___; @@ -1525,53 +1572,53 @@ exports[`'exportType' option should work with 'css-style-sheet' value and CSS mo CSSStyleSheet { "named": { "alias": "fadRMHArJofp7sWEbPVR dnhKs1AYKq4KodZdfzcx", - "aliasDuplicate": "sg1HlXqlWy6l6_Wm5iA7 dnhKs1AYKq4KodZdfzcx", - "blackSelector": "kEJRwpukB2OtmkGTknbU", + "alias-duplicate": "sg1HlXqlWy6l6_Wm5iA7 dnhKs1AYKq4KodZdfzcx", + "black-selector": "kEJRwpukB2OtmkGTknbU", "default": [Circular], "foo": "ecAEWh2vww9pNEdyj9Jn", "foobarbaz": "q8mv0HutzqdsVWjl8mAz", "ghi": "ozGmfTedr1GnFJDWqNUH", "green": "KEl5ZxzNkpjfWorrBglC", "header": "hY2PI5vC9ABuJY1nkWnf", - "mLarge": "(min-width: 960px)", - "mSmall": "(min-width: 320px)", + "m-large": "(min-width: 960px)", + "m-small": "(min-width: 320px)", "main": "Ix5nEHiVOsWuWxdx0twz oNU7JF6MtPAFrlrthaOD", - "myClass": "zchqshjqLbPAHaRvIBET", - "myModule": "rq663Pq_zV0CjpwttvK4 q49Ogfvno__tAgAiYJcD", + "my-class": "zchqshjqLbPAHaRvIBET", + "my-module": "rq663Pq_zV0CjpwttvK4 q49Ogfvno__tAgAiYJcD", "other": "WZBxXqS2GytaA3IBhhnd", - "otherOther": "W51zcAMuJMsNFi1CXgWr", - "primarySelector": "bnRUswvicYag6u0SPnvI", + "other-other": "W51zcAMuJMsNFi1CXgWr", + "primary-selector": "bnRUswvicYag6u0SPnvI", "relative": "c_NHnDcX1bd_kuxgsuYi o0pMg4suYQOIzdBIQJv1", - "sBlack": "black-selector", - "sWhite": "white", + "s-black": "black-selector", + "s-white": "white", "simple": "CBlowYk8qiAgWWzFeXRA pCAAqHK9Lcplw9QM7Rj0", - "topRelative": "S0Kwou8pVmsENtBP3hYm l9CmW32NEl99tuNLdbzp", + "top-relative": "S0Kwou8pVmsENtBP3hYm l9CmW32NEl99tuNLdbzp", "url": "xajoqP1d3SwrjJ4WEM8g", - "vBar": "block", - "vComment": " /* comment */", - "vDef": "red", - "vDimension": "12px", - "vFoo": "blue", - "vFunction": "rgb(0,0,0)", - "vHex": "#fff", - "vIdent": "validIdent", - "vInteger": "100", - "vInteger1": "-100", - "vInteger2": "+100", - "vNumber": ".60", - "vNumber1": "-456.8", - "vNumber2": "-3.4e-2", - "vOther": "green", - "vPercentage": "100%", - "vPreDefinedIdent": "left", - "vPrimary": "#BF4040", - "vSomething": "2112moon", - "vString": "'content'", - "vString1": "''", - "vUnicodeRange": "U+0025-00FF", - "vUrl": "url(https://www.exammple.com/images/my-background.png)", - "vUrl1": "url('https://www.exammple.com/images/my-background.png')", - "vUrl2": "url("https://www.exammple.com/images/my-background.png")", + "v-bar": "block", + "v-comment": " /* comment */", + "v-def": "red", + "v-dimension": "12px", + "v-foo": "blue", + "v-function": "rgb(0,0,0)", + "v-hex": "#fff", + "v-ident": "validIdent", + "v-integer": "100", + "v-integer-1": "-100", + "v-integer-2": "+100", + "v-number": ".60", + "v-number-1": "-456.8", + "v-number-2": "-3.4e-2", + "v-other": "green", + "v-percentage": "100%", + "v-pre-defined-ident": "left", + "v-primary": "#BF4040", + "v-something": "2112moon", + "v-string": "'content'", + "v-string-1": "''", + "v-unicode-range": "U+0025-00FF", + "v-url": "url(https://www.exammple.com/images/my-background.png)", + "v-url-1": "url('https://www.exammple.com/images/my-background.png')", + "v-url-2": "url("https://www.exammple.com/images/my-background.png")", }, "text": "@import url(./test-other.css) (min-width: 100px); @@ -4348,7 +4395,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.dvYI1gdIOPlJqjwAWOo8 { } \`, ""]); // Exports -export var someClass = \`dvYI1gdIOPlJqjwAWOo8\`; +var _1 = \`dvYI1gdIOPlJqjwAWOo8\`; +export { _1 as "some-class" }; export default ___CSS_LOADER_EXPORT___.toString(); " `; @@ -4971,53 +5019,100 @@ import * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/inde import * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; import * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; // Exports -export var vDef = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vDef"]}\`; -export var vOther = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vOther"]}\`; -export var sWhite = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["sWhite"]}\`; -export var mSmall = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["mSmall"]}\`; -export var vSomething = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["vSomething"]}\`; -export var vFoo = \`blue\`; -export var vBar = \`block\`; -export var vPrimary = \`#BF4040\`; -export var sBlack = \`black-selector\`; -export var mLarge = \`(min-width: 960px)\`; -export var vIdent = \`validIdent\`; -export var vPreDefinedIdent = \`left\`; -export var vString = \`'content'\`; -export var vString1 = \`''\`; -export var vUrl = \`url(https://www.exammple.com/images/my-background.png)\`; -export var vUrl1 = \`url('https://www.exammple.com/images/my-background.png')\`; -export var vUrl2 = \`url("https://www.exammple.com/images/my-background.png")\`; -export var vInteger = \`100\`; -export var vInteger1 = \`-100\`; -export var vInteger2 = \`+100\`; -export var vNumber = \`.60\`; -export var vNumber1 = \`-456.8\`; -export var vNumber2 = \`-3.4e-2\`; -export var vDimension = \`12px\`; -export var vPercentage = \`100%\`; -export var vHex = \`#fff\`; -export var vComment = \` /* comment */\`; -export var vFunction = \`rgb(0,0,0)\`; -export var vUnicodeRange = \`U+0025-00FF\`; -export var ghi = \`ozGmfTedr1GnFJDWqNUH\`; -export var myClass = \`zchqshjqLbPAHaRvIBET\`; -export var other = \`WZBxXqS2GytaA3IBhhnd\`; -export var otherOther = \`W51zcAMuJMsNFi1CXgWr\`; -export var green = \`KEl5ZxzNkpjfWorrBglC\`; -export var foo = \`ecAEWh2vww9pNEdyj9Jn\`; -export var simple = \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["importedSimple"]}\`; -export var relative = \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["importedRelative"]}\`; -export var topRelative = \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["importedRelative"]}\`; -export var myModule = \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["importedModule"]}\`; -export var alias = \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["importedAlias"]}\`; -export var aliasDuplicate = \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["importedAlias"]}\`; -export var primarySelector = \`bnRUswvicYag6u0SPnvI\`; -export var blackSelector = \`kEJRwpukB2OtmkGTknbU\`; -export var header = \`hY2PI5vC9ABuJY1nkWnf\`; -export var foobarbaz = \`q8mv0HutzqdsVWjl8mAz\`; -export var url = \`xajoqP1d3SwrjJ4WEM8g\`; -export var main = \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`ozGmfTedr1GnFJDWqNUH\`; +export { _1e as "ghi" }; +var _1f = \`zchqshjqLbPAHaRvIBET\`; +export { _1f as "my-class" }; +var _20 = \`WZBxXqS2GytaA3IBhhnd\`; +export { _20 as "other" }; +var _21 = \`W51zcAMuJMsNFi1CXgWr\`; +export { _21 as "other-other" }; +var _22 = \`KEl5ZxzNkpjfWorrBglC\`; +export { _22 as "green" }; +var _23 = \`ecAEWh2vww9pNEdyj9Jn\`; +export { _23 as "foo" }; +var _24 = \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`bnRUswvicYag6u0SPnvI\`; +export { _2a as "primary-selector" }; +var _2b = \`kEJRwpukB2OtmkGTknbU\`; +export { _2b as "black-selector" }; +var _2c = \`hY2PI5vC9ABuJY1nkWnf\`; +export { _2c as "header" }; +var _2d = \`q8mv0HutzqdsVWjl8mAz\`; +export { _2d as "foobarbaz" }; +var _2e = \`xajoqP1d3SwrjJ4WEM8g\`; +export { _2e as "url" }; +var _2f = \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; " `; @@ -5025,52 +5120,52 @@ exports[`'exportType' option should work with CSS modules and the 'exportOnlyLoc { "named": { "alias": "fadRMHArJofp7sWEbPVR dnhKs1AYKq4KodZdfzcx", - "aliasDuplicate": "sg1HlXqlWy6l6_Wm5iA7 dnhKs1AYKq4KodZdfzcx", - "blackSelector": "kEJRwpukB2OtmkGTknbU", + "alias-duplicate": "sg1HlXqlWy6l6_Wm5iA7 dnhKs1AYKq4KodZdfzcx", + "black-selector": "kEJRwpukB2OtmkGTknbU", "foo": "ecAEWh2vww9pNEdyj9Jn", "foobarbaz": "q8mv0HutzqdsVWjl8mAz", "ghi": "ozGmfTedr1GnFJDWqNUH", "green": "KEl5ZxzNkpjfWorrBglC", "header": "hY2PI5vC9ABuJY1nkWnf", - "mLarge": "(min-width: 960px)", - "mSmall": "(min-width: 320px)", + "m-large": "(min-width: 960px)", + "m-small": "(min-width: 320px)", "main": "Ix5nEHiVOsWuWxdx0twz oNU7JF6MtPAFrlrthaOD", - "myClass": "zchqshjqLbPAHaRvIBET", - "myModule": "rq663Pq_zV0CjpwttvK4 q49Ogfvno__tAgAiYJcD", + "my-class": "zchqshjqLbPAHaRvIBET", + "my-module": "rq663Pq_zV0CjpwttvK4 q49Ogfvno__tAgAiYJcD", "other": "WZBxXqS2GytaA3IBhhnd", - "otherOther": "W51zcAMuJMsNFi1CXgWr", - "primarySelector": "bnRUswvicYag6u0SPnvI", + "other-other": "W51zcAMuJMsNFi1CXgWr", + "primary-selector": "bnRUswvicYag6u0SPnvI", "relative": "c_NHnDcX1bd_kuxgsuYi o0pMg4suYQOIzdBIQJv1", - "sBlack": "black-selector", - "sWhite": "white", + "s-black": "black-selector", + "s-white": "white", "simple": "CBlowYk8qiAgWWzFeXRA pCAAqHK9Lcplw9QM7Rj0", - "topRelative": "S0Kwou8pVmsENtBP3hYm l9CmW32NEl99tuNLdbzp", + "top-relative": "S0Kwou8pVmsENtBP3hYm l9CmW32NEl99tuNLdbzp", "url": "xajoqP1d3SwrjJ4WEM8g", - "vBar": "block", - "vComment": " /* comment */", - "vDef": "red", - "vDimension": "12px", - "vFoo": "blue", - "vFunction": "rgb(0,0,0)", - "vHex": "#fff", - "vIdent": "validIdent", - "vInteger": "100", - "vInteger1": "-100", - "vInteger2": "+100", - "vNumber": ".60", - "vNumber1": "-456.8", - "vNumber2": "-3.4e-2", - "vOther": "green", - "vPercentage": "100%", - "vPreDefinedIdent": "left", - "vPrimary": "#BF4040", - "vSomething": "2112moon", - "vString": "'content'", - "vString1": "''", - "vUnicodeRange": "U+0025-00FF", - "vUrl": "url(https://www.exammple.com/images/my-background.png)", - "vUrl1": "url('https://www.exammple.com/images/my-background.png')", - "vUrl2": "url("https://www.exammple.com/images/my-background.png")", + "v-bar": "block", + "v-comment": " /* comment */", + "v-def": "red", + "v-dimension": "12px", + "v-foo": "blue", + "v-function": "rgb(0,0,0)", + "v-hex": "#fff", + "v-ident": "validIdent", + "v-integer": "100", + "v-integer-1": "-100", + "v-integer-2": "+100", + "v-number": ".60", + "v-number-1": "-456.8", + "v-number-2": "-3.4e-2", + "v-other": "green", + "v-percentage": "100%", + "v-pre-defined-ident": "left", + "v-primary": "#BF4040", + "v-something": "2112moon", + "v-string": "'content'", + "v-string-1": "''", + "v-unicode-range": "U+0025-00FF", + "v-url": "url(https://www.exammple.com/images/my-background.png)", + "v-url-1": "url('https://www.exammple.com/images/my-background.png')", + "v-url-2": "url("https://www.exammple.com/images/my-background.png")", }, } `; diff --git a/test/__snapshots__/loader.test.js.snap b/test/__snapshots__/loader.test.js.snap index ac42f1c2..56be8a1d 100644 --- a/test/__snapshots__/loader.test.js.snap +++ b/test/__snapshots__/loader.test.js.snap @@ -10,7 +10,6 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S // Module ___CSS_LOADER_EXPORT___.push([module.id, \`\`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -31,9 +30,6 @@ exports[`loader issue #1033: errors 1`] = `[]`; exports[`loader issue #1033: module 1`] = ` "// Exports -export default { - -}; " `; diff --git a/test/__snapshots__/modules-option.test.js.snap b/test/__snapshots__/modules-option.test.js.snap index bdb108bc..cf5b585e 100644 --- a/test/__snapshots__/modules-option.test.js.snap +++ b/test/__snapshots__/modules-option.test.js.snap @@ -6,16 +6,15 @@ exports[`"modules" option issue #286: module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "./dep.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "./dep.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.b--main { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "main": \`b--main \${___CSS_LOADER_ICSS_IMPORT_0___.locals["red"]}\` -}; +var _1 = \`b--main \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["red"]}\`; +export { _1 as "main" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -45,16 +44,15 @@ exports[`"modules" option issue #636: module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./foo.scss"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./foo.scss"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.prefix-bar { }\`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "bar": \`prefix-bar \${___CSS_LOADER_ICSS_IMPORT_0___.locals["foo"]}\` -}; +var _1 = \`prefix-bar \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["foo"]}\`; +export { _1 as "bar" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -85,23 +83,23 @@ exports[`"modules" option issue #861: module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./node_modules/@localpackage/color.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./node_modules/@localpackage/style.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./node_modules/@localpackage/color.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./node_modules/@localpackage/style.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.y19CYJvfPsY__wKRrRBJ { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color-grey"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color-grey"] }; margin: 0; padding: 0; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color-grey": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color-grey"]}\`, - "copyright": \`y19CYJvfPsY__wKRrRBJ \${___CSS_LOADER_ICSS_IMPORT_1___.locals["type-heading"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color-grey"]}\`; +export { _1 as "color-grey" }; +var _2 = \`y19CYJvfPsY__wKRrRBJ \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["type-heading"]}\`; +export { _2 as "copyright" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -176,14 +174,18 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._7-foo-class { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo-class": \`_7-foo-class\`, - "bar-class": \`--bar-class\`, - "baz-class": \`--baz-class\`, - "fooBaz-class": \`fooBaz-class-continuation\`, - "some": \`some\`, - "class": \`class\` -}; +var _1 = \`_7-foo-class\`; +export { _1 as "foo-class" }; +var _2 = \`--bar-class\`; +export { _2 as "bar-class" }; +var _3 = \`--baz-class\`; +export { _3 as "baz-class" }; +var _4 = \`fooBaz-class-continuation\`; +export { _4 as "fooBaz-class" }; +var _5 = \`some\`; +export { _5 as "some" }; +var _6 = \`class\`; +export { _6 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -232,9 +234,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.button-hey { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "button": \`button-hey\` -}; +var _1 = \`button-hey\`; +export { _1 as "button" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -275,11 +276,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.modules-issue-967-path-placeholder__ } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`modules-issue-967-path-placeholder__foo__--sep---sep---sep---sep----sep---sep---sep---sep---sep--\`, - "foo/bar": \`modules-issue-967-path-placeholder__foo/bar__--sep---sep---sep---sep----sep---sep---sep---sep---sep--\`, - "[/?<>\\\\\\\\:*|\\":]": \`modules-issue-967-path-placeholder__[/?<>\\\\\\\\:*|":]__--sep---sep---sep---sep----sep---sep---sep---sep---sep--\` -}; +var _1 = \`modules-issue-967-path-placeholder__foo__--sep---sep---sep---sep----sep---sep---sep---sep---sep--\`; +export { _1 as "foo" }; +var _2 = \`modules-issue-967-path-placeholder__foo/bar__--sep---sep---sep---sep----sep---sep---sep---sep---sep--\`; +export { _2 as "foo/bar" }; +var _3 = \`modules-issue-967-path-placeholder__[/?<>\\\\\\\\:*|":]__--sep---sep---sep---sep----sep---sep---sep---sep---sep--\`; +export { _3 as "[/?<>\\\\\\\\:*|\\":]" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -320,9 +322,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.file-with-many-dots-in-name_a_KwVdi } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`file-with-many-dots-in-name_a_KwVdi\` -}; +var _1 = \`file-with-many-dots-in-name_a_KwVdi\`; +export { _1 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -445,11 +446,12 @@ div:not(.\\\\ ) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \` \`, - "b": \` \`, - "c": \` \` -}; +var _1 = \` \`; +export { _1 as "a" }; +var _2 = \` \`; +export { _2 as "b" }; +var _3 = \` \`; +export { _3 as "c" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -662,11 +664,12 @@ div:not(.😀) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`😀\`, - "b": \`😀\`, - "c": \`😀\` -}; +var _1 = \`😀\`; +export { _1 as "a" }; +var _2 = \`😀\`; +export { _2 as "b" }; +var _3 = \`😀\`; +export { _3 as "c" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -802,7 +805,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.classNameLocalFile { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -822,7 +824,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.classNameGlobalFile { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -867,9 +868,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.classNameGlobalFile { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "otherClassGlobalFile": \`OgdGONvTFtVRlDH24Xxl\` -}; +var _1 = \`OgdGONvTFtVRlDH24Xxl\`; +export { _1 as "otherClassGlobalFile" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -889,9 +889,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.XQP_Uob2ss9FjIlDgMOk { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "classNameLocalFile": \`XQP_Uob2ss9FjIlDgMOk\` -}; +var _1 = \`XQP_Uob2ss9FjIlDgMOk\`; +export { _1 as "classNameLocalFile" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -907,10 +906,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.O3Bw7YaDjucmoBcLTWv6 .bsnf8w1D6AQzl0 } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`O3Bw7YaDjucmoBcLTWv6\`, - "bar": \`bsnf8w1D6AQzl0nVBMef\` -}; +var _1 = \`O3Bw7YaDjucmoBcLTWv6\`; +export { _1 as "foo" }; +var _2 = \`bsnf8w1D6AQzl0nVBMef\`; +export { _2 as "bar" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -951,9 +950,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.some-class { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "some-class": \`some-class\` -}; +var _1 = \`some-class\`; +export { _1 as "some-class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -991,7 +989,7 @@ exports[`"modules" option should avoid unnecessary "require": module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -1004,10 +1002,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Ps8VWEq9D6yYDbYD8Z74 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "simple-foo": \`Ps8VWEq9D6yYDbYD8Z74 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["imported-simple"]}\`, - "simple-bar": \`RoQqX1UKTeWtDXMISYk9 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["imported-simple"]}\` -}; +var _1 = \`Ps8VWEq9D6yYDbYD8Z74 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["imported-simple"]}\`; +export { _1 as "simple-foo" }; +var _2 = \`RoQqX1UKTeWtDXMISYk9 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["imported-simple"]}\`; +export { _2 as "simple-bar" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -1045,8 +1043,8 @@ exports[`"modules" option should dedupe same modules in one module (issue #1037) "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./buttons/primary-button.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./buttons/secondary-button.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./buttons/primary-button.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./buttons/secondary-button.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -1060,10 +1058,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.cxBUjVsu_UGx0Xg0ywCw } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "nextButton": \`cxBUjVsu_UGx0Xg0ywCw \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primaryButton"]}\`, - "backButton": \`mKgsL_hCxK21zxRDQMbn \${___CSS_LOADER_ICSS_IMPORT_1___.locals["secondaryButton"]}\` -}; +var _1 = \`cxBUjVsu_UGx0Xg0ywCw \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primaryButton"]}\`; +export { _1 as "nextButton" }; +var _2 = \`mKgsL_hCxK21zxRDQMbn \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["secondaryButton"]}\`; +export { _2 as "backButton" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -1128,8 +1126,8 @@ exports[`"modules" option should keep order: module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./order-1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./order-2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./order-1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./order-2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -1143,10 +1141,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Q9ZbfN73CE9nTzgsOKaJ { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "simple": \`Q9ZbfN73CE9nTzgsOKaJ \${___CSS_LOADER_ICSS_IMPORT_0___.locals["order-1"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["order-2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["order-1-1"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["order-2-2"]}\`, - "simple-other": \`BRalxsptB32EbO5CVyzm \${___CSS_LOADER_ICSS_IMPORT_0___.locals["order-1"]}\` -}; +var _1 = \`Q9ZbfN73CE9nTzgsOKaJ \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["order-1"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["order-2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["order-1-1"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["order-2-2"]}\`; +export { _1 as "simple" }; +var _2 = \`BRalxsptB32EbO5CVyzm \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["order-1"]}\`; +export { _2 as "simple-other" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -1200,15 +1198,14 @@ exports[`"modules" option should resolve absolute path in composes: module 1`] = "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.kyvwkn92Lnd2EucgzJse { color: red; }\`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "simple": \`kyvwkn92Lnd2EucgzJse \${___CSS_LOADER_ICSS_IMPORT_0___.locals["imported-simple"]}\` -}; +var _1 = \`kyvwkn92Lnd2EucgzJse \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["imported-simple"]}\`; +export { _1 as "simple" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -1239,22 +1236,23 @@ exports[`"modules" option should resolve package from node_modules with and with "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../node_modules/test/index.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../node_modules/test/index.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.dplP4w4XMPrlPI5jKzht { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["foo"]}; - background: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["bar"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["foo"] }; + background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["bar"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["foo"]}\`, - "bar": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["bar"]}\`, - "className": \`dplP4w4XMPrlPI5jKzht\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["foo"]}\`; +export { _1 as "foo" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["bar"]}\`; +export { _2 as "bar" }; +var _3 = \`dplP4w4XMPrlPI5jKzht\`; +export { _3 as "className" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -1406,56 +1404,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._--test { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`_--123\`, - "test": \`_--test\`, - "_test": \`_--_test\`, - "className": \`_--className\`, - "someId": \`_--someId\`, - "subClass": \`_--subClass\`, - "-a0-34a___f": \`_---a0-34a___f\`, - "m_x_@": \`_--m_x_@\`, - "B&W?": \`_--B&W?\`, - ":\`(": \`_--:\\\`(\`, - "1a2b3c": \`_--1a2b3c\`, - "#fake-id": \`_--#fake-id\`, - "-a-b-c-": \`_---a-b-c-\`, - "©": \`_--©\`, - "♥": \`_--♥\`, - "😍": \`_--😍\`, - "“‘’”": \`_--“‘’”\`, - "☺☃": \`_--☺☃\`, - "⌘⌥": \`_--⌘⌥\`, - "𝄞♪♩♫♬": \`_--𝄞♪♩♫♬\`, - "💩": \`_--💩\`, - "?": \`_--?\`, - "@": \`_--@\`, - ".": \`_--.\`, - ":)": \`_--:)\`, - "

": \`_--

\`, - "<><<<>><>": \`_--<><<<>><>\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`_--++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`, - "#": \`_--#\`, - "##": \`_--##\`, - "#.#.#": \`_--#.#.#\`, - "_": \`_--_\`, - "{}": \`_--{}\`, - "foo.bar": \`_--foo.bar\`, - ":hover": \`_--:hover\`, - ":hover:focus:active": \`_--:hover:focus:active\`, - "[attr=value]": \`_--[attr=value]\`, - "f/o/o": \`_--f/o/o\`, - "f\\\\o\\\\o": \`_--f\\\\o\\\\o\`, - "f*o*o": \`_--f*o*o\`, - "f!o!o": \`_--f!o!o\`, - "f'o'o": \`_--f'o'o\`, - "f~o~o": \`_--f~o~o\`, - "f+o+o": \`_--f+o+o\`, - "foo/bar": \`_--foo/bar\`, - "foo\\\\bar": \`_--foo\\\\bar\`, - "foo/bar/baz": \`_--foo/bar/baz\`, - "foo\\\\bar\\\\baz": \`_--foo\\\\bar\\\\baz\` -}; +var _1 = \`_--123\`; +export { _1 as "123" }; +var _2 = \`_--test\`; +export { _2 as "test" }; +var _3 = \`_--_test\`; +export { _3 as "_test" }; +var _4 = \`_--className\`; +export { _4 as "className" }; +var _5 = \`_--someId\`; +export { _5 as "someId" }; +var _6 = \`_--subClass\`; +export { _6 as "subClass" }; +var _7 = \`_---a0-34a___f\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`_--m_x_@\`; +export { _8 as "m_x_@" }; +var _9 = \`_--B&W?\`; +export { _9 as "B&W?" }; +var _a = \`_--:\\\`(\`; +export { _a as ":\`(" }; +var _b = \`_--1a2b3c\`; +export { _b as "1a2b3c" }; +var _c = \`_--#fake-id\`; +export { _c as "#fake-id" }; +var _d = \`_---a-b-c-\`; +export { _d as "-a-b-c-" }; +var _e = \`_--©\`; +export { _e as "©" }; +var _f = \`_--♥\`; +export { _f as "♥" }; +var _10 = \`_--😍\`; +export { _10 as "😍" }; +var _11 = \`_--“‘’”\`; +export { _11 as "“‘’”" }; +var _12 = \`_--☺☃\`; +export { _12 as "☺☃" }; +var _13 = \`_--⌘⌥\`; +export { _13 as "⌘⌥" }; +var _14 = \`_--𝄞♪♩♫♬\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`_--💩\`; +export { _15 as "💩" }; +var _16 = \`_--?\`; +export { _16 as "?" }; +var _17 = \`_--@\`; +export { _17 as "@" }; +var _18 = \`_--.\`; +export { _18 as "." }; +var _19 = \`_--:)\`; +export { _19 as ":)" }; +var _1a = \`_--

\`; +export { _1a as "

" }; +var _1b = \`_--<><<<>><>\`; +export { _1b as "<><<<>><>" }; +var _1c = \`_--++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`_--#\`; +export { _1d as "#" }; +var _1e = \`_--##\`; +export { _1e as "##" }; +var _1f = \`_--#.#.#\`; +export { _1f as "#.#.#" }; +var _20 = \`_--_\`; +export { _20 as "_" }; +var _21 = \`_--{}\`; +export { _21 as "{}" }; +var _22 = \`_--foo.bar\`; +export { _22 as "foo.bar" }; +var _23 = \`_--:hover\`; +export { _23 as ":hover" }; +var _24 = \`_--:hover:focus:active\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`_--[attr=value]\`; +export { _25 as "[attr=value]" }; +var _26 = \`_--f/o/o\`; +export { _26 as "f/o/o" }; +var _27 = \`_--f\\\\o\\\\o\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`_--f*o*o\`; +export { _28 as "f*o*o" }; +var _29 = \`_--f!o!o\`; +export { _29 as "f!o!o" }; +var _2a = \`_--f'o'o\`; +export { _2a as "f'o'o" }; +var _2b = \`_--f~o~o\`; +export { _2b as "f~o~o" }; +var _2c = \`_--f+o+o\`; +export { _2c as "f+o+o" }; +var _2d = \`_--foo/bar\`; +export { _2d as "foo/bar" }; +var _2e = \`_--foo\\\\bar\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`_--foo/bar/baz\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`_--foo\\\\bar\\\\baz\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -1710,56 +1754,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.__test { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`__123\`, - "test": \`__test\`, - "_test": \`___test\`, - "className": \`__className\`, - "someId": \`__someId\`, - "subClass": \`__subClass\`, - "-a0-34a___f": \`__-a0-34a___f\`, - "m_x_@": \`__m_x_@\`, - "B&W?": \`__B&W?\`, - ":\`(": \`__:\\\`(\`, - "1a2b3c": \`__1a2b3c\`, - "#fake-id": \`__#fake-id\`, - "-a-b-c-": \`__-a-b-c-\`, - "©": \`__©\`, - "♥": \`__♥\`, - "😍": \`__😍\`, - "“‘’”": \`__“‘’”\`, - "☺☃": \`__☺☃\`, - "⌘⌥": \`__⌘⌥\`, - "𝄞♪♩♫♬": \`__𝄞♪♩♫♬\`, - "💩": \`__💩\`, - "?": \`__?\`, - "@": \`__@\`, - ".": \`__.\`, - ":)": \`__:)\`, - "

": \`__

\`, - "<><<<>><>": \`__<><<<>><>\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`__++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`, - "#": \`__#\`, - "##": \`__##\`, - "#.#.#": \`__#.#.#\`, - "_": \`___\`, - "{}": \`__{}\`, - "foo.bar": \`__foo.bar\`, - ":hover": \`__:hover\`, - ":hover:focus:active": \`__:hover:focus:active\`, - "[attr=value]": \`__[attr=value]\`, - "f/o/o": \`__f/o/o\`, - "f\\\\o\\\\o": \`__f\\\\o\\\\o\`, - "f*o*o": \`__f*o*o\`, - "f!o!o": \`__f!o!o\`, - "f'o'o": \`__f'o'o\`, - "f~o~o": \`__f~o~o\`, - "f+o+o": \`__f+o+o\`, - "foo/bar": \`__foo/bar\`, - "foo\\\\bar": \`__foo\\\\bar\`, - "foo/bar/baz": \`__foo/bar/baz\`, - "foo\\\\bar\\\\baz": \`__foo\\\\bar\\\\baz\` -}; +var _1 = \`__123\`; +export { _1 as "123" }; +var _2 = \`__test\`; +export { _2 as "test" }; +var _3 = \`___test\`; +export { _3 as "_test" }; +var _4 = \`__className\`; +export { _4 as "className" }; +var _5 = \`__someId\`; +export { _5 as "someId" }; +var _6 = \`__subClass\`; +export { _6 as "subClass" }; +var _7 = \`__-a0-34a___f\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`__m_x_@\`; +export { _8 as "m_x_@" }; +var _9 = \`__B&W?\`; +export { _9 as "B&W?" }; +var _a = \`__:\\\`(\`; +export { _a as ":\`(" }; +var _b = \`__1a2b3c\`; +export { _b as "1a2b3c" }; +var _c = \`__#fake-id\`; +export { _c as "#fake-id" }; +var _d = \`__-a-b-c-\`; +export { _d as "-a-b-c-" }; +var _e = \`__©\`; +export { _e as "©" }; +var _f = \`__♥\`; +export { _f as "♥" }; +var _10 = \`__😍\`; +export { _10 as "😍" }; +var _11 = \`__“‘’”\`; +export { _11 as "“‘’”" }; +var _12 = \`__☺☃\`; +export { _12 as "☺☃" }; +var _13 = \`__⌘⌥\`; +export { _13 as "⌘⌥" }; +var _14 = \`__𝄞♪♩♫♬\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`__💩\`; +export { _15 as "💩" }; +var _16 = \`__?\`; +export { _16 as "?" }; +var _17 = \`__@\`; +export { _17 as "@" }; +var _18 = \`__.\`; +export { _18 as "." }; +var _19 = \`__:)\`; +export { _19 as ":)" }; +var _1a = \`__

\`; +export { _1a as "

" }; +var _1b = \`__<><<<>><>\`; +export { _1b as "<><<<>><>" }; +var _1c = \`__++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`__#\`; +export { _1d as "#" }; +var _1e = \`__##\`; +export { _1e as "##" }; +var _1f = \`__#.#.#\`; +export { _1f as "#.#.#" }; +var _20 = \`___\`; +export { _20 as "_" }; +var _21 = \`__{}\`; +export { _21 as "{}" }; +var _22 = \`__foo.bar\`; +export { _22 as "foo.bar" }; +var _23 = \`__:hover\`; +export { _23 as ":hover" }; +var _24 = \`__:hover:focus:active\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`__[attr=value]\`; +export { _25 as "[attr=value]" }; +var _26 = \`__f/o/o\`; +export { _26 as "f/o/o" }; +var _27 = \`__f\\\\o\\\\o\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`__f*o*o\`; +export { _28 as "f*o*o" }; +var _29 = \`__f!o!o\`; +export { _29 as "f!o!o" }; +var _2a = \`__f'o'o\`; +export { _2a as "f'o'o" }; +var _2b = \`__f~o~o\`; +export { _2b as "f~o~o" }; +var _2c = \`__f+o+o\`; +export { _2c as "f+o+o" }; +var _2d = \`__foo/bar\`; +export { _2d as "foo/bar" }; +var _2e = \`__foo\\\\bar\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`__foo/bar/baz\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`__foo\\\\bar\\\\baz\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -1896,9 +1986,9 @@ exports[`"modules" option should support resolving in composes preprocessor file "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./less-file.less"; -import ___CSS_LOADER_ICSS_IMPORT_2___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./scss-file.scss"; +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"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./less-file.less"; +import ___CSS_LOADER_ICSS_IMPORT_2___, * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./scss-file.scss"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -1909,15 +1999,15 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.globalClassName { } .jfnINdjNmjmNE30hJhM2 { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; } .UIbsE5LKj9LULxJh5lui { - color: \${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-foo"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-foo"] }; } .IhDiFbofjUNbC6vdWN9Z { - color: \${___CSS_LOADER_ICSS_IMPORT_2___.locals["v-bar"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_2____NAMED___["v-bar"] }; } .vtrwouBgSegFPwkaXOt_ { @@ -1925,16 +2015,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.globalClassName { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}\`, - "v-foo": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-foo"]}\`, - "v-bar": \`\${___CSS_LOADER_ICSS_IMPORT_2___.locals["v-bar"]}\`, - "globalClassName": \`globalClassName\`, - "ghi": \`jfnINdjNmjmNE30hJhM2\`, - "class": \`UIbsE5LKj9LULxJh5lui \${___CSS_LOADER_ICSS_IMPORT_1___.locals["lessClass"]}\`, - "other": \`IhDiFbofjUNbC6vdWN9Z \${___CSS_LOADER_ICSS_IMPORT_2___.locals["scssClass"]}\`, - "otherClassName": \`vtrwouBgSegFPwkaXOt_ globalClassName\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-foo"]}\`; +export { _2 as "v-foo" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["v-bar"]}\`; +export { _3 as "v-bar" }; +var _4 = \`globalClassName\`; +export { _4 as "globalClassName" }; +var _5 = \`jfnINdjNmjmNE30hJhM2\`; +export { _5 as "ghi" }; +var _6 = \`UIbsE5LKj9LULxJh5lui \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["lessClass"]}\`; +export { _6 as "class" }; +var _7 = \`IhDiFbofjUNbC6vdWN9Z \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["scssClass"]}\`; +export { _7 as "other" }; +var _8 = \`vtrwouBgSegFPwkaXOt_ globalClassName\`; +export { _8 as "otherClassName" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -2001,14 +2097,14 @@ exports[`"modules" option should support resolving in composes: module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; -import ___CSS_LOADER_ICSS_IMPORT_2___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; -import ___CSS_LOADER_ICSS_IMPORT_3___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_4___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_5___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; -import ___CSS_LOADER_ICSS_IMPORT_6___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; -import ___CSS_LOADER_ICSS_IMPORT_7___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; +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"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; +import ___CSS_LOADER_ICSS_IMPORT_2___, * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import ___CSS_LOADER_ICSS_IMPORT_3___, * as ___CSS_LOADER_ICSS_IMPORT_3____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; +import ___CSS_LOADER_ICSS_IMPORT_4___, * as ___CSS_LOADER_ICSS_IMPORT_4____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; +import ___CSS_LOADER_ICSS_IMPORT_5___, * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; +import ___CSS_LOADER_ICSS_IMPORT_6___, * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; +import ___CSS_LOADER_ICSS_IMPORT_7___, * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; import ___CSS_LOADER_AT_RULE_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./test-other.css"; import ___CSS_LOADER_GET_URL_IMPORT___ from "../../../../src/runtime/getUrl.js"; var ___CSS_LOADER_URL_IMPORT_0___ = new URL("../../url/img.png", import.meta.url); @@ -2025,7 +2121,7 @@ ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_7___, "", true); var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; } .zchqshjqLbPAHaRvIBET { @@ -2037,16 +2133,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { } .W51zcAMuJMsNFi1CXgWr { - width: \${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-something"]}; + width: \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"] }; } .KEl5ZxzNkpjfWorrBglC { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .ecAEWh2vww9pNEdyj9Jn { - prop: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}; - duplicate: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}; + prop: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; + duplicate: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .CBlowYk8qiAgWWzFeXRA { @@ -2087,11 +2183,11 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { } } -.\${___CSS_LOADER_ICSS_IMPORT_0___.locals["s-white"]} { +.\${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"] } { color: white; } -@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["m-small"]} { +@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"] } { .hY2PI5vC9ABuJY1nkWnf { padding: 20px 20px; } @@ -2144,55 +2240,100 @@ a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}\`, - "v-other": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}\`, - "s-white": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["s-white"]}\`, - "m-small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["m-small"]}\`, - "v-something": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-something"]}\`, - "v-foo": \`blue\`, - "v-bar": \`block\`, - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "v-ident": \`validIdent\`, - "v-pre-defined-ident": \`left\`, - "v-string": \`'content'\`, - "v-string-1": \`''\`, - "v-url": \`url(https://www.exammple.com/images/my-background.png)\`, - "v-url-1": \`url('https://www.exammple.com/images/my-background.png')\`, - "v-url-2": \`url("https://www.exammple.com/images/my-background.png")\`, - "v-integer": \`100\`, - "v-integer-1": \`-100\`, - "v-integer-2": \`+100\`, - "v-number": \`.60\`, - "v-number-1": \`-456.8\`, - "v-number-2": \`-3.4e-2\`, - "v-dimension": \`12px\`, - "v-percentage": \`100%\`, - "v-hex": \`#fff\`, - "v-comment": \` /* comment */\`, - "v-function": \`rgb(0,0,0)\`, - "v-unicode-range": \`U+0025-00FF\`, - "ghi": \`ozGmfTedr1GnFJDWqNUH\`, - "my-class": \`zchqshjqLbPAHaRvIBET\`, - "other": \`WZBxXqS2GytaA3IBhhnd\`, - "other-other": \`W51zcAMuJMsNFi1CXgWr\`, - "green": \`KEl5ZxzNkpjfWorrBglC\`, - "foo": \`ecAEWh2vww9pNEdyj9Jn\`, - "simple": \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2___.locals["imported-simple"]}\`, - "relative": \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3___.locals["imported-relative"]}\`, - "top-relative": \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4___.locals["imported-relative"]}\`, - "my-module": \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5___.locals["imported-module"]}\`, - "alias": \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6___.locals["imported-alias"]}\`, - "alias-duplicate": \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6___.locals["imported-alias"]}\`, - "primary-selector": \`bnRUswvicYag6u0SPnvI\`, - "black-selector": \`kEJRwpukB2OtmkGTknbU\`, - "header": \`hY2PI5vC9ABuJY1nkWnf\`, - "foobarbaz": \`q8mv0HutzqdsVWjl8mAz\`, - "url": \`xajoqP1d3SwrjJ4WEM8g\`, - "main": \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7___.locals["scssClass"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`ozGmfTedr1GnFJDWqNUH\`; +export { _1e as "ghi" }; +var _1f = \`zchqshjqLbPAHaRvIBET\`; +export { _1f as "my-class" }; +var _20 = \`WZBxXqS2GytaA3IBhhnd\`; +export { _20 as "other" }; +var _21 = \`W51zcAMuJMsNFi1CXgWr\`; +export { _21 as "other-other" }; +var _22 = \`KEl5ZxzNkpjfWorrBglC\`; +export { _22 as "green" }; +var _23 = \`ecAEWh2vww9pNEdyj9Jn\`; +export { _23 as "foo" }; +var _24 = \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`bnRUswvicYag6u0SPnvI\`; +export { _2a as "primary-selector" }; +var _2b = \`kEJRwpukB2OtmkGTknbU\`; +export { _2b as "black-selector" }; +var _2c = \`hY2PI5vC9ABuJY1nkWnf\`; +export { _2c as "header" }; +var _2d = \`q8mv0HutzqdsVWjl8mAz\`; +export { _2d as "foobarbaz" }; +var _2e = \`xajoqP1d3SwrjJ4WEM8g\`; +export { _2e as "url" }; +var _2f = \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -2404,19 +2545,14 @@ Error: Can't resolve './unresolved.css' in '/test/fixtures/modules/unresolved'", exports[`"modules" option should throw an error on unresolved import: warnings 1`] = `[]`; -exports[`"modules" option should throw an error when class has unsupported name (JavaScript reserved words): errors 1`] = ` -[ - "ModuleParseError: Module parse failed: Unexpected keyword 'class' (11:11) -File was processed with these loaders:", -] -`; +exports[`"modules" option should throw an error when class has unsupported name (JavaScript reserved words): errors 1`] = `[]`; exports[`"modules" option should throw an error when class has unsupported name (JavaScript reserved words): warnings 1`] = `[]`; exports[`"modules" option should throw an error when the "namedExport" is enabled and the "exportLocalsConvention" options has not "camelCaseOnly" value: errors 1`] = ` [ "ModuleBuildError: Module build failed (from \`replaced original path\`): -Error: The "modules.namedExport" option requires the "modules.exportLocalsConvention" option to be "camelCaseOnly" or "dashesOnly"", +Error: The "modules.namedExport" option requires the "modules.exportLocalsConvention" option to be "asIs", "camelCaseOnly" or "dashesOnly"", ] `; @@ -2443,7 +2579,7 @@ exports[`"modules" option should throw error when the "exportLocalsConvention" f exports[`"modules" option should throw error with composes when the "namedExport" is enabled and "exportLocalsConvention" options has invalid value: errors 1`] = ` [ "ModuleBuildError: Module build failed (from \`replaced original path\`): -Error: The "modules.namedExport" option requires the "modules.exportLocalsConvention" option to be "camelCaseOnly" or "dashesOnly"", +Error: The "modules.namedExport" option requires the "modules.exportLocalsConvention" option to be "asIs", "camelCaseOnly" or "dashesOnly"", ] `; @@ -2573,56 +2709,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test--KuIS { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123--oqRG\`, - "test": \`test--KuIS\`, - "_test": \`_test--Lb3f\`, - "className": \`className--Ldhp\`, - "someId": \`someId--b0rh\`, - "subClass": \`subClass--Mw9j\`, - "-a0-34a___f": \`-a0-34a___f--DdFW\`, - "m_x_@": \`m_x_@--OdAm\`, - "B&W?": \`B&W?--h4SE\`, - ":\`(": \`:\\\`(--fKJQ\`, - "1a2b3c": \`1a2b3c--YR1u\`, - "#fake-id": \`#fake-id--AqiA\`, - "-a-b-c-": \`-a-b-c---CwXv\`, - "©": \`©--jBj0\`, - "♥": \`♥--vJl9\`, - "😍": \`😍--CNLr\`, - "“‘’”": \`“‘’”--GM0Y\`, - "☺☃": \`☺☃--NKrB\`, - "⌘⌥": \`⌘⌥--edHW\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬--QyMp\`, - "💩": \`💩--B82Y\`, - "?": \`?--ndmp\`, - "@": \`@--v3gq\`, - ".": \`.--zd5u\`, - ":)": \`:)--ZiZn\`, - "

": \`

--TdAx\`, - "<><<<>><>": \`<><<<>><>--ozNs\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--ByKo\`, - "#": \`#--HkwI\`, - "##": \`##--IJc6\`, - "#.#.#": \`#.#.#--BnPp\`, - "_": \`_--bCwk\`, - "{}": \`{}--IZkB\`, - "foo.bar": \`foo.bar--uajo\`, - ":hover": \`:hover--HVud\`, - ":hover:focus:active": \`:hover:focus:active--Zlaa\`, - "[attr=value]": \`[attr=value]--PWvC\`, - "f/o/o": \`f/o/o--A5l5\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o--DFfh\`, - "f*o*o": \`f*o*o--gv1E\`, - "f!o!o": \`f!o!o--_aIy\`, - "f'o'o": \`f'o'o--HSXN\`, - "f~o~o": \`f~o~o--MrVz\`, - "f+o+o": \`f+o+o--EvMH\`, - "foo/bar": \`foo/bar--hei2\`, - "foo\\\\bar": \`foo\\\\bar--IgSz\`, - "foo/bar/baz": \`foo/bar/baz--p6KJ\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz--HZer\` -}; +var _1 = \`123--oqRG\`; +export { _1 as "123" }; +var _2 = \`test--KuIS\`; +export { _2 as "test" }; +var _3 = \`_test--Lb3f\`; +export { _3 as "_test" }; +var _4 = \`className--Ldhp\`; +export { _4 as "className" }; +var _5 = \`someId--b0rh\`; +export { _5 as "someId" }; +var _6 = \`subClass--Mw9j\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f--DdFW\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@--OdAm\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?--h4SE\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(--fKJQ\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c--YR1u\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id--AqiA\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c---CwXv\`; +export { _d as "-a-b-c-" }; +var _e = \`©--jBj0\`; +export { _e as "©" }; +var _f = \`♥--vJl9\`; +export { _f as "♥" }; +var _10 = \`😍--CNLr\`; +export { _10 as "😍" }; +var _11 = \`“‘’”--GM0Y\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃--NKrB\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥--edHW\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬--QyMp\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩--B82Y\`; +export { _15 as "💩" }; +var _16 = \`?--ndmp\`; +export { _16 as "?" }; +var _17 = \`@--v3gq\`; +export { _17 as "@" }; +var _18 = \`.--zd5u\`; +export { _18 as "." }; +var _19 = \`:)--ZiZn\`; +export { _19 as ":)" }; +var _1a = \`

--TdAx\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>--ozNs\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--ByKo\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#--HkwI\`; +export { _1d as "#" }; +var _1e = \`##--IJc6\`; +export { _1e as "##" }; +var _1f = \`#.#.#--BnPp\`; +export { _1f as "#.#.#" }; +var _20 = \`_--bCwk\`; +export { _20 as "_" }; +var _21 = \`{}--IZkB\`; +export { _21 as "{}" }; +var _22 = \`foo.bar--uajo\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover--HVud\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active--Zlaa\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]--PWvC\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o--A5l5\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o--DFfh\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o--gv1E\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o--_aIy\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o--HSXN\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o--MrVz\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o--EvMH\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar--hei2\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar--IgSz\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz--p6KJ\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz--HZer\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -2757,176 +2939,177 @@ exports[`"modules" option should work and generate the same classes for client a exports[`"modules" option should work and generate the same classes for client and server: client module 1`] = ` "// extracted by mini-css-extract-plugin -export default {"123":"oqRGsO4UR7_DWiqWXJMz","test":"KuIShlgsYfxvLoLHT1mu","_test":"Lb3fhDAuJv4v7BXOPttP","className":"LdhpkZRWyKT7zDwJ0lt8","someId":"b0rhwJStMR3eH63oapwW","subClass":"Mw9j4nIdjx1xCGDt7d6a","-a0-34a___f":"DdFWMPoluIgmQirKzoS6","m_x_@":"OdAmghrme3xnUYOdzoDw","B&W?":"h4SEF34CLwChRsak1742",":\`(":"fKJQkLarfQOel4wwbIrn","1a2b3c":"YR1u_buYf6paLzzUM6Vc","#fake-id":"AqiAGSfnwaXj3eqg0Om8","-a-b-c-":"CwXv27VMwyQqKBvNNaFr","©":"jBj0sZiWBysiwRyGu_go","♥":"vJl9A9Ds21oujVsd5UD2","😍":"CNLr9yJwqs3dm6FgpOqA","“‘’”":"GM0Y0nFCPtkVMz6Esfno","☺☃":"NKrBw7EAqPT7Cgn7JzrA","⌘⌥":"edHWpSne18gmGmfN6SV6","𝄞♪♩♫♬":"QyMp9YMEoYUmEHEdpRal","💩":"B82YxwgREHbKn8IpgaWw","?":"ndmpvNNltJXbDVvqKuxt","@":"v3gq0wPogd6ZPfq_pfyZ",".":"zd5uIZq6KrAWTwBjwZdC",":)":"ZiZnRjRT03NgoqVQwkGO","

":"TdAx2ZSkw7Hbktc7KR72","<><<<>><>":"ozNsTIG0LL2gSQdL5dzv","++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.":"ByKoYcSrMT2cN3V2iAgZ","#":"HkwIsjW5i7WNAxVRd5cg","##":"IJc6Xl4ZKVZvSoeIuI2Q","#.#.#":"BnPpnJmPeNr51pj2ZTlf","_":"bCwkZEDuxDAOhKnMdLVF","{}":"IZkBfE9iUPen76w2bB_q","foo.bar":"uajo7mHzD_tTqOXqaqdg",":hover":"HVudUNXnLNQoCLpVn82S",":hover:focus:active":"ZlaaXvHLUsJOCFzItB_1","[attr=value]":"PWvC4jVM5SwUmKmw2tfW","f/o/o":"A5l5sDODF4CQBW_PtlQD","f\\\\o\\\\o":"DFfh4KyqOODVQsTPb3wt","f*o*o":"gv1E2n_bVvy0iT8TaHIv","f!o!o":"_aIyR9ETAs8ipXmRrrDO","f'o'o":"HSXNnSjt1QaHBHUb_UIs","f~o~o":"MrVzSIcSXyoDsr5G0K5_","f+o+o":"EvMHRmCudyKg3GpLjAfj","foo/bar":"hei2uQgDeX2YNkppCHp9","foo\\\\bar":"IgSzmmsCqiJBl4SibwgR","foo/bar/baz":"p6KJMhNWwmCU2bXHJB93","foo\\\\bar\\\\baz":"HZerWgmU0ffpPzySVi_g"};" +var _1 = "oqRGsO4UR7_DWiqWXJMz"; +var _2 = "HkwIsjW5i7WNAxVRd5cg"; +var _3 = "IJc6Xl4ZKVZvSoeIuI2Q"; +var _4 = "BnPpnJmPeNr51pj2ZTlf"; +var _5 = "AqiAGSfnwaXj3eqg0Om8"; +var _6 = "ByKoYcSrMT2cN3V2iAgZ"; +var _7 = "CwXv27VMwyQqKBvNNaFr"; +var _8 = "DdFWMPoluIgmQirKzoS6"; +var _9 = "zd5uIZq6KrAWTwBjwZdC"; +var _a = "YR1u_buYf6paLzzUM6Vc"; +var _b = "ZiZnRjRT03NgoqVQwkGO"; +var _c = "fKJQkLarfQOel4wwbIrn"; +var _d = "HVudUNXnLNQoCLpVn82S"; +var _e = "ZlaaXvHLUsJOCFzItB_1"; +var _f = "ozNsTIG0LL2gSQdL5dzv"; +var _10 = "TdAx2ZSkw7Hbktc7KR72"; +var _11 = "ndmpvNNltJXbDVvqKuxt"; +var _12 = "v3gq0wPogd6ZPfq_pfyZ"; +var _13 = "h4SEF34CLwChRsak1742"; +var _14 = "PWvC4jVM5SwUmKmw2tfW"; +var _15 = "bCwkZEDuxDAOhKnMdLVF"; +var _16 = "Lb3fhDAuJv4v7BXOPttP"; +var _17 = "LdhpkZRWyKT7zDwJ0lt8"; +var _18 = "_aIyR9ETAs8ipXmRrrDO"; +var _19 = "HSXNnSjt1QaHBHUb_UIs"; +var _1a = "gv1E2n_bVvy0iT8TaHIv"; +var _1b = "EvMHRmCudyKg3GpLjAfj"; +var _1c = "A5l5sDODF4CQBW_PtlQD"; +var _1d = "DFfh4KyqOODVQsTPb3wt"; +var _1e = "uajo7mHzD_tTqOXqaqdg"; +var _1f = "hei2uQgDeX2YNkppCHp9"; +var _20 = "p6KJMhNWwmCU2bXHJB93"; +var _21 = "IgSzmmsCqiJBl4SibwgR"; +var _22 = "HZerWgmU0ffpPzySVi_g"; +var _23 = "MrVzSIcSXyoDsr5G0K5_"; +var _24 = "OdAmghrme3xnUYOdzoDw"; +var _25 = "b0rhwJStMR3eH63oapwW"; +var _26 = "Mw9j4nIdjx1xCGDt7d6a"; +var _27 = "KuIShlgsYfxvLoLHT1mu"; +var _28 = "IZkBfE9iUPen76w2bB_q"; +var _29 = "jBj0sZiWBysiwRyGu_go"; +var _2a = "GM0Y0nFCPtkVMz6Esfno"; +var _2b = "edHWpSne18gmGmfN6SV6"; +var _2c = "NKrBw7EAqPT7Cgn7JzrA"; +var _2d = "vJl9A9Ds21oujVsd5UD2"; +var _2e = "QyMp9YMEoYUmEHEdpRal"; +var _2f = "B82YxwgREHbKn8IpgaWw"; +var _30 = "CNLr9yJwqs3dm6FgpOqA"; +export { _1 as "123", _2 as "#", _3 as "##", _4 as "#.#.#", _5 as "#fake-id", _6 as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.", _7 as "-a-b-c-", _8 as "-a0-34a___f", _9 as ".", _a as "1a2b3c", _b as ":)", _c as ":\`(", _d as ":hover", _e as ":hover:focus:active", _f as "<><<<>><>", _10 as "

", _11 as "?", _12 as "@", _13 as "B&W?", _14 as "[attr=value]", _15 as "_", _16 as "_test", _17 as "className", _18 as "f!o!o", _19 as "f'o'o", _1a as "f*o*o", _1b as "f+o+o", _1c as "f/o/o", _1d as "f\\\\o\\\\o", _1e as "foo.bar", _1f as "foo/bar", _20 as "foo/bar/baz", _21 as "foo\\\\bar", _22 as "foo\\\\bar\\\\baz", _23 as "f~o~o", _24 as "m_x_@", _25 as "someId", _26 as "subClass", _27 as "test", _28 as "{}", _29 as "©", _2a as "“‘’”", _2b as "⌘⌥", _2c as "☺☃", _2d as "♥", _2e as "𝄞♪♩♫♬", _2f as "💩", _30 as "😍" } +" +`; + +exports[`"modules" option should work and generate the same classes for client and server: client result 1`] = `undefined`; + +exports[`"modules" option should work and generate the same classes for client and server: client warnings 1`] = ` +[ + "ModuleDependencyWarning: export 'default' (imported as 'css') was not found in './localIdentName.css' (possible exports: #, ##, #.#.#, #fake-id, ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>., -a-b-c-, -a0-34a___f, ., 123, 1a2b3c, :), :\`(, :hover, :hover:focus:active, <><<<>><>,

, ?, @, B&W?, [attr=value], _, _test, className, f!o!o, f'o'o, f*o*o, f+o+o, f/o/o, f\\o\\o, foo.bar, foo/bar, foo/bar/baz, foo\\bar, foo\\bar\\baz, f~o~o, m_x_@, someId, subClass, test, {}, ©, “‘’”, ⌘⌥, ☺☃, ♥, 𝄞♪♩♫♬, 💩, 😍)", +] `; -exports[`"modules" option should work and generate the same classes for client and server: client result 1`] = ` -{ - "#": "HkwIsjW5i7WNAxVRd5cg", - "##": "IJc6Xl4ZKVZvSoeIuI2Q", - "#.#.#": "BnPpnJmPeNr51pj2ZTlf", - "#fake-id": "AqiAGSfnwaXj3eqg0Om8", - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": "ByKoYcSrMT2cN3V2iAgZ", - "-a-b-c-": "CwXv27VMwyQqKBvNNaFr", - "-a0-34a___f": "DdFWMPoluIgmQirKzoS6", - ".": "zd5uIZq6KrAWTwBjwZdC", - "123": "oqRGsO4UR7_DWiqWXJMz", - "1a2b3c": "YR1u_buYf6paLzzUM6Vc", - ":)": "ZiZnRjRT03NgoqVQwkGO", - ":\`(": "fKJQkLarfQOel4wwbIrn", - ":hover": "HVudUNXnLNQoCLpVn82S", - ":hover:focus:active": "ZlaaXvHLUsJOCFzItB_1", - "<><<<>><>": "ozNsTIG0LL2gSQdL5dzv", - "

": "TdAx2ZSkw7Hbktc7KR72", - "?": "ndmpvNNltJXbDVvqKuxt", - "@": "v3gq0wPogd6ZPfq_pfyZ", - "B&W?": "h4SEF34CLwChRsak1742", - "[attr=value]": "PWvC4jVM5SwUmKmw2tfW", - "_": "bCwkZEDuxDAOhKnMdLVF", - "_test": "Lb3fhDAuJv4v7BXOPttP", - "className": "LdhpkZRWyKT7zDwJ0lt8", - "f!o!o": "_aIyR9ETAs8ipXmRrrDO", - "f'o'o": "HSXNnSjt1QaHBHUb_UIs", - "f*o*o": "gv1E2n_bVvy0iT8TaHIv", - "f+o+o": "EvMHRmCudyKg3GpLjAfj", - "f/o/o": "A5l5sDODF4CQBW_PtlQD", - "f\\o\\o": "DFfh4KyqOODVQsTPb3wt", - "foo.bar": "uajo7mHzD_tTqOXqaqdg", - "foo/bar": "hei2uQgDeX2YNkppCHp9", - "foo/bar/baz": "p6KJMhNWwmCU2bXHJB93", - "foo\\bar": "IgSzmmsCqiJBl4SibwgR", - "foo\\bar\\baz": "HZerWgmU0ffpPzySVi_g", - "f~o~o": "MrVzSIcSXyoDsr5G0K5_", - "m_x_@": "OdAmghrme3xnUYOdzoDw", - "someId": "b0rhwJStMR3eH63oapwW", - "subClass": "Mw9j4nIdjx1xCGDt7d6a", - "test": "KuIShlgsYfxvLoLHT1mu", - "{}": "IZkBfE9iUPen76w2bB_q", - "©": "jBj0sZiWBysiwRyGu_go", - "“‘’”": "GM0Y0nFCPtkVMz6Esfno", - "⌘⌥": "edHWpSne18gmGmfN6SV6", - "☺☃": "NKrBw7EAqPT7Cgn7JzrA", - "♥": "vJl9A9Ds21oujVsd5UD2", - "𝄞♪♩♫♬": "QyMp9YMEoYUmEHEdpRal", - "💩": "B82YxwgREHbKn8IpgaWw", - "😍": "CNLr9yJwqs3dm6FgpOqA", -} -`; - -exports[`"modules" option should work and generate the same classes for client and server: client warnings 1`] = `[]`; - exports[`"modules" option should work and generate the same classes for client and server: server errors 1`] = `[]`; exports[`"modules" option should work and generate the same classes for client and server: server module 1`] = ` "// Exports -export default { - "123": \`oqRGsO4UR7_DWiqWXJMz\`, - "test": \`KuIShlgsYfxvLoLHT1mu\`, - "_test": \`Lb3fhDAuJv4v7BXOPttP\`, - "className": \`LdhpkZRWyKT7zDwJ0lt8\`, - "someId": \`b0rhwJStMR3eH63oapwW\`, - "subClass": \`Mw9j4nIdjx1xCGDt7d6a\`, - "-a0-34a___f": \`DdFWMPoluIgmQirKzoS6\`, - "m_x_@": \`OdAmghrme3xnUYOdzoDw\`, - "B&W?": \`h4SEF34CLwChRsak1742\`, - ":\`(": \`fKJQkLarfQOel4wwbIrn\`, - "1a2b3c": \`YR1u_buYf6paLzzUM6Vc\`, - "#fake-id": \`AqiAGSfnwaXj3eqg0Om8\`, - "-a-b-c-": \`CwXv27VMwyQqKBvNNaFr\`, - "©": \`jBj0sZiWBysiwRyGu_go\`, - "♥": \`vJl9A9Ds21oujVsd5UD2\`, - "😍": \`CNLr9yJwqs3dm6FgpOqA\`, - "“‘’”": \`GM0Y0nFCPtkVMz6Esfno\`, - "☺☃": \`NKrBw7EAqPT7Cgn7JzrA\`, - "⌘⌥": \`edHWpSne18gmGmfN6SV6\`, - "𝄞♪♩♫♬": \`QyMp9YMEoYUmEHEdpRal\`, - "💩": \`B82YxwgREHbKn8IpgaWw\`, - "?": \`ndmpvNNltJXbDVvqKuxt\`, - "@": \`v3gq0wPogd6ZPfq_pfyZ\`, - ".": \`zd5uIZq6KrAWTwBjwZdC\`, - ":)": \`ZiZnRjRT03NgoqVQwkGO\`, - "

": \`TdAx2ZSkw7Hbktc7KR72\`, - "<><<<>><>": \`ozNsTIG0LL2gSQdL5dzv\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`ByKoYcSrMT2cN3V2iAgZ\`, - "#": \`HkwIsjW5i7WNAxVRd5cg\`, - "##": \`IJc6Xl4ZKVZvSoeIuI2Q\`, - "#.#.#": \`BnPpnJmPeNr51pj2ZTlf\`, - "_": \`bCwkZEDuxDAOhKnMdLVF\`, - "{}": \`IZkBfE9iUPen76w2bB_q\`, - "foo.bar": \`uajo7mHzD_tTqOXqaqdg\`, - ":hover": \`HVudUNXnLNQoCLpVn82S\`, - ":hover:focus:active": \`ZlaaXvHLUsJOCFzItB_1\`, - "[attr=value]": \`PWvC4jVM5SwUmKmw2tfW\`, - "f/o/o": \`A5l5sDODF4CQBW_PtlQD\`, - "f\\\\o\\\\o": \`DFfh4KyqOODVQsTPb3wt\`, - "f*o*o": \`gv1E2n_bVvy0iT8TaHIv\`, - "f!o!o": \`_aIyR9ETAs8ipXmRrrDO\`, - "f'o'o": \`HSXNnSjt1QaHBHUb_UIs\`, - "f~o~o": \`MrVzSIcSXyoDsr5G0K5_\`, - "f+o+o": \`EvMHRmCudyKg3GpLjAfj\`, - "foo/bar": \`hei2uQgDeX2YNkppCHp9\`, - "foo\\\\bar": \`IgSzmmsCqiJBl4SibwgR\`, - "foo/bar/baz": \`p6KJMhNWwmCU2bXHJB93\`, - "foo\\\\bar\\\\baz": \`HZerWgmU0ffpPzySVi_g\` -}; -" +var _1 = \`oqRGsO4UR7_DWiqWXJMz\`; +export { _1 as "123" }; +var _2 = \`KuIShlgsYfxvLoLHT1mu\`; +export { _2 as "test" }; +var _3 = \`Lb3fhDAuJv4v7BXOPttP\`; +export { _3 as "_test" }; +var _4 = \`LdhpkZRWyKT7zDwJ0lt8\`; +export { _4 as "className" }; +var _5 = \`b0rhwJStMR3eH63oapwW\`; +export { _5 as "someId" }; +var _6 = \`Mw9j4nIdjx1xCGDt7d6a\`; +export { _6 as "subClass" }; +var _7 = \`DdFWMPoluIgmQirKzoS6\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`OdAmghrme3xnUYOdzoDw\`; +export { _8 as "m_x_@" }; +var _9 = \`h4SEF34CLwChRsak1742\`; +export { _9 as "B&W?" }; +var _a = \`fKJQkLarfQOel4wwbIrn\`; +export { _a as ":\`(" }; +var _b = \`YR1u_buYf6paLzzUM6Vc\`; +export { _b as "1a2b3c" }; +var _c = \`AqiAGSfnwaXj3eqg0Om8\`; +export { _c as "#fake-id" }; +var _d = \`CwXv27VMwyQqKBvNNaFr\`; +export { _d as "-a-b-c-" }; +var _e = \`jBj0sZiWBysiwRyGu_go\`; +export { _e as "©" }; +var _f = \`vJl9A9Ds21oujVsd5UD2\`; +export { _f as "♥" }; +var _10 = \`CNLr9yJwqs3dm6FgpOqA\`; +export { _10 as "😍" }; +var _11 = \`GM0Y0nFCPtkVMz6Esfno\`; +export { _11 as "“‘’”" }; +var _12 = \`NKrBw7EAqPT7Cgn7JzrA\`; +export { _12 as "☺☃" }; +var _13 = \`edHWpSne18gmGmfN6SV6\`; +export { _13 as "⌘⌥" }; +var _14 = \`QyMp9YMEoYUmEHEdpRal\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`B82YxwgREHbKn8IpgaWw\`; +export { _15 as "💩" }; +var _16 = \`ndmpvNNltJXbDVvqKuxt\`; +export { _16 as "?" }; +var _17 = \`v3gq0wPogd6ZPfq_pfyZ\`; +export { _17 as "@" }; +var _18 = \`zd5uIZq6KrAWTwBjwZdC\`; +export { _18 as "." }; +var _19 = \`ZiZnRjRT03NgoqVQwkGO\`; +export { _19 as ":)" }; +var _1a = \`TdAx2ZSkw7Hbktc7KR72\`; +export { _1a as "

" }; +var _1b = \`ozNsTIG0LL2gSQdL5dzv\`; +export { _1b as "<><<<>><>" }; +var _1c = \`ByKoYcSrMT2cN3V2iAgZ\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`HkwIsjW5i7WNAxVRd5cg\`; +export { _1d as "#" }; +var _1e = \`IJc6Xl4ZKVZvSoeIuI2Q\`; +export { _1e as "##" }; +var _1f = \`BnPpnJmPeNr51pj2ZTlf\`; +export { _1f as "#.#.#" }; +var _20 = \`bCwkZEDuxDAOhKnMdLVF\`; +export { _20 as "_" }; +var _21 = \`IZkBfE9iUPen76w2bB_q\`; +export { _21 as "{}" }; +var _22 = \`uajo7mHzD_tTqOXqaqdg\`; +export { _22 as "foo.bar" }; +var _23 = \`HVudUNXnLNQoCLpVn82S\`; +export { _23 as ":hover" }; +var _24 = \`ZlaaXvHLUsJOCFzItB_1\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`PWvC4jVM5SwUmKmw2tfW\`; +export { _25 as "[attr=value]" }; +var _26 = \`A5l5sDODF4CQBW_PtlQD\`; +export { _26 as "f/o/o" }; +var _27 = \`DFfh4KyqOODVQsTPb3wt\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`gv1E2n_bVvy0iT8TaHIv\`; +export { _28 as "f*o*o" }; +var _29 = \`_aIyR9ETAs8ipXmRrrDO\`; +export { _29 as "f!o!o" }; +var _2a = \`HSXNnSjt1QaHBHUb_UIs\`; +export { _2a as "f'o'o" }; +var _2b = \`MrVzSIcSXyoDsr5G0K5_\`; +export { _2b as "f~o~o" }; +var _2c = \`EvMHRmCudyKg3GpLjAfj\`; +export { _2c as "f+o+o" }; +var _2d = \`hei2uQgDeX2YNkppCHp9\`; +export { _2d as "foo/bar" }; +var _2e = \`IgSzmmsCqiJBl4SibwgR\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`p6KJMhNWwmCU2bXHJB93\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`HZerWgmU0ffpPzySVi_g\`; +export { _30 as "foo\\\\bar\\\\baz" }; +" +`; + +exports[`"modules" option should work and generate the same classes for client and server: server result 1`] = `undefined`; + +exports[`"modules" option should work and generate the same classes for client and server: server warnings 1`] = ` +[ + "ModuleDependencyWarning: export 'default' (imported as 'css') was not found in './localIdentName.css' (possible exports: #, ##, #.#.#, #fake-id, ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>., -a-b-c-, -a0-34a___f, ., 123, 1a2b3c, :), :\`(, :hover, :hover:focus:active, <><<<>><>,

, ?, @, B&W?, [attr=value], _, _test, className, f!o!o, f'o'o, f*o*o, f+o+o, f/o/o, f\\o\\o, foo.bar, foo/bar, foo/bar/baz, foo\\bar, foo\\bar\\baz, f~o~o, m_x_@, someId, subClass, test, {}, ©, “‘’”, ⌘⌥, ☺☃, ♥, 𝄞♪♩♫♬, 💩, 😍)", +] `; -exports[`"modules" option should work and generate the same classes for client and server: server result 1`] = ` -{ - "#": "HkwIsjW5i7WNAxVRd5cg", - "##": "IJc6Xl4ZKVZvSoeIuI2Q", - "#.#.#": "BnPpnJmPeNr51pj2ZTlf", - "#fake-id": "AqiAGSfnwaXj3eqg0Om8", - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": "ByKoYcSrMT2cN3V2iAgZ", - "-a-b-c-": "CwXv27VMwyQqKBvNNaFr", - "-a0-34a___f": "DdFWMPoluIgmQirKzoS6", - ".": "zd5uIZq6KrAWTwBjwZdC", - "123": "oqRGsO4UR7_DWiqWXJMz", - "1a2b3c": "YR1u_buYf6paLzzUM6Vc", - ":)": "ZiZnRjRT03NgoqVQwkGO", - ":\`(": "fKJQkLarfQOel4wwbIrn", - ":hover": "HVudUNXnLNQoCLpVn82S", - ":hover:focus:active": "ZlaaXvHLUsJOCFzItB_1", - "<><<<>><>": "ozNsTIG0LL2gSQdL5dzv", - "

": "TdAx2ZSkw7Hbktc7KR72", - "?": "ndmpvNNltJXbDVvqKuxt", - "@": "v3gq0wPogd6ZPfq_pfyZ", - "B&W?": "h4SEF34CLwChRsak1742", - "[attr=value]": "PWvC4jVM5SwUmKmw2tfW", - "_": "bCwkZEDuxDAOhKnMdLVF", - "_test": "Lb3fhDAuJv4v7BXOPttP", - "className": "LdhpkZRWyKT7zDwJ0lt8", - "f!o!o": "_aIyR9ETAs8ipXmRrrDO", - "f'o'o": "HSXNnSjt1QaHBHUb_UIs", - "f*o*o": "gv1E2n_bVvy0iT8TaHIv", - "f+o+o": "EvMHRmCudyKg3GpLjAfj", - "f/o/o": "A5l5sDODF4CQBW_PtlQD", - "f\\o\\o": "DFfh4KyqOODVQsTPb3wt", - "foo.bar": "uajo7mHzD_tTqOXqaqdg", - "foo/bar": "hei2uQgDeX2YNkppCHp9", - "foo/bar/baz": "p6KJMhNWwmCU2bXHJB93", - "foo\\bar": "IgSzmmsCqiJBl4SibwgR", - "foo\\bar\\baz": "HZerWgmU0ffpPzySVi_g", - "f~o~o": "MrVzSIcSXyoDsr5G0K5_", - "m_x_@": "OdAmghrme3xnUYOdzoDw", - "someId": "b0rhwJStMR3eH63oapwW", - "subClass": "Mw9j4nIdjx1xCGDt7d6a", - "test": "KuIShlgsYfxvLoLHT1mu", - "{}": "IZkBfE9iUPen76w2bB_q", - "©": "jBj0sZiWBysiwRyGu_go", - "“‘’”": "GM0Y0nFCPtkVMz6Esfno", - "⌘⌥": "edHWpSne18gmGmfN6SV6", - "☺☃": "NKrBw7EAqPT7Cgn7JzrA", - "♥": "vJl9A9Ds21oujVsd5UD2", - "𝄞♪♩♫♬": "QyMp9YMEoYUmEHEdpRal", - "💩": "B82YxwgREHbKn8IpgaWw", - "😍": "CNLr9yJwqs3dm6FgpOqA", -} -`; - -exports[`"modules" option should work and generate the same classes for client and server: server warnings 1`] = `[]`; - exports[`"modules" option should work and has "undefined" context if no context was given: errors 1`] = `[]`; exports[`"modules" option should work and has "undefined" context if no context was given: module 1`] = ` @@ -3051,56 +3234,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.foo { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`foo\`, - "test": \`foo\`, - "_test": \`foo\`, - "className": \`foo\`, - "someId": \`foo\`, - "subClass": \`foo\`, - "-a0-34a___f": \`foo\`, - "m_x_@": \`foo\`, - "B&W?": \`foo\`, - ":\`(": \`foo\`, - "1a2b3c": \`foo\`, - "#fake-id": \`foo\`, - "-a-b-c-": \`foo\`, - "©": \`foo\`, - "♥": \`foo\`, - "😍": \`foo\`, - "“‘’”": \`foo\`, - "☺☃": \`foo\`, - "⌘⌥": \`foo\`, - "𝄞♪♩♫♬": \`foo\`, - "💩": \`foo\`, - "?": \`foo\`, - "@": \`foo\`, - ".": \`foo\`, - ":)": \`foo\`, - "

": \`foo\`, - "<><<<>><>": \`foo\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`foo\`, - "#": \`foo\`, - "##": \`foo\`, - "#.#.#": \`foo\`, - "_": \`foo\`, - "{}": \`foo\`, - "foo.bar": \`foo\`, - ":hover": \`foo\`, - ":hover:focus:active": \`foo\`, - "[attr=value]": \`foo\`, - "f/o/o": \`foo\`, - "f\\\\o\\\\o": \`foo\`, - "f*o*o": \`foo\`, - "f!o!o": \`foo\`, - "f'o'o": \`foo\`, - "f~o~o": \`foo\`, - "f+o+o": \`foo\`, - "foo/bar": \`foo\`, - "foo\\\\bar": \`foo\`, - "foo/bar/baz": \`foo\`, - "foo\\\\bar\\\\baz": \`foo\` -}; +var _1 = \`foo\`; +export { _1 as "123" }; +var _2 = \`foo\`; +export { _2 as "test" }; +var _3 = \`foo\`; +export { _3 as "_test" }; +var _4 = \`foo\`; +export { _4 as "className" }; +var _5 = \`foo\`; +export { _5 as "someId" }; +var _6 = \`foo\`; +export { _6 as "subClass" }; +var _7 = \`foo\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`foo\`; +export { _8 as "m_x_@" }; +var _9 = \`foo\`; +export { _9 as "B&W?" }; +var _a = \`foo\`; +export { _a as ":\`(" }; +var _b = \`foo\`; +export { _b as "1a2b3c" }; +var _c = \`foo\`; +export { _c as "#fake-id" }; +var _d = \`foo\`; +export { _d as "-a-b-c-" }; +var _e = \`foo\`; +export { _e as "©" }; +var _f = \`foo\`; +export { _f as "♥" }; +var _10 = \`foo\`; +export { _10 as "😍" }; +var _11 = \`foo\`; +export { _11 as "“‘’”" }; +var _12 = \`foo\`; +export { _12 as "☺☃" }; +var _13 = \`foo\`; +export { _13 as "⌘⌥" }; +var _14 = \`foo\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`foo\`; +export { _15 as "💩" }; +var _16 = \`foo\`; +export { _16 as "?" }; +var _17 = \`foo\`; +export { _17 as "@" }; +var _18 = \`foo\`; +export { _18 as "." }; +var _19 = \`foo\`; +export { _19 as ":)" }; +var _1a = \`foo\`; +export { _1a as "

" }; +var _1b = \`foo\`; +export { _1b as "<><<<>><>" }; +var _1c = \`foo\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`foo\`; +export { _1d as "#" }; +var _1e = \`foo\`; +export { _1e as "##" }; +var _1f = \`foo\`; +export { _1f as "#.#.#" }; +var _20 = \`foo\`; +export { _20 as "_" }; +var _21 = \`foo\`; +export { _21 as "{}" }; +var _22 = \`foo\`; +export { _22 as "foo.bar" }; +var _23 = \`foo\`; +export { _23 as ":hover" }; +var _24 = \`foo\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`foo\`; +export { _25 as "[attr=value]" }; +var _26 = \`foo\`; +export { _26 as "f/o/o" }; +var _27 = \`foo\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`foo\`; +export { _28 as "f*o*o" }; +var _29 = \`foo\`; +export { _29 as "f!o!o" }; +var _2a = \`foo\`; +export { _2a as "f'o'o" }; +var _2b = \`foo\`; +export { _2b as "f~o~o" }; +var _2c = \`foo\`; +export { _2c as "f+o+o" }; +var _2d = \`foo\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -3237,8 +3466,8 @@ exports[`"modules" option should work and prefer relative for "composes": module "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./package/one.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./node_modules/package/two.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./package/one.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./node_modules/package/two.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -3252,10 +3481,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.eY6jkKjjXnFY1QWC5gpe { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "one": \`eY6jkKjjXnFY1QWC5gpe \${___CSS_LOADER_ICSS_IMPORT_0___.locals["imported-relative"]}\`, - "two": \`cfTHoySzymaJQ150LQPh \${___CSS_LOADER_ICSS_IMPORT_1___.locals["imported-relative"]}\` -}; +var _1 = \`eY6jkKjjXnFY1QWC5gpe \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["imported-relative"]}\`; +export { _1 as "one" }; +var _2 = \`cfTHoySzymaJQ150LQPh \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["imported-relative"]}\`; +export { _2 as "two" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -3419,56 +3648,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._-1test { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`_-1123\`, - "test": \`_-1test\`, - "_test": \`_-1_test\`, - "className": \`_-1className\`, - "someId": \`_-1someId\`, - "subClass": \`_-1subClass\`, - "-a0-34a___f": \`_-1-a0-34a___f\`, - "m_x_@": \`_-1m_x_@\`, - "B&W?": \`_-1B&W?\`, - ":\`(": \`_-1:\\\`(\`, - "1a2b3c": \`_-11a2b3c\`, - "#fake-id": \`_-1#fake-id\`, - "-a-b-c-": \`_-1-a-b-c-\`, - "©": \`_-1©\`, - "♥": \`_-1♥\`, - "😍": \`_-1😍\`, - "“‘’”": \`_-1“‘’”\`, - "☺☃": \`_-1☺☃\`, - "⌘⌥": \`_-1⌘⌥\`, - "𝄞♪♩♫♬": \`_-1𝄞♪♩♫♬\`, - "💩": \`_-1💩\`, - "?": \`_-1?\`, - "@": \`_-1@\`, - ".": \`_-1.\`, - ":)": \`_-1:)\`, - "

": \`_-1

\`, - "<><<<>><>": \`_-1<><<<>><>\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`_-1++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`, - "#": \`_-1#\`, - "##": \`_-1##\`, - "#.#.#": \`_-1#.#.#\`, - "_": \`_-1_\`, - "{}": \`_-1{}\`, - "foo.bar": \`_-1foo.bar\`, - ":hover": \`_-1:hover\`, - ":hover:focus:active": \`_-1:hover:focus:active\`, - "[attr=value]": \`_-1[attr=value]\`, - "f/o/o": \`_-1f/o/o\`, - "f\\\\o\\\\o": \`_-1f\\\\o\\\\o\`, - "f*o*o": \`_-1f*o*o\`, - "f!o!o": \`_-1f!o!o\`, - "f'o'o": \`_-1f'o'o\`, - "f~o~o": \`_-1f~o~o\`, - "f+o+o": \`_-1f+o+o\`, - "foo/bar": \`_-1foo/bar\`, - "foo\\\\bar": \`_-1foo\\\\bar\`, - "foo/bar/baz": \`_-1foo/bar/baz\`, - "foo\\\\bar\\\\baz": \`_-1foo\\\\bar\\\\baz\` -}; +var _1 = \`_-1123\`; +export { _1 as "123" }; +var _2 = \`_-1test\`; +export { _2 as "test" }; +var _3 = \`_-1_test\`; +export { _3 as "_test" }; +var _4 = \`_-1className\`; +export { _4 as "className" }; +var _5 = \`_-1someId\`; +export { _5 as "someId" }; +var _6 = \`_-1subClass\`; +export { _6 as "subClass" }; +var _7 = \`_-1-a0-34a___f\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`_-1m_x_@\`; +export { _8 as "m_x_@" }; +var _9 = \`_-1B&W?\`; +export { _9 as "B&W?" }; +var _a = \`_-1:\\\`(\`; +export { _a as ":\`(" }; +var _b = \`_-11a2b3c\`; +export { _b as "1a2b3c" }; +var _c = \`_-1#fake-id\`; +export { _c as "#fake-id" }; +var _d = \`_-1-a-b-c-\`; +export { _d as "-a-b-c-" }; +var _e = \`_-1©\`; +export { _e as "©" }; +var _f = \`_-1♥\`; +export { _f as "♥" }; +var _10 = \`_-1😍\`; +export { _10 as "😍" }; +var _11 = \`_-1“‘’”\`; +export { _11 as "“‘’”" }; +var _12 = \`_-1☺☃\`; +export { _12 as "☺☃" }; +var _13 = \`_-1⌘⌥\`; +export { _13 as "⌘⌥" }; +var _14 = \`_-1𝄞♪♩♫♬\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`_-1💩\`; +export { _15 as "💩" }; +var _16 = \`_-1?\`; +export { _16 as "?" }; +var _17 = \`_-1@\`; +export { _17 as "@" }; +var _18 = \`_-1.\`; +export { _18 as "." }; +var _19 = \`_-1:)\`; +export { _19 as ":)" }; +var _1a = \`_-1

\`; +export { _1a as "

" }; +var _1b = \`_-1<><<<>><>\`; +export { _1b as "<><<<>><>" }; +var _1c = \`_-1++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`_-1#\`; +export { _1d as "#" }; +var _1e = \`_-1##\`; +export { _1e as "##" }; +var _1f = \`_-1#.#.#\`; +export { _1f as "#.#.#" }; +var _20 = \`_-1_\`; +export { _20 as "_" }; +var _21 = \`_-1{}\`; +export { _21 as "{}" }; +var _22 = \`_-1foo.bar\`; +export { _22 as "foo.bar" }; +var _23 = \`_-1:hover\`; +export { _23 as ":hover" }; +var _24 = \`_-1:hover:focus:active\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`_-1[attr=value]\`; +export { _25 as "[attr=value]" }; +var _26 = \`_-1f/o/o\`; +export { _26 as "f/o/o" }; +var _27 = \`_-1f\\\\o\\\\o\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`_-1f*o*o\`; +export { _28 as "f*o*o" }; +var _29 = \`_-1f!o!o\`; +export { _29 as "f!o!o" }; +var _2a = \`_-1f'o'o\`; +export { _2a as "f'o'o" }; +var _2b = \`_-1f~o~o\`; +export { _2b as "f~o~o" }; +var _2c = \`_-1f+o+o\`; +export { _2c as "f+o+o" }; +var _2d = \`_-1foo/bar\`; +export { _2d as "foo/bar" }; +var _2e = \`_-1foo\\\\bar\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`_-1foo/bar/baz\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`_-1foo\\\\bar\\\\baz\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -3723,56 +3998,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Cqfpw57I { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`DEfkSXfj\`, - "test": \`Cqfpw57I\`, - "_test": \`TGo4Rmnn\`, - "className": \`V3rkzYqn\`, - "someId": \`p0emrDgk\`, - "subClass": \`v0YwV1mq\`, - "-a0-34a___f": \`iD7O58t6\`, - "m_x_@": \`RH_w1QEb\`, - "B&W?": \`Ag92YvL3\`, - ":\`(": \`ETB9N0Rx\`, - "1a2b3c": \`LEy8bpHz\`, - "#fake-id": \`JOQqQG3P\`, - "-a-b-c-": \`LD6vZ0vn\`, - "©": \`bD4iEyBe\`, - "♥": \`pHooKEFO\`, - "😍": \`MkprjEQN\`, - "“‘’”": \`hsoP1NHa\`, - "☺☃": \`AERfnIsn\`, - "⌘⌥": \`s83tEkiy\`, - "𝄞♪♩♫♬": \`sIO5dUZQ\`, - "💩": \`zVi6sc5A\`, - "?": \`N9lQNAW2\`, - "@": \`SysYqBF2\`, - ".": \`_TYYa2xJ\`, - ":)": \`TFikf3jN\`, - "

": \`nMEppSss\`, - "<><<<>><>": \`cGH8351B\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`_sBaAj4v\`, - "#": \`Ig420xMn\`, - "##": \`t_MNCpGV\`, - "#.#.#": \`ozULn22d\`, - "_": \`qR0Vnn20\`, - "{}": \`tt66IaNP\`, - "foo.bar": \`RFVWf69B\`, - ":hover": \`QnhABYwt\`, - ":hover:focus:active": \`qRhRpbmB\`, - "[attr=value]": \`wkL_QN8C\`, - "f/o/o": \`KDSjlnnR\`, - "f\\\\o\\\\o": \`LsVcYH6Y\`, - "f*o*o": \`CNQowmKT\`, - "f!o!o": \`eUsF4mDa\`, - "f'o'o": \`ESWnsA_A\`, - "f~o~o": \`taQ7D9sF\`, - "f+o+o": \`AL7FEeDx\`, - "foo/bar": \`GOPxpaxq\`, - "foo\\\\bar": \`chesbSdq\`, - "foo/bar/baz": \`QMeNd406\`, - "foo\\\\bar\\\\baz": \`jXaakDKS\` -}; +var _1 = \`DEfkSXfj\`; +export { _1 as "123" }; +var _2 = \`Cqfpw57I\`; +export { _2 as "test" }; +var _3 = \`TGo4Rmnn\`; +export { _3 as "_test" }; +var _4 = \`V3rkzYqn\`; +export { _4 as "className" }; +var _5 = \`p0emrDgk\`; +export { _5 as "someId" }; +var _6 = \`v0YwV1mq\`; +export { _6 as "subClass" }; +var _7 = \`iD7O58t6\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`RH_w1QEb\`; +export { _8 as "m_x_@" }; +var _9 = \`Ag92YvL3\`; +export { _9 as "B&W?" }; +var _a = \`ETB9N0Rx\`; +export { _a as ":\`(" }; +var _b = \`LEy8bpHz\`; +export { _b as "1a2b3c" }; +var _c = \`JOQqQG3P\`; +export { _c as "#fake-id" }; +var _d = \`LD6vZ0vn\`; +export { _d as "-a-b-c-" }; +var _e = \`bD4iEyBe\`; +export { _e as "©" }; +var _f = \`pHooKEFO\`; +export { _f as "♥" }; +var _10 = \`MkprjEQN\`; +export { _10 as "😍" }; +var _11 = \`hsoP1NHa\`; +export { _11 as "“‘’”" }; +var _12 = \`AERfnIsn\`; +export { _12 as "☺☃" }; +var _13 = \`s83tEkiy\`; +export { _13 as "⌘⌥" }; +var _14 = \`sIO5dUZQ\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`zVi6sc5A\`; +export { _15 as "💩" }; +var _16 = \`N9lQNAW2\`; +export { _16 as "?" }; +var _17 = \`SysYqBF2\`; +export { _17 as "@" }; +var _18 = \`_TYYa2xJ\`; +export { _18 as "." }; +var _19 = \`TFikf3jN\`; +export { _19 as ":)" }; +var _1a = \`nMEppSss\`; +export { _1a as "

" }; +var _1b = \`cGH8351B\`; +export { _1b as "<><<<>><>" }; +var _1c = \`_sBaAj4v\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`Ig420xMn\`; +export { _1d as "#" }; +var _1e = \`t_MNCpGV\`; +export { _1e as "##" }; +var _1f = \`ozULn22d\`; +export { _1f as "#.#.#" }; +var _20 = \`qR0Vnn20\`; +export { _20 as "_" }; +var _21 = \`tt66IaNP\`; +export { _21 as "{}" }; +var _22 = \`RFVWf69B\`; +export { _22 as "foo.bar" }; +var _23 = \`QnhABYwt\`; +export { _23 as ":hover" }; +var _24 = \`qRhRpbmB\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`wkL_QN8C\`; +export { _25 as "[attr=value]" }; +var _26 = \`KDSjlnnR\`; +export { _26 as "f/o/o" }; +var _27 = \`LsVcYH6Y\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`CNQowmKT\`; +export { _28 as "f*o*o" }; +var _29 = \`eUsF4mDa\`; +export { _29 as "f!o!o" }; +var _2a = \`ESWnsA_A\`; +export { _2a as "f'o'o" }; +var _2b = \`taQ7D9sF\`; +export { _2b as "f~o~o" }; +var _2c = \`AL7FEeDx\`; +export { _2c as "f+o+o" }; +var _2d = \`GOPxpaxq\`; +export { _2d as "foo/bar" }; +var _2e = \`chesbSdq\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`QMeNd406\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`jXaakDKS\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -3932,20 +4253,18 @@ a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo_TEST_1": \`bar\`, - "foo_TEST_3": \`bar\`, - "my_btn_info_is_disabled_TEST_1": \`value\`, - "my_btn_info_is_disabled_TEST_3": \`value\`, - "btn_info_is_disabled_TEST_1": \`rmc8ltu8P1VXaeqLNU6N\`, - "btn_info_is_disabled_TEST_3": \`rmc8ltu8P1VXaeqLNU6N\`, - "btn__info_is_disabled_1_TEST_1": \`AooVHuvzAIGXWngdfslc\`, - "btn__info_is_disabled_1_TEST_3": \`AooVHuvzAIGXWngdfslc\`, - "simple_TEST_1": \`snmJCrfw3LVnrlx87XVC\`, - "simple_TEST_3": \`snmJCrfw3LVnrlx87XVC\`, - "foo_bar_TEST_1": \`vA4oeh0XymefKJVIJyg1\`, - "foo_bar_TEST_3": \`vA4oeh0XymefKJVIJyg1\` -}; +export var foo_TEST_1 = \`bar\`; +export var foo_TEST_3 = \`bar\`; +export var my_btn_info_is_disabled_TEST_1 = \`value\`; +export var my_btn_info_is_disabled_TEST_3 = \`value\`; +export var btn_info_is_disabled_TEST_1 = \`rmc8ltu8P1VXaeqLNU6N\`; +export var btn_info_is_disabled_TEST_3 = \`rmc8ltu8P1VXaeqLNU6N\`; +export var btn__info_is_disabled_1_TEST_1 = \`AooVHuvzAIGXWngdfslc\`; +export var btn__info_is_disabled_1_TEST_3 = \`AooVHuvzAIGXWngdfslc\`; +export var simple_TEST_1 = \`snmJCrfw3LVnrlx87XVC\`; +export var simple_TEST_3 = \`snmJCrfw3LVnrlx87XVC\`; +export var foo_bar_TEST_1 = \`vA4oeh0XymefKJVIJyg1\`; +export var foo_bar_TEST_3 = \`vA4oeh0XymefKJVIJyg1\`; export default ___CSS_LOADER_EXPORT___; " `; @@ -4010,14 +4329,12 @@ a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo_TEST": \`bar\`, - "my_btn_info_is_disabled_TEST": \`value\`, - "btn_info_is_disabled_TEST": \`rmc8ltu8P1VXaeqLNU6N\`, - "btn__info_is_disabled_1_TEST": \`AooVHuvzAIGXWngdfslc\`, - "simple_TEST": \`snmJCrfw3LVnrlx87XVC\`, - "foo_bar_TEST": \`vA4oeh0XymefKJVIJyg1\` -}; +export var foo_TEST = \`bar\`; +export var my_btn_info_is_disabled_TEST = \`value\`; +export var btn_info_is_disabled_TEST = \`rmc8ltu8P1VXaeqLNU6N\`; +export var btn__info_is_disabled_1_TEST = \`AooVHuvzAIGXWngdfslc\`; +export var simple_TEST = \`snmJCrfw3LVnrlx87XVC\`; +export var foo_bar_TEST = \`vA4oeh0XymefKJVIJyg1\`; export default ___CSS_LOADER_EXPORT___; " `; @@ -4057,121 +4374,120 @@ exports[`"modules" option should work and respect the "exportOnlyLocals" option: exports[`"modules" option should work and respect the "exportOnlyLocals" option: module 1`] = ` "// Imports -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; -import ___CSS_LOADER_ICSS_IMPORT_2___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; -import ___CSS_LOADER_ICSS_IMPORT_3___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_4___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_5___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; -import ___CSS_LOADER_ICSS_IMPORT_6___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; -import ___CSS_LOADER_ICSS_IMPORT_7___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; -// Exports -export default { - "v-def": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-def"]}\`, - "v-other": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-other"]}\`, - "s-white": \`\${___CSS_LOADER_ICSS_IMPORT_0___["s-white"]}\`, - "m-small": \`\${___CSS_LOADER_ICSS_IMPORT_0___["m-small"]}\`, - "v-something": \`\${___CSS_LOADER_ICSS_IMPORT_1___["v-something"]}\`, - "v-foo": \`blue\`, - "v-bar": \`block\`, - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "v-ident": \`validIdent\`, - "v-pre-defined-ident": \`left\`, - "v-string": \`'content'\`, - "v-string-1": \`''\`, - "v-url": \`url(https://www.exammple.com/images/my-background.png)\`, - "v-url-1": \`url('https://www.exammple.com/images/my-background.png')\`, - "v-url-2": \`url("https://www.exammple.com/images/my-background.png")\`, - "v-integer": \`100\`, - "v-integer-1": \`-100\`, - "v-integer-2": \`+100\`, - "v-number": \`.60\`, - "v-number-1": \`-456.8\`, - "v-number-2": \`-3.4e-2\`, - "v-dimension": \`12px\`, - "v-percentage": \`100%\`, - "v-hex": \`#fff\`, - "v-comment": \` /* comment */\`, - "v-function": \`rgb(0,0,0)\`, - "v-unicode-range": \`U+0025-00FF\`, - "ghi": \`_ghi\`, - "my-class": \`_my-class\`, - "other": \`_other\`, - "other-other": \`_other-other\`, - "green": \`_green\`, - "foo": \`_foo\`, - "simple": \`_simple \${___CSS_LOADER_ICSS_IMPORT_2___["imported-simple"]}\`, - "relative": \`_relative \${___CSS_LOADER_ICSS_IMPORT_3___["imported-relative"]}\`, - "top-relative": \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4___["imported-relative"]}\`, - "my-module": \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5___["imported-module"]}\`, - "alias": \`_alias \${___CSS_LOADER_ICSS_IMPORT_6___["imported-alias"]}\`, - "alias-duplicate": \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6___["imported-alias"]}\`, - "primary-selector": \`_primary-selector\`, - "black-selector": \`_black-selector\`, - "header": \`_header\`, - "foobarbaz": \`_foobarbaz\`, - "url": \`_url\`, - "main": \`_main \${___CSS_LOADER_ICSS_IMPORT_7___["scssClass"]}\` -}; -" -`; - -exports[`"modules" option should work and respect the "exportOnlyLocals" option: result 1`] = ` -{ - "alias": "_alias _imported-alias", - "alias-duplicate": "_alias-duplicate _imported-alias", - "black-selector": "_black-selector", - "foo": "_foo", - "foobarbaz": "_foobarbaz", - "ghi": "_ghi", - "green": "_green", - "header": "_header", - "m-large": "(min-width: 960px)", - "m-small": "(min-width: 320px)", - "main": "_main _scssClass", - "my-class": "_my-class", - "my-module": "_my-module _imported-module", - "other": "_other", - "other-other": "_other-other", - "primary-selector": "_primary-selector", - "relative": "_relative _imported-relative", - "s-black": "black-selector", - "s-white": "white", - "simple": "_simple _imported-simple", - "top-relative": "_top-relative _imported-relative", - "url": "_url", - "v-bar": "block", - "v-comment": " /* comment */", - "v-def": "red", - "v-dimension": "12px", - "v-foo": "blue", - "v-function": "rgb(0,0,0)", - "v-hex": "#fff", - "v-ident": "validIdent", - "v-integer": "100", - "v-integer-1": "-100", - "v-integer-2": "+100", - "v-number": ".60", - "v-number-1": "-456.8", - "v-number-2": "-3.4e-2", - "v-other": "green", - "v-percentage": "100%", - "v-pre-defined-ident": "left", - "v-primary": "#BF4040", - "v-something": "2112moon", - "v-string": "'content'", - "v-string-1": "''", - "v-unicode-range": "U+0025-00FF", - "v-url": "url(https://www.exammple.com/images/my-background.png)", - "v-url-1": "url('https://www.exammple.com/images/my-background.png')", - "v-url-2": "url("https://www.exammple.com/images/my-background.png")", -} +import * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_3____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_4____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; +// Exports +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`_ghi\`; +export { _1e as "ghi" }; +var _1f = \`_my-class\`; +export { _1f as "my-class" }; +var _20 = \`_other\`; +export { _20 as "other" }; +var _21 = \`_other-other\`; +export { _21 as "other-other" }; +var _22 = \`_green\`; +export { _22 as "green" }; +var _23 = \`_foo\`; +export { _23 as "foo" }; +var _24 = \`_simple \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`_relative \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`_alias \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`_primary-selector\`; +export { _2a as "primary-selector" }; +var _2b = \`_black-selector\`; +export { _2b as "black-selector" }; +var _2c = \`_header\`; +export { _2c as "header" }; +var _2d = \`_foobarbaz\`; +export { _2d as "foobarbaz" }; +var _2e = \`_url\`; +export { _2e as "url" }; +var _2f = \`_main \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; +" +`; + +exports[`"modules" option should work and respect the "exportOnlyLocals" option: result 1`] = `undefined`; + +exports[`"modules" option should work and respect the "exportOnlyLocals" option: warnings 1`] = ` +[ + "ModuleDependencyWarning: export 'default' (imported as 'css') was not found in './composes.css' (possible exports: alias, alias-duplicate, black-selector, foo, foobarbaz, ghi, green, header, m-large, m-small, main, my-class, my-module, other, other-other, primary-selector, relative, s-black, s-white, simple, top-relative, url, v-bar, v-comment, v-def, v-dimension, v-foo, v-function, v-hex, v-ident, v-integer, v-integer-1, v-integer-2, v-number, v-number-1, v-number-2, v-other, v-percentage, v-pre-defined-ident, v-primary, v-something, v-string, v-string-1, v-unicode-range, v-url, v-url-1, v-url-2)", +] `; -exports[`"modules" option should work and respect the "exportOnlyLocals" option: warnings 1`] = `[]`; - exports[`"modules" option should work and respect the "getLocalIdent" option: errors 1`] = `[]`; exports[`"modules" option should work and respect the "getLocalIdent" option: module 1`] = ` @@ -4296,56 +4612,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.foo { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`foo\`, - "test": \`foo\`, - "_test": \`foo\`, - "className": \`foo\`, - "someId": \`foo\`, - "subClass": \`foo\`, - "-a0-34a___f": \`foo\`, - "m_x_@": \`foo\`, - "B&W?": \`foo\`, - ":\`(": \`foo\`, - "1a2b3c": \`foo\`, - "#fake-id": \`foo\`, - "-a-b-c-": \`foo\`, - "©": \`foo\`, - "♥": \`foo\`, - "😍": \`foo\`, - "“‘’”": \`foo\`, - "☺☃": \`foo\`, - "⌘⌥": \`foo\`, - "𝄞♪♩♫♬": \`foo\`, - "💩": \`foo\`, - "?": \`foo\`, - "@": \`foo\`, - ".": \`foo\`, - ":)": \`foo\`, - "

": \`foo\`, - "<><<<>><>": \`foo\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`foo\`, - "#": \`foo\`, - "##": \`foo\`, - "#.#.#": \`foo\`, - "_": \`foo\`, - "{}": \`foo\`, - "foo.bar": \`foo\`, - ":hover": \`foo\`, - ":hover:focus:active": \`foo\`, - "[attr=value]": \`foo\`, - "f/o/o": \`foo\`, - "f\\\\o\\\\o": \`foo\`, - "f*o*o": \`foo\`, - "f!o!o": \`foo\`, - "f'o'o": \`foo\`, - "f~o~o": \`foo\`, - "f+o+o": \`foo\`, - "foo/bar": \`foo\`, - "foo\\\\bar": \`foo\`, - "foo/bar/baz": \`foo\`, - "foo\\\\bar\\\\baz": \`foo\` -}; +var _1 = \`foo\`; +export { _1 as "123" }; +var _2 = \`foo\`; +export { _2 as "test" }; +var _3 = \`foo\`; +export { _3 as "_test" }; +var _4 = \`foo\`; +export { _4 as "className" }; +var _5 = \`foo\`; +export { _5 as "someId" }; +var _6 = \`foo\`; +export { _6 as "subClass" }; +var _7 = \`foo\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`foo\`; +export { _8 as "m_x_@" }; +var _9 = \`foo\`; +export { _9 as "B&W?" }; +var _a = \`foo\`; +export { _a as ":\`(" }; +var _b = \`foo\`; +export { _b as "1a2b3c" }; +var _c = \`foo\`; +export { _c as "#fake-id" }; +var _d = \`foo\`; +export { _d as "-a-b-c-" }; +var _e = \`foo\`; +export { _e as "©" }; +var _f = \`foo\`; +export { _f as "♥" }; +var _10 = \`foo\`; +export { _10 as "😍" }; +var _11 = \`foo\`; +export { _11 as "“‘’”" }; +var _12 = \`foo\`; +export { _12 as "☺☃" }; +var _13 = \`foo\`; +export { _13 as "⌘⌥" }; +var _14 = \`foo\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`foo\`; +export { _15 as "💩" }; +var _16 = \`foo\`; +export { _16 as "?" }; +var _17 = \`foo\`; +export { _17 as "@" }; +var _18 = \`foo\`; +export { _18 as "." }; +var _19 = \`foo\`; +export { _19 as ":)" }; +var _1a = \`foo\`; +export { _1a as "

" }; +var _1b = \`foo\`; +export { _1b as "<><<<>><>" }; +var _1c = \`foo\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`foo\`; +export { _1d as "#" }; +var _1e = \`foo\`; +export { _1e as "##" }; +var _1f = \`foo\`; +export { _1f as "#.#.#" }; +var _20 = \`foo\`; +export { _20 as "_" }; +var _21 = \`foo\`; +export { _21 as "{}" }; +var _22 = \`foo\`; +export { _22 as "foo.bar" }; +var _23 = \`foo\`; +export { _23 as ":hover" }; +var _24 = \`foo\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`foo\`; +export { _25 as "[attr=value]" }; +var _26 = \`foo\`; +export { _26 as "f/o/o" }; +var _27 = \`foo\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`foo\`; +export { _28 as "f*o*o" }; +var _29 = \`foo\`; +export { _29 as "f!o!o" }; +var _2a = \`foo\`; +export { _2a as "f'o'o" }; +var _2b = \`foo\`; +export { _2b as "f~o~o" }; +var _2c = \`foo\`; +export { _2c as "f+o+o" }; +var _2d = \`foo\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -4600,56 +4962,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test--a5c5ad41747f587b6274 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123--d235ae87e4273d19e7e5\`, - "test": \`test--a5c5ad41747f587b6274\`, - "_test": \`_test--df4a97df5d4981c18fd3\`, - "className": \`className--f51a39697d46ec360e5d\`, - "someId": \`someId--a66e8413a3c261c3b5db\`, - "subClass": \`subClass--a2c5762a1671ee02d495\`, - "-a0-34a___f": \`-a0-34a___f--bcceae76b21ea32837d1\`, - "m_x_@": \`m_x_@--bf8f3ed982973d67547f\`, - "B&W?": \`B&W?--fdee73d5165bc2acf73d\`, - ":\`(": \`:\\\`(--daecad79b824a8ae7e46\`, - "1a2b3c": \`1a2b3c--d785e50a661529be89f2\`, - "#fake-id": \`#fake-id--a2d7428449895097291a\`, - "-a-b-c-": \`-a-b-c---ccf3274dd45a8534913a\`, - "©": \`©--adb36177ba3316dd9afb\`, - "♥": \`♥--c663262caaf9ada1c6a0\`, - "😍": \`😍--d8e76280f5be316bb39c\`, - "“‘’”": \`“‘’”--f87afd60ed2beca8050a\`, - "☺☃": \`☺☃--fe372e2946d00a877026\`, - "⌘⌥": \`⌘⌥--fc006a6459cc592e3b7c\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬--fd618d266b80203525ea\`, - "💩": \`💩--da6582591f548841513d\`, - "?": \`?--b11162427f8dc0109aaf\`, - "@": \`@--bb281d67eaa9e09d6112\`, - ".": \`.--b1699afe1173ecd986e4\`, - ":)": \`:)--a94f76ff951371f51151\`, - "

": \`

--cc00b17b428adef51f6c\`, - "<><<<>><>": \`<><<<>><>--a2a770d06d29491cb90e\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--cc7846d4433278cb7dc4\`, - "#": \`#--c7a943b3297883fd2089\`, - "##": \`##--ea628e8df88221969552\`, - "#.#.#": \`#.#.#--dea710d8c9521902e062\`, - "_": \`_--e9f571bfd47fb40b377c\`, - "{}": \`{}--def5f97b0ff315e9c069\`, - "foo.bar": \`foo.bar--a4aa4a1a78b94ac062a8\`, - ":hover": \`:hover--cc13dcdd34f352f8db26\`, - ":hover:focus:active": \`:hover:focus:active--de4f205b1da2542a3508\`, - "[attr=value]": \`[attr=value]--ed6f9744ffabc36e81fd\`, - "f/o/o": \`f/o/o--fef3c40a18a3bdc6aadf\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o--bed5a37b85151828fd59\`, - "f*o*o": \`f*o*o--dbb328bab1b211b02df5\`, - "f!o!o": \`f!o!o--d35399e626d374f6a536\`, - "f'o'o": \`f'o'o--dffb0a3cb0c3b935c5f4\`, - "f~o~o": \`f~o~o--f3f5d93f57c13ee77bb5\`, - "f+o+o": \`f+o+o--d70c625b18c77fdca148\`, - "foo/bar": \`foo/bar--bb4ad2f425527544553f\`, - "foo\\\\bar": \`foo\\\\bar--e8ba4f9a74f8b7fa8361\`, - "foo/bar/baz": \`foo/bar/baz--b5eb40201778b94976f0\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz--b178648b8128f2bbc548\` -}; +var _1 = \`123--d235ae87e4273d19e7e5\`; +export { _1 as "123" }; +var _2 = \`test--a5c5ad41747f587b6274\`; +export { _2 as "test" }; +var _3 = \`_test--df4a97df5d4981c18fd3\`; +export { _3 as "_test" }; +var _4 = \`className--f51a39697d46ec360e5d\`; +export { _4 as "className" }; +var _5 = \`someId--a66e8413a3c261c3b5db\`; +export { _5 as "someId" }; +var _6 = \`subClass--a2c5762a1671ee02d495\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f--bcceae76b21ea32837d1\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@--bf8f3ed982973d67547f\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?--fdee73d5165bc2acf73d\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(--daecad79b824a8ae7e46\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c--d785e50a661529be89f2\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id--a2d7428449895097291a\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c---ccf3274dd45a8534913a\`; +export { _d as "-a-b-c-" }; +var _e = \`©--adb36177ba3316dd9afb\`; +export { _e as "©" }; +var _f = \`♥--c663262caaf9ada1c6a0\`; +export { _f as "♥" }; +var _10 = \`😍--d8e76280f5be316bb39c\`; +export { _10 as "😍" }; +var _11 = \`“‘’”--f87afd60ed2beca8050a\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃--fe372e2946d00a877026\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥--fc006a6459cc592e3b7c\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬--fd618d266b80203525ea\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩--da6582591f548841513d\`; +export { _15 as "💩" }; +var _16 = \`?--b11162427f8dc0109aaf\`; +export { _16 as "?" }; +var _17 = \`@--bb281d67eaa9e09d6112\`; +export { _17 as "@" }; +var _18 = \`.--b1699afe1173ecd986e4\`; +export { _18 as "." }; +var _19 = \`:)--a94f76ff951371f51151\`; +export { _19 as ":)" }; +var _1a = \`

--cc00b17b428adef51f6c\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>--a2a770d06d29491cb90e\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--cc7846d4433278cb7dc4\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#--c7a943b3297883fd2089\`; +export { _1d as "#" }; +var _1e = \`##--ea628e8df88221969552\`; +export { _1e as "##" }; +var _1f = \`#.#.#--dea710d8c9521902e062\`; +export { _1f as "#.#.#" }; +var _20 = \`_--e9f571bfd47fb40b377c\`; +export { _20 as "_" }; +var _21 = \`{}--def5f97b0ff315e9c069\`; +export { _21 as "{}" }; +var _22 = \`foo.bar--a4aa4a1a78b94ac062a8\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover--cc13dcdd34f352f8db26\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active--de4f205b1da2542a3508\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]--ed6f9744ffabc36e81fd\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o--fef3c40a18a3bdc6aadf\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o--bed5a37b85151828fd59\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o--dbb328bab1b211b02df5\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o--d35399e626d374f6a536\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o--dffb0a3cb0c3b935c5f4\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o--f3f5d93f57c13ee77bb5\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o--d70c625b18c77fdca148\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar--bb4ad2f425527544553f\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar--e8ba4f9a74f8b7fa8361\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz--b5eb40201778b94976f0\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz--b178648b8128f2bbc548\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -4904,56 +5312,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test__iHMJbI42 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123__iHMJbI42\`, - "test": \`test__iHMJbI42\`, - "_test": \`_test__iHMJbI42\`, - "className": \`className__iHMJbI42\`, - "someId": \`someId__iHMJbI42\`, - "subClass": \`subClass__iHMJbI42\`, - "-a0-34a___f": \`-a0-34a___f__iHMJbI42\`, - "m_x_@": \`m_x_@__iHMJbI42\`, - "B&W?": \`B&W?__iHMJbI42\`, - ":\`(": \`:\\\`(__iHMJbI42\`, - "1a2b3c": \`1a2b3c__iHMJbI42\`, - "#fake-id": \`#fake-id__iHMJbI42\`, - "-a-b-c-": \`-a-b-c-__iHMJbI42\`, - "©": \`©__iHMJbI42\`, - "♥": \`♥__iHMJbI42\`, - "😍": \`😍__iHMJbI42\`, - "“‘’”": \`“‘’”__iHMJbI42\`, - "☺☃": \`☺☃__iHMJbI42\`, - "⌘⌥": \`⌘⌥__iHMJbI42\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬__iHMJbI42\`, - "💩": \`💩__iHMJbI42\`, - "?": \`?__iHMJbI42\`, - "@": \`@__iHMJbI42\`, - ".": \`.__iHMJbI42\`, - ":)": \`:)__iHMJbI42\`, - "

": \`

__iHMJbI42\`, - "<><<<>><>": \`<><<<>><>__iHMJbI42\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.__iHMJbI42\`, - "#": \`#__iHMJbI42\`, - "##": \`##__iHMJbI42\`, - "#.#.#": \`#.#.#__iHMJbI42\`, - "_": \`___iHMJbI42\`, - "{}": \`{}__iHMJbI42\`, - "foo.bar": \`foo.bar__iHMJbI42\`, - ":hover": \`:hover__iHMJbI42\`, - ":hover:focus:active": \`:hover:focus:active__iHMJbI42\`, - "[attr=value]": \`[attr=value]__iHMJbI42\`, - "f/o/o": \`f/o/o__iHMJbI42\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o__iHMJbI42\`, - "f*o*o": \`f*o*o__iHMJbI42\`, - "f!o!o": \`f!o!o__iHMJbI42\`, - "f'o'o": \`f'o'o__iHMJbI42\`, - "f~o~o": \`f~o~o__iHMJbI42\`, - "f+o+o": \`f+o+o__iHMJbI42\`, - "foo/bar": \`foo/bar__iHMJbI42\`, - "foo\\\\bar": \`foo\\\\bar__iHMJbI42\`, - "foo/bar/baz": \`foo/bar/baz__iHMJbI42\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz__iHMJbI42\` -}; +var _1 = \`123__iHMJbI42\`; +export { _1 as "123" }; +var _2 = \`test__iHMJbI42\`; +export { _2 as "test" }; +var _3 = \`_test__iHMJbI42\`; +export { _3 as "_test" }; +var _4 = \`className__iHMJbI42\`; +export { _4 as "className" }; +var _5 = \`someId__iHMJbI42\`; +export { _5 as "someId" }; +var _6 = \`subClass__iHMJbI42\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f__iHMJbI42\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@__iHMJbI42\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?__iHMJbI42\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(__iHMJbI42\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c__iHMJbI42\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id__iHMJbI42\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c-__iHMJbI42\`; +export { _d as "-a-b-c-" }; +var _e = \`©__iHMJbI42\`; +export { _e as "©" }; +var _f = \`♥__iHMJbI42\`; +export { _f as "♥" }; +var _10 = \`😍__iHMJbI42\`; +export { _10 as "😍" }; +var _11 = \`“‘’”__iHMJbI42\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃__iHMJbI42\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥__iHMJbI42\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬__iHMJbI42\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩__iHMJbI42\`; +export { _15 as "💩" }; +var _16 = \`?__iHMJbI42\`; +export { _16 as "?" }; +var _17 = \`@__iHMJbI42\`; +export { _17 as "@" }; +var _18 = \`.__iHMJbI42\`; +export { _18 as "." }; +var _19 = \`:)__iHMJbI42\`; +export { _19 as ":)" }; +var _1a = \`

__iHMJbI42\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>__iHMJbI42\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.__iHMJbI42\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#__iHMJbI42\`; +export { _1d as "#" }; +var _1e = \`##__iHMJbI42\`; +export { _1e as "##" }; +var _1f = \`#.#.#__iHMJbI42\`; +export { _1f as "#.#.#" }; +var _20 = \`___iHMJbI42\`; +export { _20 as "_" }; +var _21 = \`{}__iHMJbI42\`; +export { _21 as "{}" }; +var _22 = \`foo.bar__iHMJbI42\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover__iHMJbI42\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active__iHMJbI42\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]__iHMJbI42\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o__iHMJbI42\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o__iHMJbI42\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o__iHMJbI42\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o__iHMJbI42\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o__iHMJbI42\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o__iHMJbI42\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o__iHMJbI42\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar__iHMJbI42\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar__iHMJbI42\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz__iHMJbI42\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz__iHMJbI42\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -5208,56 +5662,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.KuIShlgs { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`oqRGsO4U\`, - "test": \`KuIShlgs\`, - "_test": \`Lb3fhDAu\`, - "className": \`LdhpkZRW\`, - "someId": \`b0rhwJSt\`, - "subClass": \`Mw9j4nId\`, - "-a0-34a___f": \`DdFWMPol\`, - "m_x_@": \`OdAmghrm\`, - "B&W?": \`h4SEF34C\`, - ":\`(": \`fKJQkLar\`, - "1a2b3c": \`YR1u_buY\`, - "#fake-id": \`AqiAGSfn\`, - "-a-b-c-": \`CwXv27VM\`, - "©": \`jBj0sZiW\`, - "♥": \`vJl9A9Ds\`, - "😍": \`CNLr9yJw\`, - "“‘’”": \`GM0Y0nFC\`, - "☺☃": \`NKrBw7EA\`, - "⌘⌥": \`edHWpSne\`, - "𝄞♪♩♫♬": \`QyMp9YME\`, - "💩": \`B82YxwgR\`, - "?": \`ndmpvNNl\`, - "@": \`v3gq0wPo\`, - ".": \`zd5uIZq6\`, - ":)": \`ZiZnRjRT\`, - "

": \`TdAx2ZSk\`, - "<><<<>><>": \`ozNsTIG0\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`ByKoYcSr\`, - "#": \`HkwIsjW5\`, - "##": \`IJc6Xl4Z\`, - "#.#.#": \`BnPpnJmP\`, - "_": \`bCwkZEDu\`, - "{}": \`IZkBfE9i\`, - "foo.bar": \`uajo7mHz\`, - ":hover": \`HVudUNXn\`, - ":hover:focus:active": \`ZlaaXvHL\`, - "[attr=value]": \`PWvC4jVM\`, - "f/o/o": \`A5l5sDOD\`, - "f\\\\o\\\\o": \`DFfh4Kyq\`, - "f*o*o": \`gv1E2n_b\`, - "f!o!o": \`_aIyR9ET\`, - "f'o'o": \`HSXNnSjt\`, - "f~o~o": \`MrVzSIcS\`, - "f+o+o": \`EvMHRmCu\`, - "foo/bar": \`hei2uQgD\`, - "foo\\\\bar": \`IgSzmmsC\`, - "foo/bar/baz": \`p6KJMhNW\`, - "foo\\\\bar\\\\baz": \`HZerWgmU\` -}; +var _1 = \`oqRGsO4U\`; +export { _1 as "123" }; +var _2 = \`KuIShlgs\`; +export { _2 as "test" }; +var _3 = \`Lb3fhDAu\`; +export { _3 as "_test" }; +var _4 = \`LdhpkZRW\`; +export { _4 as "className" }; +var _5 = \`b0rhwJSt\`; +export { _5 as "someId" }; +var _6 = \`Mw9j4nId\`; +export { _6 as "subClass" }; +var _7 = \`DdFWMPol\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`OdAmghrm\`; +export { _8 as "m_x_@" }; +var _9 = \`h4SEF34C\`; +export { _9 as "B&W?" }; +var _a = \`fKJQkLar\`; +export { _a as ":\`(" }; +var _b = \`YR1u_buY\`; +export { _b as "1a2b3c" }; +var _c = \`AqiAGSfn\`; +export { _c as "#fake-id" }; +var _d = \`CwXv27VM\`; +export { _d as "-a-b-c-" }; +var _e = \`jBj0sZiW\`; +export { _e as "©" }; +var _f = \`vJl9A9Ds\`; +export { _f as "♥" }; +var _10 = \`CNLr9yJw\`; +export { _10 as "😍" }; +var _11 = \`GM0Y0nFC\`; +export { _11 as "“‘’”" }; +var _12 = \`NKrBw7EA\`; +export { _12 as "☺☃" }; +var _13 = \`edHWpSne\`; +export { _13 as "⌘⌥" }; +var _14 = \`QyMp9YME\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`B82YxwgR\`; +export { _15 as "💩" }; +var _16 = \`ndmpvNNl\`; +export { _16 as "?" }; +var _17 = \`v3gq0wPo\`; +export { _17 as "@" }; +var _18 = \`zd5uIZq6\`; +export { _18 as "." }; +var _19 = \`ZiZnRjRT\`; +export { _19 as ":)" }; +var _1a = \`TdAx2ZSk\`; +export { _1a as "

" }; +var _1b = \`ozNsTIG0\`; +export { _1b as "<><<<>><>" }; +var _1c = \`ByKoYcSr\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`HkwIsjW5\`; +export { _1d as "#" }; +var _1e = \`IJc6Xl4Z\`; +export { _1e as "##" }; +var _1f = \`BnPpnJmP\`; +export { _1f as "#.#.#" }; +var _20 = \`bCwkZEDu\`; +export { _20 as "_" }; +var _21 = \`IZkBfE9i\`; +export { _21 as "{}" }; +var _22 = \`uajo7mHz\`; +export { _22 as "foo.bar" }; +var _23 = \`HVudUNXn\`; +export { _23 as ":hover" }; +var _24 = \`ZlaaXvHL\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`PWvC4jVM\`; +export { _25 as "[attr=value]" }; +var _26 = \`A5l5sDOD\`; +export { _26 as "f/o/o" }; +var _27 = \`DFfh4Kyq\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`gv1E2n_b\`; +export { _28 as "f*o*o" }; +var _29 = \`_aIyR9ET\`; +export { _29 as "f!o!o" }; +var _2a = \`HSXNnSjt\`; +export { _2a as "f'o'o" }; +var _2b = \`MrVzSIcS\`; +export { _2b as "f~o~o" }; +var _2c = \`EvMHRmCu\`; +export { _2c as "f+o+o" }; +var _2d = \`hei2uQgD\`; +export { _2d as "foo/bar" }; +var _2e = \`IgSzmmsC\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`p6KJMhNW\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`HZerWgmU\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -5512,56 +6012,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test__KuIShlgs { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123__oqRGsO4U\`, - "test": \`test__KuIShlgs\`, - "_test": \`_test__Lb3fhDAu\`, - "className": \`className__LdhpkZRW\`, - "someId": \`someId__b0rhwJSt\`, - "subClass": \`subClass__Mw9j4nId\`, - "-a0-34a___f": \`-a0-34a___f__DdFWMPol\`, - "m_x_@": \`m_x_@__OdAmghrm\`, - "B&W?": \`B&W?__h4SEF34C\`, - ":\`(": \`:\\\`(__fKJQkLar\`, - "1a2b3c": \`1a2b3c__YR1u_buY\`, - "#fake-id": \`#fake-id__AqiAGSfn\`, - "-a-b-c-": \`-a-b-c-__CwXv27VM\`, - "©": \`©__jBj0sZiW\`, - "♥": \`♥__vJl9A9Ds\`, - "😍": \`😍__CNLr9yJw\`, - "“‘’”": \`“‘’”__GM0Y0nFC\`, - "☺☃": \`☺☃__NKrBw7EA\`, - "⌘⌥": \`⌘⌥__edHWpSne\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬__QyMp9YME\`, - "💩": \`💩__B82YxwgR\`, - "?": \`?__ndmpvNNl\`, - "@": \`@__v3gq0wPo\`, - ".": \`.__zd5uIZq6\`, - ":)": \`:)__ZiZnRjRT\`, - "

": \`

__TdAx2ZSk\`, - "<><<<>><>": \`<><<<>><>__ozNsTIG0\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.__ByKoYcSr\`, - "#": \`#__HkwIsjW5\`, - "##": \`##__IJc6Xl4Z\`, - "#.#.#": \`#.#.#__BnPpnJmP\`, - "_": \`___bCwkZEDu\`, - "{}": \`{}__IZkBfE9i\`, - "foo.bar": \`foo.bar__uajo7mHz\`, - ":hover": \`:hover__HVudUNXn\`, - ":hover:focus:active": \`:hover:focus:active__ZlaaXvHL\`, - "[attr=value]": \`[attr=value]__PWvC4jVM\`, - "f/o/o": \`f/o/o__A5l5sDOD\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o__DFfh4Kyq\`, - "f*o*o": \`f*o*o__gv1E2n_b\`, - "f!o!o": \`f!o!o___aIyR9ET\`, - "f'o'o": \`f'o'o__HSXNnSjt\`, - "f~o~o": \`f~o~o__MrVzSIcS\`, - "f+o+o": \`f+o+o__EvMHRmCu\`, - "foo/bar": \`foo/bar__hei2uQgD\`, - "foo\\\\bar": \`foo\\\\bar__IgSzmmsC\`, - "foo/bar/baz": \`foo/bar/baz__p6KJMhNW\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz__HZerWgmU\` -}; +var _1 = \`123__oqRGsO4U\`; +export { _1 as "123" }; +var _2 = \`test__KuIShlgs\`; +export { _2 as "test" }; +var _3 = \`_test__Lb3fhDAu\`; +export { _3 as "_test" }; +var _4 = \`className__LdhpkZRW\`; +export { _4 as "className" }; +var _5 = \`someId__b0rhwJSt\`; +export { _5 as "someId" }; +var _6 = \`subClass__Mw9j4nId\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f__DdFWMPol\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@__OdAmghrm\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?__h4SEF34C\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(__fKJQkLar\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c__YR1u_buY\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id__AqiAGSfn\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c-__CwXv27VM\`; +export { _d as "-a-b-c-" }; +var _e = \`©__jBj0sZiW\`; +export { _e as "©" }; +var _f = \`♥__vJl9A9Ds\`; +export { _f as "♥" }; +var _10 = \`😍__CNLr9yJw\`; +export { _10 as "😍" }; +var _11 = \`“‘’”__GM0Y0nFC\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃__NKrBw7EA\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥__edHWpSne\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬__QyMp9YME\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩__B82YxwgR\`; +export { _15 as "💩" }; +var _16 = \`?__ndmpvNNl\`; +export { _16 as "?" }; +var _17 = \`@__v3gq0wPo\`; +export { _17 as "@" }; +var _18 = \`.__zd5uIZq6\`; +export { _18 as "." }; +var _19 = \`:)__ZiZnRjRT\`; +export { _19 as ":)" }; +var _1a = \`

__TdAx2ZSk\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>__ozNsTIG0\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.__ByKoYcSr\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#__HkwIsjW5\`; +export { _1d as "#" }; +var _1e = \`##__IJc6Xl4Z\`; +export { _1e as "##" }; +var _1f = \`#.#.#__BnPpnJmP\`; +export { _1f as "#.#.#" }; +var _20 = \`___bCwkZEDu\`; +export { _20 as "_" }; +var _21 = \`{}__IZkBfE9i\`; +export { _21 as "{}" }; +var _22 = \`foo.bar__uajo7mHz\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover__HVudUNXn\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active__ZlaaXvHL\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]__PWvC4jVM\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o__A5l5sDOD\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o__DFfh4Kyq\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o__gv1E2n_b\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o___aIyR9ET\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o__HSXNnSjt\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o__MrVzSIcS\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o__EvMHRmCu\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar__hei2uQgD\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar__IgSzmmsC\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz__p6KJMhNW\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz__HZerWgmU\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -5721,14 +6267,18 @@ a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`bar\`, - "my-btn-info_is-disabled": \`value\`, - "btn-info_is-disabled": \`rmc8ltu8P1VXaeqLNU6N\`, - "btn--info_is-disabled_1": \`AooVHuvzAIGXWngdfslc\`, - "simple": \`snmJCrfw3LVnrlx87XVC\`, - "foo_bar": \`vA4oeh0XymefKJVIJyg1\` -}; +var _1 = \`bar\`; +export { _1 as "foo" }; +var _2 = \`value\`; +export { _2 as "my-btn-info_is-disabled" }; +var _3 = \`rmc8ltu8P1VXaeqLNU6N\`; +export { _3 as "btn-info_is-disabled" }; +var _4 = \`AooVHuvzAIGXWngdfslc\`; +export { _4 as "btn--info_is-disabled_1" }; +var _5 = \`snmJCrfw3LVnrlx87XVC\`; +export { _5 as "simple" }; +var _6 = \`vA4oeh0XymefKJVIJyg1\`; +export { _6 as "foo_bar" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -6016,14 +6566,12 @@ a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`bar\`, - "myBtnInfo_isDisabled": \`value\`, - "btnInfo_isDisabled": \`rmc8ltu8P1VXaeqLNU6N\`, - "btnInfo_isDisabled_1": \`AooVHuvzAIGXWngdfslc\`, - "simple": \`snmJCrfw3LVnrlx87XVC\`, - "foo_bar": \`vA4oeh0XymefKJVIJyg1\` -}; +export var foo = \`bar\`; +export var myBtnInfo_isDisabled = \`value\`; +export var btnInfo_isDisabled = \`rmc8ltu8P1VXaeqLNU6N\`; +export var btnInfo_isDisabled_1 = \`AooVHuvzAIGXWngdfslc\`; +export var simple = \`snmJCrfw3LVnrlx87XVC\`; +export var foo_bar = \`vA4oeh0XymefKJVIJyg1\`; export default ___CSS_LOADER_EXPORT___; " `; @@ -6185,56 +6733,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test--ddd414ab5d5137709283 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123--c945113ffceee32ec307\`, - "test": \`test--ddd414ab5d5137709283\`, - "_test": \`_test--e91d3d0c5fd37cd4b01b\`, - "className": \`className--e02e6f829b2bee39d627\`, - "someId": \`someId--de52fa8c46db92b11447\`, - "subClass": \`subClass--be91981b36e10e364e4c\`, - "-a0-34a___f": \`-a0-34a___f--da00a255d4f26816d790\`, - "m_x_@": \`m_x_@--bfd2a88024baab94215a\`, - "B&W?": \`B&W?--bdeaa204fa06e193156e\`, - ":\`(": \`:\\\`(--ca761b17eca1ae06d42e\`, - "1a2b3c": \`1a2b3c--a35141d9affd245508ec\`, - "#fake-id": \`#fake-id--ad040e49adcf9ebf2b28\`, - "-a-b-c-": \`-a-b-c---e778be7522ccfc908a7f\`, - "©": \`©--e0f3ca20d394f3e4c0c4\`, - "♥": \`♥--a33350b333a80f1b1a5b\`, - "😍": \`😍--c0436529b39516386e8e\`, - "“‘’”": \`“‘’”--e70e1ad7759d3f300df8\`, - "☺☃": \`☺☃--a0cb57576a5c7938d368\`, - "⌘⌥": \`⌘⌥--e217e979d1184a514863\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬--a84ff99d334be3b94b99\`, - "💩": \`💩--d850ae0fa2bc4c199f78\`, - "?": \`?--ce25d6e6d5d3f7f1caf8\`, - "@": \`@--af4ac041e6ccf6398ff5\`, - ".": \`.--e94958877c738509339f\`, - ":)": \`:)--c80360aed4da410414fc\`, - "

": \`

--b01c44339fab06966cef\`, - "<><<<>><>": \`<><<<>><>--e4fde695b6d3728c37e2\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--dd1263b9248633b49ab6\`, - "#": \`#--e135fb99b5f04b604132\`, - "##": \`##--ba6fb20eb138e8d73dc4\`, - "#.#.#": \`#.#.#--a6704dcf2abf08ff56bd\`, - "_": \`_--aa2521adbafa6a1b57d0\`, - "{}": \`{}--c716be70a0fac8bbc9e8\`, - "foo.bar": \`foo.bar--ce58180c03c903fcc73c\`, - ":hover": \`:hover--defde77234f3cb7141b1\`, - ":hover:focus:active": \`:hover:focus:active--cf83606abd36c7adf7e7\`, - "[attr=value]": \`[attr=value]--c9620f5e0b4a2472cd5a\`, - "f/o/o": \`f/o/o--d439f5313663238836bb\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o--f64285b41af14c5e74b5\`, - "f*o*o": \`f*o*o--e844a318c45519219501\`, - "f!o!o": \`f!o!o--ae46ad5331777ab05875\`, - "f'o'o": \`f'o'o--a23d7b9b14b04706b089\`, - "f~o~o": \`f~o~o--cc96b7a27dbd52fba7a5\`, - "f+o+o": \`f+o+o--debcf9986b3f64af6af9\`, - "foo/bar": \`foo/bar--d76ec2006d8359a0df78\`, - "foo\\\\bar": \`foo\\\\bar--c17737aec664275b67b0\`, - "foo/bar/baz": \`foo/bar/baz--c948ac137924110011f2\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz--ee89c9e938e6eb8df43d\` -}; +var _1 = \`123--c945113ffceee32ec307\`; +export { _1 as "123" }; +var _2 = \`test--ddd414ab5d5137709283\`; +export { _2 as "test" }; +var _3 = \`_test--e91d3d0c5fd37cd4b01b\`; +export { _3 as "_test" }; +var _4 = \`className--e02e6f829b2bee39d627\`; +export { _4 as "className" }; +var _5 = \`someId--de52fa8c46db92b11447\`; +export { _5 as "someId" }; +var _6 = \`subClass--be91981b36e10e364e4c\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f--da00a255d4f26816d790\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@--bfd2a88024baab94215a\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?--bdeaa204fa06e193156e\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(--ca761b17eca1ae06d42e\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c--a35141d9affd245508ec\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id--ad040e49adcf9ebf2b28\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c---e778be7522ccfc908a7f\`; +export { _d as "-a-b-c-" }; +var _e = \`©--e0f3ca20d394f3e4c0c4\`; +export { _e as "©" }; +var _f = \`♥--a33350b333a80f1b1a5b\`; +export { _f as "♥" }; +var _10 = \`😍--c0436529b39516386e8e\`; +export { _10 as "😍" }; +var _11 = \`“‘’”--e70e1ad7759d3f300df8\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃--a0cb57576a5c7938d368\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥--e217e979d1184a514863\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬--a84ff99d334be3b94b99\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩--d850ae0fa2bc4c199f78\`; +export { _15 as "💩" }; +var _16 = \`?--ce25d6e6d5d3f7f1caf8\`; +export { _16 as "?" }; +var _17 = \`@--af4ac041e6ccf6398ff5\`; +export { _17 as "@" }; +var _18 = \`.--e94958877c738509339f\`; +export { _18 as "." }; +var _19 = \`:)--c80360aed4da410414fc\`; +export { _19 as ":)" }; +var _1a = \`

--b01c44339fab06966cef\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>--e4fde695b6d3728c37e2\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--dd1263b9248633b49ab6\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#--e135fb99b5f04b604132\`; +export { _1d as "#" }; +var _1e = \`##--ba6fb20eb138e8d73dc4\`; +export { _1e as "##" }; +var _1f = \`#.#.#--a6704dcf2abf08ff56bd\`; +export { _1f as "#.#.#" }; +var _20 = \`_--aa2521adbafa6a1b57d0\`; +export { _20 as "_" }; +var _21 = \`{}--c716be70a0fac8bbc9e8\`; +export { _21 as "{}" }; +var _22 = \`foo.bar--ce58180c03c903fcc73c\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover--defde77234f3cb7141b1\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active--cf83606abd36c7adf7e7\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]--c9620f5e0b4a2472cd5a\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o--d439f5313663238836bb\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o--f64285b41af14c5e74b5\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o--e844a318c45519219501\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o--ae46ad5331777ab05875\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o--a23d7b9b14b04706b089\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o--cc96b7a27dbd52fba7a5\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o--debcf9986b3f64af6af9\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar--d76ec2006d8359a0df78\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar--c17737aec664275b67b0\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz--c948ac137924110011f2\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz--ee89c9e938e6eb8df43d\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -6361,56 +6955,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test--KuIShlgsYf { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123--oqRGsO4UR7\`, - "test": \`test--KuIShlgsYf\`, - "_test": \`_test--Lb3fhDAuJv\`, - "className": \`className--LdhpkZRWyK\`, - "someId": \`someId--b0rhwJStMR\`, - "subClass": \`subClass--Mw9j4nIdjx\`, - "-a0-34a___f": \`-a0-34a___f--DdFWMPoluI\`, - "m_x_@": \`m_x_@--OdAmghrme3\`, - "B&W?": \`B&W?--h4SEF34CLw\`, - ":\`(": \`:\\\`(--fKJQkLarfQ\`, - "1a2b3c": \`1a2b3c--YR1u_buYf6\`, - "#fake-id": \`#fake-id--AqiAGSfnwa\`, - "-a-b-c-": \`-a-b-c---CwXv27VMwy\`, - "©": \`©--jBj0sZiWBy\`, - "♥": \`♥--vJl9A9Ds21\`, - "😍": \`😍--CNLr9yJwqs\`, - "“‘’”": \`“‘’”--GM0Y0nFCPt\`, - "☺☃": \`☺☃--NKrBw7EAqP\`, - "⌘⌥": \`⌘⌥--edHWpSne18\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬--QyMp9YMEoY\`, - "💩": \`💩--B82YxwgREH\`, - "?": \`?--ndmpvNNltJ\`, - "@": \`@--v3gq0wPogd\`, - ".": \`.--zd5uIZq6Kr\`, - ":)": \`:)--ZiZnRjRT03\`, - "

": \`

--TdAx2ZSkw7\`, - "<><<<>><>": \`<><<<>><>--ozNsTIG0LL\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--ByKoYcSrMT\`, - "#": \`#--HkwIsjW5i7\`, - "##": \`##--IJc6Xl4ZKV\`, - "#.#.#": \`#.#.#--BnPpnJmPeN\`, - "_": \`_--bCwkZEDuxD\`, - "{}": \`{}--IZkBfE9iUP\`, - "foo.bar": \`foo.bar--uajo7mHzD_\`, - ":hover": \`:hover--HVudUNXnLN\`, - ":hover:focus:active": \`:hover:focus:active--ZlaaXvHLUs\`, - "[attr=value]": \`[attr=value]--PWvC4jVM5S\`, - "f/o/o": \`f/o/o--A5l5sDODF4\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o--DFfh4KyqOO\`, - "f*o*o": \`f*o*o--gv1E2n_bVv\`, - "f!o!o": \`f!o!o--_aIyR9ETAs\`, - "f'o'o": \`f'o'o--HSXNnSjt1Q\`, - "f~o~o": \`f~o~o--MrVzSIcSXy\`, - "f+o+o": \`f+o+o--EvMHRmCudy\`, - "foo/bar": \`foo/bar--hei2uQgDeX\`, - "foo\\\\bar": \`foo\\\\bar--IgSzmmsCqi\`, - "foo/bar/baz": \`foo/bar/baz--p6KJMhNWwm\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz--HZerWgmU0f\` -}; +var _1 = \`123--oqRGsO4UR7\`; +export { _1 as "123" }; +var _2 = \`test--KuIShlgsYf\`; +export { _2 as "test" }; +var _3 = \`_test--Lb3fhDAuJv\`; +export { _3 as "_test" }; +var _4 = \`className--LdhpkZRWyK\`; +export { _4 as "className" }; +var _5 = \`someId--b0rhwJStMR\`; +export { _5 as "someId" }; +var _6 = \`subClass--Mw9j4nIdjx\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f--DdFWMPoluI\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@--OdAmghrme3\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?--h4SEF34CLw\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(--fKJQkLarfQ\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c--YR1u_buYf6\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id--AqiAGSfnwa\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c---CwXv27VMwy\`; +export { _d as "-a-b-c-" }; +var _e = \`©--jBj0sZiWBy\`; +export { _e as "©" }; +var _f = \`♥--vJl9A9Ds21\`; +export { _f as "♥" }; +var _10 = \`😍--CNLr9yJwqs\`; +export { _10 as "😍" }; +var _11 = \`“‘’”--GM0Y0nFCPt\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃--NKrBw7EAqP\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥--edHWpSne18\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬--QyMp9YMEoY\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩--B82YxwgREH\`; +export { _15 as "💩" }; +var _16 = \`?--ndmpvNNltJ\`; +export { _16 as "?" }; +var _17 = \`@--v3gq0wPogd\`; +export { _17 as "@" }; +var _18 = \`.--zd5uIZq6Kr\`; +export { _18 as "." }; +var _19 = \`:)--ZiZnRjRT03\`; +export { _19 as ":)" }; +var _1a = \`

--TdAx2ZSkw7\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>--ozNsTIG0LL\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--ByKoYcSrMT\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#--HkwIsjW5i7\`; +export { _1d as "#" }; +var _1e = \`##--IJc6Xl4ZKV\`; +export { _1e as "##" }; +var _1f = \`#.#.#--BnPpnJmPeN\`; +export { _1f as "#.#.#" }; +var _20 = \`_--bCwkZEDuxD\`; +export { _20 as "_" }; +var _21 = \`{}--IZkBfE9iUP\`; +export { _21 as "{}" }; +var _22 = \`foo.bar--uajo7mHzD_\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover--HVudUNXnLN\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active--ZlaaXvHLUs\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]--PWvC4jVM5S\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o--A5l5sDODF4\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o--DFfh4KyqOO\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o--gv1E2n_bVv\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o--_aIyR9ETAs\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o--HSXNnSjt1Q\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o--MrVzSIcSXy\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o--EvMHRmCudy\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar--hei2uQgDeX\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar--IgSzmmsCqi\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz--p6KJMhNWwm\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz--HZerWgmU0f\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -6791,56 +7431,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.localIdentName--test--aa7e9 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`localIdentName--123--c47e4\`, - "test": \`localIdentName--test--aa7e9\`, - "_test": \`localIdentName--_test--c6a38\`, - "className": \`localIdentName--className--ae4cd\`, - "someId": \`localIdentName--someId--a747a\`, - "subClass": \`localIdentName--subClass--bf463\`, - "-a0-34a___f": \`localIdentName---a0-34a___f--d3488\`, - "m_x_@": \`localIdentName--m_x_@--ff0d5\`, - "B&W?": \`localIdentName--B&W?--f7662\`, - ":\`(": \`localIdentName--:\\\`(--d3744\`, - "1a2b3c": \`localIdentName--1a2b3c--c4cbc\`, - "#fake-id": \`localIdentName--#fake-id--e42a4\`, - "-a-b-c-": \`localIdentName---a-b-c---e4b0f\`, - "©": \`localIdentName--©--c3e22\`, - "♥": \`localIdentName--♥--a47a2\`, - "😍": \`localIdentName--😍--f0c92\`, - "“‘’”": \`localIdentName--“‘’”--ca0fd\`, - "☺☃": \`localIdentName--☺☃--f9c8b\`, - "⌘⌥": \`localIdentName--⌘⌥--b3cde\`, - "𝄞♪♩♫♬": \`localIdentName--𝄞♪♩♫♬--d2c20\`, - "💩": \`localIdentName--💩--f7356\`, - "?": \`localIdentName--?--d9503\`, - "@": \`localIdentName--@--b2fac\`, - ".": \`localIdentName--.--fd361\`, - ":)": \`localIdentName--:)--c58a4\`, - "

": \`localIdentName--

--cc129\`, - "<><<<>><>": \`localIdentName--<><<<>><>--fcdf9\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`localIdentName--++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--fec05\`, - "#": \`localIdentName--#--e36d3\`, - "##": \`localIdentName--##--b7f30\`, - "#.#.#": \`localIdentName--#.#.#--a3350\`, - "_": \`localIdentName--_--f2a47\`, - "{}": \`localIdentName--{}--b6deb\`, - "foo.bar": \`localIdentName--foo.bar--e5115\`, - ":hover": \`localIdentName--:hover--dd09e\`, - ":hover:focus:active": \`localIdentName--:hover:focus:active--a9185\`, - "[attr=value]": \`localIdentName--[attr=value]--c242f\`, - "f/o/o": \`localIdentName--f/o/o--a3967\`, - "f\\\\o\\\\o": \`localIdentName--f\\\\o\\\\o--ec55c\`, - "f*o*o": \`localIdentName--f*o*o--f8235\`, - "f!o!o": \`localIdentName--f!o!o--b05e2\`, - "f'o'o": \`localIdentName--f'o'o--e0449\`, - "f~o~o": \`localIdentName--f~o~o--b5a43\`, - "f+o+o": \`localIdentName--f+o+o--e002f\`, - "foo/bar": \`localIdentName--foo/bar--e3f1a\`, - "foo\\\\bar": \`localIdentName--foo\\\\bar--ac6d2\`, - "foo/bar/baz": \`localIdentName--foo/bar/baz--c78d7\`, - "foo\\\\bar\\\\baz": \`localIdentName--foo\\\\bar\\\\baz--f235d\` -}; +var _1 = \`localIdentName--123--c47e4\`; +export { _1 as "123" }; +var _2 = \`localIdentName--test--aa7e9\`; +export { _2 as "test" }; +var _3 = \`localIdentName--_test--c6a38\`; +export { _3 as "_test" }; +var _4 = \`localIdentName--className--ae4cd\`; +export { _4 as "className" }; +var _5 = \`localIdentName--someId--a747a\`; +export { _5 as "someId" }; +var _6 = \`localIdentName--subClass--bf463\`; +export { _6 as "subClass" }; +var _7 = \`localIdentName---a0-34a___f--d3488\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`localIdentName--m_x_@--ff0d5\`; +export { _8 as "m_x_@" }; +var _9 = \`localIdentName--B&W?--f7662\`; +export { _9 as "B&W?" }; +var _a = \`localIdentName--:\\\`(--d3744\`; +export { _a as ":\`(" }; +var _b = \`localIdentName--1a2b3c--c4cbc\`; +export { _b as "1a2b3c" }; +var _c = \`localIdentName--#fake-id--e42a4\`; +export { _c as "#fake-id" }; +var _d = \`localIdentName---a-b-c---e4b0f\`; +export { _d as "-a-b-c-" }; +var _e = \`localIdentName--©--c3e22\`; +export { _e as "©" }; +var _f = \`localIdentName--♥--a47a2\`; +export { _f as "♥" }; +var _10 = \`localIdentName--😍--f0c92\`; +export { _10 as "😍" }; +var _11 = \`localIdentName--“‘’”--ca0fd\`; +export { _11 as "“‘’”" }; +var _12 = \`localIdentName--☺☃--f9c8b\`; +export { _12 as "☺☃" }; +var _13 = \`localIdentName--⌘⌥--b3cde\`; +export { _13 as "⌘⌥" }; +var _14 = \`localIdentName--𝄞♪♩♫♬--d2c20\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`localIdentName--💩--f7356\`; +export { _15 as "💩" }; +var _16 = \`localIdentName--?--d9503\`; +export { _16 as "?" }; +var _17 = \`localIdentName--@--b2fac\`; +export { _17 as "@" }; +var _18 = \`localIdentName--.--fd361\`; +export { _18 as "." }; +var _19 = \`localIdentName--:)--c58a4\`; +export { _19 as ":)" }; +var _1a = \`localIdentName--

--cc129\`; +export { _1a as "

" }; +var _1b = \`localIdentName--<><<<>><>--fcdf9\`; +export { _1b as "<><<<>><>" }; +var _1c = \`localIdentName--++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--fec05\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`localIdentName--#--e36d3\`; +export { _1d as "#" }; +var _1e = \`localIdentName--##--b7f30\`; +export { _1e as "##" }; +var _1f = \`localIdentName--#.#.#--a3350\`; +export { _1f as "#.#.#" }; +var _20 = \`localIdentName--_--f2a47\`; +export { _20 as "_" }; +var _21 = \`localIdentName--{}--b6deb\`; +export { _21 as "{}" }; +var _22 = \`localIdentName--foo.bar--e5115\`; +export { _22 as "foo.bar" }; +var _23 = \`localIdentName--:hover--dd09e\`; +export { _23 as ":hover" }; +var _24 = \`localIdentName--:hover:focus:active--a9185\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`localIdentName--[attr=value]--c242f\`; +export { _25 as "[attr=value]" }; +var _26 = \`localIdentName--f/o/o--a3967\`; +export { _26 as "f/o/o" }; +var _27 = \`localIdentName--f\\\\o\\\\o--ec55c\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`localIdentName--f*o*o--f8235\`; +export { _28 as "f*o*o" }; +var _29 = \`localIdentName--f!o!o--b05e2\`; +export { _29 as "f!o!o" }; +var _2a = \`localIdentName--f'o'o--e0449\`; +export { _2a as "f'o'o" }; +var _2b = \`localIdentName--f~o~o--b5a43\`; +export { _2b as "f~o~o" }; +var _2c = \`localIdentName--f+o+o--e002f\`; +export { _2c as "f+o+o" }; +var _2d = \`localIdentName--foo/bar--e3f1a\`; +export { _2d as "foo/bar" }; +var _2e = \`localIdentName--foo\\\\bar--ac6d2\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`localIdentName--foo/bar/baz--c78d7\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`localIdentName--foo\\\\bar\\\\baz--f235d\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -7095,56 +7781,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.localIdentName--test--Cqfpw { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`localIdentName--123--DEfkS\`, - "test": \`localIdentName--test--Cqfpw\`, - "_test": \`localIdentName--_test--TGo4R\`, - "className": \`localIdentName--className--V3rkz\`, - "someId": \`localIdentName--someId--p0emr\`, - "subClass": \`localIdentName--subClass--v0YwV\`, - "-a0-34a___f": \`localIdentName---a0-34a___f--iD7O5\`, - "m_x_@": \`localIdentName--m_x_@--RH_w1\`, - "B&W?": \`localIdentName--B&W?--Ag92Y\`, - ":\`(": \`localIdentName--:\\\`(--ETB9N\`, - "1a2b3c": \`localIdentName--1a2b3c--LEy8b\`, - "#fake-id": \`localIdentName--#fake-id--JOQqQ\`, - "-a-b-c-": \`localIdentName---a-b-c---LD6vZ\`, - "©": \`localIdentName--©--bD4iE\`, - "♥": \`localIdentName--♥--pHooK\`, - "😍": \`localIdentName--😍--Mkprj\`, - "“‘’”": \`localIdentName--“‘’”--hsoP1\`, - "☺☃": \`localIdentName--☺☃--AERfn\`, - "⌘⌥": \`localIdentName--⌘⌥--s83tE\`, - "𝄞♪♩♫♬": \`localIdentName--𝄞♪♩♫♬--sIO5d\`, - "💩": \`localIdentName--💩--zVi6s\`, - "?": \`localIdentName--?--N9lQN\`, - "@": \`localIdentName--@--SysYq\`, - ".": \`localIdentName--.--_TYYa\`, - ":)": \`localIdentName--:)--TFikf\`, - "

": \`localIdentName--

--nMEpp\`, - "<><<<>><>": \`localIdentName--<><<<>><>--cGH83\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`localIdentName--++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--_sBaA\`, - "#": \`localIdentName--#--Ig420\`, - "##": \`localIdentName--##--t_MNC\`, - "#.#.#": \`localIdentName--#.#.#--ozULn\`, - "_": \`localIdentName--_--qR0Vn\`, - "{}": \`localIdentName--{}--tt66I\`, - "foo.bar": \`localIdentName--foo.bar--RFVWf\`, - ":hover": \`localIdentName--:hover--QnhAB\`, - ":hover:focus:active": \`localIdentName--:hover:focus:active--qRhRp\`, - "[attr=value]": \`localIdentName--[attr=value]--wkL_Q\`, - "f/o/o": \`localIdentName--f/o/o--KDSjl\`, - "f\\\\o\\\\o": \`localIdentName--f\\\\o\\\\o--LsVcY\`, - "f*o*o": \`localIdentName--f*o*o--CNQow\`, - "f!o!o": \`localIdentName--f!o!o--eUsF4\`, - "f'o'o": \`localIdentName--f'o'o--ESWns\`, - "f~o~o": \`localIdentName--f~o~o--taQ7D\`, - "f+o+o": \`localIdentName--f+o+o--AL7FE\`, - "foo/bar": \`localIdentName--foo/bar--GOPxp\`, - "foo\\\\bar": \`localIdentName--foo\\\\bar--chesb\`, - "foo/bar/baz": \`localIdentName--foo/bar/baz--QMeNd\`, - "foo\\\\bar\\\\baz": \`localIdentName--foo\\\\bar\\\\baz--jXaak\` -}; +var _1 = \`localIdentName--123--DEfkS\`; +export { _1 as "123" }; +var _2 = \`localIdentName--test--Cqfpw\`; +export { _2 as "test" }; +var _3 = \`localIdentName--_test--TGo4R\`; +export { _3 as "_test" }; +var _4 = \`localIdentName--className--V3rkz\`; +export { _4 as "className" }; +var _5 = \`localIdentName--someId--p0emr\`; +export { _5 as "someId" }; +var _6 = \`localIdentName--subClass--v0YwV\`; +export { _6 as "subClass" }; +var _7 = \`localIdentName---a0-34a___f--iD7O5\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`localIdentName--m_x_@--RH_w1\`; +export { _8 as "m_x_@" }; +var _9 = \`localIdentName--B&W?--Ag92Y\`; +export { _9 as "B&W?" }; +var _a = \`localIdentName--:\\\`(--ETB9N\`; +export { _a as ":\`(" }; +var _b = \`localIdentName--1a2b3c--LEy8b\`; +export { _b as "1a2b3c" }; +var _c = \`localIdentName--#fake-id--JOQqQ\`; +export { _c as "#fake-id" }; +var _d = \`localIdentName---a-b-c---LD6vZ\`; +export { _d as "-a-b-c-" }; +var _e = \`localIdentName--©--bD4iE\`; +export { _e as "©" }; +var _f = \`localIdentName--♥--pHooK\`; +export { _f as "♥" }; +var _10 = \`localIdentName--😍--Mkprj\`; +export { _10 as "😍" }; +var _11 = \`localIdentName--“‘’”--hsoP1\`; +export { _11 as "“‘’”" }; +var _12 = \`localIdentName--☺☃--AERfn\`; +export { _12 as "☺☃" }; +var _13 = \`localIdentName--⌘⌥--s83tE\`; +export { _13 as "⌘⌥" }; +var _14 = \`localIdentName--𝄞♪♩♫♬--sIO5d\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`localIdentName--💩--zVi6s\`; +export { _15 as "💩" }; +var _16 = \`localIdentName--?--N9lQN\`; +export { _16 as "?" }; +var _17 = \`localIdentName--@--SysYq\`; +export { _17 as "@" }; +var _18 = \`localIdentName--.--_TYYa\`; +export { _18 as "." }; +var _19 = \`localIdentName--:)--TFikf\`; +export { _19 as ":)" }; +var _1a = \`localIdentName--

--nMEpp\`; +export { _1a as "

" }; +var _1b = \`localIdentName--<><<<>><>--cGH83\`; +export { _1b as "<><<<>><>" }; +var _1c = \`localIdentName--++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--_sBaA\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`localIdentName--#--Ig420\`; +export { _1d as "#" }; +var _1e = \`localIdentName--##--t_MNC\`; +export { _1e as "##" }; +var _1f = \`localIdentName--#.#.#--ozULn\`; +export { _1f as "#.#.#" }; +var _20 = \`localIdentName--_--qR0Vn\`; +export { _20 as "_" }; +var _21 = \`localIdentName--{}--tt66I\`; +export { _21 as "{}" }; +var _22 = \`localIdentName--foo.bar--RFVWf\`; +export { _22 as "foo.bar" }; +var _23 = \`localIdentName--:hover--QnhAB\`; +export { _23 as ":hover" }; +var _24 = \`localIdentName--:hover:focus:active--qRhRp\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`localIdentName--[attr=value]--wkL_Q\`; +export { _25 as "[attr=value]" }; +var _26 = \`localIdentName--f/o/o--KDSjl\`; +export { _26 as "f/o/o" }; +var _27 = \`localIdentName--f\\\\o\\\\o--LsVcY\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`localIdentName--f*o*o--CNQow\`; +export { _28 as "f*o*o" }; +var _29 = \`localIdentName--f!o!o--eUsF4\`; +export { _29 as "f!o!o" }; +var _2a = \`localIdentName--f'o'o--ESWns\`; +export { _2a as "f'o'o" }; +var _2b = \`localIdentName--f~o~o--taQ7D\`; +export { _2b as "f~o~o" }; +var _2c = \`localIdentName--f+o+o--AL7FE\`; +export { _2c as "f+o+o" }; +var _2d = \`localIdentName--foo/bar--GOPxp\`; +export { _2d as "foo/bar" }; +var _2e = \`localIdentName--foo\\\\bar--chesb\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`localIdentName--foo/bar/baz--QMeNd\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`localIdentName--foo\\\\bar\\\\baz--jXaak\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -7399,56 +8131,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.localIdentName__test__KuIShlgs { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`localIdentName__123__oqRGsO4U\`, - "test": \`localIdentName__test__KuIShlgs\`, - "_test": \`localIdentName___test__Lb3fhDAu\`, - "className": \`localIdentName__className__LdhpkZRW\`, - "someId": \`localIdentName__someId__b0rhwJSt\`, - "subClass": \`localIdentName__subClass__Mw9j4nId\`, - "-a0-34a___f": \`localIdentName__-a0-34a___f__DdFWMPol\`, - "m_x_@": \`localIdentName__m_x_@__OdAmghrm\`, - "B&W?": \`localIdentName__B&W?__h4SEF34C\`, - ":\`(": \`localIdentName__:\\\`(__fKJQkLar\`, - "1a2b3c": \`localIdentName__1a2b3c__YR1u_buY\`, - "#fake-id": \`localIdentName__#fake-id__AqiAGSfn\`, - "-a-b-c-": \`localIdentName__-a-b-c-__CwXv27VM\`, - "©": \`localIdentName__©__jBj0sZiW\`, - "♥": \`localIdentName__♥__vJl9A9Ds\`, - "😍": \`localIdentName__😍__CNLr9yJw\`, - "“‘’”": \`localIdentName__“‘’”__GM0Y0nFC\`, - "☺☃": \`localIdentName__☺☃__NKrBw7EA\`, - "⌘⌥": \`localIdentName__⌘⌥__edHWpSne\`, - "𝄞♪♩♫♬": \`localIdentName__𝄞♪♩♫♬__QyMp9YME\`, - "💩": \`localIdentName__💩__B82YxwgR\`, - "?": \`localIdentName__?__ndmpvNNl\`, - "@": \`localIdentName__@__v3gq0wPo\`, - ".": \`localIdentName__.__zd5uIZq6\`, - ":)": \`localIdentName__:)__ZiZnRjRT\`, - "

": \`localIdentName__

__TdAx2ZSk\`, - "<><<<>><>": \`localIdentName__<><<<>><>__ozNsTIG0\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`localIdentName__++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.__ByKoYcSr\`, - "#": \`localIdentName__#__HkwIsjW5\`, - "##": \`localIdentName__##__IJc6Xl4Z\`, - "#.#.#": \`localIdentName__#.#.#__BnPpnJmP\`, - "_": \`localIdentName_____bCwkZEDu\`, - "{}": \`localIdentName__{}__IZkBfE9i\`, - "foo.bar": \`localIdentName__foo.bar__uajo7mHz\`, - ":hover": \`localIdentName__:hover__HVudUNXn\`, - ":hover:focus:active": \`localIdentName__:hover:focus:active__ZlaaXvHL\`, - "[attr=value]": \`localIdentName__[attr=value]__PWvC4jVM\`, - "f/o/o": \`localIdentName__f/o/o__A5l5sDOD\`, - "f\\\\o\\\\o": \`localIdentName__f\\\\o\\\\o__DFfh4Kyq\`, - "f*o*o": \`localIdentName__f*o*o__gv1E2n_b\`, - "f!o!o": \`localIdentName__f!o!o___aIyR9ET\`, - "f'o'o": \`localIdentName__f'o'o__HSXNnSjt\`, - "f~o~o": \`localIdentName__f~o~o__MrVzSIcS\`, - "f+o+o": \`localIdentName__f+o+o__EvMHRmCu\`, - "foo/bar": \`localIdentName__foo/bar__hei2uQgD\`, - "foo\\\\bar": \`localIdentName__foo\\\\bar__IgSzmmsC\`, - "foo/bar/baz": \`localIdentName__foo/bar/baz__p6KJMhNW\`, - "foo\\\\bar\\\\baz": \`localIdentName__foo\\\\bar\\\\baz__HZerWgmU\` -}; +var _1 = \`localIdentName__123__oqRGsO4U\`; +export { _1 as "123" }; +var _2 = \`localIdentName__test__KuIShlgs\`; +export { _2 as "test" }; +var _3 = \`localIdentName___test__Lb3fhDAu\`; +export { _3 as "_test" }; +var _4 = \`localIdentName__className__LdhpkZRW\`; +export { _4 as "className" }; +var _5 = \`localIdentName__someId__b0rhwJSt\`; +export { _5 as "someId" }; +var _6 = \`localIdentName__subClass__Mw9j4nId\`; +export { _6 as "subClass" }; +var _7 = \`localIdentName__-a0-34a___f__DdFWMPol\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`localIdentName__m_x_@__OdAmghrm\`; +export { _8 as "m_x_@" }; +var _9 = \`localIdentName__B&W?__h4SEF34C\`; +export { _9 as "B&W?" }; +var _a = \`localIdentName__:\\\`(__fKJQkLar\`; +export { _a as ":\`(" }; +var _b = \`localIdentName__1a2b3c__YR1u_buY\`; +export { _b as "1a2b3c" }; +var _c = \`localIdentName__#fake-id__AqiAGSfn\`; +export { _c as "#fake-id" }; +var _d = \`localIdentName__-a-b-c-__CwXv27VM\`; +export { _d as "-a-b-c-" }; +var _e = \`localIdentName__©__jBj0sZiW\`; +export { _e as "©" }; +var _f = \`localIdentName__♥__vJl9A9Ds\`; +export { _f as "♥" }; +var _10 = \`localIdentName__😍__CNLr9yJw\`; +export { _10 as "😍" }; +var _11 = \`localIdentName__“‘’”__GM0Y0nFC\`; +export { _11 as "“‘’”" }; +var _12 = \`localIdentName__☺☃__NKrBw7EA\`; +export { _12 as "☺☃" }; +var _13 = \`localIdentName__⌘⌥__edHWpSne\`; +export { _13 as "⌘⌥" }; +var _14 = \`localIdentName__𝄞♪♩♫♬__QyMp9YME\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`localIdentName__💩__B82YxwgR\`; +export { _15 as "💩" }; +var _16 = \`localIdentName__?__ndmpvNNl\`; +export { _16 as "?" }; +var _17 = \`localIdentName__@__v3gq0wPo\`; +export { _17 as "@" }; +var _18 = \`localIdentName__.__zd5uIZq6\`; +export { _18 as "." }; +var _19 = \`localIdentName__:)__ZiZnRjRT\`; +export { _19 as ":)" }; +var _1a = \`localIdentName__

__TdAx2ZSk\`; +export { _1a as "

" }; +var _1b = \`localIdentName__<><<<>><>__ozNsTIG0\`; +export { _1b as "<><<<>><>" }; +var _1c = \`localIdentName__++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.__ByKoYcSr\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`localIdentName__#__HkwIsjW5\`; +export { _1d as "#" }; +var _1e = \`localIdentName__##__IJc6Xl4Z\`; +export { _1e as "##" }; +var _1f = \`localIdentName__#.#.#__BnPpnJmP\`; +export { _1f as "#.#.#" }; +var _20 = \`localIdentName_____bCwkZEDu\`; +export { _20 as "_" }; +var _21 = \`localIdentName__{}__IZkBfE9i\`; +export { _21 as "{}" }; +var _22 = \`localIdentName__foo.bar__uajo7mHz\`; +export { _22 as "foo.bar" }; +var _23 = \`localIdentName__:hover__HVudUNXn\`; +export { _23 as ":hover" }; +var _24 = \`localIdentName__:hover:focus:active__ZlaaXvHL\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`localIdentName__[attr=value]__PWvC4jVM\`; +export { _25 as "[attr=value]" }; +var _26 = \`localIdentName__f/o/o__A5l5sDOD\`; +export { _26 as "f/o/o" }; +var _27 = \`localIdentName__f\\\\o\\\\o__DFfh4Kyq\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`localIdentName__f*o*o__gv1E2n_b\`; +export { _28 as "f*o*o" }; +var _29 = \`localIdentName__f!o!o___aIyR9ET\`; +export { _29 as "f!o!o" }; +var _2a = \`localIdentName__f'o'o__HSXNnSjt\`; +export { _2a as "f'o'o" }; +var _2b = \`localIdentName__f~o~o__MrVzSIcS\`; +export { _2b as "f~o~o" }; +var _2c = \`localIdentName__f+o+o__EvMHRmCu\`; +export { _2c as "f+o+o" }; +var _2d = \`localIdentName__foo/bar__hei2uQgD\`; +export { _2d as "foo/bar" }; +var _2e = \`localIdentName__foo\\\\bar__IgSzmmsC\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`localIdentName__foo/bar/baz__p6KJMhNW\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`localIdentName__foo\\\\bar\\\\baz__HZerWgmU\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -7703,56 +8481,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.fixtures-modules-localIdentName-loca } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`fixtures-modules-localIdentName-localIdentName__123\`, - "test": \`fixtures-modules-localIdentName-localIdentName__test\`, - "_test": \`fixtures-modules-localIdentName-localIdentName___test\`, - "className": \`fixtures-modules-localIdentName-localIdentName__className\`, - "someId": \`fixtures-modules-localIdentName-localIdentName__someId\`, - "subClass": \`fixtures-modules-localIdentName-localIdentName__subClass\`, - "-a0-34a___f": \`fixtures-modules-localIdentName-localIdentName__-a0-34a___f\`, - "m_x_@": \`fixtures-modules-localIdentName-localIdentName__m_x_@\`, - "B&W?": \`fixtures-modules-localIdentName-localIdentName__B&W?\`, - ":\`(": \`fixtures-modules-localIdentName-localIdentName__:\\\`(\`, - "1a2b3c": \`fixtures-modules-localIdentName-localIdentName__1a2b3c\`, - "#fake-id": \`fixtures-modules-localIdentName-localIdentName__#fake-id\`, - "-a-b-c-": \`fixtures-modules-localIdentName-localIdentName__-a-b-c-\`, - "©": \`fixtures-modules-localIdentName-localIdentName__©\`, - "♥": \`fixtures-modules-localIdentName-localIdentName__♥\`, - "😍": \`fixtures-modules-localIdentName-localIdentName__😍\`, - "“‘’”": \`fixtures-modules-localIdentName-localIdentName__“‘’”\`, - "☺☃": \`fixtures-modules-localIdentName-localIdentName__☺☃\`, - "⌘⌥": \`fixtures-modules-localIdentName-localIdentName__⌘⌥\`, - "𝄞♪♩♫♬": \`fixtures-modules-localIdentName-localIdentName__𝄞♪♩♫♬\`, - "💩": \`fixtures-modules-localIdentName-localIdentName__💩\`, - "?": \`fixtures-modules-localIdentName-localIdentName__?\`, - "@": \`fixtures-modules-localIdentName-localIdentName__@\`, - ".": \`fixtures-modules-localIdentName-localIdentName__.\`, - ":)": \`fixtures-modules-localIdentName-localIdentName__:)\`, - "

": \`fixtures-modules-localIdentName-localIdentName__

\`, - "<><<<>><>": \`fixtures-modules-localIdentName-localIdentName__<><<<>><>\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`fixtures-modules-localIdentName-localIdentName__++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`, - "#": \`fixtures-modules-localIdentName-localIdentName__#\`, - "##": \`fixtures-modules-localIdentName-localIdentName__##\`, - "#.#.#": \`fixtures-modules-localIdentName-localIdentName__#.#.#\`, - "_": \`fixtures-modules-localIdentName-localIdentName___\`, - "{}": \`fixtures-modules-localIdentName-localIdentName__{}\`, - "foo.bar": \`fixtures-modules-localIdentName-localIdentName__foo.bar\`, - ":hover": \`fixtures-modules-localIdentName-localIdentName__:hover\`, - ":hover:focus:active": \`fixtures-modules-localIdentName-localIdentName__:hover:focus:active\`, - "[attr=value]": \`fixtures-modules-localIdentName-localIdentName__[attr=value]\`, - "f/o/o": \`fixtures-modules-localIdentName-localIdentName__f/o/o\`, - "f\\\\o\\\\o": \`fixtures-modules-localIdentName-localIdentName__f\\\\o\\\\o\`, - "f*o*o": \`fixtures-modules-localIdentName-localIdentName__f*o*o\`, - "f!o!o": \`fixtures-modules-localIdentName-localIdentName__f!o!o\`, - "f'o'o": \`fixtures-modules-localIdentName-localIdentName__f'o'o\`, - "f~o~o": \`fixtures-modules-localIdentName-localIdentName__f~o~o\`, - "f+o+o": \`fixtures-modules-localIdentName-localIdentName__f+o+o\`, - "foo/bar": \`fixtures-modules-localIdentName-localIdentName__foo/bar\`, - "foo\\\\bar": \`fixtures-modules-localIdentName-localIdentName__foo\\\\bar\`, - "foo/bar/baz": \`fixtures-modules-localIdentName-localIdentName__foo/bar/baz\`, - "foo\\\\bar\\\\baz": \`fixtures-modules-localIdentName-localIdentName__foo\\\\bar\\\\baz\` -}; +var _1 = \`fixtures-modules-localIdentName-localIdentName__123\`; +export { _1 as "123" }; +var _2 = \`fixtures-modules-localIdentName-localIdentName__test\`; +export { _2 as "test" }; +var _3 = \`fixtures-modules-localIdentName-localIdentName___test\`; +export { _3 as "_test" }; +var _4 = \`fixtures-modules-localIdentName-localIdentName__className\`; +export { _4 as "className" }; +var _5 = \`fixtures-modules-localIdentName-localIdentName__someId\`; +export { _5 as "someId" }; +var _6 = \`fixtures-modules-localIdentName-localIdentName__subClass\`; +export { _6 as "subClass" }; +var _7 = \`fixtures-modules-localIdentName-localIdentName__-a0-34a___f\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`fixtures-modules-localIdentName-localIdentName__m_x_@\`; +export { _8 as "m_x_@" }; +var _9 = \`fixtures-modules-localIdentName-localIdentName__B&W?\`; +export { _9 as "B&W?" }; +var _a = \`fixtures-modules-localIdentName-localIdentName__:\\\`(\`; +export { _a as ":\`(" }; +var _b = \`fixtures-modules-localIdentName-localIdentName__1a2b3c\`; +export { _b as "1a2b3c" }; +var _c = \`fixtures-modules-localIdentName-localIdentName__#fake-id\`; +export { _c as "#fake-id" }; +var _d = \`fixtures-modules-localIdentName-localIdentName__-a-b-c-\`; +export { _d as "-a-b-c-" }; +var _e = \`fixtures-modules-localIdentName-localIdentName__©\`; +export { _e as "©" }; +var _f = \`fixtures-modules-localIdentName-localIdentName__♥\`; +export { _f as "♥" }; +var _10 = \`fixtures-modules-localIdentName-localIdentName__😍\`; +export { _10 as "😍" }; +var _11 = \`fixtures-modules-localIdentName-localIdentName__“‘’”\`; +export { _11 as "“‘’”" }; +var _12 = \`fixtures-modules-localIdentName-localIdentName__☺☃\`; +export { _12 as "☺☃" }; +var _13 = \`fixtures-modules-localIdentName-localIdentName__⌘⌥\`; +export { _13 as "⌘⌥" }; +var _14 = \`fixtures-modules-localIdentName-localIdentName__𝄞♪♩♫♬\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`fixtures-modules-localIdentName-localIdentName__💩\`; +export { _15 as "💩" }; +var _16 = \`fixtures-modules-localIdentName-localIdentName__?\`; +export { _16 as "?" }; +var _17 = \`fixtures-modules-localIdentName-localIdentName__@\`; +export { _17 as "@" }; +var _18 = \`fixtures-modules-localIdentName-localIdentName__.\`; +export { _18 as "." }; +var _19 = \`fixtures-modules-localIdentName-localIdentName__:)\`; +export { _19 as ":)" }; +var _1a = \`fixtures-modules-localIdentName-localIdentName__

\`; +export { _1a as "

" }; +var _1b = \`fixtures-modules-localIdentName-localIdentName__<><<<>><>\`; +export { _1b as "<><<<>><>" }; +var _1c = \`fixtures-modules-localIdentName-localIdentName__++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`fixtures-modules-localIdentName-localIdentName__#\`; +export { _1d as "#" }; +var _1e = \`fixtures-modules-localIdentName-localIdentName__##\`; +export { _1e as "##" }; +var _1f = \`fixtures-modules-localIdentName-localIdentName__#.#.#\`; +export { _1f as "#.#.#" }; +var _20 = \`fixtures-modules-localIdentName-localIdentName___\`; +export { _20 as "_" }; +var _21 = \`fixtures-modules-localIdentName-localIdentName__{}\`; +export { _21 as "{}" }; +var _22 = \`fixtures-modules-localIdentName-localIdentName__foo.bar\`; +export { _22 as "foo.bar" }; +var _23 = \`fixtures-modules-localIdentName-localIdentName__:hover\`; +export { _23 as ":hover" }; +var _24 = \`fixtures-modules-localIdentName-localIdentName__:hover:focus:active\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`fixtures-modules-localIdentName-localIdentName__[attr=value]\`; +export { _25 as "[attr=value]" }; +var _26 = \`fixtures-modules-localIdentName-localIdentName__f/o/o\`; +export { _26 as "f/o/o" }; +var _27 = \`fixtures-modules-localIdentName-localIdentName__f\\\\o\\\\o\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`fixtures-modules-localIdentName-localIdentName__f*o*o\`; +export { _28 as "f*o*o" }; +var _29 = \`fixtures-modules-localIdentName-localIdentName__f!o!o\`; +export { _29 as "f!o!o" }; +var _2a = \`fixtures-modules-localIdentName-localIdentName__f'o'o\`; +export { _2a as "f'o'o" }; +var _2b = \`fixtures-modules-localIdentName-localIdentName__f~o~o\`; +export { _2b as "f~o~o" }; +var _2c = \`fixtures-modules-localIdentName-localIdentName__f+o+o\`; +export { _2c as "f+o+o" }; +var _2d = \`fixtures-modules-localIdentName-localIdentName__foo/bar\`; +export { _2d as "foo/bar" }; +var _2e = \`fixtures-modules-localIdentName-localIdentName__foo\\\\bar\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`fixtures-modules-localIdentName-localIdentName__foo/bar/baz\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`fixtures-modules-localIdentName-localIdentName__foo\\\\bar\\\\baz\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -7940,24 +8764,38 @@ h1 #CEBxO1NI6KSE4aIOEe8g { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`GG5NOiRT4g06DVEU5tQf\`, - "foo-1": \`uUkzTtFrPX7DQk7AJn_C\`, - "foo-2": \`d2SVtvxeS3c0zw1j0XY3\`, - "foo-3": \`uj35KKSMxYrydy9AtwEA\`, - "foo-4": \`sHauUzQwWo87dp__t_Ug\`, - "foo-5": \`ebGYgLwRuH_cwCOAeAIf\`, - "foo-6": \`CEBxO1NI6KSE4aIOEe8g\`, - "foo-7": \`CIs5QkSldUS9Z6oE85dq\`, - "foo-8": \`eEMqyPYFGmm35aX75zy3\`, - "foo-9": \`nNXpPpX8pUC5paDKAwBo\`, - "bar-1": \`G4jxkxdOl0F0aHDyzSab\`, - "bar-2": \`XbSw2R5rWm8FCPx8AUjP\`, - "baz-3": \`owPaXiJkt4EitYBDn5Yh\`, - "baz": \`CP7zuaZH99lZJVmJwA3g\`, - "bar-4": \`vvLsn8M1D1up5NfSbIYh\`, - "test": \`nnjcLLGI3W9kePCpF3rz\` -}; +var _1 = \`GG5NOiRT4g06DVEU5tQf\`; +export { _1 as "foo" }; +var _2 = \`uUkzTtFrPX7DQk7AJn_C\`; +export { _2 as "foo-1" }; +var _3 = \`d2SVtvxeS3c0zw1j0XY3\`; +export { _3 as "foo-2" }; +var _4 = \`uj35KKSMxYrydy9AtwEA\`; +export { _4 as "foo-3" }; +var _5 = \`sHauUzQwWo87dp__t_Ug\`; +export { _5 as "foo-4" }; +var _6 = \`ebGYgLwRuH_cwCOAeAIf\`; +export { _6 as "foo-5" }; +var _7 = \`CEBxO1NI6KSE4aIOEe8g\`; +export { _7 as "foo-6" }; +var _8 = \`CIs5QkSldUS9Z6oE85dq\`; +export { _8 as "foo-7" }; +var _9 = \`eEMqyPYFGmm35aX75zy3\`; +export { _9 as "foo-8" }; +var _a = \`nNXpPpX8pUC5paDKAwBo\`; +export { _a as "foo-9" }; +var _b = \`G4jxkxdOl0F0aHDyzSab\`; +export { _b as "bar-1" }; +var _c = \`XbSw2R5rWm8FCPx8AUjP\`; +export { _c as "bar-2" }; +var _d = \`owPaXiJkt4EitYBDn5Yh\`; +export { _d as "baz-3" }; +var _e = \`CP7zuaZH99lZJVmJwA3g\`; +export { _e as "baz" }; +var _f = \`vvLsn8M1D1up5NfSbIYh\`; +export { _f as "bar-4" }; +var _10 = \`nnjcLLGI3W9kePCpF3rz\`; +export { _10 as "test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8078,24 +8916,38 @@ h1 #CEBxO1NI6KSE4aIOEe8g { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`GG5NOiRT4g06DVEU5tQf\`, - "foo-1": \`uUkzTtFrPX7DQk7AJn_C\`, - "foo-2": \`d2SVtvxeS3c0zw1j0XY3\`, - "foo-3": \`uj35KKSMxYrydy9AtwEA\`, - "foo-4": \`sHauUzQwWo87dp__t_Ug\`, - "foo-5": \`ebGYgLwRuH_cwCOAeAIf\`, - "foo-6": \`CEBxO1NI6KSE4aIOEe8g\`, - "foo-7": \`CIs5QkSldUS9Z6oE85dq\`, - "foo-8": \`eEMqyPYFGmm35aX75zy3\`, - "foo-9": \`nNXpPpX8pUC5paDKAwBo\`, - "bar-1": \`G4jxkxdOl0F0aHDyzSab\`, - "bar-2": \`XbSw2R5rWm8FCPx8AUjP\`, - "baz-3": \`owPaXiJkt4EitYBDn5Yh\`, - "baz": \`CP7zuaZH99lZJVmJwA3g\`, - "bar-4": \`vvLsn8M1D1up5NfSbIYh\`, - "test": \`nnjcLLGI3W9kePCpF3rz\` -}; +var _1 = \`GG5NOiRT4g06DVEU5tQf\`; +export { _1 as "foo" }; +var _2 = \`uUkzTtFrPX7DQk7AJn_C\`; +export { _2 as "foo-1" }; +var _3 = \`d2SVtvxeS3c0zw1j0XY3\`; +export { _3 as "foo-2" }; +var _4 = \`uj35KKSMxYrydy9AtwEA\`; +export { _4 as "foo-3" }; +var _5 = \`sHauUzQwWo87dp__t_Ug\`; +export { _5 as "foo-4" }; +var _6 = \`ebGYgLwRuH_cwCOAeAIf\`; +export { _6 as "foo-5" }; +var _7 = \`CEBxO1NI6KSE4aIOEe8g\`; +export { _7 as "foo-6" }; +var _8 = \`CIs5QkSldUS9Z6oE85dq\`; +export { _8 as "foo-7" }; +var _9 = \`eEMqyPYFGmm35aX75zy3\`; +export { _9 as "foo-8" }; +var _a = \`nNXpPpX8pUC5paDKAwBo\`; +export { _a as "foo-9" }; +var _b = \`G4jxkxdOl0F0aHDyzSab\`; +export { _b as "bar-1" }; +var _c = \`XbSw2R5rWm8FCPx8AUjP\`; +export { _c as "bar-2" }; +var _d = \`owPaXiJkt4EitYBDn5Yh\`; +export { _d as "baz-3" }; +var _e = \`CP7zuaZH99lZJVmJwA3g\`; +export { _e as "baz" }; +var _f = \`vvLsn8M1D1up5NfSbIYh\`; +export { _f as "bar-4" }; +var _10 = \`nnjcLLGI3W9kePCpF3rz\`; +export { _10 as "test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8238,9 +9090,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.header-baz { } \`, ""]); // Exports -export var headerBaz = \`header-baz\`; -export var body = \`body\`; -export var footer = \`footer\`; +var _1 = \`header-baz\`; +export { _1 as "header-baz" }; +var _2 = \`body\`; +export { _2 as "body" }; +var _3 = \`footer\`; +export { _3 as "footer" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8288,9 +9143,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.modules-mode-style-modules__class { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class": \`modules-mode-style-modules__class\` -}; +var _1 = \`modules-mode-style-modules__class\`; +export { _1 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8306,9 +9160,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.modules-mode-no-modules__class { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class": \`modules-mode-no-modules__class\` -}; +var _1 = \`modules-mode-no-modules__class\`; +export { _1 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8338,9 +9191,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.hu8JpV_gtfMeIzl72S2S { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class": \`hu8JpV_gtfMeIzl72S2S\` -}; +var _1 = \`hu8JpV_gtfMeIzl72S2S\`; +export { _1 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8385,9 +9237,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.modules-mode-style-modules__class { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class": \`modules-mode-style-modules__class\` -}; +var _1 = \`modules-mode-style-modules__class\`; +export { _1 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8535,10 +9386,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.mCRIw6YAFAAC3_rE9RUZ { .bNEIH_2ycglHGlceq20s { from: custom; }\`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "some-class": \`mCRIw6YAFAAC3_rE9RUZ\`, - "class": \`bNEIH_2ycglHGlceq20s\` -}; +var _1 = \`mCRIw6YAFAAC3_rE9RUZ\`; +export { _1 as "some-class" }; +var _2 = \`bNEIH_2ycglHGlceq20s\`; +export { _2 as "class" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -8611,49 +9462,49 @@ var ___CSS_LOADER_ICSS_IMPORT_6___ = require("-!../../../../src/index.js??ruleSe var ___CSS_LOADER_ICSS_IMPORT_7___ = require("-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"); // Exports module.exports = { - "v-def": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-def"]}\`, - "v-other": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-other"]}\`, - "s-white": \`\${___CSS_LOADER_ICSS_IMPORT_0___["s-white"]}\`, - "m-small": \`\${___CSS_LOADER_ICSS_IMPORT_0___["m-small"]}\`, - "v-something": \`\${___CSS_LOADER_ICSS_IMPORT_1___["v-something"]}\`, - "v-foo": \`blue\`, - "v-bar": \`block\`, - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "v-ident": \`validIdent\`, - "v-pre-defined-ident": \`left\`, - "v-string": \`'content'\`, - "v-string-1": \`''\`, - "v-url": \`url(https://www.exammple.com/images/my-background.png)\`, - "v-url-1": \`url('https://www.exammple.com/images/my-background.png')\`, - "v-url-2": \`url("https://www.exammple.com/images/my-background.png")\`, - "v-integer": \`100\`, - "v-integer-1": \`-100\`, - "v-integer-2": \`+100\`, - "v-number": \`.60\`, - "v-number-1": \`-456.8\`, - "v-number-2": \`-3.4e-2\`, - "v-dimension": \`12px\`, - "v-percentage": \`100%\`, - "v-hex": \`#fff\`, - "v-comment": \` /* comment */\`, - "v-function": \`rgb(0,0,0)\`, - "v-unicode-range": \`U+0025-00FF\`, + "vDef": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-def"]}\`, + "vOther": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-other"]}\`, + "sWhite": \`\${___CSS_LOADER_ICSS_IMPORT_0___["s-white"]}\`, + "mSmall": \`\${___CSS_LOADER_ICSS_IMPORT_0___["m-small"]}\`, + "vSomething": \`\${___CSS_LOADER_ICSS_IMPORT_1___["v-something"]}\`, + "vFoo": \`blue\`, + "vBar": \`block\`, + "vPrimary": \`#BF4040\`, + "sBlack": \`black-selector\`, + "mLarge": \`(min-width: 960px)\`, + "vIdent": \`validIdent\`, + "vPreDefinedIdent": \`left\`, + "vString": \`'content'\`, + "vString1": \`''\`, + "vUrl": \`url(https://www.exammple.com/images/my-background.png)\`, + "vUrl1": \`url('https://www.exammple.com/images/my-background.png')\`, + "vUrl2": \`url("https://www.exammple.com/images/my-background.png")\`, + "vInteger": \`100\`, + "vInteger1": \`-100\`, + "vInteger2": \`+100\`, + "vNumber": \`.60\`, + "vNumber1": \`-456.8\`, + "vNumber2": \`-3.4e-2\`, + "vDimension": \`12px\`, + "vPercentage": \`100%\`, + "vHex": \`#fff\`, + "vComment": \` /* comment */\`, + "vFunction": \`rgb(0,0,0)\`, + "vUnicodeRange": \`U+0025-00FF\`, "ghi": \`_ghi\`, - "my-class": \`_my-class\`, + "myClass": \`_my-class\`, "other": \`_other\`, - "other-other": \`_other-other\`, + "otherOther": \`_other-other\`, "green": \`_green\`, "foo": \`_foo\`, "simple": \`_simple \${___CSS_LOADER_ICSS_IMPORT_2___["imported-simple"]}\`, "relative": \`_relative \${___CSS_LOADER_ICSS_IMPORT_3___["imported-relative"]}\`, - "top-relative": \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4___["imported-relative"]}\`, - "my-module": \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5___["imported-module"]}\`, + "topRelative": \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4___["imported-relative"]}\`, + "myModule": \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5___["imported-module"]}\`, "alias": \`_alias \${___CSS_LOADER_ICSS_IMPORT_6___["imported-alias"]}\`, - "alias-duplicate": \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6___["imported-alias"]}\`, - "primary-selector": \`_primary-selector\`, - "black-selector": \`_black-selector\`, + "aliasDuplicate": \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6___["imported-alias"]}\`, + "primarySelector": \`_primary-selector\`, + "blackSelector": \`_black-selector\`, "header": \`_header\`, "foobarbaz": \`_foobarbaz\`, "url": \`_url\`, @@ -8664,124 +9515,300 @@ module.exports = { exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "false" value options: result 1`] = ` { - "alias": "_alias _imported-alias", - "alias-duplicate": "_alias-duplicate _imported-alias", - "black-selector": "_black-selector", + "alias": "_alias undefined", + "aliasDuplicate": "_alias-duplicate undefined", + "blackSelector": "_black-selector", "foo": "_foo", "foobarbaz": "_foobarbaz", "ghi": "_ghi", "green": "_green", "header": "_header", - "m-large": "(min-width: 960px)", - "m-small": "(min-width: 320px)", + "mLarge": "(min-width: 960px)", + "mSmall": "undefined", "main": "_main _scssClass", - "my-class": "_my-class", - "my-module": "_my-module _imported-module", + "myClass": "_my-class", + "myModule": "_my-module undefined", "other": "_other", - "other-other": "_other-other", - "primary-selector": "_primary-selector", - "relative": "_relative _imported-relative", - "s-black": "black-selector", - "s-white": "white", - "simple": "_simple _imported-simple", - "top-relative": "_top-relative _imported-relative", + "otherOther": "_other-other", + "primarySelector": "_primary-selector", + "relative": "_relative undefined", + "sBlack": "black-selector", + "sWhite": "undefined", + "simple": "_simple undefined", + "topRelative": "_top-relative undefined", "url": "_url", - "v-bar": "block", - "v-comment": " /* comment */", - "v-def": "red", - "v-dimension": "12px", - "v-foo": "blue", - "v-function": "rgb(0,0,0)", - "v-hex": "#fff", - "v-ident": "validIdent", - "v-integer": "100", - "v-integer-1": "-100", - "v-integer-2": "+100", - "v-number": ".60", - "v-number-1": "-456.8", - "v-number-2": "-3.4e-2", - "v-other": "green", - "v-percentage": "100%", - "v-pre-defined-ident": "left", - "v-primary": "#BF4040", - "v-something": "2112moon", - "v-string": "'content'", - "v-string-1": "''", - "v-unicode-range": "U+0025-00FF", - "v-url": "url(https://www.exammple.com/images/my-background.png)", - "v-url-1": "url('https://www.exammple.com/images/my-background.png')", - "v-url-2": "url("https://www.exammple.com/images/my-background.png")", -} -`; - -exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "false" value options: warnings 1`] = `[]`; - -exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: errors 1`] = `[]`; - -exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: module 1`] = ` -"// Imports -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; -import ___CSS_LOADER_ICSS_IMPORT_2___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; -import ___CSS_LOADER_ICSS_IMPORT_3___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_4___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_5___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; -import ___CSS_LOADER_ICSS_IMPORT_6___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; -import ___CSS_LOADER_ICSS_IMPORT_7___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; -// Exports -export default { - "v-def": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-def"]}\`, - "v-other": \`\${___CSS_LOADER_ICSS_IMPORT_0___["v-other"]}\`, - "s-white": \`\${___CSS_LOADER_ICSS_IMPORT_0___["s-white"]}\`, - "m-small": \`\${___CSS_LOADER_ICSS_IMPORT_0___["m-small"]}\`, - "v-something": \`\${___CSS_LOADER_ICSS_IMPORT_1___["v-something"]}\`, - "v-foo": \`blue\`, - "v-bar": \`block\`, - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "v-ident": \`validIdent\`, - "v-pre-defined-ident": \`left\`, - "v-string": \`'content'\`, - "v-string-1": \`''\`, - "v-url": \`url(https://www.exammple.com/images/my-background.png)\`, - "v-url-1": \`url('https://www.exammple.com/images/my-background.png')\`, - "v-url-2": \`url("https://www.exammple.com/images/my-background.png")\`, - "v-integer": \`100\`, - "v-integer-1": \`-100\`, - "v-integer-2": \`+100\`, - "v-number": \`.60\`, - "v-number-1": \`-456.8\`, - "v-number-2": \`-3.4e-2\`, - "v-dimension": \`12px\`, - "v-percentage": \`100%\`, - "v-hex": \`#fff\`, - "v-comment": \` /* comment */\`, - "v-function": \`rgb(0,0,0)\`, - "v-unicode-range": \`U+0025-00FF\`, - "ghi": \`_ghi\`, - "my-class": \`_my-class\`, - "other": \`_other\`, - "other-other": \`_other-other\`, - "green": \`_green\`, - "foo": \`_foo\`, - "simple": \`_simple \${___CSS_LOADER_ICSS_IMPORT_2___["imported-simple"]}\`, - "relative": \`_relative \${___CSS_LOADER_ICSS_IMPORT_3___["imported-relative"]}\`, - "top-relative": \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4___["imported-relative"]}\`, - "my-module": \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5___["imported-module"]}\`, - "alias": \`_alias \${___CSS_LOADER_ICSS_IMPORT_6___["imported-alias"]}\`, - "alias-duplicate": \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6___["imported-alias"]}\`, - "primary-selector": \`_primary-selector\`, - "black-selector": \`_black-selector\`, - "header": \`_header\`, - "foobarbaz": \`_foobarbaz\`, - "url": \`_url\`, - "main": \`_main \${___CSS_LOADER_ICSS_IMPORT_7___["scssClass"]}\` -}; + "vBar": "block", + "vComment": " /* comment */", + "vDef": "undefined", + "vDimension": "12px", + "vFoo": "blue", + "vFunction": "rgb(0,0,0)", + "vHex": "#fff", + "vIdent": "validIdent", + "vInteger": "100", + "vInteger1": "-100", + "vInteger2": "+100", + "vNumber": ".60", + "vNumber1": "-456.8", + "vNumber2": "-3.4e-2", + "vOther": "undefined", + "vPercentage": "100%", + "vPreDefinedIdent": "left", + "vPrimary": "#BF4040", + "vSomething": "undefined", + "vString": "'content'", + "vString1": "''", + "vUnicodeRange": "U+0025-00FF", + "vUrl": "url(https://www.exammple.com/images/my-background.png)", + "vUrl1": "url('https://www.exammple.com/images/my-background.png')", + "vUrl2": "url("https://www.exammple.com/images/my-background.png")", +} +`; + +exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "false" value options: warnings 1`] = `[]`; + +exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: errors 1`] = `[]`; + +exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: module 1`] = ` +"// Imports +import * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_3____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_4____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; +// Exports +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`_ghi\`; +export { _1e as "ghi" }; +var _1f = \`_my-class\`; +export { _1f as "my-class" }; +var _20 = \`_other\`; +export { _20 as "other" }; +var _21 = \`_other-other\`; +export { _21 as "other-other" }; +var _22 = \`_green\`; +export { _22 as "green" }; +var _23 = \`_foo\`; +export { _23 as "foo" }; +var _24 = \`_simple \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`_relative \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`_alias \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`_primary-selector\`; +export { _2a as "primary-selector" }; +var _2b = \`_black-selector\`; +export { _2b as "black-selector" }; +var _2c = \`_header\`; +export { _2c as "header" }; +var _2d = \`_foobarbaz\`; +export { _2d as "foobarbaz" }; +var _2e = \`_url\`; +export { _2e as "url" }; +var _2f = \`_main \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; +" +`; + +exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: result 1`] = `undefined`; + +exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: warnings 1`] = ` +[ + "ModuleDependencyWarning: export 'default' (imported as 'css') was not found in './composes.css' (possible exports: alias, alias-duplicate, black-selector, foo, foobarbaz, ghi, green, header, m-large, m-small, main, my-class, my-module, other, other-other, primary-selector, relative, s-black, s-white, simple, top-relative, url, v-bar, v-comment, v-def, v-dimension, v-foo, v-function, v-hex, v-ident, v-integer, v-integer-1, v-integer-2, v-number, v-number-1, v-number-2, v-other, v-percentage, v-pre-defined-ident, v-primary, v-something, v-string, v-string-1, v-unicode-range, v-url, v-url-1, v-url-2)", +] +`; + +exports[`"modules" option should work with "exportOnlyLocals" and "exportLocalsConvention": "asIs": errors 1`] = `[]`; + +exports[`"modules" option should work with "exportOnlyLocals" and "exportLocalsConvention": "asIs": module 1`] = ` +"// Exports +var _1 = \`Sl3D7kVfPwS7_QdqSTVq\`; +export { _1 as "class" }; +var _2 = \`tHyHTECdn65WISyToGeV\`; +export { _2 as "class-name" }; +" +`; + +exports[`"modules" option should work with "exportOnlyLocals" and "exportLocalsConvention": "asIs": warnings 1`] = `[]`; + +exports[`"modules" option should work with "exportOnlyLocals" and "namedExport" option: errors 1`] = `[]`; + +exports[`"modules" option should work with "exportOnlyLocals" and "namedExport" option: module 1`] = ` +"// Imports +import * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_3____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_4____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; +// Exports +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`_ghi\`; +export { _1e as "ghi" }; +var _1f = \`_my-class\`; +export { _1f as "my-class" }; +var _20 = \`_other\`; +export { _20 as "other" }; +var _21 = \`_other-other\`; +export { _21 as "other-other" }; +var _22 = \`_green\`; +export { _22 as "green" }; +var _23 = \`_foo\`; +export { _23 as "foo" }; +var _24 = \`_simple \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`_relative \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`_alias \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`_primary-selector\`; +export { _2a as "primary-selector" }; +var _2b = \`_black-selector\`; +export { _2b as "black-selector" }; +var _2c = \`_header\`; +export { _2c as "header" }; +var _2d = \`_foobarbaz\`; +export { _2d as "foobarbaz" }; +var _2e = \`_url\`; +export { _2e as "url" }; +var _2f = \`_main \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; " `; -exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: result 1`] = ` +exports[`"modules" option should work with "exportOnlyLocals" and "namedExport" option: result 1`] = ` { "alias": "_alias _imported-alias", "alias-duplicate": "_alias-duplicate _imported-alias", @@ -8833,136 +9860,6 @@ exports[`"modules" option should work with "exportOnlyLocals" and "esModule" wit } `; -exports[`"modules" option should work with "exportOnlyLocals" and "esModule" with "true" value options: warnings 1`] = `[]`; - -exports[`"modules" option should work with "exportOnlyLocals" and "exportLocalsConvention": "asIs": errors 1`] = `[]`; - -exports[`"modules" option should work with "exportOnlyLocals" and "exportLocalsConvention": "asIs": module 1`] = ` -"// Exports -var _1 = \`Sl3D7kVfPwS7_QdqSTVq\`; -export { _1 as "class" }; -var _2 = \`tHyHTECdn65WISyToGeV\`; -export { _2 as "class-name" }; -" -`; - -exports[`"modules" option should work with "exportOnlyLocals" and "exportLocalsConvention": "asIs": warnings 1`] = `[]`; - -exports[`"modules" option should work with "exportOnlyLocals" and "namedExport" option: errors 1`] = `[]`; - -exports[`"modules" option should work with "exportOnlyLocals" and "namedExport" option: module 1`] = ` -"// Imports -import * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; -import * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; -import * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; -import * as ___CSS_LOADER_ICSS_IMPORT_3____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; -import * as ___CSS_LOADER_ICSS_IMPORT_4____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; -import * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; -import * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; -import * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; -// Exports -export var vDef = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vDef"]}\`; -export var vOther = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vOther"]}\`; -export var sWhite = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["sWhite"]}\`; -export var mSmall = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["mSmall"]}\`; -export var vSomething = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["vSomething"]}\`; -export var vFoo = \`blue\`; -export var vBar = \`block\`; -export var vPrimary = \`#BF4040\`; -export var sBlack = \`black-selector\`; -export var mLarge = \`(min-width: 960px)\`; -export var vIdent = \`validIdent\`; -export var vPreDefinedIdent = \`left\`; -export var vString = \`'content'\`; -export var vString1 = \`''\`; -export var vUrl = \`url(https://www.exammple.com/images/my-background.png)\`; -export var vUrl1 = \`url('https://www.exammple.com/images/my-background.png')\`; -export var vUrl2 = \`url("https://www.exammple.com/images/my-background.png")\`; -export var vInteger = \`100\`; -export var vInteger1 = \`-100\`; -export var vInteger2 = \`+100\`; -export var vNumber = \`.60\`; -export var vNumber1 = \`-456.8\`; -export var vNumber2 = \`-3.4e-2\`; -export var vDimension = \`12px\`; -export var vPercentage = \`100%\`; -export var vHex = \`#fff\`; -export var vComment = \` /* comment */\`; -export var vFunction = \`rgb(0,0,0)\`; -export var vUnicodeRange = \`U+0025-00FF\`; -export var ghi = \`_ghi\`; -export var myClass = \`_my-class\`; -export var other = \`_other\`; -export var otherOther = \`_other-other\`; -export var green = \`_green\`; -export var foo = \`_foo\`; -export var simple = \`_simple \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["importedSimple"]}\`; -export var relative = \`_relative \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["importedRelative"]}\`; -export var topRelative = \`_top-relative \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["importedRelative"]}\`; -export var myModule = \`_my-module \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["importedModule"]}\`; -export var alias = \`_alias \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["importedAlias"]}\`; -export var aliasDuplicate = \`_alias-duplicate \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["importedAlias"]}\`; -export var primarySelector = \`_primary-selector\`; -export var blackSelector = \`_black-selector\`; -export var header = \`_header\`; -export var foobarbaz = \`_foobarbaz\`; -export var url = \`_url\`; -export var main = \`_main \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; -" -`; - -exports[`"modules" option should work with "exportOnlyLocals" and "namedExport" option: result 1`] = ` -{ - "alias": "_alias _imported-alias", - "aliasDuplicate": "_alias-duplicate _imported-alias", - "blackSelector": "_black-selector", - "foo": "_foo", - "foobarbaz": "_foobarbaz", - "ghi": "_ghi", - "green": "_green", - "header": "_header", - "mLarge": "(min-width: 960px)", - "mSmall": "(min-width: 320px)", - "main": "_main _scssClass", - "myClass": "_my-class", - "myModule": "_my-module _imported-module", - "other": "_other", - "otherOther": "_other-other", - "primarySelector": "_primary-selector", - "relative": "_relative _imported-relative", - "sBlack": "black-selector", - "sWhite": "white", - "simple": "_simple _imported-simple", - "topRelative": "_top-relative _imported-relative", - "url": "_url", - "vBar": "block", - "vComment": " /* comment */", - "vDef": "red", - "vDimension": "12px", - "vFoo": "blue", - "vFunction": "rgb(0,0,0)", - "vHex": "#fff", - "vIdent": "validIdent", - "vInteger": "100", - "vInteger1": "-100", - "vInteger2": "+100", - "vNumber": ".60", - "vNumber1": "-456.8", - "vNumber2": "-3.4e-2", - "vOther": "green", - "vPercentage": "100%", - "vPreDefinedIdent": "left", - "vPrimary": "#BF4040", - "vSomething": "2112moon", - "vString": "'content'", - "vString1": "''", - "vUnicodeRange": "U+0025-00FF", - "vUrl": "url(https://www.exammple.com/images/my-background.png)", - "vUrl1": "url('https://www.exammple.com/images/my-background.png')", - "vUrl2": "url("https://www.exammple.com/images/my-background.png")", -} -`; - exports[`"modules" option should work with "exportOnlyLocals" and "namedExport" option: warnings 1`] = `[]`; exports[`"modules" option should work with "false" aliases: errors 1`] = `[]`; @@ -8978,9 +9875,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.className { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`IMPORTED_NAME\` -}; +var _1 = \`IMPORTED_NAME\`; +export { _1 as "primary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9124,56 +10020,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test--eaea596870e1bfab1c35 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123--cd0937b62810349cd373\`, - "test": \`test--eaea596870e1bfab1c35\`, - "_test": \`_test--be23e2aa677d8474962e\`, - "className": \`className--eba40faa5cba4e02fb34\`, - "someId": \`someId--d4d26a899717294ba284\`, - "subClass": \`subClass--a5d79cf334356eb226c7\`, - "-a0-34a___f": \`-a0-34a___f--ad1081468f62c0a71134\`, - "m_x_@": \`m_x_@--d9d6a4c97ab5d8e0b7ef\`, - "B&W?": \`B&W?--e69d1ebb6c7ecce1b64f\`, - ":\`(": \`:\\\`(--fc3eefdc1114297d5c40\`, - "1a2b3c": \`1a2b3c--a3e5d0f16b2ec4feed21\`, - "#fake-id": \`#fake-id--e107fdb198ac826daeac\`, - "-a-b-c-": \`-a-b-c---d272b409c9b136e17983\`, - "©": \`©--c735aef17e002be4e48a\`, - "♥": \`♥--eb69e75116e746dfd234\`, - "😍": \`😍--c5abf5006e6efc22ea75\`, - "“‘’”": \`“‘’”--bc19e8730f78130af119\`, - "☺☃": \`☺☃--bc00f19f19894ea7828b\`, - "⌘⌥": \`⌘⌥--e2a9b83f28fa6a1c76d9\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬--ba32e16626673dae75a0\`, - "💩": \`💩--a6a5e1caa99c5d1fca30\`, - "?": \`?--f956b8b9c523ebdb67e5\`, - "@": \`@--dcc8fa5146b1dbb20b36\`, - ".": \`.--f37c2cb9b33fd73cfd48\`, - ":)": \`:)--bd7812f18a8252e6870a\`, - "

": \`

--bc6b0face7c24fdda701\`, - "<><<<>><>": \`<><<<>><>--a237de2ced117ff0a191\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--eb8b2e976f60512d2a9d\`, - "#": \`#--cea7340e43560d89a150\`, - "##": \`##--f8d94fd6adc56e0632f7\`, - "#.#.#": \`#.#.#--e640a3e0b78af4dfc5f3\`, - "_": \`_--a54672d2425992dd98a3\`, - "{}": \`{}--a6edf97d95943b5e1caa\`, - "foo.bar": \`foo.bar--e25f746c297da2218a7b\`, - ":hover": \`:hover--be204fb0f66fc0246d1f\`, - ":hover:focus:active": \`:hover:focus:active--cdd1dd345eead04fd4df\`, - "[attr=value]": \`[attr=value]--c62830d38d8d716893eb\`, - "f/o/o": \`f/o/o--fbca7ba56e09ecbbc62c\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o--d45f79a6d98695cdf7b8\`, - "f*o*o": \`f*o*o--a40517bd0d8d54cdf2e9\`, - "f!o!o": \`f!o!o--ca15427719be1c4d9202\`, - "f'o'o": \`f'o'o--d66cc50b7a1d7fea63dc\`, - "f~o~o": \`f~o~o--b87d149677e776a8f870\`, - "f+o+o": \`f+o+o--cac6afc7828cdeec9b8e\`, - "foo/bar": \`foo/bar--f18e2cdd363bb8ad04dc\`, - "foo\\\\bar": \`foo\\\\bar--b7fb1775501d478f7ddd\`, - "foo/bar/baz": \`foo/bar/baz--e770299577106c0871c6\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz--f06100a42cf29105670c\` -}; +var _1 = \`123--cd0937b62810349cd373\`; +export { _1 as "123" }; +var _2 = \`test--eaea596870e1bfab1c35\`; +export { _2 as "test" }; +var _3 = \`_test--be23e2aa677d8474962e\`; +export { _3 as "_test" }; +var _4 = \`className--eba40faa5cba4e02fb34\`; +export { _4 as "className" }; +var _5 = \`someId--d4d26a899717294ba284\`; +export { _5 as "someId" }; +var _6 = \`subClass--a5d79cf334356eb226c7\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f--ad1081468f62c0a71134\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@--d9d6a4c97ab5d8e0b7ef\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?--e69d1ebb6c7ecce1b64f\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(--fc3eefdc1114297d5c40\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c--a3e5d0f16b2ec4feed21\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id--e107fdb198ac826daeac\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c---d272b409c9b136e17983\`; +export { _d as "-a-b-c-" }; +var _e = \`©--c735aef17e002be4e48a\`; +export { _e as "©" }; +var _f = \`♥--eb69e75116e746dfd234\`; +export { _f as "♥" }; +var _10 = \`😍--c5abf5006e6efc22ea75\`; +export { _10 as "😍" }; +var _11 = \`“‘’”--bc19e8730f78130af119\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃--bc00f19f19894ea7828b\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥--e2a9b83f28fa6a1c76d9\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬--ba32e16626673dae75a0\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩--a6a5e1caa99c5d1fca30\`; +export { _15 as "💩" }; +var _16 = \`?--f956b8b9c523ebdb67e5\`; +export { _16 as "?" }; +var _17 = \`@--dcc8fa5146b1dbb20b36\`; +export { _17 as "@" }; +var _18 = \`.--f37c2cb9b33fd73cfd48\`; +export { _18 as "." }; +var _19 = \`:)--bd7812f18a8252e6870a\`; +export { _19 as ":)" }; +var _1a = \`

--bc6b0face7c24fdda701\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>--a237de2ced117ff0a191\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.--eb8b2e976f60512d2a9d\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#--cea7340e43560d89a150\`; +export { _1d as "#" }; +var _1e = \`##--f8d94fd6adc56e0632f7\`; +export { _1e as "##" }; +var _1f = \`#.#.#--e640a3e0b78af4dfc5f3\`; +export { _1f as "#.#.#" }; +var _20 = \`_--a54672d2425992dd98a3\`; +export { _20 as "_" }; +var _21 = \`{}--a6edf97d95943b5e1caa\`; +export { _21 as "{}" }; +var _22 = \`foo.bar--e25f746c297da2218a7b\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover--be204fb0f66fc0246d1f\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active--cdd1dd345eead04fd4df\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]--c62830d38d8d716893eb\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o--fbca7ba56e09ecbbc62c\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o--d45f79a6d98695cdf7b8\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o--a40517bd0d8d54cdf2e9\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o--ca15427719be1c4d9202\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o--d66cc50b7a1d7fea63dc\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o--b87d149677e776a8f870\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o--cac6afc7828cdeec9b8e\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar--f18e2cdd363bb8ad04dc\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar--b7fb1775501d478f7ddd\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz--e770299577106c0871c6\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz--f06100a42cf29105670c\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9322,12 +10264,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } body { - background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vUrlOther"] }; + background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-url-other"] }; } \`, ""]); // Exports -export var vUrl = \`url(\${___CSS_LOADER_URL_REPLACEMENT_0___})\`; -export var vUrlOther = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vUrlOther"]}\`; +var _1 = \`url(\${___CSS_LOADER_URL_REPLACEMENT_0___})\`; +export { _1 as "v-url" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-url-other"]}\`; +export { _2 as "v-url-other" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9375,12 +10319,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } body { - background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vUrlOther"] }; + background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-url-other"] }; } \`, ""]); // Exports -export var vUrl = \`url(\${___CSS_LOADER_URL_REPLACEMENT_0___})\`; -export var vUrlOther = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vUrlOther"]}\`; +var _1 = \`url(\${___CSS_LOADER_URL_REPLACEMENT_0___})\`; +export { _1 as "v-url" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-url-other"]}\`; +export { _2 as "v-url-other" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9416,7 +10362,7 @@ exports[`"modules" option should work with "url": module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./shared.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./shared.css"; import ___CSS_LOADER_GET_URL_IMPORT___ from "../../../../src/runtime/getUrl.js"; var ___CSS_LOADER_URL_IMPORT_0___ = new URL("./img.png", import.meta.url); var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); @@ -9428,14 +10374,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } body { - background: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-url-other"]}; + background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-url-other"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-url": \`url(\${___CSS_LOADER_URL_REPLACEMENT_0___})\`, - "v-url-other": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-url-other"]}\` -}; +var _1 = \`url(\${___CSS_LOADER_URL_REPLACEMENT_0___})\`; +export { _1 as "v-url" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-url-other"]}\`; +export { _2 as "v-url-other" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9471,7 +10417,7 @@ exports[`"modules" option should work with 'resolve.byDependency.css.extensions' "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -9480,9 +10426,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ifZsElmvRMxevNvx6Eqc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "one": \`ifZsElmvRMxevNvx6Eqc \${___CSS_LOADER_ICSS_IMPORT_0___.locals["imported-relative"]}\` -}; +var _1 = \`ifZsElmvRMxevNvx6Eqc \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["imported-relative"]}\`; +export { _1 as "one" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9516,7 +10461,7 @@ exports[`"modules" option should work with 'resolve.extensions': module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -9525,9 +10470,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ifZsElmvRMxevNvx6Eqc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "one": \`ifZsElmvRMxevNvx6Eqc \${___CSS_LOADER_ICSS_IMPORT_0___.locals["imported-relative"]}\` -}; +var _1 = \`ifZsElmvRMxevNvx6Eqc \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["imported-relative"]}\`; +export { _1 as "one" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9679,56 +10623,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test-localIdentName { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123-localIdentName\`, - "test": \`test-localIdentName\`, - "_test": \`_test-localIdentName\`, - "className": \`className-localIdentName\`, - "someId": \`someId-localIdentName\`, - "subClass": \`subClass-localIdentName\`, - "-a0-34a___f": \`-a0-34a___f-localIdentName\`, - "m_x_@": \`m_x_@-localIdentName\`, - "B&W?": \`B&W?-localIdentName\`, - ":\`(": \`:\\\`(-localIdentName\`, - "1a2b3c": \`1a2b3c-localIdentName\`, - "#fake-id": \`#fake-id-localIdentName\`, - "-a-b-c-": \`-a-b-c--localIdentName\`, - "©": \`©-localIdentName\`, - "♥": \`♥-localIdentName\`, - "😍": \`😍-localIdentName\`, - "“‘’”": \`“‘’”-localIdentName\`, - "☺☃": \`☺☃-localIdentName\`, - "⌘⌥": \`⌘⌥-localIdentName\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬-localIdentName\`, - "💩": \`💩-localIdentName\`, - "?": \`?-localIdentName\`, - "@": \`@-localIdentName\`, - ".": \`.-localIdentName\`, - ":)": \`:)-localIdentName\`, - "

": \`

-localIdentName\`, - "<><<<>><>": \`<><<<>><>-localIdentName\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.-localIdentName\`, - "#": \`#-localIdentName\`, - "##": \`##-localIdentName\`, - "#.#.#": \`#.#.#-localIdentName\`, - "_": \`_-localIdentName\`, - "{}": \`{}-localIdentName\`, - "foo.bar": \`foo.bar-localIdentName\`, - ":hover": \`:hover-localIdentName\`, - ":hover:focus:active": \`:hover:focus:active-localIdentName\`, - "[attr=value]": \`[attr=value]-localIdentName\`, - "f/o/o": \`f/o/o-localIdentName\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o-localIdentName\`, - "f*o*o": \`f*o*o-localIdentName\`, - "f!o!o": \`f!o!o-localIdentName\`, - "f'o'o": \`f'o'o-localIdentName\`, - "f~o~o": \`f~o~o-localIdentName\`, - "f+o+o": \`f+o+o-localIdentName\`, - "foo/bar": \`foo/bar-localIdentName\`, - "foo\\\\bar": \`foo\\\\bar-localIdentName\`, - "foo/bar/baz": \`foo/bar/baz-localIdentName\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz-localIdentName\` -}; +var _1 = \`123-localIdentName\`; +export { _1 as "123" }; +var _2 = \`test-localIdentName\`; +export { _2 as "test" }; +var _3 = \`_test-localIdentName\`; +export { _3 as "_test" }; +var _4 = \`className-localIdentName\`; +export { _4 as "className" }; +var _5 = \`someId-localIdentName\`; +export { _5 as "someId" }; +var _6 = \`subClass-localIdentName\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f-localIdentName\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@-localIdentName\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?-localIdentName\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(-localIdentName\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c-localIdentName\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id-localIdentName\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c--localIdentName\`; +export { _d as "-a-b-c-" }; +var _e = \`©-localIdentName\`; +export { _e as "©" }; +var _f = \`♥-localIdentName\`; +export { _f as "♥" }; +var _10 = \`😍-localIdentName\`; +export { _10 as "😍" }; +var _11 = \`“‘’”-localIdentName\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃-localIdentName\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥-localIdentName\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬-localIdentName\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩-localIdentName\`; +export { _15 as "💩" }; +var _16 = \`?-localIdentName\`; +export { _16 as "?" }; +var _17 = \`@-localIdentName\`; +export { _17 as "@" }; +var _18 = \`.-localIdentName\`; +export { _18 as "." }; +var _19 = \`:)-localIdentName\`; +export { _19 as ":)" }; +var _1a = \`

-localIdentName\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>-localIdentName\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.-localIdentName\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#-localIdentName\`; +export { _1d as "#" }; +var _1e = \`##-localIdentName\`; +export { _1e as "##" }; +var _1f = \`#.#.#-localIdentName\`; +export { _1f as "#.#.#" }; +var _20 = \`_-localIdentName\`; +export { _20 as "_" }; +var _21 = \`{}-localIdentName\`; +export { _21 as "{}" }; +var _22 = \`foo.bar-localIdentName\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover-localIdentName\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active-localIdentName\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]-localIdentName\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o-localIdentName\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o-localIdentName\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o-localIdentName\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o-localIdentName\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o-localIdentName\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o-localIdentName\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o-localIdentName\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar-localIdentName\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar-localIdentName\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz-localIdentName\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz-localIdentName\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9880,11 +10870,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ComponentName-header { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "header": \`ComponentName-header\`, - "body": \`ComponentName-body\`, - "footer": \`ComponentName-footer\` -}; +var _1 = \`ComponentName-header\`; +export { _1 as "header" }; +var _2 = \`ComponentName-body\`; +export { _2 as "body" }; +var _3 = \`ComponentName-footer\`; +export { _3 as "footer" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -9933,11 +10924,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ComponentName-header { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "header": \`ComponentName-header\`, - "body": \`ComponentName-body\`, - "footer": \`ComponentName-footer\` -}; +var _1 = \`ComponentName-header\`; +export { _1 as "header" }; +var _2 = \`ComponentName-body\`; +export { _2 as "body" }; +var _3 = \`ComponentName-footer\`; +export { _3 as "footer" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10089,56 +11081,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test-localIdentName-localIdentName { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123-localIdentName-localIdentName\`, - "test": \`test-localIdentName-localIdentName\`, - "_test": \`_test-localIdentName-localIdentName\`, - "className": \`className-localIdentName-localIdentName\`, - "someId": \`someId-localIdentName-localIdentName\`, - "subClass": \`subClass-localIdentName-localIdentName\`, - "-a0-34a___f": \`-a0-34a___f-localIdentName-localIdentName\`, - "m_x_@": \`m_x_@-localIdentName-localIdentName\`, - "B&W?": \`B&W?-localIdentName-localIdentName\`, - ":\`(": \`:\\\`(-localIdentName-localIdentName\`, - "1a2b3c": \`1a2b3c-localIdentName-localIdentName\`, - "#fake-id": \`#fake-id-localIdentName-localIdentName\`, - "-a-b-c-": \`-a-b-c--localIdentName-localIdentName\`, - "©": \`©-localIdentName-localIdentName\`, - "♥": \`♥-localIdentName-localIdentName\`, - "😍": \`😍-localIdentName-localIdentName\`, - "“‘’”": \`“‘’”-localIdentName-localIdentName\`, - "☺☃": \`☺☃-localIdentName-localIdentName\`, - "⌘⌥": \`⌘⌥-localIdentName-localIdentName\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬-localIdentName-localIdentName\`, - "💩": \`💩-localIdentName-localIdentName\`, - "?": \`?-localIdentName-localIdentName\`, - "@": \`@-localIdentName-localIdentName\`, - ".": \`.-localIdentName-localIdentName\`, - ":)": \`:)-localIdentName-localIdentName\`, - "

": \`

-localIdentName-localIdentName\`, - "<><<<>><>": \`<><<<>><>-localIdentName-localIdentName\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.-localIdentName-localIdentName\`, - "#": \`#-localIdentName-localIdentName\`, - "##": \`##-localIdentName-localIdentName\`, - "#.#.#": \`#.#.#-localIdentName-localIdentName\`, - "_": \`_-localIdentName-localIdentName\`, - "{}": \`{}-localIdentName-localIdentName\`, - "foo.bar": \`foo.bar-localIdentName-localIdentName\`, - ":hover": \`:hover-localIdentName-localIdentName\`, - ":hover:focus:active": \`:hover:focus:active-localIdentName-localIdentName\`, - "[attr=value]": \`[attr=value]-localIdentName-localIdentName\`, - "f/o/o": \`f/o/o-localIdentName-localIdentName\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o-localIdentName-localIdentName\`, - "f*o*o": \`f*o*o-localIdentName-localIdentName\`, - "f!o!o": \`f!o!o-localIdentName-localIdentName\`, - "f'o'o": \`f'o'o-localIdentName-localIdentName\`, - "f~o~o": \`f~o~o-localIdentName-localIdentName\`, - "f+o+o": \`f+o+o-localIdentName-localIdentName\`, - "foo/bar": \`foo/bar-localIdentName-localIdentName\`, - "foo\\\\bar": \`foo\\\\bar-localIdentName-localIdentName\`, - "foo/bar/baz": \`foo/bar/baz-localIdentName-localIdentName\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz-localIdentName-localIdentName\` -}; +var _1 = \`123-localIdentName-localIdentName\`; +export { _1 as "123" }; +var _2 = \`test-localIdentName-localIdentName\`; +export { _2 as "test" }; +var _3 = \`_test-localIdentName-localIdentName\`; +export { _3 as "_test" }; +var _4 = \`className-localIdentName-localIdentName\`; +export { _4 as "className" }; +var _5 = \`someId-localIdentName-localIdentName\`; +export { _5 as "someId" }; +var _6 = \`subClass-localIdentName-localIdentName\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f-localIdentName-localIdentName\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@-localIdentName-localIdentName\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?-localIdentName-localIdentName\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(-localIdentName-localIdentName\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c-localIdentName-localIdentName\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id-localIdentName-localIdentName\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c--localIdentName-localIdentName\`; +export { _d as "-a-b-c-" }; +var _e = \`©-localIdentName-localIdentName\`; +export { _e as "©" }; +var _f = \`♥-localIdentName-localIdentName\`; +export { _f as "♥" }; +var _10 = \`😍-localIdentName-localIdentName\`; +export { _10 as "😍" }; +var _11 = \`“‘’”-localIdentName-localIdentName\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃-localIdentName-localIdentName\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥-localIdentName-localIdentName\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬-localIdentName-localIdentName\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩-localIdentName-localIdentName\`; +export { _15 as "💩" }; +var _16 = \`?-localIdentName-localIdentName\`; +export { _16 as "?" }; +var _17 = \`@-localIdentName-localIdentName\`; +export { _17 as "@" }; +var _18 = \`.-localIdentName-localIdentName\`; +export { _18 as "." }; +var _19 = \`:)-localIdentName-localIdentName\`; +export { _19 as ":)" }; +var _1a = \`

-localIdentName-localIdentName\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>-localIdentName-localIdentName\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.-localIdentName-localIdentName\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#-localIdentName-localIdentName\`; +export { _1d as "#" }; +var _1e = \`##-localIdentName-localIdentName\`; +export { _1e as "##" }; +var _1f = \`#.#.#-localIdentName-localIdentName\`; +export { _1f as "#.#.#" }; +var _20 = \`_-localIdentName-localIdentName\`; +export { _20 as "_" }; +var _21 = \`{}-localIdentName-localIdentName\`; +export { _21 as "{}" }; +var _22 = \`foo.bar-localIdentName-localIdentName\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover-localIdentName-localIdentName\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active-localIdentName-localIdentName\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]-localIdentName-localIdentName\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o-localIdentName-localIdentName\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o-localIdentName-localIdentName\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o-localIdentName-localIdentName\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o-localIdentName-localIdentName\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o-localIdentName-localIdentName\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o-localIdentName-localIdentName\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o-localIdentName-localIdentName\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar-localIdentName-localIdentName\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar-localIdentName-localIdentName\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz-localIdentName-localIdentName\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz-localIdentName-localIdentName\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10281,9 +11319,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.modules-issue-1223-\\\\@foo-bar--myC color: red; }\`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "myClass": \`modules-issue-1223-@foo-bar--myClass\` -}; +var _1 = \`modules-issue-1223-@foo-bar--myClass\`; +export { _1 as "myClass" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10338,12 +11375,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@scope (.kthHR5ALtmYK9QgapjA3) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class-a": \`tHELZHxFZl5YuwVt1kmN\`, - "class-b": \`yv3SIfJTNkZjzBV3Fc0c\`, - "light-scheme": \`kthHR5ALtmYK9QgapjA3\`, - "dark-scheme": \`kodeNqRFoMkWN6SDcuTu\` -}; +var _1 = \`tHELZHxFZl5YuwVt1kmN\`; +export { _1 as "class-a" }; +var _2 = \`yv3SIfJTNkZjzBV3Fc0c\`; +export { _2 as "class-b" }; +var _3 = \`kthHR5ALtmYK9QgapjA3\`; +export { _3 as "light-scheme" }; +var _4 = \`kodeNqRFoMkWN6SDcuTu\`; +export { _4 as "dark-scheme" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10475,20 +11514,30 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._pG6Ii1pxmcUMD0NzUtQ { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "notice": \`_pG6Ii1pxmcUMD0NzUtQ\`, - "notice-heading": \`iUl5nI1Dv6TIu2YP4dWR\`, - "warning": \`TFrsdnZD18tk3GETl69r\`, - "warning-heading": \`q_ifMKrTEObqZgH3LvyG\`, - "success": \`qsxzhFlwpVGqHrGQJ1hN\`, - "success-heading": \`A8gfWSRbM9YW0L6tOjQF\`, - "foo": \`VqpL5NBnVLpSzG9MmKBr\`, - "bar": \`ql3V2zACcMFSFfphBZPW VqpL5NBnVLpSzG9MmKBr\`, - "baz": \`dszXEFjuKeRqj_gVSvHw\`, - "a": \`cPifDMAgF2q_hT5k2Uk_\`, - "b": \`TmIpPZmDj78OxIhKF77L cPifDMAgF2q_hT5k2Uk_\`, - "n": \`_gVr6K1cS3fTgF_VlJkG cPifDMAgF2q_hT5k2Uk_\` -}; +var _1 = \`_pG6Ii1pxmcUMD0NzUtQ\`; +export { _1 as "notice" }; +var _2 = \`iUl5nI1Dv6TIu2YP4dWR\`; +export { _2 as "notice-heading" }; +var _3 = \`TFrsdnZD18tk3GETl69r\`; +export { _3 as "warning" }; +var _4 = \`q_ifMKrTEObqZgH3LvyG\`; +export { _4 as "warning-heading" }; +var _5 = \`qsxzhFlwpVGqHrGQJ1hN\`; +export { _5 as "success" }; +var _6 = \`A8gfWSRbM9YW0L6tOjQF\`; +export { _6 as "success-heading" }; +var _7 = \`VqpL5NBnVLpSzG9MmKBr\`; +export { _7 as "foo" }; +var _8 = \`ql3V2zACcMFSFfphBZPW VqpL5NBnVLpSzG9MmKBr\`; +export { _8 as "bar" }; +var _9 = \`dszXEFjuKeRqj_gVSvHw\`; +export { _9 as "baz" }; +var _a = \`cPifDMAgF2q_hT5k2Uk_\`; +export { _a as "a" }; +var _b = \`TmIpPZmDj78OxIhKF77L cPifDMAgF2q_hT5k2Uk_\`; +export { _b as "b" }; +var _c = \`_gVr6K1cS3fTgF_VlJkG cPifDMAgF2q_hT5k2Uk_\`; +export { _c as "n" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10629,9 +11678,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.cK4wjjU46XTRUXJefTb2 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "relative": \`cK4wjjU46XTRUXJefTb2\` -}; +var _1 = \`cK4wjjU46XTRUXJefTb2\`; +export { _1 as "relative" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10696,9 +11744,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.cK4wjjU46XTRUXJefTb2 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "relative": \`cK4wjjU46XTRUXJefTb2\` -}; +var _1 = \`cK4wjjU46XTRUXJefTb2\`; +export { _1 as "relative" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10775,24 +11822,38 @@ h1 #CEBxO1NI6KSE4aIOEe8g { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`GG5NOiRT4g06DVEU5tQf\`, - "foo-1": \`uUkzTtFrPX7DQk7AJn_C\`, - "foo-2": \`d2SVtvxeS3c0zw1j0XY3\`, - "foo-3": \`uj35KKSMxYrydy9AtwEA\`, - "foo-4": \`sHauUzQwWo87dp__t_Ug\`, - "foo-5": \`ebGYgLwRuH_cwCOAeAIf\`, - "foo-6": \`CEBxO1NI6KSE4aIOEe8g\`, - "foo-7": \`CIs5QkSldUS9Z6oE85dq\`, - "foo-8": \`eEMqyPYFGmm35aX75zy3\`, - "foo-9": \`nNXpPpX8pUC5paDKAwBo\`, - "bar-1": \`G4jxkxdOl0F0aHDyzSab\`, - "bar-2": \`XbSw2R5rWm8FCPx8AUjP\`, - "baz-3": \`owPaXiJkt4EitYBDn5Yh\`, - "baz": \`CP7zuaZH99lZJVmJwA3g\`, - "bar-4": \`vvLsn8M1D1up5NfSbIYh\`, - "test": \`nnjcLLGI3W9kePCpF3rz\` -}; +var _1 = \`GG5NOiRT4g06DVEU5tQf\`; +export { _1 as "foo" }; +var _2 = \`uUkzTtFrPX7DQk7AJn_C\`; +export { _2 as "foo-1" }; +var _3 = \`d2SVtvxeS3c0zw1j0XY3\`; +export { _3 as "foo-2" }; +var _4 = \`uj35KKSMxYrydy9AtwEA\`; +export { _4 as "foo-3" }; +var _5 = \`sHauUzQwWo87dp__t_Ug\`; +export { _5 as "foo-4" }; +var _6 = \`ebGYgLwRuH_cwCOAeAIf\`; +export { _6 as "foo-5" }; +var _7 = \`CEBxO1NI6KSE4aIOEe8g\`; +export { _7 as "foo-6" }; +var _8 = \`CIs5QkSldUS9Z6oE85dq\`; +export { _8 as "foo-7" }; +var _9 = \`eEMqyPYFGmm35aX75zy3\`; +export { _9 as "foo-8" }; +var _a = \`nNXpPpX8pUC5paDKAwBo\`; +export { _a as "foo-9" }; +var _b = \`G4jxkxdOl0F0aHDyzSab\`; +export { _b as "bar-1" }; +var _c = \`XbSw2R5rWm8FCPx8AUjP\`; +export { _c as "bar-2" }; +var _d = \`owPaXiJkt4EitYBDn5Yh\`; +export { _d as "baz-3" }; +var _e = \`CP7zuaZH99lZJVmJwA3g\`; +export { _e as "baz" }; +var _f = \`vvLsn8M1D1up5NfSbIYh\`; +export { _f as "bar-4" }; +var _10 = \`nnjcLLGI3W9kePCpF3rz\`; +export { _10 as "test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10904,7 +11965,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -10939,10 +11999,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "slide-right": \`pDovZfHXHRJolER3f_Dn\`, - "fade-in": \`c3Z3oaJBg3EshtPDToGo\` -}; +var _1 = \`pDovZfHXHRJolER3f_Dn\`; +export { _1 as "slide-right" }; +var _2 = \`c3Z3oaJBg3EshtPDToGo\`; +export { _2 as "fade-in" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -10977,7 +12037,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -11012,10 +12071,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "slide-right": \`_slide-right\`, - "fade-in": \`_fade-in\` -}; +var _1 = \`_slide-right\`; +export { _1 as "slide-right" }; +var _2 = \`_fade-in\`; +export { _2 as "fade-in" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11050,10 +12109,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "slide-right": \`pDovZfHXHRJolER3f_Dn\`, - "fade-in": \`c3Z3oaJBg3EshtPDToGo\` -}; +var _1 = \`pDovZfHXHRJolER3f_Dn\`; +export { _1 as "slide-right" }; +var _2 = \`c3Z3oaJBg3EshtPDToGo\`; +export { _2 as "fade-in" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11119,7 +12178,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.class-1, .class-10 .bar-1 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -11152,11 +12210,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.lhsC3ZnlddrxLelSGUAK, .fLrlEJH_VU8XA } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class-1": \`lhsC3ZnlddrxLelSGUAK\`, - "class-10": \`fLrlEJH_VU8XAZiGRBlG\`, - "bar-1": \`D7nQT7ox5RSZwXYYBEvs\` -}; +var _1 = \`lhsC3ZnlddrxLelSGUAK\`; +export { _1 as "class-1" }; +var _2 = \`fLrlEJH_VU8XAZiGRBlG\`; +export { _2 as "class-10" }; +var _3 = \`D7nQT7ox5RSZwXYYBEvs\`; +export { _3 as "bar-1" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11189,7 +12248,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.class-1, .class-10 .bar-1 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -11222,11 +12280,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._class-1, ._class-10 ._bar-1 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class-1": \`_class-1\`, - "class-10": \`_class-10\`, - "bar-1": \`_bar-1\` -}; +var _1 = \`_class-1\`; +export { _1 as "class-1" }; +var _2 = \`_class-10\`; +export { _2 as "class-10" }; +var _3 = \`_bar-1\`; +export { _3 as "bar-1" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11259,11 +12318,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.lhsC3ZnlddrxLelSGUAK, .fLrlEJH_VU8XA } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "class-1": \`lhsC3ZnlddrxLelSGUAK\`, - "class-10": \`fLrlEJH_VU8XAZiGRBlG\`, - "bar-1": \`D7nQT7ox5RSZwXYYBEvs\` -}; +var _1 = \`lhsC3ZnlddrxLelSGUAK\`; +export { _1 as "class-1" }; +var _2 = \`fLrlEJH_VU8XAZiGRBlG\`; +export { _2 as "class-10" }; +var _3 = \`D7nQT7ox5RSZwXYYBEvs\`; +export { _3 as "bar-1" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11322,10 +12382,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`.y7k3ZqV5dt3ladNuuJcn/*.c2*/.IVb19GRtVJZTNtEKqD8O { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`y7k3ZqV5dt3ladNuuJcn\`, - "c3": \`IVb19GRtVJZTNtEKqD8O\` -}; +var _1 = \`y7k3ZqV5dt3ladNuuJcn\`; +export { _1 as "c1" }; +var _2 = \`IVb19GRtVJZTNtEKqD8O\`; +export { _2 as "c3" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11354,10 +12414,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`.y7k3ZqV5dt3ladNuuJcn/*.c2*/.IVb19GRtVJZTNtEKqD8O { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`y7k3ZqV5dt3ladNuuJcn\`, - "c3": \`IVb19GRtVJZTNtEKqD8O\` -}; +var _1 = \`y7k3ZqV5dt3ladNuuJcn\`; +export { _1 as "c1" }; +var _2 = \`IVb19GRtVJZTNtEKqD8O\`; +export { _2 as "c3" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11386,10 +12446,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`._c1/*.c2*/._c3 { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1\`, - "c3": \`_c3\` -}; +var _1 = \`_c1\`; +export { _1 as "c1" }; +var _2 = \`_c3\`; +export { _2 as "c3" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11418,10 +12478,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`._c1/*.c2*/._c3 { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1\`, - "c3": \`_c3\` -}; +var _1 = \`_c1\`; +export { _1 as "c1" }; +var _2 = \`_c3\`; +export { _2 as "c3" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11450,10 +12510,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`.y7k3ZqV5dt3ladNuuJcn/*.c2*/.IVb19GRtVJZTNtEKqD8O { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`y7k3ZqV5dt3ladNuuJcn\`, - "c3": \`IVb19GRtVJZTNtEKqD8O\` -}; +var _1 = \`y7k3ZqV5dt3ladNuuJcn\`; +export { _1 as "c1" }; +var _2 = \`IVb19GRtVJZTNtEKqD8O\`; +export { _2 as "c3" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11546,7 +12606,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`/* */ \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -11598,9 +12657,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`/* */ \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "bg": \`yvLl5BGvC1PGfK3peCcf\` -}; +var _1 = \`yvLl5BGvC1PGfK3peCcf\`; +export { _1 as "bg" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11652,7 +12710,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`/* */ \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -11704,9 +12761,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`/* */ \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "bg": \`_bg\` -}; +var _1 = \`_bg\`; +export { _1 as "bg" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11758,9 +12814,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`/* */ \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "bg": \`yvLl5BGvC1PGfK3peCcf\` -}; +var _1 = \`yvLl5BGvC1PGfK3peCcf\`; +export { _1 as "bg" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11830,10 +12885,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.tVL743E5xjGpthL2ju_x { a: 1; } .VD4zcmUYMYwD4ChgMAo1 { b: 1; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`tVL743E5xjGpthL2ju_x\`, - "c2": \`VD4zcmUYMYwD4ChgMAo1 tVL743E5xjGpthL2ju_x\` -}; +var _1 = \`tVL743E5xjGpthL2ju_x\`; +export { _1 as "c1" }; +var _2 = \`VD4zcmUYMYwD4ChgMAo1 tVL743E5xjGpthL2ju_x\`; +export { _2 as "c2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11864,10 +12919,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.tVL743E5xjGpthL2ju_x { a: 1; } .VD4zcmUYMYwD4ChgMAo1 { b: 1; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`tVL743E5xjGpthL2ju_x\`, - "c2": \`VD4zcmUYMYwD4ChgMAo1 tVL743E5xjGpthL2ju_x\` -}; +var _1 = \`tVL743E5xjGpthL2ju_x\`; +export { _1 as "c1" }; +var _2 = \`VD4zcmUYMYwD4ChgMAo1 tVL743E5xjGpthL2ju_x\`; +export { _2 as "c2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11898,10 +12953,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1 { a: 1; } ._c2 { b: 1; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1\`, - "c2": \`_c2 _c1\` -}; +var _1 = \`_c1\`; +export { _1 as "c1" }; +var _2 = \`_c2 _c1\`; +export { _2 as "c2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11932,10 +12987,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1 { a: 1; } ._c2 { b: 1; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1\`, - "c2": \`_c2 _c1\` -}; +var _1 = \`_c1\`; +export { _1 as "c1" }; +var _2 = \`_c2 _c1\`; +export { _2 as "c2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -11966,10 +13021,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.tVL743E5xjGpthL2ju_x { a: 1; } .VD4zcmUYMYwD4ChgMAo1 { b: 1; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`tVL743E5xjGpthL2ju_x\`, - "c2": \`VD4zcmUYMYwD4ChgMAo1 tVL743E5xjGpthL2ju_x\` -}; +var _1 = \`tVL743E5xjGpthL2ju_x\`; +export { _1 as "c1" }; +var _2 = \`VD4zcmUYMYwD4ChgMAo1 tVL743E5xjGpthL2ju_x\`; +export { _2 as "c2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12026,7 +13081,7 @@ exports[`"modules" option should work with case \`composes-1\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12035,11 +13090,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.zga1M3j3Z7rGOg7nFsJA { b: 1; } .mqiF_lM2SS5fBb61Kv6L { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c3": \`qmcoDK16jmmTxr5L5rkt zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c5": \`mqiF_lM2SS5fBb61Kv6L \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _1 as "c1" }; +var _2 = \`qmcoDK16jmmTxr5L5rkt zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _2 as "c3" }; +var _3 = \`mqiF_lM2SS5fBb61Kv6L \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12081,7 +13137,7 @@ exports[`"modules" option should work with case \`composes-1\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12090,11 +13146,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.zga1M3j3Z7rGOg7nFsJA { b: 1; } .mqiF_lM2SS5fBb61Kv6L { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c3": \`qmcoDK16jmmTxr5L5rkt zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c5": \`mqiF_lM2SS5fBb61Kv6L \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _1 as "c1" }; +var _2 = \`qmcoDK16jmmTxr5L5rkt zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _2 as "c3" }; +var _3 = \`mqiF_lM2SS5fBb61Kv6L \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12136,7 +13193,7 @@ exports[`"modules" option should work with case \`composes-1\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12145,11 +13202,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1 { b: 1; } ._c5 { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c3": \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c5": \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _1 as "c1" }; +var _2 = \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _2 as "c3" }; +var _3 = \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12191,7 +13249,7 @@ exports[`"modules" option should work with case \`composes-1\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12200,11 +13258,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1 { b: 1; } ._c5 { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c3": \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c5": \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _1 as "c1" }; +var _2 = \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _2 as "c3" }; +var _3 = \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12246,7 +13305,7 @@ exports[`"modules" option should work with case \`composes-1\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12255,11 +13314,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.zga1M3j3Z7rGOg7nFsJA { b: 1; } .mqiF_lM2SS5fBb61Kv6L { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c3": \`qmcoDK16jmmTxr5L5rkt zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]}\`, - "c5": \`mqiF_lM2SS5fBb61Kv6L \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _1 as "c1" }; +var _2 = \`qmcoDK16jmmTxr5L5rkt zga1M3j3Z7rGOg7nFsJA \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]}\`; +export { _2 as "c3" }; +var _3 = \`mqiF_lM2SS5fBb61Kv6L \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12333,7 +13393,7 @@ exports[`"modules" option should work with case \`composes-2\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12342,11 +13402,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.C98NzfjxvJBB0dZv41Lx { b: 1; } .GlfF1waq2tHPjGNYyv9r { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c3": \`mmwjPz30IDsYG8mQwZJk C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c5": \`GlfF1waq2tHPjGNYyv9r \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _1 as "c1" }; +var _2 = \`mmwjPz30IDsYG8mQwZJk C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _2 as "c3" }; +var _3 = \`GlfF1waq2tHPjGNYyv9r \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12388,7 +13449,7 @@ exports[`"modules" option should work with case \`composes-2\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12397,11 +13458,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.C98NzfjxvJBB0dZv41Lx { b: 1; } .GlfF1waq2tHPjGNYyv9r { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c3": \`mmwjPz30IDsYG8mQwZJk C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c5": \`GlfF1waq2tHPjGNYyv9r \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _1 as "c1" }; +var _2 = \`mmwjPz30IDsYG8mQwZJk C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _2 as "c3" }; +var _3 = \`GlfF1waq2tHPjGNYyv9r \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12443,7 +13505,7 @@ exports[`"modules" option should work with case \`composes-2\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12452,11 +13514,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1 { b: 1; } ._c5 { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c3": \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c5": \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _1 as "c1" }; +var _2 = \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _2 as "c3" }; +var _3 = \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12498,7 +13561,7 @@ exports[`"modules" option should work with case \`composes-2\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12507,11 +13570,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1 { b: 1; } ._c5 { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c3": \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c5": \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`_c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _1 as "c1" }; +var _2 = \`_c3 _c1 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _2 as "c3" }; +var _3 = \`_c5 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12553,7 +13617,7 @@ exports[`"modules" option should work with case \`composes-2\` (\`modules\` valu "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12562,11 +13626,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.C98NzfjxvJBB0dZv41Lx { b: 1; } .GlfF1waq2tHPjGNYyv9r { b: 5; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c3": \`mmwjPz30IDsYG8mQwZJk C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]}\`, - "c5": \`GlfF1waq2tHPjGNYyv9r \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0___.locals["c4"]}\` -}; +var _1 = \`C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _1 as "c1" }; +var _2 = \`mmwjPz30IDsYG8mQwZJk C98NzfjxvJBB0dZv41Lx \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]}\`; +export { _2 as "c3" }; +var _3 = \`GlfF1waq2tHPjGNYyv9r \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c-2"]} \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["c4"]}\`; +export { _3 as "c5" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12642,8 +13707,8 @@ exports[`"modules" option should work with case \`composes-multiple\` (\`modules "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -12652,9 +13717,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.lUk1HpO5NQ1fZ1QAotOO { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`lUk1HpO5NQ1fZ1QAotOO \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def2"]}\` -}; +var _1 = \`lUk1HpO5NQ1fZ1QAotOO \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def2"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12695,8 +13759,8 @@ exports[`"modules" option should work with case \`composes-multiple\` (\`modules "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -12705,9 +13769,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.lUk1HpO5NQ1fZ1QAotOO { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`lUk1HpO5NQ1fZ1QAotOO \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def2"]}\` -}; +var _1 = \`lUk1HpO5NQ1fZ1QAotOO \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def2"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12748,8 +13811,8 @@ exports[`"modules" option should work with case \`composes-multiple\` (\`modules "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -12758,9 +13821,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._abc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`_abc \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def2"]}\` -}; +var _1 = \`_abc \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def2"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12801,8 +13863,8 @@ exports[`"modules" option should work with case \`composes-multiple\` (\`modules "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -12811,9 +13873,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._abc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`_abc \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def2"]}\` -}; +var _1 = \`_abc \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def2"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12854,8 +13915,8 @@ exports[`"modules" option should work with case \`composes-multiple\` (\`modules "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -12864,9 +13925,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.lUk1HpO5NQ1fZ1QAotOO { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`lUk1HpO5NQ1fZ1QAotOO \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def2"]}\` -}; +var _1 = \`lUk1HpO5NQ1fZ1QAotOO \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def1"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def2"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12939,7 +13999,7 @@ exports[`"modules" option should work with case \`composes-with-importing\` (\`m "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12947,9 +14007,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.SJbUSFduLGJGLDwj1q1h { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`SJbUSFduLGJGLDwj1q1h \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\` -}; +var _1 = \`SJbUSFduLGJGLDwj1q1h \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -12982,7 +14041,7 @@ exports[`"modules" option should work with case \`composes-with-importing\` (\`m "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -12990,9 +14049,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.SJbUSFduLGJGLDwj1q1h { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`SJbUSFduLGJGLDwj1q1h \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\` -}; +var _1 = \`SJbUSFduLGJGLDwj1q1h \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13025,7 +14083,7 @@ exports[`"modules" option should work with case \`composes-with-importing\` (\`m "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -13033,9 +14091,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._abc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`_abc \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\` -}; +var _1 = \`_abc \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13068,7 +14125,7 @@ exports[`"modules" option should work with case \`composes-with-importing\` (\`m "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -13076,9 +14133,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._abc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`_abc \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\` -}; +var _1 = \`_abc \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13111,7 +14167,7 @@ exports[`"modules" option should work with case \`composes-with-importing\` (\`m "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module @@ -13119,9 +14175,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.SJbUSFduLGJGLDwj1q1h { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`SJbUSFduLGJGLDwj1q1h \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\` -}; +var _1 = \`SJbUSFduLGJGLDwj1q1h \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "abc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13197,9 +14252,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "blue": \`red\` -}; +var _1 = \`red\`; +export { _1 as "blue" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13232,10 +14286,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.icLMv1y9UlfJKcdQNpUM { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "blue": \`red\`, - "a": \`icLMv1y9UlfJKcdQNpUM\` -}; +var _1 = \`red\`; +export { _1 as "blue" }; +var _2 = \`icLMv1y9UlfJKcdQNpUM\`; +export { _2 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13268,9 +14322,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "blue": \`red\` -}; +var _1 = \`red\`; +export { _1 as "blue" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13303,10 +14356,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "blue": \`red\`, - "a": \`_a\` -}; +var _1 = \`red\`; +export { _1 as "blue" }; +var _2 = \`_a\`; +export { _2 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13339,10 +14392,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.icLMv1y9UlfJKcdQNpUM { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "blue": \`red\`, - "a": \`icLMv1y9UlfJKcdQNpUM\` -}; +var _1 = \`red\`; +export { _1 as "blue" }; +var _2 = \`icLMv1y9UlfJKcdQNpUM\`; +export { _2 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -13416,7 +14469,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`body:before { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -13454,7 +14506,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`body:before { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -13492,7 +14543,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`body:before { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -13530,7 +14580,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`body:before { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -13568,7 +14617,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`body:before { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -13868,7 +14916,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -14057,16 +15104,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.vbnAfVvDroZNdlAZSoos { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`vbnAfVvDroZNdlAZSoos\`, - "bounce": \`UoOoKaAgXjyeGpq6UeAE\`, - "bounce2": \`laDyXrGTqpWgSjWpVfsq\`, - "bounce3": \`TKT0JgE4RNGqNpibZQwi\`, - "bounce4": \`D79vyB123bYrLinvj46J\`, - "b": \`d9QlkrhUnCgqBozPqqcq\`, - "container": \`FEOgTA_LLfagujCY2tZA\`, - "@bounce": \`y8xpMb2xhav4TZYNTfHq\` -}; +var _1 = \`vbnAfVvDroZNdlAZSoos\`; +export { _1 as "a" }; +var _2 = \`UoOoKaAgXjyeGpq6UeAE\`; +export { _2 as "bounce" }; +var _3 = \`laDyXrGTqpWgSjWpVfsq\`; +export { _3 as "bounce2" }; +var _4 = \`TKT0JgE4RNGqNpibZQwi\`; +export { _4 as "bounce3" }; +var _5 = \`D79vyB123bYrLinvj46J\`; +export { _5 as "bounce4" }; +var _6 = \`d9QlkrhUnCgqBozPqqcq\`; +export { _6 as "b" }; +var _7 = \`FEOgTA_LLfagujCY2tZA\`; +export { _7 as "container" }; +var _8 = \`y8xpMb2xhav4TZYNTfHq\`; +export { _8 as "@bounce" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -14255,7 +15308,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -14444,16 +15496,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`_a\`, - "bounce": \`_bounce\`, - "bounce2": \`_bounce2\`, - "bounce3": \`_bounce3\`, - "bounce4": \`_bounce4\`, - "b": \`_b\`, - "container": \`_container\`, - "@bounce": \`_@bounce\` -}; +var _1 = \`_a\`; +export { _1 as "a" }; +var _2 = \`_bounce\`; +export { _2 as "bounce" }; +var _3 = \`_bounce2\`; +export { _3 as "bounce2" }; +var _4 = \`_bounce3\`; +export { _4 as "bounce3" }; +var _5 = \`_bounce4\`; +export { _5 as "bounce4" }; +var _6 = \`_b\`; +export { _6 as "b" }; +var _7 = \`_container\`; +export { _7 as "container" }; +var _8 = \`_@bounce\`; +export { _8 as "@bounce" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -14642,16 +15700,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.vbnAfVvDroZNdlAZSoos { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`vbnAfVvDroZNdlAZSoos\`, - "bounce": \`UoOoKaAgXjyeGpq6UeAE\`, - "bounce2": \`laDyXrGTqpWgSjWpVfsq\`, - "bounce3": \`TKT0JgE4RNGqNpibZQwi\`, - "bounce4": \`D79vyB123bYrLinvj46J\`, - "b": \`d9QlkrhUnCgqBozPqqcq\`, - "container": \`FEOgTA_LLfagujCY2tZA\`, - "@bounce": \`y8xpMb2xhav4TZYNTfHq\` -}; +var _1 = \`vbnAfVvDroZNdlAZSoos\`; +export { _1 as "a" }; +var _2 = \`UoOoKaAgXjyeGpq6UeAE\`; +export { _2 as "bounce" }; +var _3 = \`laDyXrGTqpWgSjWpVfsq\`; +export { _3 as "bounce2" }; +var _4 = \`TKT0JgE4RNGqNpibZQwi\`; +export { _4 as "bounce3" }; +var _5 = \`D79vyB123bYrLinvj46J\`; +export { _5 as "bounce4" }; +var _6 = \`d9QlkrhUnCgqBozPqqcq\`; +export { _6 as "b" }; +var _7 = \`FEOgTA_LLfagujCY2tZA\`; +export { _7 as "container" }; +var _8 = \`y8xpMb2xhav4TZYNTfHq\`; +export { _8 as "@bounce" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -14896,7 +15960,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -14997,16 +16060,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.LJMgl9DyHYPdf4TuWaEh { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`LJMgl9DyHYPdf4TuWaEh\`, - "b": \`sweXdnVwHpOwZatb7WQL\`, - "c": \`RaLgWKgijFkkQD5uNzWP\`, - "c1": \`m7eg7ETyTRjJnXe7WSUQ\`, - "c2": \`RfaEqzWN0xjmyjmfKifu\`, - "c3": \`r2DZk27GrpPvZPHNcx_q\`, - "c4": \`juuPxlO2HQZ7tYA1OJVU\`, - "d2": \`fh_kOQCEqj8d0N3qPQk6\` -}; +var _1 = \`LJMgl9DyHYPdf4TuWaEh\`; +export { _1 as "a" }; +var _2 = \`sweXdnVwHpOwZatb7WQL\`; +export { _2 as "b" }; +var _3 = \`RaLgWKgijFkkQD5uNzWP\`; +export { _3 as "c" }; +var _4 = \`m7eg7ETyTRjJnXe7WSUQ\`; +export { _4 as "c1" }; +var _5 = \`RfaEqzWN0xjmyjmfKifu\`; +export { _5 as "c2" }; +var _6 = \`r2DZk27GrpPvZPHNcx_q\`; +export { _6 as "c3" }; +var _7 = \`juuPxlO2HQZ7tYA1OJVU\`; +export { _7 as "c4" }; +var _8 = \`fh_kOQCEqj8d0N3qPQk6\`; +export { _8 as "d2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15107,7 +16176,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -15208,16 +16276,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`_a\`, - "b": \`_b\`, - "c": \`_c\`, - "c1": \`_c1\`, - "c2": \`_c2\`, - "c3": \`_c3\`, - "c4": \`_c4\`, - "d2": \`_d2\` -}; +var _1 = \`_a\`; +export { _1 as "a" }; +var _2 = \`_b\`; +export { _2 as "b" }; +var _3 = \`_c\`; +export { _3 as "c" }; +var _4 = \`_c1\`; +export { _4 as "c1" }; +var _5 = \`_c2\`; +export { _5 as "c2" }; +var _6 = \`_c3\`; +export { _6 as "c3" }; +var _7 = \`_c4\`; +export { _7 as "c4" }; +var _8 = \`_d2\`; +export { _8 as "d2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15318,16 +16392,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.LJMgl9DyHYPdf4TuWaEh { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`LJMgl9DyHYPdf4TuWaEh\`, - "b": \`sweXdnVwHpOwZatb7WQL\`, - "c": \`RaLgWKgijFkkQD5uNzWP\`, - "c1": \`m7eg7ETyTRjJnXe7WSUQ\`, - "c2": \`RfaEqzWN0xjmyjmfKifu\`, - "c3": \`r2DZk27GrpPvZPHNcx_q\`, - "c4": \`juuPxlO2HQZ7tYA1OJVU\`, - "d2": \`fh_kOQCEqj8d0N3qPQk6\` -}; +var _1 = \`LJMgl9DyHYPdf4TuWaEh\`; +export { _1 as "a" }; +var _2 = \`sweXdnVwHpOwZatb7WQL\`; +export { _2 as "b" }; +var _3 = \`RaLgWKgijFkkQD5uNzWP\`; +export { _3 as "c" }; +var _4 = \`m7eg7ETyTRjJnXe7WSUQ\`; +export { _4 as "c1" }; +var _5 = \`RfaEqzWN0xjmyjmfKifu\`; +export { _5 as "c2" }; +var _6 = \`r2DZk27GrpPvZPHNcx_q\`; +export { _6 as "c3" }; +var _7 = \`juuPxlO2HQZ7tYA1OJVU\`; +export { _7 as "c4" }; +var _8 = \`fh_kOQCEqj8d0N3qPQk6\`; +export { _8 as "d2" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15438,11 +16518,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.abc .vcjMmLDjQoheuo3iKNVq { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`vcjMmLDjQoheuo3iKNVq\`, - "ghi": \`MYhjYB7o8ivNsNDLAOhX\`, - "jkl": \`xw5pDaTSZyFc0_NgQcy_\` -}; +var _1 = \`vcjMmLDjQoheuo3iKNVq\`; +export { _1 as "def" }; +var _2 = \`MYhjYB7o8ivNsNDLAOhX\`; +export { _2 as "ghi" }; +var _3 = \`xw5pDaTSZyFc0_NgQcy_\`; +export { _3 as "jkl" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15483,12 +16564,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.NWiVmamP0EXJI3eRccJs .vcjMmLDjQoheuo } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`NWiVmamP0EXJI3eRccJs\`, - "def": \`vcjMmLDjQoheuo3iKNVq\`, - "ghi": \`MYhjYB7o8ivNsNDLAOhX\`, - "jkl": \`xw5pDaTSZyFc0_NgQcy_\` -}; +var _1 = \`NWiVmamP0EXJI3eRccJs\`; +export { _1 as "abc" }; +var _2 = \`vcjMmLDjQoheuo3iKNVq\`; +export { _2 as "def" }; +var _3 = \`MYhjYB7o8ivNsNDLAOhX\`; +export { _3 as "ghi" }; +var _4 = \`xw5pDaTSZyFc0_NgQcy_\`; +export { _4 as "jkl" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15529,11 +16612,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.abc ._def { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`_def\`, - "ghi": \`_ghi\`, - "jkl": \`_jkl\` -}; +var _1 = \`_def\`; +export { _1 as "def" }; +var _2 = \`_ghi\`; +export { _2 as "ghi" }; +var _3 = \`_jkl\`; +export { _3 as "jkl" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15574,12 +16658,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._abc ._def { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`_abc\`, - "def": \`_def\`, - "ghi": \`_ghi\`, - "jkl": \`_jkl\` -}; +var _1 = \`_abc\`; +export { _1 as "abc" }; +var _2 = \`_def\`; +export { _2 as "def" }; +var _3 = \`_ghi\`; +export { _3 as "ghi" }; +var _4 = \`_jkl\`; +export { _4 as "jkl" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15620,12 +16706,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.NWiVmamP0EXJI3eRccJs .vcjMmLDjQoheuo } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`NWiVmamP0EXJI3eRccJs\`, - "def": \`vcjMmLDjQoheuo3iKNVq\`, - "ghi": \`MYhjYB7o8ivNsNDLAOhX\`, - "jkl": \`xw5pDaTSZyFc0_NgQcy_\` -}; +var _1 = \`NWiVmamP0EXJI3eRccJs\`; +export { _1 as "abc" }; +var _2 = \`vcjMmLDjQoheuo3iKNVq\`; +export { _2 as "def" }; +var _3 = \`MYhjYB7o8ivNsNDLAOhX\`; +export { _3 as "ghi" }; +var _4 = \`xw5pDaTSZyFc0_NgQcy_\`; +export { _4 as "jkl" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15697,11 +16785,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.jotOJZSbbizwn2e2eYUC { background: r #o3QZi9k_raViYTvAIAQg .h_NDKB3lEt6iXL9hQybC { color: blue; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "className": \`jotOJZSbbizwn2e2eYUC\`, - "someId": \`o3QZi9k_raViYTvAIAQg\`, - "subClass": \`h_NDKB3lEt6iXL9hQybC\` -}; +var _1 = \`jotOJZSbbizwn2e2eYUC\`; +export { _1 as "className" }; +var _2 = \`o3QZi9k_raViYTvAIAQg\`; +export { _2 as "someId" }; +var _3 = \`h_NDKB3lEt6iXL9hQybC\`; +export { _3 as "subClass" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15736,11 +16825,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.jotOJZSbbizwn2e2eYUC { background: r #o3QZi9k_raViYTvAIAQg .h_NDKB3lEt6iXL9hQybC { color: blue; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "className": \`jotOJZSbbizwn2e2eYUC\`, - "someId": \`o3QZi9k_raViYTvAIAQg\`, - "subClass": \`h_NDKB3lEt6iXL9hQybC\` -}; +var _1 = \`jotOJZSbbizwn2e2eYUC\`; +export { _1 as "className" }; +var _2 = \`o3QZi9k_raViYTvAIAQg\`; +export { _2 as "someId" }; +var _3 = \`h_NDKB3lEt6iXL9hQybC\`; +export { _3 as "subClass" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15775,11 +16865,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._className { background: red; } #_someId ._subClass { color: blue; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "className": \`_className\`, - "someId": \`_someId\`, - "subClass": \`_subClass\` -}; +var _1 = \`_className\`; +export { _1 as "className" }; +var _2 = \`_someId\`; +export { _2 as "someId" }; +var _3 = \`_subClass\`; +export { _3 as "subClass" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15814,11 +16905,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._className { background: red; } #_someId ._subClass { color: blue; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "className": \`_className\`, - "someId": \`_someId\`, - "subClass": \`_subClass\` -}; +var _1 = \`_className\`; +export { _1 as "className" }; +var _2 = \`_someId\`; +export { _2 as "someId" }; +var _3 = \`_subClass\`; +export { _3 as "subClass" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15853,11 +16945,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.jotOJZSbbizwn2e2eYUC { background: r #o3QZi9k_raViYTvAIAQg .h_NDKB3lEt6iXL9hQybC { color: blue; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "className": \`jotOJZSbbizwn2e2eYUC\`, - "someId": \`o3QZi9k_raViYTvAIAQg\`, - "subClass": \`h_NDKB3lEt6iXL9hQybC\` -}; +var _1 = \`jotOJZSbbizwn2e2eYUC\`; +export { _1 as "className" }; +var _2 = \`o3QZi9k_raViYTvAIAQg\`; +export { _2 as "someId" }; +var _3 = \`h_NDKB3lEt6iXL9hQybC\`; +export { _3 as "subClass" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15934,10 +17027,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.m87Db3osF0tlFc7iCMdW { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`m87Db3osF0tlFc7iCMdW\`, - "def": \`TxP75aC0tOZDmszQbtBj m87Db3osF0tlFc7iCMdW\` -}; +var _1 = \`m87Db3osF0tlFc7iCMdW\`; +export { _1 as "abc" }; +var _2 = \`TxP75aC0tOZDmszQbtBj m87Db3osF0tlFc7iCMdW\`; +export { _2 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -15976,10 +17069,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.m87Db3osF0tlFc7iCMdW { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`m87Db3osF0tlFc7iCMdW\`, - "def": \`TxP75aC0tOZDmszQbtBj m87Db3osF0tlFc7iCMdW\` -}; +var _1 = \`m87Db3osF0tlFc7iCMdW\`; +export { _1 as "abc" }; +var _2 = \`TxP75aC0tOZDmszQbtBj m87Db3osF0tlFc7iCMdW\`; +export { _2 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16018,10 +17111,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._abc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`_abc\`, - "def": \`_def _abc\` -}; +var _1 = \`_abc\`; +export { _1 as "abc" }; +var _2 = \`_def _abc\`; +export { _2 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16060,10 +17153,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._abc { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`_abc\`, - "def": \`_def _abc\` -}; +var _1 = \`_abc\`; +export { _1 as "abc" }; +var _2 = \`_def _abc\`; +export { _2 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16102,10 +17195,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.m87Db3osF0tlFc7iCMdW { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "abc": \`m87Db3osF0tlFc7iCMdW\`, - "def": \`TxP75aC0tOZDmszQbtBj m87Db3osF0tlFc7iCMdW\` -}; +var _1 = \`m87Db3osF0tlFc7iCMdW\`; +export { _1 as "abc" }; +var _2 = \`TxP75aC0tOZDmszQbtBj m87Db3osF0tlFc7iCMdW\`; +export { _2 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16173,11 +17266,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Ms7rUEEZj7e2OVP2ihQX[data-attr=".c2) } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`Ms7rUEEZj7e2OVP2ihQX\`, - "c3": \`bbQR5lX5X8jm0LSaC_kj\`, - "c4": \`w7sEmdNn7fYHw9xep5OO\` -}; +var _1 = \`Ms7rUEEZj7e2OVP2ihQX\`; +export { _1 as "c1" }; +var _2 = \`bbQR5lX5X8jm0LSaC_kj\`; +export { _2 as "c3" }; +var _3 = \`w7sEmdNn7fYHw9xep5OO\`; +export { _3 as "c4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16210,11 +17304,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Ms7rUEEZj7e2OVP2ihQX[data-attr=".c2) } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`Ms7rUEEZj7e2OVP2ihQX\`, - "c3": \`bbQR5lX5X8jm0LSaC_kj\`, - "c4": \`w7sEmdNn7fYHw9xep5OO\` -}; +var _1 = \`Ms7rUEEZj7e2OVP2ihQX\`; +export { _1 as "c1" }; +var _2 = \`bbQR5lX5X8jm0LSaC_kj\`; +export { _2 as "c3" }; +var _3 = \`w7sEmdNn7fYHw9xep5OO\`; +export { _3 as "c4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16247,11 +17342,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1[data-attr=".c2)]'"]:not(._c3):no } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1\`, - "c3": \`_c3\`, - "c4": \`_c4\` -}; +var _1 = \`_c1\`; +export { _1 as "c1" }; +var _2 = \`_c3\`; +export { _2 as "c3" }; +var _3 = \`_c4\`; +export { _3 as "c4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16284,11 +17380,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1[data-attr=".c2)]'"]:not(._c3):no } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1\`, - "c3": \`_c3\`, - "c4": \`_c4\` -}; +var _1 = \`_c1\`; +export { _1 as "c1" }; +var _2 = \`_c3\`; +export { _2 as "c3" }; +var _3 = \`_c4\`; +export { _3 as "c4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16320,12 +17417,13 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Ms7rUEEZj7e2OVP2ihQX[data-attr=".c2) background: red; } \`, ""]); -// Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`Ms7rUEEZj7e2OVP2ihQX\`, - "c3": \`bbQR5lX5X8jm0LSaC_kj\`, - "c4": \`w7sEmdNn7fYHw9xep5OO\` -}; +// Exports +var _1 = \`Ms7rUEEZj7e2OVP2ihQX\`; +export { _1 as "c1" }; +var _2 = \`bbQR5lX5X8jm0LSaC_kj\`; +export { _2 as "c3" }; +var _3 = \`w7sEmdNn7fYHw9xep5OO\`; +export { _3 as "c4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16400,9 +17498,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@media (max-width: 599px) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`(max-width: 599px)\` -}; +var _1 = \`(max-width: 599px)\`; +export { _1 as "small" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16439,10 +17536,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@media (max-width: 599px) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`(max-width: 599px)\`, - "header": \`roWR_NnfBdMMmj23aQo2\` -}; +var _1 = \`(max-width: 599px)\`; +export { _1 as "small" }; +var _2 = \`roWR_NnfBdMMmj23aQo2\`; +export { _2 as "header" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16479,9 +17576,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@media (max-width: 599px) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`(max-width: 599px)\` -}; +var _1 = \`(max-width: 599px)\`; +export { _1 as "small" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16518,10 +17614,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@media (max-width: 599px) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`(max-width: 599px)\`, - "header": \`_header\` -}; +var _1 = \`(max-width: 599px)\`; +export { _1 as "small" }; +var _2 = \`_header\`; +export { _2 as "header" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16558,10 +17654,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@media (max-width: 599px) { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`(max-width: 599px)\`, - "header": \`roWR_NnfBdMMmj23aQo2\` -}; +var _1 = \`(max-width: 599px)\`; +export { _1 as "small" }; +var _2 = \`roWR_NnfBdMMmj23aQo2\`; +export { _2 as "header" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16627,20 +17723,19 @@ exports[`"modules" option should work with case \`media-2\` (\`modules\` value i "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]} { +___CSS_LOADER_EXPORT___.push([module.id, \`@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"] } { .header { box-shadow: 0 0 4px #1F4F7F; } } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"]}\`; +export { _1 as "small" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16674,21 +17769,21 @@ exports[`"modules" option should work with case \`media-2\` (\`modules\` value i "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]} { +___CSS_LOADER_EXPORT___.push([module.id, \`@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"] } { .iScd4OsSf4X8zd78mkg4 { box-shadow: 0 0 4px #1F4F7F; } } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]}\`, - "header": \`iScd4OsSf4X8zd78mkg4\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"]}\`; +export { _1 as "small" }; +var _2 = \`iScd4OsSf4X8zd78mkg4\`; +export { _2 as "header" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16722,20 +17817,19 @@ exports[`"modules" option should work with case \`media-2\` (\`modules\` value i "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]} { +___CSS_LOADER_EXPORT___.push([module.id, \`@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"] } { .header { box-shadow: 0 0 4px #1F4F7F; } } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"]}\`; +export { _1 as "small" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16769,21 +17863,21 @@ exports[`"modules" option should work with case \`media-2\` (\`modules\` value i "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]} { +___CSS_LOADER_EXPORT___.push([module.id, \`@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"] } { ._header { box-shadow: 0 0 4px #1F4F7F; } } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]}\`, - "header": \`_header\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"]}\`; +export { _1 as "small" }; +var _2 = \`_header\`; +export { _2 as "header" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16817,21 +17911,21 @@ exports[`"modules" option should work with case \`media-2\` (\`modules\` value i "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]} { +___CSS_LOADER_EXPORT___.push([module.id, \`@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"] } { .iScd4OsSf4X8zd78mkg4 { box-shadow: 0 0 4px #1F4F7F; } } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["small"]}\`, - "header": \`iScd4OsSf4X8zd78mkg4\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["small"]}\`; +export { _1 as "small" }; +var _2 = \`iScd4OsSf4X8zd78mkg4\`; +export { _2 as "header" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16901,12 +17995,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.c1 .cvvzkfUNxHw6Ysfh0h0d .gvTN07vHvS .c8 { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c2": \`cvvzkfUNxHw6Ysfh0h0d\`, - "c3": \`gvTN07vHvS1K7HmlyjaS\`, - "c5": \`iEEgMt69hRvFqKd3Ixjk\`, - "c7": \`HE5tPJwJMZ659vvaAnkn\` -}; +var _1 = \`cvvzkfUNxHw6Ysfh0h0d\`; +export { _1 as "c2" }; +var _2 = \`gvTN07vHvS1K7HmlyjaS\`; +export { _2 as "c3" }; +var _3 = \`iEEgMt69hRvFqKd3Ixjk\`; +export { _3 as "c5" }; +var _4 = \`HE5tPJwJMZ659vvaAnkn\`; +export { _4 as "c7" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16937,15 +18033,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._9J5UqLXdth6c988_Wsj .cvvzkfUNxHw6Ys .Q8APr3CWlPrVofeBAgdS { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_9J5UqLXdth6c988_Wsj\`, - "c2": \`cvvzkfUNxHw6Ysfh0h0d\`, - "c3": \`gvTN07vHvS1K7HmlyjaS\`, - "c5": \`iEEgMt69hRvFqKd3Ixjk\`, - "c6": \`fapGzC9Gd0DKiPGjJBJ9\`, - "c7": \`HE5tPJwJMZ659vvaAnkn\`, - "c8": \`Q8APr3CWlPrVofeBAgdS\` -}; +var _1 = \`_9J5UqLXdth6c988_Wsj\`; +export { _1 as "c1" }; +var _2 = \`cvvzkfUNxHw6Ysfh0h0d\`; +export { _2 as "c2" }; +var _3 = \`gvTN07vHvS1K7HmlyjaS\`; +export { _3 as "c3" }; +var _4 = \`iEEgMt69hRvFqKd3Ixjk\`; +export { _4 as "c5" }; +var _5 = \`fapGzC9Gd0DKiPGjJBJ9\`; +export { _5 as "c6" }; +var _6 = \`HE5tPJwJMZ659vvaAnkn\`; +export { _6 as "c7" }; +var _7 = \`Q8APr3CWlPrVofeBAgdS\`; +export { _7 as "c8" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -16976,12 +18077,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.c1 ._c2 ._c3 .c4 ._c5, .c6 ._c7 { ba .c8 { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c2": \`_c2\`, - "c3": \`_c3\`, - "c5": \`_c5\`, - "c7": \`_c7\` -}; +var _1 = \`_c2\`; +export { _1 as "c2" }; +var _2 = \`_c3\`; +export { _2 as "c3" }; +var _3 = \`_c5\`; +export { _3 as "c5" }; +var _4 = \`_c7\`; +export { _4 as "c7" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17012,15 +18115,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._c1 ._c2 ._c3 .c4 ._c5, ._c6 ._c7 { ._c8 { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_c1\`, - "c2": \`_c2\`, - "c3": \`_c3\`, - "c5": \`_c5\`, - "c6": \`_c6\`, - "c7": \`_c7\`, - "c8": \`_c8\` -}; +var _1 = \`_c1\`; +export { _1 as "c1" }; +var _2 = \`_c2\`; +export { _2 as "c2" }; +var _3 = \`_c3\`; +export { _3 as "c3" }; +var _4 = \`_c5\`; +export { _4 as "c5" }; +var _5 = \`_c6\`; +export { _5 as "c6" }; +var _6 = \`_c7\`; +export { _6 as "c7" }; +var _7 = \`_c8\`; +export { _7 as "c8" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17051,15 +18159,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._9J5UqLXdth6c988_Wsj .cvvzkfUNxHw6Ys .Q8APr3CWlPrVofeBAgdS { background: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "c1": \`_9J5UqLXdth6c988_Wsj\`, - "c2": \`cvvzkfUNxHw6Ysfh0h0d\`, - "c3": \`gvTN07vHvS1K7HmlyjaS\`, - "c5": \`iEEgMt69hRvFqKd3Ixjk\`, - "c6": \`fapGzC9Gd0DKiPGjJBJ9\`, - "c7": \`HE5tPJwJMZ659vvaAnkn\`, - "c8": \`Q8APr3CWlPrVofeBAgdS\` -}; +var _1 = \`_9J5UqLXdth6c988_Wsj\`; +export { _1 as "c1" }; +var _2 = \`cvvzkfUNxHw6Ysfh0h0d\`; +export { _2 as "c2" }; +var _3 = \`gvTN07vHvS1K7HmlyjaS\`; +export { _3 as "c3" }; +var _4 = \`iEEgMt69hRvFqKd3Ixjk\`; +export { _4 as "c5" }; +var _5 = \`fapGzC9Gd0DKiPGjJBJ9\`; +export { _5 as "c6" }; +var _6 = \`HE5tPJwJMZ659vvaAnkn\`; +export { _6 as "c7" }; +var _7 = \`Q8APr3CWlPrVofeBAgdS\`; +export { _7 as "c8" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17147,7 +18260,6 @@ a[href="#b.c"].x.y { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -17196,16 +18308,22 @@ a[href="#b.c"].rkAmGkC9BqIFFpX1aCrb.AagZJBgZTXpEPmx6TUWE { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`uiqHVPgSE7ScgC5LaMwc\`, - "b": \`trJwkiX5blwzqE3odcWL\`, - "c": \`yFvz26Bw51zC99_k6bLx\`, - "d": \`a67Lx0rqkltZzYDvWEbg\`, - "id": \`a5nTtYhJTLvvczPx6zE6\`, - "x": \`rkAmGkC9BqIFFpX1aCrb\`, - "y": \`AagZJBgZTXpEPmx6TUWE\`, - "z": \`KCqij5E_FHOsKFHTyHBp\` -}; +var _1 = \`uiqHVPgSE7ScgC5LaMwc\`; +export { _1 as "a" }; +var _2 = \`trJwkiX5blwzqE3odcWL\`; +export { _2 as "b" }; +var _3 = \`yFvz26Bw51zC99_k6bLx\`; +export { _3 as "c" }; +var _4 = \`a67Lx0rqkltZzYDvWEbg\`; +export { _4 as "d" }; +var _5 = \`a5nTtYhJTLvvczPx6zE6\`; +export { _5 as "id" }; +var _6 = \`rkAmGkC9BqIFFpX1aCrb\`; +export { _6 as "x" }; +var _7 = \`AagZJBgZTXpEPmx6TUWE\`; +export { _7 as "y" }; +var _8 = \`KCqij5E_FHOsKFHTyHBp\`; +export { _8 as "z" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17254,7 +18372,6 @@ a[href="#b.c"].x.y { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -17303,16 +18420,22 @@ a[href="#b.c"]._x._y { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`_a\`, - "b": \`_b\`, - "c": \`_c\`, - "d": \`_d\`, - "id": \`_id\`, - "x": \`_x\`, - "y": \`_y\`, - "z": \`_z\` -}; +var _1 = \`_a\`; +export { _1 as "a" }; +var _2 = \`_b\`; +export { _2 as "b" }; +var _3 = \`_c\`; +export { _3 as "c" }; +var _4 = \`_d\`; +export { _4 as "d" }; +var _5 = \`_id\`; +export { _5 as "id" }; +var _6 = \`_x\`; +export { _6 as "x" }; +var _7 = \`_y\`; +export { _7 as "y" }; +var _8 = \`_z\`; +export { _8 as "z" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17361,16 +18484,22 @@ a[href="#b.c"].rkAmGkC9BqIFFpX1aCrb.AagZJBgZTXpEPmx6TUWE { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`uiqHVPgSE7ScgC5LaMwc\`, - "b": \`trJwkiX5blwzqE3odcWL\`, - "c": \`yFvz26Bw51zC99_k6bLx\`, - "d": \`a67Lx0rqkltZzYDvWEbg\`, - "id": \`a5nTtYhJTLvvczPx6zE6\`, - "x": \`rkAmGkC9BqIFFpX1aCrb\`, - "y": \`AagZJBgZTXpEPmx6TUWE\`, - "z": \`KCqij5E_FHOsKFHTyHBp\` -}; +var _1 = \`uiqHVPgSE7ScgC5LaMwc\`; +export { _1 as "a" }; +var _2 = \`trJwkiX5blwzqE3odcWL\`; +export { _2 as "b" }; +var _3 = \`yFvz26Bw51zC99_k6bLx\`; +export { _3 as "c" }; +var _4 = \`a67Lx0rqkltZzYDvWEbg\`; +export { _4 as "d" }; +var _5 = \`a5nTtYhJTLvvczPx6zE6\`; +export { _5 as "id" }; +var _6 = \`rkAmGkC9BqIFFpX1aCrb\`; +export { _6 as "x" }; +var _7 = \`AagZJBgZTXpEPmx6TUWE\`; +export { _7 as "y" }; +var _8 = \`KCqij5E_FHOsKFHTyHBp\`; +export { _8 as "z" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17492,7 +18621,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -17555,9 +18683,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Z6VGQ34mz98OPjBRd02i { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`Z6VGQ34mz98OPjBRd02i\` -}; +var _1 = \`Z6VGQ34mz98OPjBRd02i\`; +export { _1 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17620,7 +18747,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -17683,9 +18809,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`_a\` -}; +var _1 = \`_a\`; +export { _1 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17748,9 +18873,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.Z6VGQ34mz98OPjBRd02i { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`Z6VGQ34mz98OPjBRd02i\` -}; +var _1 = \`Z6VGQ34mz98OPjBRd02i\`; +export { _1 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17840,11 +18964,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`red\`, - "bbb": \`green\`, - "ccc": \`red\` -}; +var _1 = \`red\`; +export { _1 as "aaa" }; +var _2 = \`green\`; +export { _2 as "bbb" }; +var _3 = \`red\`; +export { _3 as "ccc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17881,12 +19006,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.QaTQMnRk7y0su2jo0kZZ { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`red\`, - "bbb": \`green\`, - "ccc": \`red\`, - "a": \`QaTQMnRk7y0su2jo0kZZ\` -}; +var _1 = \`red\`; +export { _1 as "aaa" }; +var _2 = \`green\`; +export { _2 as "bbb" }; +var _3 = \`red\`; +export { _3 as "ccc" }; +var _4 = \`QaTQMnRk7y0su2jo0kZZ\`; +export { _4 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17923,11 +19050,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`red\`, - "bbb": \`green\`, - "ccc": \`red\` -}; +var _1 = \`red\`; +export { _1 as "aaa" }; +var _2 = \`green\`; +export { _2 as "bbb" }; +var _3 = \`red\`; +export { _3 as "ccc" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -17964,12 +19092,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`red\`, - "bbb": \`green\`, - "ccc": \`red\`, - "a": \`_a\` -}; +var _1 = \`red\`; +export { _1 as "aaa" }; +var _2 = \`green\`; +export { _2 as "bbb" }; +var _3 = \`red\`; +export { _3 as "ccc" }; +var _4 = \`_a\`; +export { _4 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18006,12 +19136,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.QaTQMnRk7y0su2jo0kZZ { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`red\`, - "bbb": \`green\`, - "ccc": \`red\`, - "a": \`QaTQMnRk7y0su2jo0kZZ\` -}; +var _1 = \`red\`; +export { _1 as "aaa" }; +var _2 = \`green\`; +export { _2 as "bbb" }; +var _3 = \`red\`; +export { _3 as "ccc" }; +var _4 = \`QaTQMnRk7y0su2jo0kZZ\`; +export { _4 as "a" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18074,10 +19206,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`1px solid black\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`1px solid black\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18106,10 +19238,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`1px solid black\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`1px solid black\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18138,10 +19270,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`1px solid black\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`1px solid black\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18170,10 +19302,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`1px solid black\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`1px solid black\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18202,10 +19334,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`1px solid black\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`1px solid black\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18264,9 +19396,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { color: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\` -}; +var _1 = \`red\`; +export { _1 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18295,10 +19426,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`.fOVNjOTD3GCGlScVbMZj { color: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`fOVNjOTD3GCGlScVbMZj\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`fOVNjOTD3GCGlScVbMZj\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18327,9 +19458,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { color: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\` -}; +var _1 = \`red\`; +export { _1 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18358,10 +19488,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { color: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`_ghi\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`_ghi\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18390,10 +19520,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \`.fOVNjOTD3GCGlScVbMZj { color: red; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "ghi": \`fOVNjOTD3GCGlScVbMZj\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`fOVNjOTD3GCGlScVbMZj\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18447,16 +19577,15 @@ exports[`"modules" option should work with case \`values-3\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18486,17 +19615,17 @@ exports[`"modules" option should work with case \`values-3\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.VUQMHk3kLc4m4rfrSqYC { color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.VUQMHk3kLc4m4rfrSqYC { color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "ghi": \`VUQMHk3kLc4m4rfrSqYC\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "def" }; +var _2 = \`VUQMHk3kLc4m4rfrSqYC\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18526,16 +19655,15 @@ exports[`"modules" option should work with case \`values-3\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18565,17 +19693,17 @@ exports[`"modules" option should work with case \`values-3\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "ghi": \`_ghi\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "def" }; +var _2 = \`_ghi\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18605,17 +19733,17 @@ exports[`"modules" option should work with case \`values-3\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.VUQMHk3kLc4m4rfrSqYC { color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.VUQMHk3kLc4m4rfrSqYC { color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "ghi": \`VUQMHk3kLc4m4rfrSqYC\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "def" }; +var _2 = \`VUQMHk3kLc4m4rfrSqYC\`; +export { _2 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18677,19 +19805,19 @@ exports[`"modules" option should work with case \`values-4\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { background: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}, \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}, def; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }, \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"] }, def; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "bbb": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "aaa" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"]}\`; +export { _2 as "bbb" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18725,20 +19853,21 @@ exports[`"modules" option should work with case \`values-4\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.rsNT8TnMggKcBaCKV134 { background: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}, \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}, def; } +___CSS_LOADER_EXPORT___.push([module.id, \`.rsNT8TnMggKcBaCKV134 { background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }, \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"] }, def; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "bbb": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}\`, - "ghi": \`rsNT8TnMggKcBaCKV134\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "aaa" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"]}\`; +export { _2 as "bbb" }; +var _3 = \`rsNT8TnMggKcBaCKV134\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18774,19 +19903,19 @@ exports[`"modules" option should work with case \`values-4\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { background: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}, \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}, def; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }, \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"] }, def; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "bbb": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "aaa" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"]}\`; +export { _2 as "bbb" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18822,20 +19951,21 @@ exports[`"modules" option should work with case \`values-4\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { background: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}, \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}, def; } +___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }, \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"] }, def; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "bbb": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}\`, - "ghi": \`_ghi\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "aaa" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"]}\`; +export { _2 as "bbb" }; +var _3 = \`_ghi\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18871,20 +20001,21 @@ exports[`"modules" option should work with case \`values-4\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file2.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.rsNT8TnMggKcBaCKV134 { background: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}, \${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}, def; } +___CSS_LOADER_EXPORT___.push([module.id, \`.rsNT8TnMggKcBaCKV134 { background: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"] }, \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"] }, def; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "aaa": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["def"]}\`, - "bbb": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["def"]}\`, - "ghi": \`rsNT8TnMggKcBaCKV134\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["def"]}\`; +export { _1 as "aaa" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["def"]}\`; +export { _2 as "bbb" }; +var _3 = \`rsNT8TnMggKcBaCKV134\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18952,17 +20083,17 @@ exports[`"modules" option should work with case \`values-5\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] },0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -18992,18 +20123,19 @@ exports[`"modules" option should work with case \`values-5\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.q03A1lSGWTDBD3Wsg0ZK { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.q03A1lSGWTDBD3Wsg0ZK { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] },0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`q03A1lSGWTDBD3Wsg0ZK\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`q03A1lSGWTDBD3Wsg0ZK\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19033,17 +20165,17 @@ exports[`"modules" option should work with case \`values-5\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] },0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19073,18 +20205,19 @@ exports[`"modules" option should work with case \`values-5\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] },0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`_ghi\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`_ghi\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19114,18 +20247,19 @@ exports[`"modules" option should work with case \`values-5\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.q03A1lSGWTDBD3Wsg0ZK { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.q03A1lSGWTDBD3Wsg0ZK { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] },0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`q03A1lSGWTDBD3Wsg0ZK\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]},0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`q03A1lSGWTDBD3Wsg0ZK\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19187,17 +20321,17 @@ exports[`"modules" option should work with case \`values-6\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] } ,0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19227,18 +20361,19 @@ exports[`"modules" option should work with case \`values-6\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.V_Ent02K4ZsheHy2GQIo { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.V_Ent02K4ZsheHy2GQIo { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] } ,0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`V_Ent02K4ZsheHy2GQIo\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`V_Ent02K4ZsheHy2GQIo\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19268,17 +20403,17 @@ exports[`"modules" option should work with case \`values-6\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] } ,0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19308,18 +20443,19 @@ exports[`"modules" option should work with case \`values-6\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] } ,0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`_ghi\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`_ghi\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19349,18 +20485,19 @@ exports[`"modules" option should work with case \`values-6\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.V_Ent02K4ZsheHy2GQIo { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.V_Ent02K4ZsheHy2GQIo { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] } ,0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`V_Ent02K4ZsheHy2GQIo\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]} ,0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`V_Ent02K4ZsheHy2GQIo\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19422,17 +20559,17 @@ exports[`"modules" option should work with case \`values-7\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }, 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19462,18 +20599,19 @@ exports[`"modules" option should work with case \`values-7\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.NdqQvq9Qv3h5i5PuoI9a { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.NdqQvq9Qv3h5i5PuoI9a { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }, 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`NdqQvq9Qv3h5i5PuoI9a\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`NdqQvq9Qv3h5i5PuoI9a\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19503,17 +20641,17 @@ exports[`"modules" option should work with case \`values-7\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }, 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19543,18 +20681,19 @@ exports[`"modules" option should work with case \`values-7\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`._ghi { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }, 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`_ghi\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`_ghi\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19584,18 +20723,19 @@ exports[`"modules" option should work with case \`values-7\` (\`modules\` value "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./file1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module -___CSS_LOADER_EXPORT___.push([module.id, \`.NdqQvq9Qv3h5i5PuoI9a { box-shadow: 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}; } +___CSS_LOADER_EXPORT___.push([module.id, \`.NdqQvq9Qv3h5i5PuoI9a { box-shadow: 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }, 0 0 \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "shadow": \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0___.locals["color"]}\`, - "ghi": \`NdqQvq9Qv3h5i5PuoI9a\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _1 as "color" }; +var _2 = \`0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}, 0 0 \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["color"]}\`; +export { _2 as "shadow" }; +var _3 = \`NdqQvq9Qv3h5i5PuoI9a\`; +export { _3 as "ghi" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19671,9 +20811,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.shadow { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "shadow-color": \`rgba(0, 0, 0, 0.5)\` -}; +var _1 = \`rgba(0, 0, 0, 0.5)\`; +export { _1 as "shadow-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19708,10 +20847,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.HAk1S0I5p94SIOdr6jjs { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "shadow-color": \`rgba(0, 0, 0, 0.5)\`, - "shadow": \`HAk1S0I5p94SIOdr6jjs\` -}; +var _1 = \`rgba(0, 0, 0, 0.5)\`; +export { _1 as "shadow-color" }; +var _2 = \`HAk1S0I5p94SIOdr6jjs\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19746,9 +20885,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.shadow { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "shadow-color": \`rgba(0, 0, 0, 0.5)\` -}; +var _1 = \`rgba(0, 0, 0, 0.5)\`; +export { _1 as "shadow-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19783,10 +20921,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._shadow { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "shadow-color": \`rgba(0, 0, 0, 0.5)\`, - "shadow": \`_shadow\` -}; +var _1 = \`rgba(0, 0, 0, 0.5)\`; +export { _1 as "shadow-color" }; +var _2 = \`_shadow\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19821,10 +20959,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.HAk1S0I5p94SIOdr6jjs { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "shadow-color": \`rgba(0, 0, 0, 0.5)\`, - "shadow": \`HAk1S0I5p94SIOdr6jjs\` -}; +var _1 = \`rgba(0, 0, 0, 0.5)\`; +export { _1 as "shadow-color" }; +var _2 = \`HAk1S0I5p94SIOdr6jjs\`; +export { _2 as "shadow" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -19966,9 +21104,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.foo1 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\` -}; +var _1 = \`red\`; +export { _1 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20049,16 +21186,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ZvuqVeHpT6aCHWqFAu2f { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "foo1": \`ZvuqVeHpT6aCHWqFAu2f\`, - "foo2": \`f39Vxt5z6yWZyiBmSI8q\`, - "foo3": \`N2rTWiOTweQNy_yqiobw\`, - "foo4": \`Y2IxteAYbAyr5oHBwv_D\`, - "foo5": \`mFXyX1EHM3gJQAwPYoF3\`, - "foo6": \`QZNou1uAcIzl8Kay3GcX\`, - "foo7": \`K981tNSbpt3XzAxxqWNd\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`ZvuqVeHpT6aCHWqFAu2f\`; +export { _2 as "foo1" }; +var _3 = \`f39Vxt5z6yWZyiBmSI8q\`; +export { _3 as "foo2" }; +var _4 = \`N2rTWiOTweQNy_yqiobw\`; +export { _4 as "foo3" }; +var _5 = \`Y2IxteAYbAyr5oHBwv_D\`; +export { _5 as "foo4" }; +var _6 = \`mFXyX1EHM3gJQAwPYoF3\`; +export { _6 as "foo5" }; +var _7 = \`QZNou1uAcIzl8Kay3GcX\`; +export { _7 as "foo6" }; +var _8 = \`K981tNSbpt3XzAxxqWNd\`; +export { _8 as "foo7" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20139,9 +21282,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.foo1 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\` -}; +var _1 = \`red\`; +export { _1 as "def" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20222,16 +21364,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._foo1 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "foo1": \`_foo1\`, - "foo2": \`_foo2\`, - "foo3": \`_foo3\`, - "foo4": \`_foo4\`, - "foo5": \`_foo5\`, - "foo6": \`_foo6\`, - "foo7": \`_foo7\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`_foo1\`; +export { _2 as "foo1" }; +var _3 = \`_foo2\`; +export { _3 as "foo2" }; +var _4 = \`_foo3\`; +export { _4 as "foo3" }; +var _5 = \`_foo4\`; +export { _5 as "foo4" }; +var _6 = \`_foo5\`; +export { _6 as "foo5" }; +var _7 = \`_foo6\`; +export { _7 as "foo6" }; +var _8 = \`_foo7\`; +export { _8 as "foo7" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20312,16 +21460,22 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ZvuqVeHpT6aCHWqFAu2f { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "def": \`red\`, - "foo1": \`ZvuqVeHpT6aCHWqFAu2f\`, - "foo2": \`f39Vxt5z6yWZyiBmSI8q\`, - "foo3": \`N2rTWiOTweQNy_yqiobw\`, - "foo4": \`Y2IxteAYbAyr5oHBwv_D\`, - "foo5": \`mFXyX1EHM3gJQAwPYoF3\`, - "foo6": \`QZNou1uAcIzl8Kay3GcX\`, - "foo7": \`K981tNSbpt3XzAxxqWNd\` -}; +var _1 = \`red\`; +export { _1 as "def" }; +var _2 = \`ZvuqVeHpT6aCHWqFAu2f\`; +export { _2 as "foo1" }; +var _3 = \`f39Vxt5z6yWZyiBmSI8q\`; +export { _3 as "foo2" }; +var _4 = \`N2rTWiOTweQNy_yqiobw\`; +export { _4 as "foo3" }; +var _5 = \`Y2IxteAYbAyr5oHBwv_D\`; +export { _5 as "foo4" }; +var _6 = \`mFXyX1EHM3gJQAwPYoF3\`; +export { _6 as "foo5" }; +var _7 = \`QZNou1uAcIzl8Kay3GcX\`; +export { _7 as "foo6" }; +var _8 = \`K981tNSbpt3XzAxxqWNd\`; +export { _8 as "foo7" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20451,11 +21605,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.header { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\` -}; +var _1 = \`#BF4040\`; +export { _1 as "v-primary" }; +var _2 = \`black-selector\`; +export { _2 as "s-black" }; +var _3 = \`(min-width: 960px)\`; +export { _3 as "m-large" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20510,13 +21665,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.HXVfigEH1AdZfWYjyTCT { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "header": \`HXVfigEH1AdZfWYjyTCT\`, - "black-selector": \`uryk2zLUOufAjMmsSFli\` -}; +var _1 = \`#BF4040\`; +export { _1 as "v-primary" }; +var _2 = \`black-selector\`; +export { _2 as "s-black" }; +var _3 = \`(min-width: 960px)\`; +export { _3 as "m-large" }; +var _4 = \`HXVfigEH1AdZfWYjyTCT\`; +export { _4 as "header" }; +var _5 = \`uryk2zLUOufAjMmsSFli\`; +export { _5 as "black-selector" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20571,11 +21729,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.header { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\` -}; +var _1 = \`#BF4040\`; +export { _1 as "v-primary" }; +var _2 = \`black-selector\`; +export { _2 as "s-black" }; +var _3 = \`(min-width: 960px)\`; +export { _3 as "m-large" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20630,13 +21789,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`._header { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "header": \`_header\`, - "black-selector": \`_black-selector\` -}; +var _1 = \`#BF4040\`; +export { _1 as "v-primary" }; +var _2 = \`black-selector\`; +export { _2 as "s-black" }; +var _3 = \`(min-width: 960px)\`; +export { _3 as "m-large" }; +var _4 = \`_header\`; +export { _4 as "header" }; +var _5 = \`_black-selector\`; +export { _5 as "black-selector" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -20691,13 +21853,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.HXVfigEH1AdZfWYjyTCT { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "header": \`HXVfigEH1AdZfWYjyTCT\`, - "black-selector": \`uryk2zLUOufAjMmsSFli\` -}; +var _1 = \`#BF4040\`; +export { _1 as "v-primary" }; +var _2 = \`black-selector\`; +export { _2 as "s-black" }; +var _3 = \`(min-width: 960px)\`; +export { _3 as "m-large" }; +var _4 = \`HXVfigEH1AdZfWYjyTCT\`; +export { _4 as "header" }; +var _5 = \`uryk2zLUOufAjMmsSFli\`; +export { _5 as "black-selector" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21001,9 +22166,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.global-class { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "otherClassName": \`oNDnA1BRHWFMyAdR4iF1 global-class other-global-class\` -}; +var _1 = \`oNDnA1BRHWFMyAdR4iF1 global-class other-global-class\`; +export { _1 as "otherClassName" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21037,8 +22201,8 @@ exports[`"modules" option should work with multiple compose: module 1`] = ` "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias-1.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias-1.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, "", true); @@ -21075,13 +22239,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.RsClSIMkfTMmUvwYT4aD { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "other-class": \`RsClSIMkfTMmUvwYT4aD\`, - "class-1": \`OdpZEdUc2oHF96Xqdoba\`, - "class-2": \`A3lCTIjOyIaMw91SUTt_\`, - "class": \`BwiLdQraIwYyRAA53QEQ RsClSIMkfTMmUvwYT4aD OdpZEdUc2oHF96Xqdoba A3lCTIjOyIaMw91SUTt_ \${___CSS_LOADER_ICSS_IMPORT_0___.locals["imported-alias"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["imported-alias-2"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals["imported-alias-3"]} global-class global-class-1 global-class-2\`, - "class-other": \`DemABT8Zz2xVnnu848uO RsClSIMkfTMmUvwYT4aD OdpZEdUc2oHF96Xqdoba\` -}; +var _1 = \`RsClSIMkfTMmUvwYT4aD\`; +export { _1 as "other-class" }; +var _2 = \`OdpZEdUc2oHF96Xqdoba\`; +export { _2 as "class-1" }; +var _3 = \`A3lCTIjOyIaMw91SUTt_\`; +export { _3 as "class-2" }; +var _4 = \`BwiLdQraIwYyRAA53QEQ RsClSIMkfTMmUvwYT4aD OdpZEdUc2oHF96Xqdoba A3lCTIjOyIaMw91SUTt_ \${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["imported-alias"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["imported-alias-2"]} \${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["imported-alias-3"]} global-class global-class-1 global-class-2\`; +export { _4 as "class" }; +var _5 = \`DemABT8Zz2xVnnu848uO RsClSIMkfTMmUvwYT4aD OdpZEdUc2oHF96Xqdoba\`; +export { _5 as "class-other" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21272,56 +22439,102 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.test { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "123": \`123\`, - "test": \`test\`, - "_test": \`_test\`, - "className": \`className\`, - "someId": \`someId\`, - "subClass": \`subClass\`, - "-a0-34a___f": \`-a0-34a___f\`, - "m_x_@": \`m_x_@\`, - "B&W?": \`B&W?\`, - ":\`(": \`:\\\`(\`, - "1a2b3c": \`1a2b3c\`, - "#fake-id": \`#fake-id\`, - "-a-b-c-": \`-a-b-c-\`, - "©": \`©\`, - "♥": \`♥\`, - "😍": \`😍\`, - "“‘’”": \`“‘’”\`, - "☺☃": \`☺☃\`, - "⌘⌥": \`⌘⌥\`, - "𝄞♪♩♫♬": \`𝄞♪♩♫♬\`, - "💩": \`💩\`, - "?": \`?\`, - "@": \`@\`, - ".": \`.\`, - ":)": \`:)\`, - "

": \`

\`, - "<><<<>><>": \`<><<<>><>\`, - "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.": \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`, - "#": \`#\`, - "##": \`##\`, - "#.#.#": \`#.#.#\`, - "_": \`_\`, - "{}": \`{}\`, - "foo.bar": \`foo.bar\`, - ":hover": \`:hover\`, - ":hover:focus:active": \`:hover:focus:active\`, - "[attr=value]": \`[attr=value]\`, - "f/o/o": \`f/o/o\`, - "f\\\\o\\\\o": \`f\\\\o\\\\o\`, - "f*o*o": \`f*o*o\`, - "f!o!o": \`f!o!o\`, - "f'o'o": \`f'o'o\`, - "f~o~o": \`f~o~o\`, - "f+o+o": \`f+o+o\`, - "foo/bar": \`foo/bar\`, - "foo\\\\bar": \`foo\\\\bar\`, - "foo/bar/baz": \`foo/bar/baz\`, - "foo\\\\bar\\\\baz": \`foo\\\\bar\\\\baz\` -}; +var _1 = \`123\`; +export { _1 as "123" }; +var _2 = \`test\`; +export { _2 as "test" }; +var _3 = \`_test\`; +export { _3 as "_test" }; +var _4 = \`className\`; +export { _4 as "className" }; +var _5 = \`someId\`; +export { _5 as "someId" }; +var _6 = \`subClass\`; +export { _6 as "subClass" }; +var _7 = \`-a0-34a___f\`; +export { _7 as "-a0-34a___f" }; +var _8 = \`m_x_@\`; +export { _8 as "m_x_@" }; +var _9 = \`B&W?\`; +export { _9 as "B&W?" }; +var _a = \`:\\\`(\`; +export { _a as ":\`(" }; +var _b = \`1a2b3c\`; +export { _b as "1a2b3c" }; +var _c = \`#fake-id\`; +export { _c as "#fake-id" }; +var _d = \`-a-b-c-\`; +export { _d as "-a-b-c-" }; +var _e = \`©\`; +export { _e as "©" }; +var _f = \`♥\`; +export { _f as "♥" }; +var _10 = \`😍\`; +export { _10 as "😍" }; +var _11 = \`“‘’”\`; +export { _11 as "“‘’”" }; +var _12 = \`☺☃\`; +export { _12 as "☺☃" }; +var _13 = \`⌘⌥\`; +export { _13 as "⌘⌥" }; +var _14 = \`𝄞♪♩♫♬\`; +export { _14 as "𝄞♪♩♫♬" }; +var _15 = \`💩\`; +export { _15 as "💩" }; +var _16 = \`?\`; +export { _16 as "?" }; +var _17 = \`@\`; +export { _17 as "@" }; +var _18 = \`.\`; +export { _18 as "." }; +var _19 = \`:)\`; +export { _19 as ":)" }; +var _1a = \`

\`; +export { _1a as "

" }; +var _1b = \`<><<<>><>\`; +export { _1b as "<><<<>><>" }; +var _1c = \`++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.\`; +export { _1c as "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." }; +var _1d = \`#\`; +export { _1d as "#" }; +var _1e = \`##\`; +export { _1e as "##" }; +var _1f = \`#.#.#\`; +export { _1f as "#.#.#" }; +var _20 = \`_\`; +export { _20 as "_" }; +var _21 = \`{}\`; +export { _21 as "{}" }; +var _22 = \`foo.bar\`; +export { _22 as "foo.bar" }; +var _23 = \`:hover\`; +export { _23 as ":hover" }; +var _24 = \`:hover:focus:active\`; +export { _24 as ":hover:focus:active" }; +var _25 = \`[attr=value]\`; +export { _25 as "[attr=value]" }; +var _26 = \`f/o/o\`; +export { _26 as "f/o/o" }; +var _27 = \`f\\\\o\\\\o\`; +export { _27 as "f\\\\o\\\\o" }; +var _28 = \`f*o*o\`; +export { _28 as "f*o*o" }; +var _29 = \`f!o!o\`; +export { _29 as "f!o!o" }; +var _2a = \`f'o'o\`; +export { _2a as "f'o'o" }; +var _2b = \`f~o~o\`; +export { _2b as "f~o~o" }; +var _2c = \`f+o+o\`; +export { _2c as "f+o+o" }; +var _2d = \`foo/bar\`; +export { _2d as "foo/bar" }; +var _2e = \`foo\\\\bar\`; +export { _2e as "foo\\\\bar" }; +var _2f = \`foo/bar/baz\`; +export { _2f as "foo/bar/baz" }; +var _30 = \`foo\\\\bar\\\\baz\`; +export { _30 as "foo\\\\bar\\\\baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21481,12 +22694,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.CO_BsG4X_CxEm7pKh56B { } }\`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "a": \`CO_BsG4X_CxEm7pKh56B\`, - "animationName": \`L0PpMR_j7zEdqkCKdda1\`, - "b": \`ce3LETkSqzCZfHUYAG4f\`, - "c": \`ReRYoRkvWZncufMfpZCY\` -}; +var _1 = \`CO_BsG4X_CxEm7pKh56B\`; +export { _1 as "a" }; +var _2 = \`L0PpMR_j7zEdqkCKdda1\`; +export { _2 as "animationName" }; +var _3 = \`ce3LETkSqzCZfHUYAG4f\`; +export { _3 as "b" }; +var _4 = \`ReRYoRkvWZncufMfpZCY\`; +export { _4 as "c" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21528,18 +22743,17 @@ exports[`"modules" option should work with the "auto" by default for icss: modul "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.icss.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.icss.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21593,9 +22807,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.cK4wjjU46XTRUXJefTb2 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "relative": \`cK4wjjU46XTRUXJefTb2\` -}; +var _1 = \`cK4wjjU46XTRUXJefTb2\`; +export { _1 as "relative" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21628,9 +22841,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.PCLrbl4qH1GfltQbXSQw { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "relative": \`PCLrbl4qH1GfltQbXSQw\` -}; +var _1 = \`PCLrbl4qH1GfltQbXSQw\`; +export { _1 as "relative" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21663,9 +22875,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.cK4wjjU46XTRUXJefTb2 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "relative": \`cK4wjjU46XTRUXJefTb2\` -}; +var _1 = \`cK4wjjU46XTRUXJefTb2\`; +export { _1 as "relative" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21691,18 +22902,17 @@ exports[`"modules" option should work with the "auto" option in the "modules" op "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.icss.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.icss.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21773,9 +22983,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.cK4wjjU46XTRUXJefTb2 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "relative": \`cK4wjjU46XTRUXJefTb2\` -}; +var _1 = \`cK4wjjU46XTRUXJefTb2\`; +export { _1 as "relative" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21816,18 +23025,24 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.JWanYzEjzEiXBF1n6Nww { @media (min-width: 960px) and (max-width: 1024px) { .JWanYzEjzEiXBF1n6Nww { - color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vDef"] }; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; padding: 0 20px; } } \`, ""]); // Exports -export var vDef = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["vDef"]}\`; -export var vPrimary = \`#BF4040\`; -export var sBlack = \`black-selector\`; -export var mLarge = \`(min-width: 960px)\`; -export var header = \`JWanYzEjzEiXBF1n6Nww\`; -export var blackSelector = \`dt0XYCcW_aRyvQtN2ZHa\`; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`#BF4040\`; +export { _2 as "v-primary" }; +var _3 = \`black-selector\`; +export { _3 as "s-black" }; +var _4 = \`(min-width: 960px)\`; +export { _4 as "m-large" }; +var _5 = \`JWanYzEjzEiXBF1n6Nww\`; +export { _5 as "header" }; +var _6 = \`dt0XYCcW_aRyvQtN2ZHa\`; +export { _6 as "black-selector" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21882,7 +23097,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.B7aaCqeUPDUWjFbTGukt { } \`, ""]); // Exports -export var barBaz = \`B7aaCqeUPDUWjFbTGukt\`; +var _1 = \`B7aaCqeUPDUWjFbTGukt\`; +export { _1 as "bar-baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -21921,10 +23137,16 @@ exports[`"modules" option should work with the 'auto' and extract CSS using mini exports[`"modules" option should work with the 'auto' and extract CSS using mini-css-extract-plugin: module 1`] = ` "// extracted by mini-css-extract-plugin -export default {"relative":"cK4wjjU46XTRUXJefTb2"};" +var _1 = "cK4wjjU46XTRUXJefTb2"; +export { _1 as "relative" } +" `; -exports[`"modules" option should work with the 'auto' and extract CSS using mini-css-extract-plugin: warnings 1`] = `[]`; +exports[`"modules" option should work with the 'auto' and extract CSS using mini-css-extract-plugin: warnings 1`] = ` +[ + "ModuleDependencyWarning: export 'default' (imported as 'relative') was not found in './relative.module.css' (possible exports: relative)", +] +`; exports[`"modules" option should work with the \`exportGlobals\` option (the \`mode\` option is \`global\`): errors 1`] = `[]`; @@ -21947,11 +23169,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.jrJjHkACT4rdNLXq0UHw { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`jrJjHkACT4rdNLXq0UHw\`, - "bar": \`t4oM0HekxoQSdJQcuoas\`, - "baz": \`baz\` -}; +var _1 = \`jrJjHkACT4rdNLXq0UHw\`; +export { _1 as "foo" }; +var _2 = \`t4oM0HekxoQSdJQcuoas\`; +export { _2 as "bar" }; +var _3 = \`baz\`; +export { _3 as "baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22000,11 +23223,12 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.foo { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`foo\`, - "bar": \`HVlUJugG3qXEnSpkNUx9\`, - "baz": \`baz\` -}; +var _1 = \`foo\`; +export { _1 as "foo" }; +var _2 = \`HVlUJugG3qXEnSpkNUx9\`; +export { _2 as "bar" }; +var _3 = \`baz\`; +export { _3 as "baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22053,13 +23277,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.bgoUICnkdAL3J1IcF425 { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "foo": \`bgoUICnkdAL3J1IcF425\`, - "one": \`KwKEtMPBKQje03ZNIMoA\`, - "bar": \`gNbO7wfRWhoCv4w6R9Jg\`, - "two": \`p9zi7jk16XvhHhouTbxE\`, - "baz": \`baz\` -}; +var _1 = \`bgoUICnkdAL3J1IcF425\`; +export { _1 as "foo" }; +var _2 = \`KwKEtMPBKQje03ZNIMoA\`; +export { _2 as "one" }; +var _3 = \`gNbO7wfRWhoCv4w6R9Jg\`; +export { _3 as "bar" }; +var _4 = \`p9zi7jk16XvhHhouTbxE\`; +export { _4 as "two" }; +var _5 = \`baz\`; +export { _5 as "baz" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22098,9 +23325,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_right_value\` -}; +var _1 = \`_right_value\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22129,9 +23355,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_right_value\` -}; +var _1 = \`_right_value\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22160,7 +23385,6 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -22189,7 +23413,6 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -22218,9 +23441,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22249,10 +23471,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "constructor": \`constructor\`, - "toString": \`toString\` -}; +var _1 = \`constructor\`; +export { _1 as "constructor" }; +var _2 = \`toString\`; +export { _2 as "toString" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22276,18 +23498,17 @@ exports[`"modules" option show work when the "mode" option is function and retur "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22319,20 +23540,20 @@ exports[`"modules" option show work when the "mode" option is function and retur "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; - display: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["secondary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; + display: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["secondary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\`, - "secondary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["secondary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["secondary-color"]}\`; +export { _2 as "secondary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22370,10 +23591,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\`, - "_foo": \`_bar\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; +var _2 = \`_bar\`; +export { _2 as "_foo" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22402,13 +23623,16 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\`, - "_test1": \`1\`, - "_test2": \`'string'\`, - "_test3": \`1px 2px 3px\`, - "_test4": \`1px 2px 3px, 1px 2px 3px\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; +var _2 = \`1\`; +export { _2 as "_test1" }; +var _3 = \`'string'\`; +export { _3 as "_test2" }; +var _4 = \`1px 2px 3px\`; +export { _4 as "_test3" }; +var _5 = \`1px 2px 3px, 1px 2px 3px\`; +export { _5 as "_test4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22437,9 +23661,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_right_value\` -}; +var _1 = \`_right_value\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22468,9 +23691,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_right_value\` -}; +var _1 = \`_right_value\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22499,7 +23721,6 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -22528,7 +23749,6 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -22557,9 +23777,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22588,10 +23807,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "constructor": \`constructor\`, - "toString": \`toString\` -}; +var _1 = \`constructor\`; +export { _1 as "constructor" }; +var _2 = \`toString\`; +export { _2 as "toString" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22615,18 +23834,17 @@ exports[`"modules" option show work when the "modules" option is "icss", case "i "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22658,20 +23876,20 @@ exports[`"modules" option show work when the "modules" option is "icss", case "i "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; - display: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["secondary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; + display: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["secondary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\`, - "secondary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["secondary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["secondary-color"]}\`; +export { _2 as "secondary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22709,10 +23927,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\`, - "_foo": \`_bar\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; +var _2 = \`_bar\`; +export { _2 as "_foo" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22741,13 +23959,16 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\`, - "_test1": \`1\`, - "_test2": \`'string'\`, - "_test3": \`1px 2px 3px\`, - "_test4": \`1px 2px 3px, 1px 2px 3px\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; +var _2 = \`1\`; +export { _2 as "_test1" }; +var _3 = \`'string'\`; +export { _3 as "_test2" }; +var _4 = \`1px 2px 3px\`; +export { _4 as "_test3" }; +var _5 = \`1px 2px 3px, 1px 2px 3px\`; +export { _5 as "_test4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -22771,14 +23992,14 @@ exports[`"modules" option show work with the "mode" option using the "local" val "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; -import ___CSS_LOADER_ICSS_IMPORT_2___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; -import ___CSS_LOADER_ICSS_IMPORT_3___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_4___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_5___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; -import ___CSS_LOADER_ICSS_IMPORT_6___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; -import ___CSS_LOADER_ICSS_IMPORT_7___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; +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"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; +import ___CSS_LOADER_ICSS_IMPORT_2___, * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import ___CSS_LOADER_ICSS_IMPORT_3___, * as ___CSS_LOADER_ICSS_IMPORT_3____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; +import ___CSS_LOADER_ICSS_IMPORT_4___, * as ___CSS_LOADER_ICSS_IMPORT_4____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; +import ___CSS_LOADER_ICSS_IMPORT_5___, * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; +import ___CSS_LOADER_ICSS_IMPORT_6___, * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; +import ___CSS_LOADER_ICSS_IMPORT_7___, * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; import ___CSS_LOADER_AT_RULE_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./test-other.css"; import ___CSS_LOADER_GET_URL_IMPORT___ from "../../../../src/runtime/getUrl.js"; var ___CSS_LOADER_URL_IMPORT_0___ = new URL("../../url/img.png", import.meta.url); @@ -22795,7 +24016,7 @@ ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_7___, "", true); var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; } .zchqshjqLbPAHaRvIBET { @@ -22807,16 +24028,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { } .W51zcAMuJMsNFi1CXgWr { - width: \${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-something"]}; + width: \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"] }; } .KEl5ZxzNkpjfWorrBglC { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .ecAEWh2vww9pNEdyj9Jn { - prop: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}; - duplicate: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}; + prop: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; + duplicate: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .CBlowYk8qiAgWWzFeXRA { @@ -22857,11 +24078,11 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { } } -.\${___CSS_LOADER_ICSS_IMPORT_0___.locals["s-white"]} { +.\${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"] } { color: white; } -@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["m-small"]} { +@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"] } { .hY2PI5vC9ABuJY1nkWnf { padding: 20px 20px; } @@ -22914,55 +24135,100 @@ a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}\`, - "v-other": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}\`, - "s-white": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["s-white"]}\`, - "m-small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["m-small"]}\`, - "v-something": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-something"]}\`, - "v-foo": \`blue\`, - "v-bar": \`block\`, - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "v-ident": \`validIdent\`, - "v-pre-defined-ident": \`left\`, - "v-string": \`'content'\`, - "v-string-1": \`''\`, - "v-url": \`url(https://www.exammple.com/images/my-background.png)\`, - "v-url-1": \`url('https://www.exammple.com/images/my-background.png')\`, - "v-url-2": \`url("https://www.exammple.com/images/my-background.png")\`, - "v-integer": \`100\`, - "v-integer-1": \`-100\`, - "v-integer-2": \`+100\`, - "v-number": \`.60\`, - "v-number-1": \`-456.8\`, - "v-number-2": \`-3.4e-2\`, - "v-dimension": \`12px\`, - "v-percentage": \`100%\`, - "v-hex": \`#fff\`, - "v-comment": \` /* comment */\`, - "v-function": \`rgb(0,0,0)\`, - "v-unicode-range": \`U+0025-00FF\`, - "ghi": \`ozGmfTedr1GnFJDWqNUH\`, - "my-class": \`zchqshjqLbPAHaRvIBET\`, - "other": \`WZBxXqS2GytaA3IBhhnd\`, - "other-other": \`W51zcAMuJMsNFi1CXgWr\`, - "green": \`KEl5ZxzNkpjfWorrBglC\`, - "foo": \`ecAEWh2vww9pNEdyj9Jn\`, - "simple": \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2___.locals["imported-simple"]}\`, - "relative": \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3___.locals["imported-relative"]}\`, - "top-relative": \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4___.locals["imported-relative"]}\`, - "my-module": \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5___.locals["imported-module"]}\`, - "alias": \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6___.locals["imported-alias"]}\`, - "alias-duplicate": \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6___.locals["imported-alias"]}\`, - "primary-selector": \`bnRUswvicYag6u0SPnvI\`, - "black-selector": \`kEJRwpukB2OtmkGTknbU\`, - "header": \`hY2PI5vC9ABuJY1nkWnf\`, - "foobarbaz": \`q8mv0HutzqdsVWjl8mAz\`, - "url": \`xajoqP1d3SwrjJ4WEM8g\`, - "main": \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7___.locals["scssClass"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`ozGmfTedr1GnFJDWqNUH\`; +export { _1e as "ghi" }; +var _1f = \`zchqshjqLbPAHaRvIBET\`; +export { _1f as "my-class" }; +var _20 = \`WZBxXqS2GytaA3IBhhnd\`; +export { _20 as "other" }; +var _21 = \`W51zcAMuJMsNFi1CXgWr\`; +export { _21 as "other-other" }; +var _22 = \`KEl5ZxzNkpjfWorrBglC\`; +export { _22 as "green" }; +var _23 = \`ecAEWh2vww9pNEdyj9Jn\`; +export { _23 as "foo" }; +var _24 = \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`bnRUswvicYag6u0SPnvI\`; +export { _2a as "primary-selector" }; +var _2b = \`kEJRwpukB2OtmkGTknbU\`; +export { _2b as "black-selector" }; +var _2c = \`hY2PI5vC9ABuJY1nkWnf\`; +export { _2c as "header" }; +var _2d = \`q8mv0HutzqdsVWjl8mAz\`; +export { _2d as "foobarbaz" }; +var _2e = \`xajoqP1d3SwrjJ4WEM8g\`; +export { _2e as "url" }; +var _2f = \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23171,14 +24437,14 @@ exports[`"modules" option show work with the "mode" option using the "local" val "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./values.css"; -import ___CSS_LOADER_ICSS_IMPORT_1___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; -import ___CSS_LOADER_ICSS_IMPORT_2___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; -import ___CSS_LOADER_ICSS_IMPORT_3___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_4___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; -import ___CSS_LOADER_ICSS_IMPORT_5___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; -import ___CSS_LOADER_ICSS_IMPORT_6___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; -import ___CSS_LOADER_ICSS_IMPORT_7___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; +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"; +import ___CSS_LOADER_ICSS_IMPORT_1___, * as ___CSS_LOADER_ICSS_IMPORT_1____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./something.css"; +import ___CSS_LOADER_ICSS_IMPORT_2___, * as ___CSS_LOADER_ICSS_IMPORT_2____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./imported-simple.css"; +import ___CSS_LOADER_ICSS_IMPORT_3___, * as ___CSS_LOADER_ICSS_IMPORT_3____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./relative.css"; +import ___CSS_LOADER_ICSS_IMPORT_4___, * as ___CSS_LOADER_ICSS_IMPORT_4____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./top-relative.css"; +import ___CSS_LOADER_ICSS_IMPORT_5___, * as ___CSS_LOADER_ICSS_IMPORT_5____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!../issue-861/node_modules/package/style.css"; +import ___CSS_LOADER_ICSS_IMPORT_6___, * as ___CSS_LOADER_ICSS_IMPORT_6____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css"; +import ___CSS_LOADER_ICSS_IMPORT_7___, * as ___CSS_LOADER_ICSS_IMPORT_7____NAMED___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!sass-loader!./scss-file.scss"; import ___CSS_LOADER_AT_RULE_IMPORT_0___ from "-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./test-other.css"; import ___CSS_LOADER_GET_URL_IMPORT___ from "../../../../src/runtime/getUrl.js"; var ___CSS_LOADER_URL_IMPORT_0___ = new URL("../../url/img.png", import.meta.url); @@ -23195,7 +24461,7 @@ ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_7___, "", true); var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; } .zchqshjqLbPAHaRvIBET { @@ -23207,16 +24473,16 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { } .W51zcAMuJMsNFi1CXgWr { - width: \${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-something"]}; + width: \${ ___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"] }; } .KEl5ZxzNkpjfWorrBglC { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .ecAEWh2vww9pNEdyj9Jn { - prop: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}; - duplicate: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}; + prop: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"] }; + duplicate: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"] }; } .CBlowYk8qiAgWWzFeXRA { @@ -23257,11 +24523,11 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ozGmfTedr1GnFJDWqNUH { } } -.\${___CSS_LOADER_ICSS_IMPORT_0___.locals["s-white"]} { +.\${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"] } { color: white; } -@media \${___CSS_LOADER_ICSS_IMPORT_0___.locals["m-small"]} { +@media \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"] } { .hY2PI5vC9ABuJY1nkWnf { padding: 20px 20px; } @@ -23314,55 +24580,100 @@ a { } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "v-def": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-def"]}\`, - "v-other": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["v-other"]}\`, - "s-white": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["s-white"]}\`, - "m-small": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["m-small"]}\`, - "v-something": \`\${___CSS_LOADER_ICSS_IMPORT_1___.locals["v-something"]}\`, - "v-foo": \`blue\`, - "v-bar": \`block\`, - "v-primary": \`#BF4040\`, - "s-black": \`black-selector\`, - "m-large": \`(min-width: 960px)\`, - "v-ident": \`validIdent\`, - "v-pre-defined-ident": \`left\`, - "v-string": \`'content'\`, - "v-string-1": \`''\`, - "v-url": \`url(https://www.exammple.com/images/my-background.png)\`, - "v-url-1": \`url('https://www.exammple.com/images/my-background.png')\`, - "v-url-2": \`url("https://www.exammple.com/images/my-background.png")\`, - "v-integer": \`100\`, - "v-integer-1": \`-100\`, - "v-integer-2": \`+100\`, - "v-number": \`.60\`, - "v-number-1": \`-456.8\`, - "v-number-2": \`-3.4e-2\`, - "v-dimension": \`12px\`, - "v-percentage": \`100%\`, - "v-hex": \`#fff\`, - "v-comment": \` /* comment */\`, - "v-function": \`rgb(0,0,0)\`, - "v-unicode-range": \`U+0025-00FF\`, - "ghi": \`ozGmfTedr1GnFJDWqNUH\`, - "my-class": \`zchqshjqLbPAHaRvIBET\`, - "other": \`WZBxXqS2GytaA3IBhhnd\`, - "other-other": \`W51zcAMuJMsNFi1CXgWr\`, - "green": \`KEl5ZxzNkpjfWorrBglC\`, - "foo": \`ecAEWh2vww9pNEdyj9Jn\`, - "simple": \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2___.locals["imported-simple"]}\`, - "relative": \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3___.locals["imported-relative"]}\`, - "top-relative": \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4___.locals["imported-relative"]}\`, - "my-module": \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5___.locals["imported-module"]}\`, - "alias": \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6___.locals["imported-alias"]}\`, - "alias-duplicate": \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6___.locals["imported-alias"]}\`, - "primary-selector": \`bnRUswvicYag6u0SPnvI\`, - "black-selector": \`kEJRwpukB2OtmkGTknbU\`, - "header": \`hY2PI5vC9ABuJY1nkWnf\`, - "foobarbaz": \`q8mv0HutzqdsVWjl8mAz\`, - "url": \`xajoqP1d3SwrjJ4WEM8g\`, - "main": \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7___.locals["scssClass"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-def"]}\`; +export { _1 as "v-def" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["v-other"]}\`; +export { _2 as "v-other" }; +var _3 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["s-white"]}\`; +export { _3 as "s-white" }; +var _4 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["m-small"]}\`; +export { _4 as "m-small" }; +var _5 = \`\${___CSS_LOADER_ICSS_IMPORT_1____NAMED___["v-something"]}\`; +export { _5 as "v-something" }; +var _6 = \`blue\`; +export { _6 as "v-foo" }; +var _7 = \`block\`; +export { _7 as "v-bar" }; +var _8 = \`#BF4040\`; +export { _8 as "v-primary" }; +var _9 = \`black-selector\`; +export { _9 as "s-black" }; +var _a = \`(min-width: 960px)\`; +export { _a as "m-large" }; +var _b = \`validIdent\`; +export { _b as "v-ident" }; +var _c = \`left\`; +export { _c as "v-pre-defined-ident" }; +var _d = \`'content'\`; +export { _d as "v-string" }; +var _e = \`''\`; +export { _e as "v-string-1" }; +var _f = \`url(https://www.exammple.com/images/my-background.png)\`; +export { _f as "v-url" }; +var _10 = \`url('https://www.exammple.com/images/my-background.png')\`; +export { _10 as "v-url-1" }; +var _11 = \`url("https://www.exammple.com/images/my-background.png")\`; +export { _11 as "v-url-2" }; +var _12 = \`100\`; +export { _12 as "v-integer" }; +var _13 = \`-100\`; +export { _13 as "v-integer-1" }; +var _14 = \`+100\`; +export { _14 as "v-integer-2" }; +var _15 = \`.60\`; +export { _15 as "v-number" }; +var _16 = \`-456.8\`; +export { _16 as "v-number-1" }; +var _17 = \`-3.4e-2\`; +export { _17 as "v-number-2" }; +var _18 = \`12px\`; +export { _18 as "v-dimension" }; +var _19 = \`100%\`; +export { _19 as "v-percentage" }; +var _1a = \`#fff\`; +export { _1a as "v-hex" }; +var _1b = \` /* comment */\`; +export { _1b as "v-comment" }; +var _1c = \`rgb(0,0,0)\`; +export { _1c as "v-function" }; +var _1d = \`U+0025-00FF\`; +export { _1d as "v-unicode-range" }; +var _1e = \`ozGmfTedr1GnFJDWqNUH\`; +export { _1e as "ghi" }; +var _1f = \`zchqshjqLbPAHaRvIBET\`; +export { _1f as "my-class" }; +var _20 = \`WZBxXqS2GytaA3IBhhnd\`; +export { _20 as "other" }; +var _21 = \`W51zcAMuJMsNFi1CXgWr\`; +export { _21 as "other-other" }; +var _22 = \`KEl5ZxzNkpjfWorrBglC\`; +export { _22 as "green" }; +var _23 = \`ecAEWh2vww9pNEdyj9Jn\`; +export { _23 as "foo" }; +var _24 = \`CBlowYk8qiAgWWzFeXRA \${___CSS_LOADER_ICSS_IMPORT_2____NAMED___["imported-simple"]}\`; +export { _24 as "simple" }; +var _25 = \`c_NHnDcX1bd_kuxgsuYi \${___CSS_LOADER_ICSS_IMPORT_3____NAMED___["imported-relative"]}\`; +export { _25 as "relative" }; +var _26 = \`S0Kwou8pVmsENtBP3hYm \${___CSS_LOADER_ICSS_IMPORT_4____NAMED___["imported-relative"]}\`; +export { _26 as "top-relative" }; +var _27 = \`rq663Pq_zV0CjpwttvK4 \${___CSS_LOADER_ICSS_IMPORT_5____NAMED___["imported-module"]}\`; +export { _27 as "my-module" }; +var _28 = \`fadRMHArJofp7sWEbPVR \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _28 as "alias" }; +var _29 = \`sg1HlXqlWy6l6_Wm5iA7 \${___CSS_LOADER_ICSS_IMPORT_6____NAMED___["imported-alias"]}\`; +export { _29 as "alias-duplicate" }; +var _2a = \`bnRUswvicYag6u0SPnvI\`; +export { _2a as "primary-selector" }; +var _2b = \`kEJRwpukB2OtmkGTknbU\`; +export { _2b as "black-selector" }; +var _2c = \`hY2PI5vC9ABuJY1nkWnf\`; +export { _2c as "header" }; +var _2d = \`q8mv0HutzqdsVWjl8mAz\`; +export { _2d as "foobarbaz" }; +var _2e = \`xajoqP1d3SwrjJ4WEM8g\`; +export { _2e as "url" }; +var _2f = \`Ix5nEHiVOsWuWxdx0twz \${___CSS_LOADER_ICSS_IMPORT_7____NAMED___["scssClass"]}\`; +export { _2f as "main" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23569,21 +24880,20 @@ exports[`"modules" option show work with the "mode: icss" and "exportOnlyLocals" exports[`"modules" option show work with the "mode: icss" and "exportOnlyLocals" options: module 1`] = ` "// Imports -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; // Exports -export default { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___["primary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; " `; -exports[`"modules" option show work with the "mode: icss" and "exportOnlyLocals" options: result 1`] = ` -{ - "primary-color": "red", -} -`; +exports[`"modules" option show work with the "mode: icss" and "exportOnlyLocals" options: result 1`] = `undefined`; -exports[`"modules" option show work with the "mode: icss" and "exportOnlyLocals" options: warnings 1`] = `[]`; +exports[`"modules" option show work with the "mode: icss" and "exportOnlyLocals" options: warnings 1`] = ` +[ + "ModuleDependencyWarning: export 'default' (imported as 'css') was not found in './source.css' (possible exports: primary-color)", +] +`; exports[`"modules" option show work with the "mode: icss" and "namedExport" options: errors 1`] = `[]`; @@ -23596,11 +24906,12 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primaryColor"] }; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; } \`, ""]); // Exports -export var primaryColor = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primaryColor"]}\`; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23637,9 +24948,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_right_value\` -}; +var _1 = \`_right_value\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23668,9 +24978,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_right_value\` -}; +var _1 = \`_right_value\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23699,7 +25008,6 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -23728,7 +25036,6 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = {}; export default ___CSS_LOADER_EXPORT___; " `; @@ -23757,9 +25064,8 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23788,10 +25094,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "constructor": \`constructor\`, - "toString": \`toString\` -}; +var _1 = \`constructor\`; +export { _1 as "constructor" }; +var _2 = \`toString\`; +export { _2 as "toString" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23815,18 +25121,17 @@ exports[`"modules" option show work with the "mode: icss" option, case "import": "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23858,20 +25163,20 @@ exports[`"modules" option show work with the "mode: icss" option, case "import-r "// Imports import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../../../src/runtime/noSourceMaps.js"; import ___CSS_LOADER_API_IMPORT___ from "../../../../../../src/runtime/api.js"; -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import ___CSS_LOADER_ICSS_IMPORT_0___, * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___); ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, "", true); // Module ___CSS_LOADER_EXPORT___.push([module.id, \`.className { - color: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}; - display: \${___CSS_LOADER_ICSS_IMPORT_0___.locals["secondary-color"]}; + color: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"] }; + display: \${ ___CSS_LOADER_ICSS_IMPORT_0____NAMED___["secondary-color"] }; } \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["primary-color"]}\`, - "secondary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___.locals["secondary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; +var _2 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["secondary-color"]}\`; +export { _2 as "secondary-color" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23909,10 +25214,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\`, - "_foo": \`_bar\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; +var _2 = \`_bar\`; +export { _2 as "_foo" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23941,13 +25246,16 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_S ___CSS_LOADER_EXPORT___.push([module.id, \` \`, ""]); // Exports -___CSS_LOADER_EXPORT___.locals = { - "_test": \`_test\`, - "_test1": \`1\`, - "_test2": \`'string'\`, - "_test3": \`1px 2px 3px\`, - "_test4": \`1px 2px 3px, 1px 2px 3px\` -}; +var _1 = \`_test\`; +export { _1 as "_test" }; +var _2 = \`1\`; +export { _2 as "_test1" }; +var _3 = \`'string'\`; +export { _3 as "_test2" }; +var _4 = \`1px 2px 3px\`; +export { _4 as "_test3" }; +var _5 = \`1px 2px 3px, 1px 2px 3px\`; +export { _5 as "_test4" }; export default ___CSS_LOADER_EXPORT___; " `; @@ -23969,18 +25277,17 @@ exports[`"modules" option show work with the "mode: icss", "exportOnlyLocals" op exports[`"modules" option show work with the "mode: icss", "exportOnlyLocals" options and "templateLiteral" support: module 1`] = ` "// Imports -import ___CSS_LOADER_ICSS_IMPORT_0___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; +import * as ___CSS_LOADER_ICSS_IMPORT_0____NAMED___ from "-!../../../../../../src/index.js??ruleSet[1].rules[0].use[0]!./vars.css"; // Exports -export default { - "primary-color": \`\${___CSS_LOADER_ICSS_IMPORT_0___["primary-color"]}\` -}; +var _1 = \`\${___CSS_LOADER_ICSS_IMPORT_0____NAMED___["primary-color"]}\`; +export { _1 as "primary-color" }; " `; -exports[`"modules" option show work with the "mode: icss", "exportOnlyLocals" options and "templateLiteral" support: result 1`] = ` -{ - "primary-color": "red", -} -`; +exports[`"modules" option show work with the "mode: icss", "exportOnlyLocals" options and "templateLiteral" support: result 1`] = `undefined`; -exports[`"modules" option show work with the "mode: icss", "exportOnlyLocals" options and "templateLiteral" support: warnings 1`] = `[]`; +exports[`"modules" option show work with the "mode: icss", "exportOnlyLocals" options and "templateLiteral" support: warnings 1`] = ` +[ + "ModuleDependencyWarning: export 'default' (imported as 'css') was not found in './source.css' (possible exports: primary-color)", +] +`; diff --git a/test/esModule-option.test.js b/test/esModule-option.test.js index d6c0d9f6..3127b421 100644 --- a/test/esModule-option.test.js +++ b/test/esModule-option.test.js @@ -127,7 +127,9 @@ describe('"esModule" option', () => { for (const test of styleLoaderTests) { it(`should work with ${test.localLoaderMode} css-loader + ${test.extractLoaderMode} style-loader`, async () => { const compiler = getCompiler( - "./es-module/template/index.js", + test.localLoaderMode === "commonjs" + ? "./es-module/template/index-commonjs.js" + : "./es-module/template/index.js", {}, { output: { @@ -190,7 +192,9 @@ describe('"esModule" option', () => { for (const test of miniCssExtractPluginTests) { it(`should work with ${test.localLoaderMode} css-loader + ${test.extractLoaderMode} mini-css-extract-plugin`, async () => { const compiler = getCompiler( - "./es-module/template/index.js", + test.localLoaderMode === "commonjs" + ? "./es-module/template/index-commonjs.js" + : "./es-module/template/index.js", {}, { module: { diff --git a/test/fixtures/basic-string-css-modules.js b/test/fixtures/basic-string-css-modules.js index 971cba11..7bad9e0f 100644 --- a/test/fixtures/basic-string-css-modules.js +++ b/test/fixtures/basic-string-css-modules.js @@ -1,5 +1,5 @@ -import css, { someClass } from './simple.css'; +import * as css from './simple.css'; -__export__ = { css, locals: { someClass } }; +__export__ = { css: css.default, locals: { someClass: css['some-class'] } }; -export default css; +export default css.default; diff --git a/test/fixtures/es-module/template/index-commonjs.js b/test/fixtures/es-module/template/index-commonjs.js new file mode 100644 index 00000000..3de3a87b --- /dev/null +++ b/test/fixtures/es-module/template/index-commonjs.js @@ -0,0 +1,6 @@ +import css from './index.css'; +import html from './template-commonjs.js'; + +const result = {css, html}; + +export default result; diff --git a/test/fixtures/es-module/template/index.js b/test/fixtures/es-module/template/index.js index 744b0ad5..eb43d432 100644 --- a/test/fixtures/es-module/template/index.js +++ b/test/fixtures/es-module/template/index.js @@ -1,4 +1,4 @@ -import css from './index.css'; +import * as css from './index.css'; import html from './template.js'; const result = {css, html}; diff --git a/test/fixtures/es-module/template/template-commonjs.js b/test/fixtures/es-module/template/template-commonjs.js new file mode 100644 index 00000000..a032e3a5 --- /dev/null +++ b/test/fixtures/es-module/template/template-commonjs.js @@ -0,0 +1,9 @@ +import css from './index.css'; + +let html = '\n'; + +html += `

\n`; +html += `
\n`; +html += `
\n`; + +export default html; diff --git a/test/fixtures/es-module/template/template.js b/test/fixtures/es-module/template/template.js index 31b948a2..ef9efb7b 100644 --- a/test/fixtures/es-module/template/template.js +++ b/test/fixtures/es-module/template/template.js @@ -1,4 +1,4 @@ -import css from './index.css'; +import * as css from './index.css'; let html = '\n'; @@ -6,4 +6,4 @@ html += `
\n`; html += `
\n`; html += `
\n`; -export default html; +export default html; diff --git a/test/fixtures/modules/ComponentName/index.js b/test/fixtures/modules/ComponentName/index.js index c2f20db3..a69d54de 100644 --- a/test/fixtures/modules/ComponentName/index.js +++ b/test/fixtures/modules/ComponentName/index.js @@ -1,5 +1,5 @@ -import css from './index.modules.css'; +import * as css from './index.modules.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/composes/composes-absolute.js b/test/fixtures/modules/composes/composes-absolute.js index 1b76bb2b..44b67017 100644 --- a/test/fixtures/modules/composes/composes-absolute.js +++ b/test/fixtures/modules/composes/composes-absolute.js @@ -1,5 +1,5 @@ -import css from './composes-absolute.css'; +import * as css from './composes-absolute.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/composes/composes-duplicate.js b/test/fixtures/modules/composes/composes-duplicate.js index e687e14c..48c8cd90 100644 --- a/test/fixtures/modules/composes/composes-duplicate.js +++ b/test/fixtures/modules/composes/composes-duplicate.js @@ -1,5 +1,5 @@ -import css from './composes-duplicate.css'; +import * as css from './composes-duplicate.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/composes/composes-preprocessors.js b/test/fixtures/modules/composes/composes-preprocessors.js index 8b66fb66..933ef056 100644 --- a/test/fixtures/modules/composes/composes-preprocessors.js +++ b/test/fixtures/modules/composes/composes-preprocessors.js @@ -1,5 +1,5 @@ -import css from './composes-preprocessors.css'; +import * as css from './composes-preprocessors.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/composes/composes.js b/test/fixtures/modules/composes/composes.js index ba922e3f..69b027e9 100644 --- a/test/fixtures/modules/composes/composes.js +++ b/test/fixtures/modules/composes/composes.js @@ -1,5 +1,5 @@ -import css from './composes.css'; +import * as css from './composes.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/composes/global.js b/test/fixtures/modules/composes/global.js index e2e84944..628cfe52 100644 --- a/test/fixtures/modules/composes/global.js +++ b/test/fixtures/modules/composes/global.js @@ -1,5 +1,5 @@ -import css from './global.css'; +import * as css from './global.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/composes/multiple.js b/test/fixtures/modules/composes/multiple.js index 63f5814e..5fe2c122 100644 --- a/test/fixtures/modules/composes/multiple.js +++ b/test/fixtures/modules/composes/multiple.js @@ -1,5 +1,5 @@ -import css from './multiple.css'; +import * as css from './multiple.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/dedupe/source.js b/test/fixtures/modules/dedupe/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/dedupe/source.js +++ b/test/fixtures/modules/dedupe/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/exportGlobals-global/exportGlobals.js b/test/fixtures/modules/exportGlobals-global/exportGlobals.js index 17cc87d2..1685f3b4 100644 --- a/test/fixtures/modules/exportGlobals-global/exportGlobals.js +++ b/test/fixtures/modules/exportGlobals-global/exportGlobals.js @@ -1,5 +1,5 @@ -import css from './exportGlobals.css'; +import * as css from './exportGlobals.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/exportGlobals-local/exportGlobals.js b/test/fixtures/modules/exportGlobals-local/exportGlobals.js index 17cc87d2..1685f3b4 100644 --- a/test/fixtures/modules/exportGlobals-local/exportGlobals.js +++ b/test/fixtures/modules/exportGlobals-local/exportGlobals.js @@ -1,5 +1,5 @@ -import css from './exportGlobals.css'; +import * as css from './exportGlobals.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/exportGlobals-pure/exportGlobals.js b/test/fixtures/modules/exportGlobals-pure/exportGlobals.js index 17cc87d2..1685f3b4 100644 --- a/test/fixtures/modules/exportGlobals-pure/exportGlobals.js +++ b/test/fixtures/modules/exportGlobals-pure/exportGlobals.js @@ -1,5 +1,5 @@ -import css from './exportGlobals.css'; +import * as css from './exportGlobals.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/extensions/source.js b/test/fixtures/modules/extensions/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/extensions/source.js +++ b/test/fixtures/modules/extensions/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/duplicate-export-in-multiple-export/source.js b/test/fixtures/modules/icss/tests-cases/duplicate-export-in-multiple-export/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/duplicate-export-in-multiple-export/source.js +++ b/test/fixtures/modules/icss/tests-cases/duplicate-export-in-multiple-export/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/duplicate-export/source.js b/test/fixtures/modules/icss/tests-cases/duplicate-export/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/duplicate-export/source.js +++ b/test/fixtures/modules/icss/tests-cases/duplicate-export/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/empty-export/source.js b/test/fixtures/modules/icss/tests-cases/empty-export/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/empty-export/source.js +++ b/test/fixtures/modules/icss/tests-cases/empty-export/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/empty-import/source.js b/test/fixtures/modules/icss/tests-cases/empty-import/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/empty-import/source.js +++ b/test/fixtures/modules/icss/tests-cases/empty-import/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/export-reserved-keywords/source.js b/test/fixtures/modules/icss/tests-cases/export-reserved-keywords/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/export-reserved-keywords/source.js +++ b/test/fixtures/modules/icss/tests-cases/export-reserved-keywords/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/export/source.js b/test/fixtures/modules/icss/tests-cases/export/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/export/source.js +++ b/test/fixtures/modules/icss/tests-cases/export/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/import-reserved-keywords/source.js b/test/fixtures/modules/icss/tests-cases/import-reserved-keywords/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/import-reserved-keywords/source.js +++ b/test/fixtures/modules/icss/tests-cases/import-reserved-keywords/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/import/source.js b/test/fixtures/modules/icss/tests-cases/import/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/import/source.js +++ b/test/fixtures/modules/icss/tests-cases/import/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/multiple-export/source.js b/test/fixtures/modules/icss/tests-cases/multiple-export/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/multiple-export/source.js +++ b/test/fixtures/modules/icss/tests-cases/multiple-export/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/icss/tests-cases/multiple-keys-values-in-export/source.js b/test/fixtures/modules/icss/tests-cases/multiple-keys-values-in-export/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/icss/tests-cases/multiple-keys-values-in-export/source.js +++ b/test/fixtures/modules/icss/tests-cases/multiple-keys-values-in-export/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-1033/issue-1033.js b/test/fixtures/modules/issue-1033/issue-1033.js index fcb67b1f..129fab92 100644 --- a/test/fixtures/modules/issue-1033/issue-1033.js +++ b/test/fixtures/modules/issue-1033/issue-1033.js @@ -1,5 +1,5 @@ -import css from './issue-1033.css'; +import * as css from './issue-1033.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-1223/issue-1223.js b/test/fixtures/modules/issue-1223/issue-1223.js index a448802f..265c40b1 100644 --- a/test/fixtures/modules/issue-1223/issue-1223.js +++ b/test/fixtures/modules/issue-1223/issue-1223.js @@ -1,5 +1,5 @@ -import css from './@foo/bar/index.module.css'; +import * as css from './@foo/bar/index.module.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-1228/source.js b/test/fixtures/modules/issue-1228/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/issue-1228/source.js +++ b/test/fixtures/modules/issue-1228/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-286/source.js b/test/fixtures/modules/issue-286/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/issue-286/source.js +++ b/test/fixtures/modules/issue-286/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-636/source.js b/test/fixtures/modules/issue-636/source.js index 1c39afc0..21be73c7 100644 --- a/test/fixtures/modules/issue-636/source.js +++ b/test/fixtures/modules/issue-636/source.js @@ -1,5 +1,5 @@ -import css from './source.scss'; +import * as css from './source.scss'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-861/resolving-from-node_modules.js b/test/fixtures/modules/issue-861/resolving-from-node_modules.js index 524a7984..d8037a16 100644 --- a/test/fixtures/modules/issue-861/resolving-from-node_modules.js +++ b/test/fixtures/modules/issue-861/resolving-from-node_modules.js @@ -1,5 +1,5 @@ -import css from './resolving-from-node_modules.css'; +import * as css from './resolving-from-node_modules.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-914/source.js b/test/fixtures/modules/issue-914/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/issue-914/source.js +++ b/test/fixtures/modules/issue-914/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-966/button.js b/test/fixtures/modules/issue-966/button.js index 861cb618..cb64e8d8 100644 --- a/test/fixtures/modules/issue-966/button.js +++ b/test/fixtures/modules/issue-966/button.js @@ -1,5 +1,5 @@ -import css from './button.css'; +import * as css from './button.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-966/issue-966.js b/test/fixtures/modules/issue-966/issue-966.js index 99ef679a..6393b504 100644 --- a/test/fixtures/modules/issue-966/issue-966.js +++ b/test/fixtures/modules/issue-966/issue-966.js @@ -1,5 +1,5 @@ -import css from './issue-966.css'; +import * as css from './issue-966.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-967/path-placeholder.js b/test/fixtures/modules/issue-967/path-placeholder.js index 333652c6..2a683179 100644 --- a/test/fixtures/modules/issue-967/path-placeholder.js +++ b/test/fixtures/modules/issue-967/path-placeholder.js @@ -1,5 +1,5 @@ -import css from './path-placeholder.css'; +import * as css from './path-placeholder.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-980/file.with.many.dots.in.name.js b/test/fixtures/modules/issue-980/file.with.many.dots.in.name.js index e3da13fc..94da27f3 100644 --- a/test/fixtures/modules/issue-980/file.with.many.dots.in.name.js +++ b/test/fixtures/modules/issue-980/file.with.many.dots.in.name.js @@ -1,5 +1,5 @@ -import css from './file.with.many.dots.in.name.css'; +import * as css from './file.with.many.dots.in.name.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/issue-995/issue-995.js b/test/fixtures/modules/issue-995/issue-995.js index 018d3f5f..2bc40097 100644 --- a/test/fixtures/modules/issue-995/issue-995.js +++ b/test/fixtures/modules/issue-995/issue-995.js @@ -1,5 +1,5 @@ -import css from './issue-995.css'; +import * as css from './issue-995.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/localIdentName/localIdentName.js b/test/fixtures/modules/localIdentName/localIdentName.js index 69aa4989..2410ba39 100644 --- a/test/fixtures/modules/localIdentName/localIdentName.js +++ b/test/fixtures/modules/localIdentName/localIdentName.js @@ -1,5 +1,5 @@ -import css from './localIdentName.css'; +import * as css from './localIdentName.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/localsConvention/localsConvention.js b/test/fixtures/modules/localsConvention/localsConvention.js index f9d5e3df..be70afa6 100644 --- a/test/fixtures/modules/localsConvention/localsConvention.js +++ b/test/fixtures/modules/localsConvention/localsConvention.js @@ -1,5 +1,5 @@ -import css from './localsConvention.css'; +import * as css from './localsConvention.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/mode/modules.js b/test/fixtures/modules/mode/modules.js index 27eb52af..6ed696f8 100644 --- a/test/fixtures/modules/mode/modules.js +++ b/test/fixtures/modules/mode/modules.js @@ -1,5 +1,5 @@ -import relative from './relative.module.css'; +import * as relative from './relative.module.css'; -__export__ = relative; +__export__ = relative.default; export default relative; diff --git a/test/fixtures/modules/namedExport/base/index.js b/test/fixtures/modules/namedExport/base/index.js index e1a19303..4f0fe9e0 100644 --- a/test/fixtures/modules/namedExport/base/index.js +++ b/test/fixtures/modules/namedExport/base/index.js @@ -1,5 +1,5 @@ -import css from './index.css'; +import * as css from './index.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/namedExport/broken/index.js b/test/fixtures/modules/namedExport/broken/index.js index e1a19303..4f0fe9e0 100644 --- a/test/fixtures/modules/namedExport/broken/index.js +++ b/test/fixtures/modules/namedExport/broken/index.js @@ -1,5 +1,5 @@ -import css from './index.css'; +import * as css from './index.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/namedExport/composes/composes.js b/test/fixtures/modules/namedExport/composes/composes.js index ba922e3f..69b027e9 100644 --- a/test/fixtures/modules/namedExport/composes/composes.js +++ b/test/fixtures/modules/namedExport/composes/composes.js @@ -1,5 +1,5 @@ -import css from './composes.css'; +import * as css from './composes.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/namedExport/dashesOnly/index.js b/test/fixtures/modules/namedExport/dashesOnly/index.js index e1a19303..4f0fe9e0 100644 --- a/test/fixtures/modules/namedExport/dashesOnly/index.js +++ b/test/fixtures/modules/namedExport/dashesOnly/index.js @@ -1,5 +1,5 @@ -import css from './index.css'; +import * as css from './index.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/namedExport/nested/index.js b/test/fixtures/modules/namedExport/nested/index.js index e1a19303..4f0fe9e0 100644 --- a/test/fixtures/modules/namedExport/nested/index.js +++ b/test/fixtures/modules/namedExport/nested/index.js @@ -1,5 +1,5 @@ -import css from './index.css'; +import * as css from './index.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/namedExport/template-2/index.js b/test/fixtures/modules/namedExport/template-2/index.js index 8dc4c0e0..7da675f2 100644 --- a/test/fixtures/modules/namedExport/template-2/index.js +++ b/test/fixtures/modules/namedExport/template-2/index.js @@ -1,7 +1,7 @@ -import css from './index.css'; +import * as css from './index.css'; import html from './template.js'; -const result = {css, html}; +const result = {css: css.default, html}; __export__ = result; diff --git a/test/fixtures/modules/namedExport/template/index.js b/test/fixtures/modules/namedExport/template/index.js index 8dc4c0e0..7da675f2 100644 --- a/test/fixtures/modules/namedExport/template/index.js +++ b/test/fixtures/modules/namedExport/template/index.js @@ -1,7 +1,7 @@ -import css from './index.css'; +import * as css from './index.css'; import html from './template.js'; -const result = {css, html}; +const result = {css: css.default, html}; __export__ = result; diff --git a/test/fixtures/modules/namedExport/template/template.js b/test/fixtures/modules/namedExport/template/template.js index 6bdb73a5..b837de7c 100644 --- a/test/fixtures/modules/namedExport/template/template.js +++ b/test/fixtures/modules/namedExport/template/template.js @@ -1,4 +1,4 @@ -import { headerBaz, body, footer } from './index.css'; +import { "header-baz" as headerBaz, body, footer } from './index.css'; let html = '\n'; diff --git a/test/fixtures/modules/nesting/css.js b/test/fixtures/modules/nesting/css.js index e3f7ac11..55da4f3d 100644 --- a/test/fixtures/modules/nesting/css.js +++ b/test/fixtures/modules/nesting/css.js @@ -1,5 +1,5 @@ -import css from './css.css'; +import * as css from './css.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/order/index.js b/test/fixtures/modules/order/index.js index e1a19303..4f0fe9e0 100644 --- a/test/fixtures/modules/order/index.js +++ b/test/fixtures/modules/order/index.js @@ -1,5 +1,5 @@ -import css from './index.css'; +import * as css from './index.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/prefer-relative/source.js b/test/fixtures/modules/prefer-relative/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/prefer-relative/source.js +++ b/test/fixtures/modules/prefer-relative/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/pure/pure.js b/test/fixtures/modules/pure/pure.js index 7454bf58..8e11774c 100644 --- a/test/fixtures/modules/pure/pure.js +++ b/test/fixtures/modules/pure/pure.js @@ -1,5 +1,5 @@ -import css from './pure.css'; +import * as css from './pure.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/scope/css.js b/test/fixtures/modules/scope/css.js index e3f7ac11..55da4f3d 100644 --- a/test/fixtures/modules/scope/css.js +++ b/test/fixtures/modules/scope/css.js @@ -1,5 +1,5 @@ -import css from './css.css'; +import * as css from './css.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/animation/source.js b/test/fixtures/modules/tests-cases/animation/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/animation/source.js +++ b/test/fixtures/modules/tests-cases/animation/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/class-names/source.js b/test/fixtures/modules/tests-cases/class-names/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/class-names/source.js +++ b/test/fixtures/modules/tests-cases/class-names/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/comment-in-local/source.js b/test/fixtures/modules/tests-cases/comment-in-local/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/comment-in-local/source.js +++ b/test/fixtures/modules/tests-cases/comment-in-local/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/comments/source.js b/test/fixtures/modules/tests-cases/comments/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/comments/source.js +++ b/test/fixtures/modules/tests-cases/comments/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/composes-1/source.js b/test/fixtures/modules/tests-cases/composes-1/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/composes-1/source.js +++ b/test/fixtures/modules/tests-cases/composes-1/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/composes-2/source.js b/test/fixtures/modules/tests-cases/composes-2/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/composes-2/source.js +++ b/test/fixtures/modules/tests-cases/composes-2/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/composes-multiple/source.js b/test/fixtures/modules/tests-cases/composes-multiple/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/composes-multiple/source.js +++ b/test/fixtures/modules/tests-cases/composes-multiple/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/composes-with-importing/source.js b/test/fixtures/modules/tests-cases/composes-with-importing/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/composes-with-importing/source.js +++ b/test/fixtures/modules/tests-cases/composes-with-importing/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/composes/source.js b/test/fixtures/modules/tests-cases/composes/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/composes/source.js +++ b/test/fixtures/modules/tests-cases/composes/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/declaration-value/source.js b/test/fixtures/modules/tests-cases/declaration-value/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/declaration-value/source.js +++ b/test/fixtures/modules/tests-cases/declaration-value/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/issue-589/source.js b/test/fixtures/modules/tests-cases/issue-589/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/issue-589/source.js +++ b/test/fixtures/modules/tests-cases/issue-589/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/keyframes-and-animation/source.js b/test/fixtures/modules/tests-cases/keyframes-and-animation/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/keyframes-and-animation/source.js +++ b/test/fixtures/modules/tests-cases/keyframes-and-animation/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/leak-scope/source.js b/test/fixtures/modules/tests-cases/leak-scope/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/leak-scope/source.js +++ b/test/fixtures/modules/tests-cases/leak-scope/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/local-2/source.js b/test/fixtures/modules/tests-cases/local-2/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/local-2/source.js +++ b/test/fixtures/modules/tests-cases/local-2/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/local-and-composes/source.js b/test/fixtures/modules/tests-cases/local-and-composes/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/local-and-composes/source.js +++ b/test/fixtures/modules/tests-cases/local-and-composes/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/local-with-string/source.js b/test/fixtures/modules/tests-cases/local-with-string/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/local-with-string/source.js +++ b/test/fixtures/modules/tests-cases/local-with-string/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/local/source.js b/test/fixtures/modules/tests-cases/local/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/local/source.js +++ b/test/fixtures/modules/tests-cases/local/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/media-2/source.js b/test/fixtures/modules/tests-cases/media-2/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/media-2/source.js +++ b/test/fixtures/modules/tests-cases/media-2/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/media/source.js b/test/fixtures/modules/tests-cases/media/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/media/source.js +++ b/test/fixtures/modules/tests-cases/media/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/mode-switching/source.js b/test/fixtures/modules/tests-cases/mode-switching/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/mode-switching/source.js +++ b/test/fixtures/modules/tests-cases/mode-switching/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/simple/source.js b/test/fixtures/modules/tests-cases/simple/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/simple/source.js +++ b/test/fixtures/modules/tests-cases/simple/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/urls/source.js b/test/fixtures/modules/tests-cases/urls/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/urls/source.js +++ b/test/fixtures/modules/tests-cases/urls/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-1/source.js b/test/fixtures/modules/tests-cases/values-1/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-1/source.js +++ b/test/fixtures/modules/tests-cases/values-1/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-10/source.js b/test/fixtures/modules/tests-cases/values-10/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-10/source.js +++ b/test/fixtures/modules/tests-cases/values-10/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-2/source.js b/test/fixtures/modules/tests-cases/values-2/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-2/source.js +++ b/test/fixtures/modules/tests-cases/values-2/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-3/source.js b/test/fixtures/modules/tests-cases/values-3/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-3/source.js +++ b/test/fixtures/modules/tests-cases/values-3/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-4/source.js b/test/fixtures/modules/tests-cases/values-4/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-4/source.js +++ b/test/fixtures/modules/tests-cases/values-4/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-5/source.js b/test/fixtures/modules/tests-cases/values-5/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-5/source.js +++ b/test/fixtures/modules/tests-cases/values-5/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-6/source.js b/test/fixtures/modules/tests-cases/values-6/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-6/source.js +++ b/test/fixtures/modules/tests-cases/values-6/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-7/source.js b/test/fixtures/modules/tests-cases/values-7/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-7/source.js +++ b/test/fixtures/modules/tests-cases/values-7/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-8/source.js b/test/fixtures/modules/tests-cases/values-8/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-8/source.js +++ b/test/fixtures/modules/tests-cases/values-8/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values-9/source.js b/test/fixtures/modules/tests-cases/values-9/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values-9/source.js +++ b/test/fixtures/modules/tests-cases/values-9/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/tests-cases/values/source.js b/test/fixtures/modules/tests-cases/values/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/tests-cases/values/source.js +++ b/test/fixtures/modules/tests-cases/values/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/unresolved/source.js b/test/fixtures/modules/unresolved/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/unresolved/source.js +++ b/test/fixtures/modules/unresolved/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/fixtures/modules/url/source.js b/test/fixtures/modules/url/source.js index 1996779e..9b8393fb 100644 --- a/test/fixtures/modules/url/source.js +++ b/test/fixtures/modules/url/source.js @@ -1,5 +1,5 @@ -import css from './source.css'; +import * as css from './source.css'; -__export__ = css; +__export__ = css.default; export default css; diff --git a/test/modules-option.test.js b/test/modules-option.test.js index 3ffcb368..01403050 100644 --- a/test/modules-option.test.js +++ b/test/modules-option.test.js @@ -1396,6 +1396,7 @@ describe('"modules" option', () => { modules: { mode: "local", exportLocalsConvention: "camelCase", + namedExport: false, }, }, ); @@ -1418,6 +1419,7 @@ describe('"modules" option', () => { modules: { mode: "local", exportLocalsConvention: "camelCaseOnly", + namedExport: false, }, }, ); @@ -1440,6 +1442,7 @@ describe('"modules" option', () => { modules: { mode: "local", exportLocalsConvention: "dashes", + namedExport: false, }, }, ); diff --git a/test/validate-options.test.js b/test/validate-options.test.js index f9a85414..88ec4f8a 100644 --- a/test/validate-options.test.js +++ b/test/validate-options.test.js @@ -41,9 +41,9 @@ describe("validate options", () => { { auto: /custom-regex/ }, { auto: () => true }, { exportLocalsConvention: "asIs" }, - { exportLocalsConvention: "camelCase" }, + { exportLocalsConvention: "camelCase", namedExport: false }, { exportLocalsConvention: "camelCaseOnly" }, - { exportLocalsConvention: "dashes" }, + { exportLocalsConvention: "dashes", namedExport: false }, { exportLocalsConvention: "dashesOnly" }, { exportLocalsConvention: (localName) =>