vibebusiness 1.2.73 → 1.2.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-build-manifest.json +31 -31
- package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/goals/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/page.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ideas/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/page.js +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/investors/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/public/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +1 -1
- package/.next/standalone/.next/server/app/social/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/social.html +1 -1
- package/.next/standalone/.next/server/app/social.rsc +2 -2
- package/.next/standalone/.next/server/app/updates/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/updates/new/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/updates/new.html +1 -1
- package/.next/standalone/.next/server/app/updates/new.rsc +2 -2
- package/.next/standalone/.next/server/app/updates/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +18 -18
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/data/heartbeat-sessions.json +247 -0
- package/.next/standalone/data/ideas.json +318 -32
- package/.next/standalone/data/implementations.json +284 -1
- package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/0.pack +0 -0
- package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/index.pack +0 -0
- package/.next/standalone/node_modules/@esbuild/darwin-arm64/bin/esbuild +0 -0
- package/.next/standalone/node_modules/@esbuild/darwin-arm64/package.json +20 -0
- package/.next/standalone/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +358 -0
- package/.next/standalone/node_modules/@jridgewell/gen-mapping/package.json +67 -0
- package/.next/standalone/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- package/.next/standalone/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- package/.next/standalone/node_modules/@jridgewell/source-map/dist/source-map.umd.js +152 -0
- package/.next/standalone/node_modules/@jridgewell/source-map/package.json +68 -0
- package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +464 -0
- package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
- package/.next/standalone/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +559 -0
- package/.next/standalone/node_modules/@jridgewell/trace-mapping/package.json +67 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/clone.js +11 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/index.js +129 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-helpers.js +107 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-path.js +148 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/nodes.js +1144 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/signatures.js +207 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js +389 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/traverse.js +105 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/utils.js +315 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/package.json +32 -0
- package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js +49 -0
- package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +24 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/lib/index.js +78 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/package.json +18 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/lib/index.js +89 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/package.json +24 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/lib/index.js +117 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/package.json +25 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js +430 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js +38 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +20 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js +123 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js +35 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js +45 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js +90 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/package.json +29 -0
- package/.next/standalone/node_modules/@webassemblyjs/ieee754/lib/index.js +52 -0
- package/.next/standalone/node_modules/@webassemblyjs/ieee754/package.json +23 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bits.js +156 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bufs.js +246 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/index.js +59 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/leb.js +347 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/package.json +23 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/decoder.js +74 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/encoder.js +67 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/index.js +21 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/package.json +20 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/apply.js +318 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/index.js +134 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/package.json +33 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js +372 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/index.js +68 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/package.json +27 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/index.js +66 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js +56 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/package.json +26 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js +1970 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/index.js +262 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/package.json +44 -0
- package/.next/standalone/node_modules/@xtuc/ieee754/dist/index.cjs.js +96 -0
- package/.next/standalone/node_modules/@xtuc/ieee754/package.json +42 -0
- package/.next/standalone/node_modules/@xtuc/long/package.json +36 -0
- package/.next/standalone/node_modules/@xtuc/long/src/long.js +1405 -0
- package/.next/standalone/node_modules/acorn/dist/acorn.js +6262 -0
- package/.next/standalone/node_modules/acorn/package.json +50 -0
- package/.next/standalone/node_modules/acorn-import-phases/package.json +46 -0
- package/.next/standalone/node_modules/acorn-import-phases/src/index.cjs +5 -0
- package/.next/standalone/node_modules/acorn-import-phases/src/plugin.cjs +125 -0
- package/.next/standalone/node_modules/ajv-formats/dist/formats.js +173 -0
- package/.next/standalone/node_modules/ajv-formats/dist/index.js +37 -0
- package/.next/standalone/node_modules/ajv-formats/dist/limit.js +69 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/ajv.js +50 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/errors.js +123 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/index.js +242 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/names.js +28 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/rules.js +26 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/util.js +178 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/core.js +618 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/data.json +13 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/package.json +127 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/index.js +93 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/package.json +43 -0
- package/.next/standalone/node_modules/ajv-formats/package.json +74 -0
- package/.next/standalone/node_modules/baseline-browser-mapping/dist/index.cjs +1 -0
- package/.next/standalone/node_modules/baseline-browser-mapping/package.json +64 -0
- package/.next/standalone/node_modules/browserslist/error.js +12 -0
- package/.next/standalone/node_modules/browserslist/index.js +1335 -0
- package/.next/standalone/node_modules/browserslist/node.js +502 -0
- package/.next/standalone/node_modules/browserslist/package.json +45 -0
- package/.next/standalone/node_modules/browserslist/parse.js +78 -0
- package/.next/standalone/node_modules/chrome-trace-event/dist/trace-event.js +170 -0
- package/.next/standalone/node_modules/chrome-trace-event/package.json +38 -0
- package/.next/standalone/node_modules/electron-to-chromium/package.json +44 -0
- package/.next/standalone/node_modules/electron-to-chromium/versions.js +229 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +103 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AliasPlugin.js +47 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AliasUtils.js +172 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AppendPlugin.js +49 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +677 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +53 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +59 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +98 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +200 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +68 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +206 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js +100 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +61 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +223 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +75 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +45 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +58 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +87 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +47 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +49 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesUtils.js +83 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/NextPlugin.js +33 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ParsePlugin.js +77 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/PnpPlugin.js +134 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/Resolver.js +820 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ResolverFactory.js +745 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +70 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ResultPlugin.js +43 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/RootsPlugin.js +69 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +82 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +101 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +258 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/TryNextPlugin.js +41 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/TsconfigPathsPlugin.js +560 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +114 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/UseFilePlugin.js +55 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/createInnerContext.js +46 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/forEachBail.js +50 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/getInnerRequest.js +39 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/getPaths.js +45 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/index.js +229 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/entrypoints.js +577 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/fs.js +38 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/identifier.js +77 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/memoize.js +37 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/path.js +250 -0
- package/.next/standalone/node_modules/enhanced-resolve/package.json +76 -0
- package/.next/standalone/node_modules/esbuild/lib/main.js +2242 -0
- package/.next/standalone/node_modules/esbuild/package.json +49 -0
- package/.next/standalone/node_modules/eslint-scope/lib/definition.js +86 -0
- package/.next/standalone/node_modules/eslint-scope/lib/index.js +165 -0
- package/.next/standalone/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
- package/.next/standalone/node_modules/eslint-scope/lib/reference.js +167 -0
- package/.next/standalone/node_modules/eslint-scope/lib/referencer.js +629 -0
- package/.next/standalone/node_modules/eslint-scope/lib/scope-manager.js +247 -0
- package/.next/standalone/node_modules/eslint-scope/lib/scope.js +748 -0
- package/.next/standalone/node_modules/eslint-scope/lib/variable.js +88 -0
- package/.next/standalone/node_modules/eslint-scope/package.json +48 -0
- package/.next/standalone/node_modules/esrecurse/esrecurse.js +117 -0
- package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/estraverse.js +805 -0
- package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/package.json +40 -0
- package/.next/standalone/node_modules/esrecurse/package.json +52 -0
- package/.next/standalone/node_modules/estraverse/estraverse.js +782 -0
- package/.next/standalone/node_modules/estraverse/package.json +40 -0
- package/.next/standalone/node_modules/fast-deep-equal/index.js +46 -0
- package/.next/standalone/node_modules/fast-deep-equal/package.json +61 -0
- package/.next/standalone/node_modules/fast-uri/index.js +340 -0
- package/.next/standalone/node_modules/fast-uri/lib/schemes.js +267 -0
- package/.next/standalone/node_modules/fast-uri/lib/utils.js +336 -0
- package/.next/standalone/node_modules/fast-uri/package.json +69 -0
- package/.next/standalone/node_modules/glob-to-regexp/index.js +130 -0
- package/.next/standalone/node_modules/glob-to-regexp/package.json +23 -0
- package/.next/standalone/node_modules/has-flag/index.js +8 -0
- package/.next/standalone/node_modules/has-flag/package.json +46 -0
- package/.next/standalone/node_modules/jest-worker/build/Farm.js +206 -0
- package/.next/standalone/node_modules/jest-worker/build/FifoQueue.js +171 -0
- package/.next/standalone/node_modules/jest-worker/build/PriorityQueue.js +188 -0
- package/.next/standalone/node_modules/jest-worker/build/WorkerPool.js +49 -0
- package/.next/standalone/node_modules/jest-worker/build/base/BaseWorkerPool.js +201 -0
- package/.next/standalone/node_modules/jest-worker/build/index.js +223 -0
- package/.next/standalone/node_modules/jest-worker/build/types.js +39 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/ChildProcessWorker.js +333 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +344 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/messageParent.js +38 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/processChild.js +148 -0
- package/.next/standalone/node_modules/jest-worker/package.json +38 -0
- package/.next/standalone/node_modules/json-parse-even-better-errors/index.js +121 -0
- package/.next/standalone/node_modules/json-parse-even-better-errors/package.json +33 -0
- package/.next/standalone/node_modules/loader-runner/lib/LoaderLoadingError.js +13 -0
- package/.next/standalone/node_modules/loader-runner/lib/LoaderRunner.js +515 -0
- package/.next/standalone/node_modules/loader-runner/lib/loadLoader.js +80 -0
- package/.next/standalone/node_modules/loader-runner/package.json +57 -0
- package/.next/standalone/node_modules/merge-stream/index.js +41 -0
- package/.next/standalone/node_modules/merge-stream/package.json +19 -0
- package/.next/standalone/node_modules/mime-db/db.json +8519 -0
- package/.next/standalone/node_modules/mime-db/index.js +12 -0
- package/.next/standalone/node_modules/mime-db/package.json +60 -0
- package/.next/standalone/node_modules/mime-types/index.js +188 -0
- package/.next/standalone/node_modules/mime-types/package.json +44 -0
- package/.next/standalone/node_modules/neo-async/async.js +9184 -0
- package/.next/standalone/node_modules/neo-async/package.json +57 -0
- package/.next/standalone/node_modules/node-releases/data/processed/envs.json +1 -0
- package/.next/standalone/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/.next/standalone/node_modules/randombytes/index.js +1 -0
- package/.next/standalone/node_modules/randombytes/package.json +36 -0
- package/.next/standalone/node_modules/serialize-javascript/index.js +268 -0
- package/.next/standalone/node_modules/serialize-javascript/package.json +36 -0
- package/.next/standalone/node_modules/supports-color/index.js +152 -0
- package/.next/standalone/node_modules/supports-color/package.json +58 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncParallelBailHook.js +87 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncParallelHook.js +37 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesBailHook.js +42 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesHook.js +37 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesLoopHook.js +37 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +48 -0
- package/.next/standalone/node_modules/tapable/lib/Hook.js +183 -0
- package/.next/standalone/node_modules/tapable/lib/HookCodeFactory.js +454 -0
- package/.next/standalone/node_modules/tapable/lib/HookMap.js +69 -0
- package/.next/standalone/node_modules/tapable/lib/MultiHook.js +52 -0
- package/.next/standalone/node_modules/tapable/lib/SyncBailHook.js +51 -0
- package/.next/standalone/node_modules/tapable/lib/SyncHook.js +46 -0
- package/.next/standalone/node_modules/tapable/lib/SyncLoopHook.js +46 -0
- package/.next/standalone/node_modules/tapable/lib/SyncWaterfallHook.js +58 -0
- package/.next/standalone/node_modules/tapable/lib/index.js +19 -0
- package/.next/standalone/node_modules/tapable/package.json +60 -0
- package/.next/standalone/node_modules/terser/dist/bundle.min.js +33769 -0
- package/.next/standalone/node_modules/terser/dist/package.json +10 -0
- package/.next/standalone/node_modules/terser/package.json +158 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/index.js +706 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/minify.js +49 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/options.json +164 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/utils.js +678 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/ajv.js +50 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/errors.js +123 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/index.js +242 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/names.js +28 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/rules.js +26 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/util.js +178 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/core.js +618 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/data.json +13 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/package.json +127 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/index.js +32 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/package.json +74 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/index.js +93 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/package.json +43 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/ValidationError.js +1061 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/index.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/limit.js +167 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/Range.js +143 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/hints.js +85 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/memorize.js +34 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/validate.js +215 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/package.json +89 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/package.json +129 -0
- package/.next/standalone/node_modules/watchpack/lib/DirectoryWatcher.js +965 -0
- package/.next/standalone/node_modules/watchpack/lib/LinkResolver.js +114 -0
- package/.next/standalone/node_modules/watchpack/lib/getWatcherManager.js +80 -0
- package/.next/standalone/node_modules/watchpack/lib/index.js +554 -0
- package/.next/standalone/node_modules/watchpack/lib/reducePlan.js +138 -0
- package/.next/standalone/node_modules/watchpack/lib/watchEventSource.js +449 -0
- package/.next/standalone/node_modules/watchpack/package.json +74 -0
- package/.next/standalone/node_modules/webpack/hot/emitter-event-target.js +7 -0
- package/.next/standalone/node_modules/webpack/hot/lazy-compilation-node.js +66 -0
- package/.next/standalone/node_modules/webpack/hot/lazy-compilation-universal.js +18 -0
- package/.next/standalone/node_modules/webpack/hot/lazy-compilation-web.js +93 -0
- package/.next/standalone/node_modules/webpack/hot/load-http.js +7 -0
- package/.next/standalone/node_modules/webpack/lib/APIPlugin.js +392 -0
- package/.next/standalone/node_modules/webpack/lib/AbstractMethodError.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/AsyncDependenciesBlock.js +125 -0
- package/.next/standalone/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js +32 -0
- package/.next/standalone/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/BannerPlugin.js +136 -0
- package/.next/standalone/node_modules/webpack/lib/Cache.js +168 -0
- package/.next/standalone/node_modules/webpack/lib/CacheFacade.js +349 -0
- package/.next/standalone/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/Chunk.js +899 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkGraph.js +1968 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkGroup.js +615 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkRenderError.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkTemplate.js +181 -0
- package/.next/standalone/node_modules/webpack/lib/CleanPlugin.js +494 -0
- package/.next/standalone/node_modules/webpack/lib/CodeGenerationError.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/CodeGenerationResults.js +167 -0
- package/.next/standalone/node_modules/webpack/lib/CommentCompilationWarning.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/CompatibilityPlugin.js +240 -0
- package/.next/standalone/node_modules/webpack/lib/Compilation.js +5870 -0
- package/.next/standalone/node_modules/webpack/lib/Compiler.js +1413 -0
- package/.next/standalone/node_modules/webpack/lib/ConcatenationScope.js +181 -0
- package/.next/standalone/node_modules/webpack/lib/ConcurrentCompilationError.js +18 -0
- package/.next/standalone/node_modules/webpack/lib/ConditionalInitFragment.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/ConstPlugin.js +567 -0
- package/.next/standalone/node_modules/webpack/lib/ContextExclusionPlugin.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/ContextModule.js +1405 -0
- package/.next/standalone/node_modules/webpack/lib/ContextModuleFactory.js +514 -0
- package/.next/standalone/node_modules/webpack/lib/ContextReplacementPlugin.js +227 -0
- package/.next/standalone/node_modules/webpack/lib/CssModule.js +179 -0
- package/.next/standalone/node_modules/webpack/lib/DefinePlugin.js +873 -0
- package/.next/standalone/node_modules/webpack/lib/DelegatedModule.js +279 -0
- package/.next/standalone/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +116 -0
- package/.next/standalone/node_modules/webpack/lib/DelegatedPlugin.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/DependenciesBlock.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/Dependency.js +390 -0
- package/.next/standalone/node_modules/webpack/lib/DependencyTemplate.js +71 -0
- package/.next/standalone/node_modules/webpack/lib/DependencyTemplates.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/DllEntryPlugin.js +76 -0
- package/.next/standalone/node_modules/webpack/lib/DllModule.js +175 -0
- package/.next/standalone/node_modules/webpack/lib/DllModuleFactory.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/DllPlugin.js +73 -0
- package/.next/standalone/node_modules/webpack/lib/DllReferencePlugin.js +189 -0
- package/.next/standalone/node_modules/webpack/lib/DotenvPlugin.js +468 -0
- package/.next/standalone/node_modules/webpack/lib/DynamicEntryPlugin.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/EntryOptionPlugin.js +98 -0
- package/.next/standalone/node_modules/webpack/lib/EntryPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/Entrypoint.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/EnvironmentNotSupportAsyncWarning.js +50 -0
- package/.next/standalone/node_modules/webpack/lib/EnvironmentPlugin.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/ErrorHelpers.js +100 -0
- package/.next/standalone/node_modules/webpack/lib/EvalDevToolModulePlugin.js +132 -0
- package/.next/standalone/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +245 -0
- package/.next/standalone/node_modules/webpack/lib/ExportsInfo.js +1693 -0
- package/.next/standalone/node_modules/webpack/lib/ExportsInfoApiPlugin.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/ExternalModule.js +1169 -0
- package/.next/standalone/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +363 -0
- package/.next/standalone/node_modules/webpack/lib/ExternalsPlugin.js +92 -0
- package/.next/standalone/node_modules/webpack/lib/FalseIIFEUmdWarning.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/FileSystemInfo.js +4131 -0
- package/.next/standalone/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js +55 -0
- package/.next/standalone/node_modules/webpack/lib/FlagDependencyExportsPlugin.js +437 -0
- package/.next/standalone/node_modules/webpack/lib/FlagDependencyUsagePlugin.js +348 -0
- package/.next/standalone/node_modules/webpack/lib/Generator.js +188 -0
- package/.next/standalone/node_modules/webpack/lib/GraphHelpers.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/HarmonyLinkingError.js +17 -0
- package/.next/standalone/node_modules/webpack/lib/HookWebpackError.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/HotModuleReplacementPlugin.js +930 -0
- package/.next/standalone/node_modules/webpack/lib/HotUpdateChunk.js +16 -0
- package/.next/standalone/node_modules/webpack/lib/IgnoreErrorModuleFactory.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/IgnorePlugin.js +105 -0
- package/.next/standalone/node_modules/webpack/lib/IgnoreWarningsPlugin.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/InitFragment.js +204 -0
- package/.next/standalone/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js +78 -0
- package/.next/standalone/node_modules/webpack/lib/LibManifestPlugin.js +144 -0
- package/.next/standalone/node_modules/webpack/lib/LibraryTemplatePlugin.js +48 -0
- package/.next/standalone/node_modules/webpack/lib/LoaderOptionsPlugin.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/LoaderTargetPlugin.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/MainTemplate.js +371 -0
- package/.next/standalone/node_modules/webpack/lib/ManifestPlugin.js +238 -0
- package/.next/standalone/node_modules/webpack/lib/Module.js +1279 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleBuildError.js +83 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleDependencyError.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleDependencyWarning.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleError.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleFactory.js +57 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleFilenameHelpers.js +387 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleGraph.js +1024 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleGraphConnection.js +208 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleHashingError.js +31 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js +318 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleNotFoundError.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleParseError.js +125 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleProfile.js +108 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleRestoreError.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleSourceTypeConstants.js +179 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleStoreError.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleTemplate.js +173 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleTypeConstants.js +190 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleWarning.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/MultiCompiler.js +678 -0
- package/.next/standalone/node_modules/webpack/lib/MultiStats.js +213 -0
- package/.next/standalone/node_modules/webpack/lib/MultiWatching.js +77 -0
- package/.next/standalone/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/NoModeWarning.js +23 -0
- package/.next/standalone/node_modules/webpack/lib/NodeStuffInWebError.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/NodeStuffPlugin.js +587 -0
- package/.next/standalone/node_modules/webpack/lib/NormalModule.js +1796 -0
- package/.next/standalone/node_modules/webpack/lib/NormalModuleFactory.js +1455 -0
- package/.next/standalone/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +75 -0
- package/.next/standalone/node_modules/webpack/lib/OptimizationStages.js +10 -0
- package/.next/standalone/node_modules/webpack/lib/OptionsApply.js +24 -0
- package/.next/standalone/node_modules/webpack/lib/Parser.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/PlatformPlugin.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/PrefetchPlugin.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/ProgressPlugin.js +712 -0
- package/.next/standalone/node_modules/webpack/lib/ProvidePlugin.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/RawModule.js +180 -0
- package/.next/standalone/node_modules/webpack/lib/RecordIdsPlugin.js +216 -0
- package/.next/standalone/node_modules/webpack/lib/RequestShortener.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/RequireJsStuffPlugin.js +84 -0
- package/.next/standalone/node_modules/webpack/lib/ResolverFactory.js +156 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimeGlobals.js +450 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimeModule.js +225 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimePlugin.js +547 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimeTemplate.js +1288 -0
- package/.next/standalone/node_modules/webpack/lib/SelfModuleFactory.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/SizeFormatHelpers.js +25 -0
- package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +51 -0
- package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolPlugin.js +638 -0
- package/.next/standalone/node_modules/webpack/lib/Stats.js +88 -0
- package/.next/standalone/node_modules/webpack/lib/Template.js +427 -0
- package/.next/standalone/node_modules/webpack/lib/TemplatedPathPlugin.js +400 -0
- package/.next/standalone/node_modules/webpack/lib/UnhandledSchemeError.js +34 -0
- package/.next/standalone/node_modules/webpack/lib/UnsupportedFeatureWarning.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/UseStrictPlugin.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +64 -0
- package/.next/standalone/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/WarnNoModeSetPlugin.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/WatchIgnorePlugin.js +155 -0
- package/.next/standalone/node_modules/webpack/lib/Watching.js +531 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackError.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackIsIncludedPlugin.js +93 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackOptionsApply.js +931 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackOptionsDefaulter.js +26 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesGenerator.js +172 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesParser.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetGenerator.js +807 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetModulesPlugin.js +343 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetParser.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceGenerator.js +171 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceParser.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/asset/RawDataUrlModule.js +175 -0
- package/.next/standalone/node_modules/webpack/lib/async-modules/AsyncModuleHelpers.js +52 -0
- package/.next/standalone/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/buildChunkGraph.js +1392 -0
- package/.next/standalone/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js +32 -0
- package/.next/standalone/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/cache/IdleFileCachePlugin.js +242 -0
- package/.next/standalone/node_modules/webpack/lib/cache/MemoryCachePlugin.js +57 -0
- package/.next/standalone/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js +142 -0
- package/.next/standalone/node_modules/webpack/lib/cache/PackFileCacheStrategy.js +1600 -0
- package/.next/standalone/node_modules/webpack/lib/cache/ResolverCachePlugin.js +450 -0
- package/.next/standalone/node_modules/webpack/lib/cache/getLazyHashedEtag.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/cache/mergeEtags.js +71 -0
- package/.next/standalone/node_modules/webpack/lib/cli.js +859 -0
- package/.next/standalone/node_modules/webpack/lib/config/browserslistTargetHandler.js +388 -0
- package/.next/standalone/node_modules/webpack/lib/config/defaults.js +2086 -0
- package/.next/standalone/node_modules/webpack/lib/config/normalization.js +681 -0
- package/.next/standalone/node_modules/webpack/lib/config/target.js +389 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryDependency.js +47 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModule.js +300 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerExposedDependency.js +61 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerPlugin.js +118 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerReferencePlugin.js +139 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackDependency.js +65 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackItemDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackModule.js +191 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackModuleFactory.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/container/HoistContainerReferencesPlugin.js +256 -0
- package/.next/standalone/node_modules/webpack/lib/container/ModuleFederationPlugin.js +131 -0
- package/.next/standalone/node_modules/webpack/lib/container/RemoteModule.js +203 -0
- package/.next/standalone/node_modules/webpack/lib/container/RemoteRuntimeModule.js +144 -0
- package/.next/standalone/node_modules/webpack/lib/container/RemoteToExternalDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/container/options.js +105 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssGenerator.js +580 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js +513 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssMergeStyleSheetsRuntimeModule.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssModulesPlugin.js +932 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssParser.js +2621 -0
- package/.next/standalone/node_modules/webpack/lib/css/walkCssTokens.js +1740 -0
- package/.next/standalone/node_modules/webpack/lib/debug/ProfilingPlugin.js +589 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +267 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +504 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDPlugin.js +243 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +124 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +28 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +425 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +189 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js +50 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CachedConstDependency.js +135 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js +65 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js +412 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js +184 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js +425 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js +162 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js +805 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +316 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +73 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js +156 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ConstDependency.js +118 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependency.js +183 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +277 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +63 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +62 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextElementDependency.js +147 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js +75 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js +29 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssExportDependency.js +537 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssImportDependency.js +183 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssSymbolDependency.js +131 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssImportDependency.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssUrlDependency.js +189 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/DllEntryDependency.js +61 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/DynamicExports.js +73 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/EntryDependency.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js +161 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleDependency.js +109 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragment.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragmentDependency.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js +237 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js +103 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyEvaluatedImportSpecifierDependency.js +164 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js +258 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js +211 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js +78 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js +1494 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js +191 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js +127 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExports.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js +429 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js +669 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js +85 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js +514 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js +154 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportContextDependency.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportDependency.js +158 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportEagerDependency.js +76 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js +312 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js +447 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportParserPlugin.js +612 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPhase.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPlugin.js +98 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportWeakDependency.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/JsonExportsDependency.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderDependency.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderImportDependency.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderPlugin.js +294 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModule.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +84 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js +136 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependency.js +100 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleInitFragmentDependency.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/NullDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/PrefetchDependency.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ProvidedDependency.js +156 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/PureExpressionDependency.js +161 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependency.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +167 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +29 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +145 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +115 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +79 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +100 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +63 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +58 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js +85 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/StaticExportsDependency.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/SystemPlugin.js +168 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/URLContextDependency.js +65 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/URLDependency.js +165 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/URLPlugin.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/UnsupportedDependency.js +82 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js +93 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js +108 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js +84 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerDependency.js +141 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerPlugin.js +565 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/getFunctionExpression.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/processExportInfo.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/electron/ElectronTargetPlugin.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/errors/BuildCycleError.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js +273 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js +143 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js +426 -0
- package/.next/standalone/node_modules/webpack/lib/formatLocation.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js +419 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js +471 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacementHelper.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js +473 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/lazyCompilationBackend.js +167 -0
- package/.next/standalone/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js +94 -0
- package/.next/standalone/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js +97 -0
- package/.next/standalone/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/ids/IdHelpers.js +492 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js +168 -0
- package/.next/standalone/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js +155 -0
- package/.next/standalone/node_modules/webpack/lib/index.js +681 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js +153 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js +603 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/ChunkFormatHelpers.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/ChunkHelpers.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js +148 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js +127 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptGenerator.js +277 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js +1852 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParser.js +5476 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js +129 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/StartupHelpers.js +178 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonData.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonGenerator.js +233 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonModulesPlugin.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonParser.js +92 -0
- package/.next/standalone/node_modules/webpack/lib/library/AbstractLibraryPlugin.js +339 -0
- package/.next/standalone/node_modules/webpack/lib/library/AmdLibraryPlugin.js +181 -0
- package/.next/standalone/node_modules/webpack/lib/library/AssignLibraryPlugin.js +445 -0
- package/.next/standalone/node_modules/webpack/lib/library/EnableLibraryPlugin.js +306 -0
- package/.next/standalone/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js +116 -0
- package/.next/standalone/node_modules/webpack/lib/library/JsonpLibraryPlugin.js +92 -0
- package/.next/standalone/node_modules/webpack/lib/library/ModuleLibraryPlugin.js +438 -0
- package/.next/standalone/node_modules/webpack/lib/library/SystemLibraryPlugin.js +256 -0
- package/.next/standalone/node_modules/webpack/lib/library/UmdLibraryPlugin.js +355 -0
- package/.next/standalone/node_modules/webpack/lib/logging/Logger.js +219 -0
- package/.next/standalone/node_modules/webpack/lib/logging/createConsoleLogger.js +216 -0
- package/.next/standalone/node_modules/webpack/lib/logging/truncateArgs.js +83 -0
- package/.next/standalone/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js +119 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeSourcePlugin.js +19 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeTargetPlugin.js +94 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeTemplatePlugin.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeWatchFileSystem.js +195 -0
- package/.next/standalone/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js +285 -0
- package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js +122 -0
- package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js +126 -0
- package/.next/standalone/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js +238 -0
- package/.next/standalone/node_modules/webpack/lib/node/nodeConsole.js +185 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +98 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js +347 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/ConcatenatedModule.js +2287 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js +88 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraph.js +368 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraphPlugin.js +455 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +301 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MangleExportsPlugin.js +194 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js +968 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RealContentHashPlugin.js +486 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +216 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js +417 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/SplitChunksPlugin.js +1829 -0
- package/.next/standalone/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js +21 -0
- package/.next/standalone/node_modules/webpack/lib/performance/SizeLimitsPlugin.js +182 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js +95 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js +51 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js +79 -0
- package/.next/standalone/node_modules/webpack/lib/rules/RuleSetCompiler.js +443 -0
- package/.next/standalone/node_modules/webpack/lib/rules/UseEffectRulePlugin.js +236 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js +199 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/BaseUriRuntimeModule.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js +28 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CompatRuntimeModule.js +83 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js +298 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js +99 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js +47 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/HelperRuntimeModule.js +18 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js +174 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/MakeDeferredNamespaceObjectRuntime.js +231 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/NonceRuntimeModule.js +24 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js +78 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js +88 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js +77 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js +23 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/ToBinaryRuntimeModule.js +64 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/DataUriPlugin.js +47 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/FileUriPlugin.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/HttpUriPlugin.js +1411 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/VirtualUrlPlugin.js +227 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/AggregateErrorSerializer.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/ArraySerializer.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/BinaryMiddleware.js +1164 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/DateObjectSerializer.js +28 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/FileMiddleware.js +766 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/MapObjectSerializer.js +48 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js +53 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/ObjectMiddleware.js +877 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/PlainObjectSerializer.js +119 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js +29 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/Serializer.js +82 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/SerializerMiddleware.js +226 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/SetObjectSerializer.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/SingleItemMiddleware.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedModule.js +327 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js +380 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js +358 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedDependency.js +80 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModule.js +196 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js +248 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/SharePlugin.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ShareRuntimeModule.js +152 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js +106 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/utils.js +421 -0
- package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js +2785 -0
- package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js +417 -0
- package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js +1860 -0
- package/.next/standalone/node_modules/webpack/lib/stats/StatsFactory.js +406 -0
- package/.next/standalone/node_modules/webpack/lib/stats/StatsPrinter.js +300 -0
- package/.next/standalone/node_modules/webpack/lib/url/URLParserPlugin.js +265 -0
- package/.next/standalone/node_modules/webpack/lib/util/AppendOnlyStackedSet.js +57 -0
- package/.next/standalone/node_modules/webpack/lib/util/ArrayHelpers.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/util/ArrayQueue.js +104 -0
- package/.next/standalone/node_modules/webpack/lib/util/AsyncQueue.js +411 -0
- package/.next/standalone/node_modules/webpack/lib/util/Hash.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/util/IterableHelpers.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/util/LazyBucketSortedSet.js +272 -0
- package/.next/standalone/node_modules/webpack/lib/util/LazySet.js +236 -0
- package/.next/standalone/node_modules/webpack/lib/util/MapHelpers.js +34 -0
- package/.next/standalone/node_modules/webpack/lib/util/ParallelismFactorCalculator.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/util/Queue.js +52 -0
- package/.next/standalone/node_modules/webpack/lib/util/SetHelpers.js +94 -0
- package/.next/standalone/node_modules/webpack/lib/util/SortableSet.js +176 -0
- package/.next/standalone/node_modules/webpack/lib/util/StackedCacheMap.js +140 -0
- package/.next/standalone/node_modules/webpack/lib/util/StackedMap.js +164 -0
- package/.next/standalone/node_modules/webpack/lib/util/StringXor.js +103 -0
- package/.next/standalone/node_modules/webpack/lib/util/TupleQueue.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/util/TupleSet.js +185 -0
- package/.next/standalone/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/util/WeakTupleMap.js +227 -0
- package/.next/standalone/node_modules/webpack/lib/util/binarySearchBounds.js +136 -0
- package/.next/standalone/node_modules/webpack/lib/util/chainedImports.js +99 -0
- package/.next/standalone/node_modules/webpack/lib/util/cleverMerge.js +676 -0
- package/.next/standalone/node_modules/webpack/lib/util/comparators.js +645 -0
- package/.next/standalone/node_modules/webpack/lib/util/compileBooleanMatcher.js +313 -0
- package/.next/standalone/node_modules/webpack/lib/util/concatenate.js +232 -0
- package/.next/standalone/node_modules/webpack/lib/util/conventions.js +126 -0
- package/.next/standalone/node_modules/webpack/lib/util/create-schema-validation.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/util/createHash.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/util/dataURL.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/util/deprecation.js +350 -0
- package/.next/standalone/node_modules/webpack/lib/util/deterministicGrouping.js +561 -0
- package/.next/standalone/node_modules/webpack/lib/util/extractSourceMap.js +318 -0
- package/.next/standalone/node_modules/webpack/lib/util/extractUrlAndGlobal.js +18 -0
- package/.next/standalone/node_modules/webpack/lib/util/findGraphRoots.js +241 -0
- package/.next/standalone/node_modules/webpack/lib/util/fs.js +675 -0
- package/.next/standalone/node_modules/webpack/lib/util/generateDebugId.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/BatchedHash.js +114 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/BulkUpdateHash.js +144 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/DebugHash.js +75 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/hash-digest.js +217 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/md4.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/wasm-hash.js +231 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/xxhash64.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/util/identifier.js +471 -0
- package/.next/standalone/node_modules/webpack/lib/util/internalSerializables.js +222 -0
- package/.next/standalone/node_modules/webpack/lib/util/magicComment.js +25 -0
- package/.next/standalone/node_modules/webpack/lib/util/makeSerializable.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/util/memoize.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/util/nonNumericOnlyHash.js +22 -0
- package/.next/standalone/node_modules/webpack/lib/util/numberHash.js +95 -0
- package/.next/standalone/node_modules/webpack/lib/util/processAsyncTree.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/util/propertyAccess.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/util/propertyName.js +76 -0
- package/.next/standalone/node_modules/webpack/lib/util/registerExternalSerializer.js +334 -0
- package/.next/standalone/node_modules/webpack/lib/util/removeBOM.js +25 -0
- package/.next/standalone/node_modules/webpack/lib/util/runtime.js +717 -0
- package/.next/standalone/node_modules/webpack/lib/util/semver.js +604 -0
- package/.next/standalone/node_modules/webpack/lib/util/serialization.js +153 -0
- package/.next/standalone/node_modules/webpack/lib/util/smartGrouping.js +221 -0
- package/.next/standalone/node_modules/webpack/lib/util/source.js +62 -0
- package/.next/standalone/node_modules/webpack/lib/util/traverseDestructuringAssignmentProperties.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/validateSchema.js +177 -0
- package/.next/standalone/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js +145 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js +154 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js +212 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js +209 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js +80 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/UniversalCompileAsyncWasmPlugin.js +107 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js +422 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js +535 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js +111 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js +236 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js +151 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js +201 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js +101 -0
- package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js +455 -0
- package/.next/standalone/node_modules/webpack/lib/web/JsonpTemplatePlugin.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/webpack.js +225 -0
- package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js +110 -0
- package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js +229 -0
- package/.next/standalone/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/ajv.js +50 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/errors.js +123 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/index.js +242 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/names.js +28 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/rules.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/util.js +178 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/core.js +618 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/data.json +13 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/package.json +127 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/index.js +32 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/package.json +74 -0
- package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/dist/lexer.cjs +1 -0
- package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/package.json +57 -0
- package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/index.js +93 -0
- package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/package.json +43 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/ValidationError.js +1061 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/index.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/limit.js +167 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/Range.js +143 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/hints.js +85 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/memorize.js +34 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/validate.js +215 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/package.json +89 -0
- package/.next/standalone/node_modules/webpack/package.json +204 -0
- package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.json +6179 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.json +115 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.json +36 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.json +206 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.json +34 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json +27 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.json +98 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.json +65 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json +168 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json +25 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json +294 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json +132 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json +525 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json +12 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.json +57 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json +11 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json +11 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.json +3 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.json +3 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json +23 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json +21 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.json +11 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json +20 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json +74 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json +120 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json +94 -0
- package/.next/standalone/node_modules/webpack-sources/lib/CachedSource.js +419 -0
- package/.next/standalone/node_modules/webpack-sources/lib/CompatSource.js +109 -0
- package/.next/standalone/node_modules/webpack-sources/lib/ConcatSource.js +398 -0
- package/.next/standalone/node_modules/webpack-sources/lib/OriginalSource.js +202 -0
- package/.next/standalone/node_modules/webpack-sources/lib/PrefixSource.js +162 -0
- package/.next/standalone/node_modules/webpack-sources/lib/RawSource.js +140 -0
- package/.next/standalone/node_modules/webpack-sources/lib/ReplaceSource.js +557 -0
- package/.next/standalone/node_modules/webpack-sources/lib/SizeOnlySource.js +71 -0
- package/.next/standalone/node_modules/webpack-sources/lib/Source.js +89 -0
- package/.next/standalone/node_modules/webpack-sources/lib/SourceMapSource.js +367 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js +225 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js +159 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js +44 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/getSource.js +24 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/readMappings.js +120 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoLines.js +33 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js +53 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js +123 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunks.js +62 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js +366 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js +54 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js +499 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/stringBufferUtils.js +117 -0
- package/.next/standalone/node_modules/webpack-sources/lib/index.js +120 -0
- package/.next/standalone/node_modules/webpack-sources/package.json +51 -0
- package/.next/standalone/package.json +5 -1
- package/.next/static/chunks/429-8f4030371ebef5c3.js +1 -0
- package/.next/static/chunks/827-6cf4bfc10d1ff0c7.js +1 -0
- package/.next/static/chunks/app/goals/[id]/page-231bb4daae0f06eb.js +1 -0
- package/.next/static/chunks/app/ideas/[id]/page-b3dfe1e61fc656a4.js +1 -0
- package/.next/static/chunks/app/roadmap/[id]/page-b93a96f017c8d3dd.js +1 -0
- package/.next/static/chunks/app/social/page-5211c78a5f37df65.js +1 -0
- package/.next/static/chunks/app/updates/new/page-dcc67ffca587dcc2.js +1 -0
- package/dist/scripts/heartbeat.js +404 -327
- package/package.json +5 -1
- package/scripts/lib/video/compositions/AdVideo.tsx +37 -0
- package/scripts/lib/video/compositions/Root.tsx +90 -0
- package/scripts/lib/video/compositions/ShipVideo.tsx +37 -0
- package/scripts/lib/video/compositions/Slide.tsx +260 -0
- package/.next/static/chunks/429-c3cc9856a8a9d0d4.js +0 -1
- package/.next/static/chunks/827-d5a9d09b31d7eb1c.js +0 -1
- package/.next/static/chunks/app/goals/[id]/page-7a60dffb8ee860ed.js +0 -1
- package/.next/static/chunks/app/ideas/[id]/page-565f78e223048e74.js +0 -1
- package/.next/static/chunks/app/roadmap/[id]/page-54f51490662106f5.js +0 -1
- package/.next/static/chunks/app/social/page-574752c4e67413de.js +0 -1
- package/.next/static/chunks/app/updates/new/page-c5da11133140a7f4.js +0 -1
- /package/.next/static/{xcvZKuVNCJhkUHViU5lb4 → DcXwb-73WeaaqPvwbu_dd}/_buildManifest.js +0 -0
- /package/.next/static/{xcvZKuVNCJhkUHViU5lb4 → DcXwb-73WeaaqPvwbu_dd}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,1494 @@
|
|
|
1
|
+
/*
|
|
2
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
3
|
+
Author Tobias Koppers @sokra
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
const ConditionalInitFragment = require("../ConditionalInitFragment");
|
|
9
|
+
const Dependency = require("../Dependency");
|
|
10
|
+
const { UsageState } = require("../ExportsInfo");
|
|
11
|
+
const HarmonyLinkingError = require("../HarmonyLinkingError");
|
|
12
|
+
const InitFragment = require("../InitFragment");
|
|
13
|
+
const RuntimeGlobals = require("../RuntimeGlobals");
|
|
14
|
+
const Template = require("../Template");
|
|
15
|
+
const {
|
|
16
|
+
getMakeDeferredNamespaceModeFromExportsType
|
|
17
|
+
} = require("../runtime/MakeDeferredNamespaceObjectRuntime");
|
|
18
|
+
const { countIterable } = require("../util/IterableHelpers");
|
|
19
|
+
const { combine, first } = require("../util/SetHelpers");
|
|
20
|
+
const makeSerializable = require("../util/makeSerializable");
|
|
21
|
+
const propertyAccess = require("../util/propertyAccess");
|
|
22
|
+
const { propertyName } = require("../util/propertyName");
|
|
23
|
+
const {
|
|
24
|
+
filterRuntime,
|
|
25
|
+
getRuntimeKey,
|
|
26
|
+
keyToRuntime
|
|
27
|
+
} = require("../util/runtime");
|
|
28
|
+
const HarmonyExportInitFragment = require("./HarmonyExportInitFragment");
|
|
29
|
+
const HarmonyImportDependency = require("./HarmonyImportDependency");
|
|
30
|
+
const { ImportPhaseUtils } = require("./ImportPhase");
|
|
31
|
+
const processExportInfo = require("./processExportInfo");
|
|
32
|
+
|
|
33
|
+
/** @typedef {import("webpack-sources").ReplaceSource} ReplaceSource */
|
|
34
|
+
/** @typedef {import("../ChunkGraph")} ChunkGraph */
|
|
35
|
+
/** @typedef {import("../Dependency").ExportsSpec} ExportsSpec */
|
|
36
|
+
/** @typedef {import("../Dependency").GetConditionFn} GetConditionFn */
|
|
37
|
+
/** @typedef {import("../Dependency").RawReferencedExports} RawReferencedExports */
|
|
38
|
+
/** @typedef {import("../Dependency").ReferencedExports} ReferencedExports */
|
|
39
|
+
/** @typedef {import("../Dependency").TRANSITIVE} TRANSITIVE */
|
|
40
|
+
/** @typedef {import("../DependencyTemplate").DependencyTemplateContext} DependencyTemplateContext */
|
|
41
|
+
/** @typedef {import("../ExportsInfo")} ExportsInfo */
|
|
42
|
+
/** @typedef {import("../ExportsInfo").ExportInfo} ExportInfo */
|
|
43
|
+
/** @typedef {import("../ExportsInfo").ExportInfoName} ExportInfoName */
|
|
44
|
+
/** @typedef {import("../ExportsInfo").UsedName} UsedName */
|
|
45
|
+
/** @typedef {import("../Generator").GenerateContext} GenerateContext */
|
|
46
|
+
/** @typedef {import("../Module")} Module */
|
|
47
|
+
/** @typedef {import("../Module").BuildMeta} BuildMeta */
|
|
48
|
+
/** @typedef {import("../Module").RuntimeRequirements} RuntimeRequirements */
|
|
49
|
+
/** @typedef {import("../Module").ExportsType} ExportsType */
|
|
50
|
+
/** @typedef {import("../ModuleGraph")} ModuleGraph */
|
|
51
|
+
/** @typedef {import("../ModuleGraphConnection")} ModuleGraphConnection */
|
|
52
|
+
/** @typedef {import("../ModuleGraphConnection").ConnectionState} ConnectionState */
|
|
53
|
+
/** @typedef {import("../RuntimeTemplate")} RuntimeTemplate */
|
|
54
|
+
/** @typedef {import("../WebpackError")} WebpackError */
|
|
55
|
+
/** @typedef {import("../javascript/JavascriptParser").ImportAttributes} ImportAttributes */
|
|
56
|
+
/** @typedef {import("../serialization/ObjectMiddleware").ObjectDeserializerContext} ObjectDeserializerContext */
|
|
57
|
+
/** @typedef {import("../serialization/ObjectMiddleware").ObjectSerializerContext} ObjectSerializerContext */
|
|
58
|
+
/** @typedef {import("../util/runtime").RuntimeSpec} RuntimeSpec */
|
|
59
|
+
/** @typedef {import("./HarmonyImportDependency").Ids} Ids */
|
|
60
|
+
/** @typedef {import("./HarmonyImportDependency").ExportPresenceMode} ExportPresenceMode */
|
|
61
|
+
/** @typedef {import("./HarmonyExportInitFragment").ExportMap} ExportMap */
|
|
62
|
+
/** @typedef {import("../dependencies/ImportPhase").ImportPhaseType} ImportPhaseType */
|
|
63
|
+
|
|
64
|
+
/** @typedef {"missing" | "unused" | "empty-star" | "reexport-dynamic-default" | "reexport-named-default" | "reexport-namespace-object" | "reexport-fake-namespace-object" | "reexport-undefined" | "normal-reexport" | "dynamic-reexport"} ExportModeType */
|
|
65
|
+
|
|
66
|
+
const { ExportPresenceModes } = HarmonyImportDependency;
|
|
67
|
+
|
|
68
|
+
const idsSymbol = Symbol("HarmonyExportImportedSpecifierDependency.ids");
|
|
69
|
+
|
|
70
|
+
class NormalReexportItem {
|
|
71
|
+
/**
|
|
72
|
+
* @param {string} name export name
|
|
73
|
+
* @param {Ids} ids reexported ids from other module
|
|
74
|
+
* @param {ExportInfo} exportInfo export info from other module
|
|
75
|
+
* @param {boolean} checked true, if it should be checked at runtime if this export exists
|
|
76
|
+
* @param {boolean} hidden true, if it is hidden behind another active export in the same module
|
|
77
|
+
*/
|
|
78
|
+
constructor(name, ids, exportInfo, checked, hidden) {
|
|
79
|
+
this.name = name;
|
|
80
|
+
this.ids = ids;
|
|
81
|
+
this.exportInfo = exportInfo;
|
|
82
|
+
this.checked = checked;
|
|
83
|
+
this.hidden = hidden;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/** @typedef {Set<string>} ExportModeIgnored */
|
|
88
|
+
/** @typedef {Set<string>} ExportModeHidden */
|
|
89
|
+
|
|
90
|
+
class ExportMode {
|
|
91
|
+
/**
|
|
92
|
+
* @param {ExportModeType} type type of the mode
|
|
93
|
+
*/
|
|
94
|
+
constructor(type) {
|
|
95
|
+
/** @type {ExportModeType} */
|
|
96
|
+
this.type = type;
|
|
97
|
+
|
|
98
|
+
// for "normal-reexport":
|
|
99
|
+
/** @type {NormalReexportItem[] | null} */
|
|
100
|
+
this.items = null;
|
|
101
|
+
|
|
102
|
+
// for "reexport-named-default" | "reexport-fake-namespace-object" | "reexport-namespace-object"
|
|
103
|
+
/** @type {string | null} */
|
|
104
|
+
this.name = null;
|
|
105
|
+
/** @type {ExportInfo | null} */
|
|
106
|
+
this.partialNamespaceExportInfo = null;
|
|
107
|
+
|
|
108
|
+
// for "dynamic-reexport":
|
|
109
|
+
/** @type {ExportModeIgnored | null} */
|
|
110
|
+
this.ignored = null;
|
|
111
|
+
|
|
112
|
+
// for "dynamic-reexport" | "empty-star":
|
|
113
|
+
/** @type {ExportModeHidden | undefined | null} */
|
|
114
|
+
this.hidden = null;
|
|
115
|
+
|
|
116
|
+
// for "missing":
|
|
117
|
+
/** @type {string | null} */
|
|
118
|
+
this.userRequest = null;
|
|
119
|
+
|
|
120
|
+
// for "reexport-fake-namespace-object":
|
|
121
|
+
/** @type {number} */
|
|
122
|
+
this.fakeType = 0;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/** @typedef {number[]} DependencyIndices */
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
130
|
+
* @param {HarmonyExportImportedSpecifierDependency[]} dependencies dependencies
|
|
131
|
+
* @param {HarmonyExportImportedSpecifierDependency=} additionalDependency additional dependency
|
|
132
|
+
* @returns {{ names: ExportInfoName[], dependencyIndices: DependencyIndices }} result
|
|
133
|
+
*/
|
|
134
|
+
const determineExportAssignments = (
|
|
135
|
+
moduleGraph,
|
|
136
|
+
dependencies,
|
|
137
|
+
additionalDependency
|
|
138
|
+
) => {
|
|
139
|
+
/** @type {Set<ExportInfoName>} */
|
|
140
|
+
const names = new Set();
|
|
141
|
+
/** @type {DependencyIndices} */
|
|
142
|
+
const dependencyIndices = [];
|
|
143
|
+
|
|
144
|
+
if (additionalDependency) {
|
|
145
|
+
dependencies = [...dependencies, additionalDependency];
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
for (const dep of dependencies) {
|
|
149
|
+
const i = dependencyIndices.length;
|
|
150
|
+
dependencyIndices[i] = names.size;
|
|
151
|
+
const otherImportedModule = moduleGraph.getModule(dep);
|
|
152
|
+
if (otherImportedModule) {
|
|
153
|
+
const exportsInfo = moduleGraph.getExportsInfo(otherImportedModule);
|
|
154
|
+
for (const exportInfo of exportsInfo.exports) {
|
|
155
|
+
if (
|
|
156
|
+
exportInfo.provided === true &&
|
|
157
|
+
exportInfo.name !== "default" &&
|
|
158
|
+
!names.has(exportInfo.name)
|
|
159
|
+
) {
|
|
160
|
+
names.add(exportInfo.name);
|
|
161
|
+
dependencyIndices[i] = names.size;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
dependencyIndices.push(names.size);
|
|
167
|
+
|
|
168
|
+
return { names: [...names], dependencyIndices };
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* @param {object} options options
|
|
173
|
+
* @param {ExportInfoName[]} options.names names
|
|
174
|
+
* @param {DependencyIndices} options.dependencyIndices dependency indices
|
|
175
|
+
* @param {string} name name
|
|
176
|
+
* @param {ReadonlyArray<HarmonyExportImportedSpecifierDependency>} dependencies dependencies
|
|
177
|
+
* @returns {HarmonyExportImportedSpecifierDependency | undefined} found dependency or nothing
|
|
178
|
+
*/
|
|
179
|
+
const findDependencyForName = (
|
|
180
|
+
{ names, dependencyIndices },
|
|
181
|
+
name,
|
|
182
|
+
dependencies
|
|
183
|
+
) => {
|
|
184
|
+
const dependenciesIt = dependencies[Symbol.iterator]();
|
|
185
|
+
const dependencyIndicesIt = dependencyIndices[Symbol.iterator]();
|
|
186
|
+
let dependenciesItResult = dependenciesIt.next();
|
|
187
|
+
let dependencyIndicesItResult = dependencyIndicesIt.next();
|
|
188
|
+
if (dependencyIndicesItResult.done) return;
|
|
189
|
+
for (let i = 0; i < names.length; i++) {
|
|
190
|
+
while (i >= dependencyIndicesItResult.value) {
|
|
191
|
+
dependenciesItResult = dependenciesIt.next();
|
|
192
|
+
dependencyIndicesItResult = dependencyIndicesIt.next();
|
|
193
|
+
if (dependencyIndicesItResult.done) return;
|
|
194
|
+
}
|
|
195
|
+
if (names[i] === name) return dependenciesItResult.value;
|
|
196
|
+
}
|
|
197
|
+
return undefined;
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
202
|
+
* @param {HarmonyExportImportedSpecifierDependency} dep the dependency
|
|
203
|
+
* @param {string} runtimeKey the runtime key
|
|
204
|
+
* @returns {ExportMode} the export mode
|
|
205
|
+
*/
|
|
206
|
+
const getMode = (moduleGraph, dep, runtimeKey) => {
|
|
207
|
+
const importedModule = moduleGraph.getModule(dep);
|
|
208
|
+
|
|
209
|
+
if (!importedModule) {
|
|
210
|
+
const mode = new ExportMode("missing");
|
|
211
|
+
|
|
212
|
+
mode.userRequest = dep.userRequest;
|
|
213
|
+
|
|
214
|
+
return mode;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
const name = dep.name;
|
|
218
|
+
const runtime = keyToRuntime(runtimeKey);
|
|
219
|
+
const parentModule = /** @type {Module} */ (moduleGraph.getParentModule(dep));
|
|
220
|
+
const exportsInfo = moduleGraph.getExportsInfo(parentModule);
|
|
221
|
+
|
|
222
|
+
if (
|
|
223
|
+
name
|
|
224
|
+
? exportsInfo.getUsed(name, runtime) === UsageState.Unused
|
|
225
|
+
: exportsInfo.isUsed(runtime) === false
|
|
226
|
+
) {
|
|
227
|
+
const mode = new ExportMode("unused");
|
|
228
|
+
|
|
229
|
+
mode.name = name || "*";
|
|
230
|
+
|
|
231
|
+
return mode;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
const importedExportsType = importedModule.getExportsType(
|
|
235
|
+
moduleGraph,
|
|
236
|
+
/** @type {BuildMeta} */
|
|
237
|
+
(parentModule.buildMeta).strictHarmonyModule
|
|
238
|
+
);
|
|
239
|
+
|
|
240
|
+
const ids = dep.getIds(moduleGraph);
|
|
241
|
+
|
|
242
|
+
// Special handling for reexporting the default export
|
|
243
|
+
// from non-namespace modules
|
|
244
|
+
if (name && ids.length > 0 && ids[0] === "default") {
|
|
245
|
+
switch (importedExportsType) {
|
|
246
|
+
case "dynamic": {
|
|
247
|
+
const mode = new ExportMode("reexport-dynamic-default");
|
|
248
|
+
|
|
249
|
+
mode.name = name;
|
|
250
|
+
|
|
251
|
+
return mode;
|
|
252
|
+
}
|
|
253
|
+
case "default-only":
|
|
254
|
+
case "default-with-named": {
|
|
255
|
+
const exportInfo = exportsInfo.getReadOnlyExportInfo(name);
|
|
256
|
+
const mode = new ExportMode("reexport-named-default");
|
|
257
|
+
|
|
258
|
+
mode.name = name;
|
|
259
|
+
mode.partialNamespaceExportInfo = exportInfo;
|
|
260
|
+
|
|
261
|
+
return mode;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// reexporting with a fixed name
|
|
267
|
+
if (name) {
|
|
268
|
+
/** @type {ExportMode} */
|
|
269
|
+
let mode;
|
|
270
|
+
const exportInfo = exportsInfo.getReadOnlyExportInfo(name);
|
|
271
|
+
|
|
272
|
+
if (ids.length > 0) {
|
|
273
|
+
// export { name as name }
|
|
274
|
+
switch (importedExportsType) {
|
|
275
|
+
case "default-only":
|
|
276
|
+
mode = new ExportMode("reexport-undefined");
|
|
277
|
+
mode.name = name;
|
|
278
|
+
break;
|
|
279
|
+
default:
|
|
280
|
+
mode = new ExportMode("normal-reexport");
|
|
281
|
+
mode.items = [
|
|
282
|
+
new NormalReexportItem(name, ids, exportInfo, false, false)
|
|
283
|
+
];
|
|
284
|
+
break;
|
|
285
|
+
}
|
|
286
|
+
} else {
|
|
287
|
+
// export * as name
|
|
288
|
+
switch (importedExportsType) {
|
|
289
|
+
case "default-only":
|
|
290
|
+
mode = new ExportMode("reexport-fake-namespace-object");
|
|
291
|
+
mode.name = name;
|
|
292
|
+
mode.partialNamespaceExportInfo = exportInfo;
|
|
293
|
+
mode.fakeType = 0;
|
|
294
|
+
break;
|
|
295
|
+
case "default-with-named":
|
|
296
|
+
mode = new ExportMode("reexport-fake-namespace-object");
|
|
297
|
+
mode.name = name;
|
|
298
|
+
mode.partialNamespaceExportInfo = exportInfo;
|
|
299
|
+
mode.fakeType = 2;
|
|
300
|
+
break;
|
|
301
|
+
case "dynamic":
|
|
302
|
+
default:
|
|
303
|
+
mode = new ExportMode("reexport-namespace-object");
|
|
304
|
+
mode.name = name;
|
|
305
|
+
mode.partialNamespaceExportInfo = exportInfo;
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
return mode;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// Star reexporting
|
|
313
|
+
const { ignoredExports, exports, checked, hidden } = dep.getStarReexports(
|
|
314
|
+
moduleGraph,
|
|
315
|
+
runtime,
|
|
316
|
+
exportsInfo,
|
|
317
|
+
importedModule
|
|
318
|
+
);
|
|
319
|
+
if (!exports) {
|
|
320
|
+
// We have too few info about the modules
|
|
321
|
+
// Delegate the logic to the runtime code
|
|
322
|
+
|
|
323
|
+
const mode = new ExportMode("dynamic-reexport");
|
|
324
|
+
mode.ignored = ignoredExports;
|
|
325
|
+
mode.hidden = hidden;
|
|
326
|
+
|
|
327
|
+
return mode;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
if (exports.size === 0) {
|
|
331
|
+
const mode = new ExportMode("empty-star");
|
|
332
|
+
mode.hidden = hidden;
|
|
333
|
+
|
|
334
|
+
return mode;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
const mode = new ExportMode("normal-reexport");
|
|
338
|
+
|
|
339
|
+
mode.items = Array.from(
|
|
340
|
+
exports,
|
|
341
|
+
(exportName) =>
|
|
342
|
+
new NormalReexportItem(
|
|
343
|
+
exportName,
|
|
344
|
+
[exportName],
|
|
345
|
+
exportsInfo.getReadOnlyExportInfo(exportName),
|
|
346
|
+
/** @type {Checked} */
|
|
347
|
+
(checked).has(exportName),
|
|
348
|
+
false
|
|
349
|
+
)
|
|
350
|
+
);
|
|
351
|
+
if (hidden !== undefined) {
|
|
352
|
+
for (const exportName of hidden) {
|
|
353
|
+
mode.items.push(
|
|
354
|
+
new NormalReexportItem(
|
|
355
|
+
exportName,
|
|
356
|
+
[exportName],
|
|
357
|
+
exportsInfo.getReadOnlyExportInfo(exportName),
|
|
358
|
+
false,
|
|
359
|
+
true
|
|
360
|
+
)
|
|
361
|
+
);
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
return mode;
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
/** @typedef {Set<string>} Exports */
|
|
369
|
+
/** @typedef {Set<string>} Checked */
|
|
370
|
+
/** @typedef {Set<string>} Hidden */
|
|
371
|
+
/** @typedef {Set<string>} IgnoredExports */
|
|
372
|
+
|
|
373
|
+
class HarmonyExportImportedSpecifierDependency extends HarmonyImportDependency {
|
|
374
|
+
/**
|
|
375
|
+
* @param {string} request the request string
|
|
376
|
+
* @param {number} sourceOrder the order in the original source file
|
|
377
|
+
* @param {Ids} ids the requested export name of the imported module
|
|
378
|
+
* @param {string | null} name the export name of for this module
|
|
379
|
+
* @param {Set<string>} activeExports other named exports in the module
|
|
380
|
+
* @param {ReadonlyArray<HarmonyExportImportedSpecifierDependency> | null} otherStarExports other star exports in the module before this import
|
|
381
|
+
* @param {ExportPresenceMode} exportPresenceMode mode of checking export names
|
|
382
|
+
* @param {HarmonyStarExportsList | null} allStarExports all star exports in the module
|
|
383
|
+
* @param {ImportPhaseType} phase import phase
|
|
384
|
+
* @param {ImportAttributes=} attributes import attributes
|
|
385
|
+
*/
|
|
386
|
+
constructor(
|
|
387
|
+
request,
|
|
388
|
+
sourceOrder,
|
|
389
|
+
ids,
|
|
390
|
+
name,
|
|
391
|
+
activeExports,
|
|
392
|
+
otherStarExports,
|
|
393
|
+
exportPresenceMode,
|
|
394
|
+
allStarExports,
|
|
395
|
+
phase,
|
|
396
|
+
attributes
|
|
397
|
+
) {
|
|
398
|
+
super(request, sourceOrder, phase, attributes);
|
|
399
|
+
|
|
400
|
+
this.ids = ids;
|
|
401
|
+
this.name = name;
|
|
402
|
+
this.activeExports = activeExports;
|
|
403
|
+
this.otherStarExports = otherStarExports;
|
|
404
|
+
this.exportPresenceMode = exportPresenceMode;
|
|
405
|
+
this.allStarExports = allStarExports;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* @returns {boolean | TRANSITIVE} true, when changes to the referenced module could affect the referencing module; TRANSITIVE, when changes to the referenced module could affect referencing modules of the referencing module
|
|
410
|
+
*/
|
|
411
|
+
couldAffectReferencingModule() {
|
|
412
|
+
return Dependency.TRANSITIVE;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// TODO webpack 6 remove
|
|
416
|
+
get id() {
|
|
417
|
+
throw new Error("id was renamed to ids and type changed to string[]");
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
// TODO webpack 6 remove
|
|
421
|
+
getId() {
|
|
422
|
+
throw new Error("id was renamed to ids and type changed to string[]");
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// TODO webpack 6 remove
|
|
426
|
+
setId() {
|
|
427
|
+
throw new Error("id was renamed to ids and type changed to string[]");
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
get type() {
|
|
431
|
+
return "harmony export imported specifier";
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
436
|
+
* @returns {Ids} the imported id
|
|
437
|
+
*/
|
|
438
|
+
getIds(moduleGraph) {
|
|
439
|
+
return moduleGraph.getMeta(this)[idsSymbol] || this.ids;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
444
|
+
* @param {Ids} ids the imported ids
|
|
445
|
+
* @returns {void}
|
|
446
|
+
*/
|
|
447
|
+
setIds(moduleGraph, ids) {
|
|
448
|
+
moduleGraph.getMeta(this)[idsSymbol] = ids;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
453
|
+
* @param {RuntimeSpec} runtime the runtime
|
|
454
|
+
* @returns {ExportMode} the export mode
|
|
455
|
+
*/
|
|
456
|
+
getMode(moduleGraph, runtime) {
|
|
457
|
+
return moduleGraph.dependencyCacheProvide(
|
|
458
|
+
this,
|
|
459
|
+
getRuntimeKey(runtime),
|
|
460
|
+
getMode
|
|
461
|
+
);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
466
|
+
* @param {RuntimeSpec} runtime the runtime
|
|
467
|
+
* @param {ExportsInfo} exportsInfo exports info about the current module (optional)
|
|
468
|
+
* @param {Module} importedModule the imported module (optional)
|
|
469
|
+
* @returns {{ exports?: Exports, checked?: Checked, ignoredExports: IgnoredExports, hidden?: Hidden }} information
|
|
470
|
+
*/
|
|
471
|
+
getStarReexports(
|
|
472
|
+
moduleGraph,
|
|
473
|
+
runtime,
|
|
474
|
+
exportsInfo = moduleGraph.getExportsInfo(
|
|
475
|
+
/** @type {Module} */ (moduleGraph.getParentModule(this))
|
|
476
|
+
),
|
|
477
|
+
importedModule = /** @type {Module} */ (moduleGraph.getModule(this))
|
|
478
|
+
) {
|
|
479
|
+
const importedExportsInfo = moduleGraph.getExportsInfo(importedModule);
|
|
480
|
+
const noExtraExports =
|
|
481
|
+
importedExportsInfo.otherExportsInfo.provided === false;
|
|
482
|
+
const noExtraImports =
|
|
483
|
+
exportsInfo.otherExportsInfo.getUsed(runtime) === UsageState.Unused;
|
|
484
|
+
|
|
485
|
+
/** @type {IgnoredExports} */
|
|
486
|
+
const ignoredExports = new Set(["default", ...this.activeExports]);
|
|
487
|
+
|
|
488
|
+
/** @type {Hidden | undefined} */
|
|
489
|
+
let hiddenExports;
|
|
490
|
+
const otherStarExports =
|
|
491
|
+
this._discoverActiveExportsFromOtherStarExports(moduleGraph);
|
|
492
|
+
if (otherStarExports !== undefined) {
|
|
493
|
+
hiddenExports = new Set();
|
|
494
|
+
for (let i = 0; i < otherStarExports.namesSlice; i++) {
|
|
495
|
+
hiddenExports.add(otherStarExports.names[i]);
|
|
496
|
+
}
|
|
497
|
+
for (const e of ignoredExports) hiddenExports.delete(e);
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
if (!noExtraExports && !noExtraImports) {
|
|
501
|
+
return {
|
|
502
|
+
ignoredExports,
|
|
503
|
+
hidden: hiddenExports
|
|
504
|
+
};
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/** @type {Exports} */
|
|
508
|
+
const exports = new Set();
|
|
509
|
+
/** @type {Checked} */
|
|
510
|
+
const checked = new Set();
|
|
511
|
+
/** @type {Hidden | undefined} */
|
|
512
|
+
const hidden = hiddenExports !== undefined ? new Set() : undefined;
|
|
513
|
+
|
|
514
|
+
if (noExtraImports) {
|
|
515
|
+
for (const exportInfo of exportsInfo.orderedExports) {
|
|
516
|
+
const name = exportInfo.name;
|
|
517
|
+
if (ignoredExports.has(name)) continue;
|
|
518
|
+
if (exportInfo.getUsed(runtime) === UsageState.Unused) continue;
|
|
519
|
+
const importedExportInfo =
|
|
520
|
+
importedExportsInfo.getReadOnlyExportInfo(name);
|
|
521
|
+
if (importedExportInfo.provided === false) continue;
|
|
522
|
+
if (hiddenExports !== undefined && hiddenExports.has(name)) {
|
|
523
|
+
/** @type {Hidden} */
|
|
524
|
+
(hidden).add(name);
|
|
525
|
+
continue;
|
|
526
|
+
}
|
|
527
|
+
exports.add(name);
|
|
528
|
+
if (importedExportInfo.provided === true) continue;
|
|
529
|
+
checked.add(name);
|
|
530
|
+
}
|
|
531
|
+
} else if (noExtraExports) {
|
|
532
|
+
for (const importedExportInfo of importedExportsInfo.orderedExports) {
|
|
533
|
+
const name = importedExportInfo.name;
|
|
534
|
+
if (ignoredExports.has(name)) continue;
|
|
535
|
+
if (importedExportInfo.provided === false) continue;
|
|
536
|
+
const exportInfo = exportsInfo.getReadOnlyExportInfo(name);
|
|
537
|
+
if (exportInfo.getUsed(runtime) === UsageState.Unused) continue;
|
|
538
|
+
if (hiddenExports !== undefined && hiddenExports.has(name)) {
|
|
539
|
+
/** @type {ExportModeHidden} */
|
|
540
|
+
(hidden).add(name);
|
|
541
|
+
continue;
|
|
542
|
+
}
|
|
543
|
+
exports.add(name);
|
|
544
|
+
if (importedExportInfo.provided === true) continue;
|
|
545
|
+
checked.add(name);
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
return { ignoredExports, exports, checked, hidden };
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
554
|
+
* @returns {null | false | GetConditionFn} function to determine if the connection is active
|
|
555
|
+
*/
|
|
556
|
+
getCondition(moduleGraph) {
|
|
557
|
+
return (connection, runtime) => {
|
|
558
|
+
const mode = this.getMode(moduleGraph, runtime);
|
|
559
|
+
return mode.type !== "unused" && mode.type !== "empty-star";
|
|
560
|
+
};
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
565
|
+
* @returns {ConnectionState} how this dependency connects the module to referencing modules
|
|
566
|
+
*/
|
|
567
|
+
getModuleEvaluationSideEffectsState(moduleGraph) {
|
|
568
|
+
return false;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* Returns list of exports referenced by this dependency
|
|
573
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
574
|
+
* @param {RuntimeSpec} runtime the runtime for which the module is analysed
|
|
575
|
+
* @returns {ReferencedExports} referenced exports
|
|
576
|
+
*/
|
|
577
|
+
getReferencedExports(moduleGraph, runtime) {
|
|
578
|
+
const mode = this.getMode(moduleGraph, runtime);
|
|
579
|
+
|
|
580
|
+
switch (mode.type) {
|
|
581
|
+
case "missing":
|
|
582
|
+
case "unused":
|
|
583
|
+
case "empty-star":
|
|
584
|
+
case "reexport-undefined":
|
|
585
|
+
return Dependency.NO_EXPORTS_REFERENCED;
|
|
586
|
+
|
|
587
|
+
case "reexport-dynamic-default":
|
|
588
|
+
return Dependency.EXPORTS_OBJECT_REFERENCED;
|
|
589
|
+
|
|
590
|
+
case "reexport-named-default": {
|
|
591
|
+
if (!mode.partialNamespaceExportInfo) {
|
|
592
|
+
return Dependency.EXPORTS_OBJECT_REFERENCED;
|
|
593
|
+
}
|
|
594
|
+
/** @type {RawReferencedExports} */
|
|
595
|
+
const referencedExports = [];
|
|
596
|
+
processExportInfo(
|
|
597
|
+
runtime,
|
|
598
|
+
referencedExports,
|
|
599
|
+
[],
|
|
600
|
+
/** @type {ExportInfo} */ (mode.partialNamespaceExportInfo)
|
|
601
|
+
);
|
|
602
|
+
return referencedExports;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
case "reexport-namespace-object":
|
|
606
|
+
case "reexport-fake-namespace-object": {
|
|
607
|
+
if (!mode.partialNamespaceExportInfo) {
|
|
608
|
+
return Dependency.EXPORTS_OBJECT_REFERENCED;
|
|
609
|
+
}
|
|
610
|
+
/** @type {RawReferencedExports} */
|
|
611
|
+
const referencedExports = [];
|
|
612
|
+
processExportInfo(
|
|
613
|
+
runtime,
|
|
614
|
+
referencedExports,
|
|
615
|
+
[],
|
|
616
|
+
/** @type {ExportInfo} */ (mode.partialNamespaceExportInfo),
|
|
617
|
+
mode.type === "reexport-fake-namespace-object"
|
|
618
|
+
);
|
|
619
|
+
return referencedExports;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
case "dynamic-reexport":
|
|
623
|
+
return Dependency.EXPORTS_OBJECT_REFERENCED;
|
|
624
|
+
|
|
625
|
+
case "normal-reexport": {
|
|
626
|
+
/** @type {RawReferencedExports} */
|
|
627
|
+
const referencedExports = [];
|
|
628
|
+
for (const {
|
|
629
|
+
ids,
|
|
630
|
+
exportInfo,
|
|
631
|
+
hidden
|
|
632
|
+
} of /** @type {NormalReexportItem[]} */ (mode.items)) {
|
|
633
|
+
if (hidden) continue;
|
|
634
|
+
processExportInfo(runtime, referencedExports, ids, exportInfo, false);
|
|
635
|
+
}
|
|
636
|
+
return referencedExports;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
default:
|
|
640
|
+
throw new Error(`Unknown mode ${mode.type}`);
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
646
|
+
* @returns {{ names: ExportInfoName[], namesSlice: number, dependencyIndices: DependencyIndices, dependencyIndex: number } | undefined} exported names and their origin dependency
|
|
647
|
+
*/
|
|
648
|
+
_discoverActiveExportsFromOtherStarExports(moduleGraph) {
|
|
649
|
+
if (!this.otherStarExports) return;
|
|
650
|
+
|
|
651
|
+
const i =
|
|
652
|
+
"length" in this.otherStarExports
|
|
653
|
+
? this.otherStarExports.length
|
|
654
|
+
: countIterable(this.otherStarExports);
|
|
655
|
+
if (i === 0) return;
|
|
656
|
+
|
|
657
|
+
if (this.allStarExports) {
|
|
658
|
+
const { names, dependencyIndices } = moduleGraph.cached(
|
|
659
|
+
determineExportAssignments,
|
|
660
|
+
this.allStarExports.dependencies
|
|
661
|
+
);
|
|
662
|
+
|
|
663
|
+
return {
|
|
664
|
+
names,
|
|
665
|
+
namesSlice: dependencyIndices[i - 1],
|
|
666
|
+
dependencyIndices,
|
|
667
|
+
dependencyIndex: i
|
|
668
|
+
};
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
const { names, dependencyIndices } = moduleGraph.cached(
|
|
672
|
+
determineExportAssignments,
|
|
673
|
+
/** @type {HarmonyExportImportedSpecifierDependency[]} */
|
|
674
|
+
(this.otherStarExports),
|
|
675
|
+
this
|
|
676
|
+
);
|
|
677
|
+
|
|
678
|
+
return {
|
|
679
|
+
names,
|
|
680
|
+
namesSlice: dependencyIndices[i - 1],
|
|
681
|
+
dependencyIndices,
|
|
682
|
+
dependencyIndex: i
|
|
683
|
+
};
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* Returns the exported names
|
|
688
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
689
|
+
* @returns {ExportsSpec | undefined} export names
|
|
690
|
+
*/
|
|
691
|
+
getExports(moduleGraph) {
|
|
692
|
+
const mode = this.getMode(moduleGraph, undefined);
|
|
693
|
+
|
|
694
|
+
switch (mode.type) {
|
|
695
|
+
case "missing":
|
|
696
|
+
return;
|
|
697
|
+
case "dynamic-reexport": {
|
|
698
|
+
const from =
|
|
699
|
+
/** @type {ModuleGraphConnection} */
|
|
700
|
+
(moduleGraph.getConnection(this));
|
|
701
|
+
return {
|
|
702
|
+
exports: true,
|
|
703
|
+
from,
|
|
704
|
+
canMangle: false,
|
|
705
|
+
excludeExports: mode.hidden
|
|
706
|
+
? combine(
|
|
707
|
+
/** @type {ExportModeIgnored} */ (mode.ignored),
|
|
708
|
+
mode.hidden
|
|
709
|
+
)
|
|
710
|
+
: /** @type {ExportModeIgnored} */ (mode.ignored),
|
|
711
|
+
hideExports: mode.hidden,
|
|
712
|
+
dependencies: [from.module]
|
|
713
|
+
};
|
|
714
|
+
}
|
|
715
|
+
case "empty-star":
|
|
716
|
+
return {
|
|
717
|
+
exports: [],
|
|
718
|
+
hideExports: mode.hidden,
|
|
719
|
+
dependencies: [/** @type {Module} */ (moduleGraph.getModule(this))]
|
|
720
|
+
};
|
|
721
|
+
// falls through
|
|
722
|
+
case "normal-reexport": {
|
|
723
|
+
const from =
|
|
724
|
+
/** @type {ModuleGraphConnection} */
|
|
725
|
+
(moduleGraph.getConnection(this));
|
|
726
|
+
return {
|
|
727
|
+
exports: Array.from(
|
|
728
|
+
/** @type {NormalReexportItem[]} */ (mode.items),
|
|
729
|
+
(item) => ({
|
|
730
|
+
name: item.name,
|
|
731
|
+
from,
|
|
732
|
+
export: item.ids,
|
|
733
|
+
hidden: item.hidden
|
|
734
|
+
})
|
|
735
|
+
),
|
|
736
|
+
priority: 1,
|
|
737
|
+
dependencies: [from.module]
|
|
738
|
+
};
|
|
739
|
+
}
|
|
740
|
+
case "reexport-dynamic-default": {
|
|
741
|
+
const from =
|
|
742
|
+
/** @type {ModuleGraphConnection} */
|
|
743
|
+
(moduleGraph.getConnection(this));
|
|
744
|
+
return {
|
|
745
|
+
exports: [
|
|
746
|
+
{
|
|
747
|
+
name: /** @type {string} */ (mode.name),
|
|
748
|
+
from,
|
|
749
|
+
export: ["default"]
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
priority: 1,
|
|
753
|
+
dependencies: [from.module]
|
|
754
|
+
};
|
|
755
|
+
}
|
|
756
|
+
case "reexport-undefined":
|
|
757
|
+
return {
|
|
758
|
+
exports: [/** @type {string} */ (mode.name)],
|
|
759
|
+
dependencies: [/** @type {Module} */ (moduleGraph.getModule(this))]
|
|
760
|
+
};
|
|
761
|
+
case "reexport-fake-namespace-object": {
|
|
762
|
+
const from =
|
|
763
|
+
/** @type {ModuleGraphConnection} */
|
|
764
|
+
(moduleGraph.getConnection(this));
|
|
765
|
+
return {
|
|
766
|
+
exports: [
|
|
767
|
+
{
|
|
768
|
+
name: /** @type {string} */ (mode.name),
|
|
769
|
+
from,
|
|
770
|
+
export: null,
|
|
771
|
+
exports: [
|
|
772
|
+
{
|
|
773
|
+
name: "default",
|
|
774
|
+
canMangle: false,
|
|
775
|
+
from,
|
|
776
|
+
export: null
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
priority: 1,
|
|
782
|
+
dependencies: [from.module]
|
|
783
|
+
};
|
|
784
|
+
}
|
|
785
|
+
case "reexport-namespace-object": {
|
|
786
|
+
const from =
|
|
787
|
+
/** @type {ModuleGraphConnection} */
|
|
788
|
+
(moduleGraph.getConnection(this));
|
|
789
|
+
return {
|
|
790
|
+
exports: [
|
|
791
|
+
{
|
|
792
|
+
name: /** @type {string} */ (mode.name),
|
|
793
|
+
from,
|
|
794
|
+
export: null
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
priority: 1,
|
|
798
|
+
dependencies: [from.module]
|
|
799
|
+
};
|
|
800
|
+
}
|
|
801
|
+
case "reexport-named-default": {
|
|
802
|
+
const from =
|
|
803
|
+
/** @type {ModuleGraphConnection} */
|
|
804
|
+
(moduleGraph.getConnection(this));
|
|
805
|
+
return {
|
|
806
|
+
exports: [
|
|
807
|
+
{
|
|
808
|
+
name: /** @type {string} */ (mode.name),
|
|
809
|
+
from,
|
|
810
|
+
export: ["default"]
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
priority: 1,
|
|
814
|
+
dependencies: [from.module]
|
|
815
|
+
};
|
|
816
|
+
}
|
|
817
|
+
default:
|
|
818
|
+
throw new Error(`Unknown mode ${mode.type}`);
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
824
|
+
* @returns {ExportPresenceMode} effective mode
|
|
825
|
+
*/
|
|
826
|
+
_getEffectiveExportPresenceLevel(moduleGraph) {
|
|
827
|
+
if (this.exportPresenceMode !== ExportPresenceModes.AUTO) {
|
|
828
|
+
return this.exportPresenceMode;
|
|
829
|
+
}
|
|
830
|
+
const module = /** @type {Module} */ (moduleGraph.getParentModule(this));
|
|
831
|
+
return /** @type {BuildMeta} */ (module.buildMeta).strictHarmonyModule
|
|
832
|
+
? ExportPresenceModes.ERROR
|
|
833
|
+
: ExportPresenceModes.WARN;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
/**
|
|
837
|
+
* Returns warnings
|
|
838
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
839
|
+
* @returns {WebpackError[] | null | undefined} warnings
|
|
840
|
+
*/
|
|
841
|
+
getWarnings(moduleGraph) {
|
|
842
|
+
const exportsPresence = this._getEffectiveExportPresenceLevel(moduleGraph);
|
|
843
|
+
if (exportsPresence === ExportPresenceModes.WARN) {
|
|
844
|
+
return this._getErrors(moduleGraph);
|
|
845
|
+
}
|
|
846
|
+
return null;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
/**
|
|
850
|
+
* Returns errors
|
|
851
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
852
|
+
* @returns {WebpackError[] | null | undefined} errors
|
|
853
|
+
*/
|
|
854
|
+
getErrors(moduleGraph) {
|
|
855
|
+
const exportsPresence = this._getEffectiveExportPresenceLevel(moduleGraph);
|
|
856
|
+
if (exportsPresence === ExportPresenceModes.ERROR) {
|
|
857
|
+
return this._getErrors(moduleGraph);
|
|
858
|
+
}
|
|
859
|
+
return null;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* @param {ModuleGraph} moduleGraph module graph
|
|
864
|
+
* @returns {WebpackError[] | undefined} errors
|
|
865
|
+
*/
|
|
866
|
+
_getErrors(moduleGraph) {
|
|
867
|
+
const ids = this.getIds(moduleGraph);
|
|
868
|
+
let errors = this.getLinkingErrors(
|
|
869
|
+
moduleGraph,
|
|
870
|
+
ids,
|
|
871
|
+
`(reexported as '${this.name}')`
|
|
872
|
+
);
|
|
873
|
+
if (ids.length === 0 && this.name === null) {
|
|
874
|
+
const potentialConflicts =
|
|
875
|
+
this._discoverActiveExportsFromOtherStarExports(moduleGraph);
|
|
876
|
+
if (potentialConflicts && potentialConflicts.namesSlice > 0) {
|
|
877
|
+
const ownNames = new Set(
|
|
878
|
+
potentialConflicts.names.slice(
|
|
879
|
+
potentialConflicts.namesSlice,
|
|
880
|
+
potentialConflicts.dependencyIndices[
|
|
881
|
+
potentialConflicts.dependencyIndex
|
|
882
|
+
]
|
|
883
|
+
)
|
|
884
|
+
);
|
|
885
|
+
const importedModule = moduleGraph.getModule(this);
|
|
886
|
+
if (importedModule) {
|
|
887
|
+
const exportsInfo = moduleGraph.getExportsInfo(importedModule);
|
|
888
|
+
/** @type {Map<string, ExportInfoName[]>} */
|
|
889
|
+
const conflicts = new Map();
|
|
890
|
+
for (const exportInfo of exportsInfo.orderedExports) {
|
|
891
|
+
if (exportInfo.provided !== true) continue;
|
|
892
|
+
if (exportInfo.name === "default") continue;
|
|
893
|
+
if (this.activeExports.has(exportInfo.name)) continue;
|
|
894
|
+
if (ownNames.has(exportInfo.name)) continue;
|
|
895
|
+
const conflictingDependency = findDependencyForName(
|
|
896
|
+
potentialConflicts,
|
|
897
|
+
exportInfo.name,
|
|
898
|
+
this.allStarExports
|
|
899
|
+
? this.allStarExports.dependencies
|
|
900
|
+
: [
|
|
901
|
+
.../** @type {ReadonlyArray<HarmonyExportImportedSpecifierDependency>} */
|
|
902
|
+
(this.otherStarExports),
|
|
903
|
+
this
|
|
904
|
+
]
|
|
905
|
+
);
|
|
906
|
+
if (!conflictingDependency) continue;
|
|
907
|
+
const target = exportInfo.getTerminalBinding(moduleGraph);
|
|
908
|
+
if (!target) continue;
|
|
909
|
+
const conflictingModule =
|
|
910
|
+
/** @type {Module} */
|
|
911
|
+
(moduleGraph.getModule(conflictingDependency));
|
|
912
|
+
if (conflictingModule === importedModule) continue;
|
|
913
|
+
const conflictingExportInfo = moduleGraph.getExportInfo(
|
|
914
|
+
conflictingModule,
|
|
915
|
+
exportInfo.name
|
|
916
|
+
);
|
|
917
|
+
const conflictingTarget =
|
|
918
|
+
conflictingExportInfo.getTerminalBinding(moduleGraph);
|
|
919
|
+
if (!conflictingTarget) continue;
|
|
920
|
+
if (target === conflictingTarget) continue;
|
|
921
|
+
const list = conflicts.get(conflictingDependency.request);
|
|
922
|
+
if (list === undefined) {
|
|
923
|
+
conflicts.set(conflictingDependency.request, [exportInfo.name]);
|
|
924
|
+
} else {
|
|
925
|
+
list.push(exportInfo.name);
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
for (const [request, exports] of conflicts) {
|
|
929
|
+
if (!errors) errors = [];
|
|
930
|
+
errors.push(
|
|
931
|
+
new HarmonyLinkingError(
|
|
932
|
+
`The requested module '${
|
|
933
|
+
this.request
|
|
934
|
+
}' contains conflicting star exports for the ${
|
|
935
|
+
exports.length > 1 ? "names" : "name"
|
|
936
|
+
} ${exports
|
|
937
|
+
.map((e) => `'${e}'`)
|
|
938
|
+
.join(", ")} with the previous requested module '${request}'`
|
|
939
|
+
)
|
|
940
|
+
);
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
return errors;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
/**
|
|
949
|
+
* @param {ObjectSerializerContext} context context
|
|
950
|
+
*/
|
|
951
|
+
serialize(context) {
|
|
952
|
+
const { write, setCircularReference } = context;
|
|
953
|
+
|
|
954
|
+
setCircularReference(this);
|
|
955
|
+
write(this.ids);
|
|
956
|
+
write(this.name);
|
|
957
|
+
write(this.activeExports);
|
|
958
|
+
write(this.otherStarExports);
|
|
959
|
+
write(this.exportPresenceMode);
|
|
960
|
+
write(this.allStarExports);
|
|
961
|
+
|
|
962
|
+
super.serialize(context);
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* @param {ObjectDeserializerContext} context context
|
|
967
|
+
*/
|
|
968
|
+
deserialize(context) {
|
|
969
|
+
const { read, setCircularReference } = context;
|
|
970
|
+
|
|
971
|
+
setCircularReference(this);
|
|
972
|
+
this.ids = read();
|
|
973
|
+
this.name = read();
|
|
974
|
+
this.activeExports = read();
|
|
975
|
+
this.otherStarExports = read();
|
|
976
|
+
this.exportPresenceMode = read();
|
|
977
|
+
this.allStarExports = read();
|
|
978
|
+
|
|
979
|
+
super.deserialize(context);
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
makeSerializable(
|
|
984
|
+
HarmonyExportImportedSpecifierDependency,
|
|
985
|
+
"webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency"
|
|
986
|
+
);
|
|
987
|
+
|
|
988
|
+
HarmonyExportImportedSpecifierDependency.Template = class HarmonyExportImportedSpecifierDependencyTemplate extends (
|
|
989
|
+
HarmonyImportDependency.Template
|
|
990
|
+
) {
|
|
991
|
+
/**
|
|
992
|
+
* @param {Dependency} dependency the dependency for which the template should be applied
|
|
993
|
+
* @param {ReplaceSource} source the current replace source which can be modified
|
|
994
|
+
* @param {DependencyTemplateContext} templateContext the context object
|
|
995
|
+
* @returns {void}
|
|
996
|
+
*/
|
|
997
|
+
apply(dependency, source, templateContext) {
|
|
998
|
+
const { moduleGraph, runtime, concatenationScope } = templateContext;
|
|
999
|
+
|
|
1000
|
+
const dep = /** @type {HarmonyExportImportedSpecifierDependency} */ (
|
|
1001
|
+
dependency
|
|
1002
|
+
);
|
|
1003
|
+
|
|
1004
|
+
const mode = dep.getMode(moduleGraph, runtime);
|
|
1005
|
+
|
|
1006
|
+
if (concatenationScope) {
|
|
1007
|
+
switch (mode.type) {
|
|
1008
|
+
case "reexport-undefined":
|
|
1009
|
+
concatenationScope.registerRawExport(
|
|
1010
|
+
/** @type {NonNullable<ExportMode["name"]>} */ (mode.name),
|
|
1011
|
+
"/* reexport non-default export from non-harmony */ undefined"
|
|
1012
|
+
);
|
|
1013
|
+
}
|
|
1014
|
+
return;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
if (mode.type !== "unused" && mode.type !== "empty-star") {
|
|
1018
|
+
super.apply(dependency, source, templateContext);
|
|
1019
|
+
|
|
1020
|
+
this._addExportFragments(
|
|
1021
|
+
templateContext.initFragments,
|
|
1022
|
+
dep,
|
|
1023
|
+
mode,
|
|
1024
|
+
templateContext.module,
|
|
1025
|
+
moduleGraph,
|
|
1026
|
+
templateContext.chunkGraph,
|
|
1027
|
+
runtime,
|
|
1028
|
+
templateContext.runtimeTemplate,
|
|
1029
|
+
templateContext.runtimeRequirements
|
|
1030
|
+
);
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* @param {InitFragment<GenerateContext>[]} initFragments target array for init fragments
|
|
1036
|
+
* @param {HarmonyExportImportedSpecifierDependency} dep dependency
|
|
1037
|
+
* @param {ExportMode} mode the export mode
|
|
1038
|
+
* @param {Module} module the current module
|
|
1039
|
+
* @param {ModuleGraph} moduleGraph the module graph
|
|
1040
|
+
* @param {ChunkGraph} chunkGraph the chunk graph
|
|
1041
|
+
* @param {RuntimeSpec} runtime the runtime
|
|
1042
|
+
* @param {RuntimeTemplate} runtimeTemplate the runtime template
|
|
1043
|
+
* @param {RuntimeRequirements} runtimeRequirements runtime requirements
|
|
1044
|
+
* @returns {void}
|
|
1045
|
+
*/
|
|
1046
|
+
_addExportFragments(
|
|
1047
|
+
initFragments,
|
|
1048
|
+
dep,
|
|
1049
|
+
mode,
|
|
1050
|
+
module,
|
|
1051
|
+
moduleGraph,
|
|
1052
|
+
chunkGraph,
|
|
1053
|
+
runtime,
|
|
1054
|
+
runtimeTemplate,
|
|
1055
|
+
runtimeRequirements
|
|
1056
|
+
) {
|
|
1057
|
+
const importedModule = /** @type {Module} */ (moduleGraph.getModule(dep));
|
|
1058
|
+
const importVar = dep.getImportVar(moduleGraph);
|
|
1059
|
+
const isDeferred =
|
|
1060
|
+
ImportPhaseUtils.isDefer(dep.phase) &&
|
|
1061
|
+
!(/** @type {BuildMeta} */ (importedModule.buildMeta).async);
|
|
1062
|
+
|
|
1063
|
+
if (
|
|
1064
|
+
(mode.type === "reexport-namespace-object" ||
|
|
1065
|
+
mode.type === "reexport-fake-namespace-object") &&
|
|
1066
|
+
isDeferred
|
|
1067
|
+
) {
|
|
1068
|
+
initFragments.push(
|
|
1069
|
+
...this.getReexportDeferredNamespaceObjectFragments(
|
|
1070
|
+
importedModule,
|
|
1071
|
+
chunkGraph,
|
|
1072
|
+
moduleGraph
|
|
1073
|
+
.getExportsInfo(module)
|
|
1074
|
+
.getUsedName(mode.name ? mode.name : [], runtime),
|
|
1075
|
+
importVar,
|
|
1076
|
+
importedModule.getExportsType(
|
|
1077
|
+
moduleGraph,
|
|
1078
|
+
module.buildMeta && module.buildMeta.strictHarmonyModule
|
|
1079
|
+
),
|
|
1080
|
+
runtimeRequirements
|
|
1081
|
+
)
|
|
1082
|
+
);
|
|
1083
|
+
return;
|
|
1084
|
+
}
|
|
1085
|
+
switch (mode.type) {
|
|
1086
|
+
case "missing":
|
|
1087
|
+
case "empty-star":
|
|
1088
|
+
initFragments.push(
|
|
1089
|
+
new InitFragment(
|
|
1090
|
+
"/* empty/unused harmony star reexport */\n",
|
|
1091
|
+
InitFragment.STAGE_HARMONY_EXPORTS,
|
|
1092
|
+
1
|
|
1093
|
+
)
|
|
1094
|
+
);
|
|
1095
|
+
break;
|
|
1096
|
+
|
|
1097
|
+
case "unused":
|
|
1098
|
+
initFragments.push(
|
|
1099
|
+
new InitFragment(
|
|
1100
|
+
`${Template.toNormalComment(
|
|
1101
|
+
`unused harmony reexport ${mode.name}`
|
|
1102
|
+
)}\n`,
|
|
1103
|
+
InitFragment.STAGE_HARMONY_EXPORTS,
|
|
1104
|
+
1
|
|
1105
|
+
)
|
|
1106
|
+
);
|
|
1107
|
+
break;
|
|
1108
|
+
|
|
1109
|
+
case "reexport-dynamic-default":
|
|
1110
|
+
initFragments.push(
|
|
1111
|
+
this.getReexportFragment(
|
|
1112
|
+
module,
|
|
1113
|
+
"reexport default from dynamic",
|
|
1114
|
+
moduleGraph
|
|
1115
|
+
.getExportsInfo(module)
|
|
1116
|
+
.getUsedName(/** @type {string} */ (mode.name), runtime),
|
|
1117
|
+
importVar,
|
|
1118
|
+
null,
|
|
1119
|
+
runtimeRequirements
|
|
1120
|
+
)
|
|
1121
|
+
);
|
|
1122
|
+
break;
|
|
1123
|
+
|
|
1124
|
+
case "reexport-fake-namespace-object":
|
|
1125
|
+
initFragments.push(
|
|
1126
|
+
...this.getReexportFakeNamespaceObjectFragments(
|
|
1127
|
+
module,
|
|
1128
|
+
moduleGraph
|
|
1129
|
+
.getExportsInfo(module)
|
|
1130
|
+
.getUsedName(/** @type {string} */ (mode.name), runtime),
|
|
1131
|
+
importVar,
|
|
1132
|
+
mode.fakeType,
|
|
1133
|
+
runtimeRequirements
|
|
1134
|
+
)
|
|
1135
|
+
);
|
|
1136
|
+
break;
|
|
1137
|
+
|
|
1138
|
+
case "reexport-undefined":
|
|
1139
|
+
initFragments.push(
|
|
1140
|
+
this.getReexportFragment(
|
|
1141
|
+
module,
|
|
1142
|
+
"reexport non-default export from non-harmony",
|
|
1143
|
+
moduleGraph
|
|
1144
|
+
.getExportsInfo(module)
|
|
1145
|
+
.getUsedName(/** @type {string} */ (mode.name), runtime),
|
|
1146
|
+
"undefined",
|
|
1147
|
+
"",
|
|
1148
|
+
runtimeRequirements
|
|
1149
|
+
)
|
|
1150
|
+
);
|
|
1151
|
+
break;
|
|
1152
|
+
|
|
1153
|
+
case "reexport-named-default":
|
|
1154
|
+
initFragments.push(
|
|
1155
|
+
this.getReexportFragment(
|
|
1156
|
+
module,
|
|
1157
|
+
"reexport default export from named module",
|
|
1158
|
+
moduleGraph
|
|
1159
|
+
.getExportsInfo(module)
|
|
1160
|
+
.getUsedName(/** @type {string} */ (mode.name), runtime),
|
|
1161
|
+
importVar,
|
|
1162
|
+
"",
|
|
1163
|
+
runtimeRequirements
|
|
1164
|
+
)
|
|
1165
|
+
);
|
|
1166
|
+
break;
|
|
1167
|
+
|
|
1168
|
+
case "reexport-namespace-object":
|
|
1169
|
+
initFragments.push(
|
|
1170
|
+
this.getReexportFragment(
|
|
1171
|
+
module,
|
|
1172
|
+
"reexport module object",
|
|
1173
|
+
moduleGraph
|
|
1174
|
+
.getExportsInfo(module)
|
|
1175
|
+
.getUsedName(/** @type {string} */ (mode.name), runtime),
|
|
1176
|
+
importVar,
|
|
1177
|
+
"",
|
|
1178
|
+
runtimeRequirements
|
|
1179
|
+
)
|
|
1180
|
+
);
|
|
1181
|
+
break;
|
|
1182
|
+
|
|
1183
|
+
case "normal-reexport":
|
|
1184
|
+
for (const {
|
|
1185
|
+
name,
|
|
1186
|
+
ids,
|
|
1187
|
+
checked,
|
|
1188
|
+
hidden
|
|
1189
|
+
} of /** @type {NormalReexportItem[]} */ (mode.items)) {
|
|
1190
|
+
if (hidden) continue;
|
|
1191
|
+
if (checked) {
|
|
1192
|
+
const connection = moduleGraph.getConnection(dep);
|
|
1193
|
+
const key = `harmony reexport (checked) ${importVar} ${name}`;
|
|
1194
|
+
const runtimeCondition = dep.weak
|
|
1195
|
+
? false
|
|
1196
|
+
: connection
|
|
1197
|
+
? filterRuntime(runtime, (r) => connection.isTargetActive(r))
|
|
1198
|
+
: true;
|
|
1199
|
+
initFragments.push(
|
|
1200
|
+
new ConditionalInitFragment(
|
|
1201
|
+
`/* harmony reexport (checked) */ ${this.getConditionalReexportStatement(
|
|
1202
|
+
module,
|
|
1203
|
+
name,
|
|
1204
|
+
importVar,
|
|
1205
|
+
ids,
|
|
1206
|
+
runtimeRequirements
|
|
1207
|
+
)}`,
|
|
1208
|
+
moduleGraph.isAsync(importedModule)
|
|
1209
|
+
? InitFragment.STAGE_ASYNC_HARMONY_IMPORTS
|
|
1210
|
+
: InitFragment.STAGE_HARMONY_IMPORTS,
|
|
1211
|
+
/** @type {number} */ (dep.sourceOrder),
|
|
1212
|
+
key,
|
|
1213
|
+
runtimeCondition
|
|
1214
|
+
)
|
|
1215
|
+
);
|
|
1216
|
+
} else {
|
|
1217
|
+
initFragments.push(
|
|
1218
|
+
this.getReexportFragment(
|
|
1219
|
+
module,
|
|
1220
|
+
"reexport safe",
|
|
1221
|
+
moduleGraph.getExportsInfo(module).getUsedName(name, runtime),
|
|
1222
|
+
importVar,
|
|
1223
|
+
moduleGraph
|
|
1224
|
+
.getExportsInfo(importedModule)
|
|
1225
|
+
.getUsedName(ids, runtime),
|
|
1226
|
+
runtimeRequirements
|
|
1227
|
+
)
|
|
1228
|
+
);
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
break;
|
|
1232
|
+
|
|
1233
|
+
case "dynamic-reexport": {
|
|
1234
|
+
const ignored = mode.hidden
|
|
1235
|
+
? combine(
|
|
1236
|
+
/** @type {ExportModeIgnored} */
|
|
1237
|
+
(mode.ignored),
|
|
1238
|
+
mode.hidden
|
|
1239
|
+
)
|
|
1240
|
+
: /** @type {ExportModeIgnored} */ (mode.ignored);
|
|
1241
|
+
let content =
|
|
1242
|
+
"/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};\n" +
|
|
1243
|
+
`/* harmony reexport (unknown) */ for(${runtimeTemplate.renderConst()} __WEBPACK_IMPORT_KEY__ in ${importVar}) `;
|
|
1244
|
+
|
|
1245
|
+
// Filter out exports which are defined by other exports
|
|
1246
|
+
// and filter out default export because it cannot be reexported with *
|
|
1247
|
+
if (ignored.size > 1) {
|
|
1248
|
+
content += `if(${JSON.stringify([
|
|
1249
|
+
...ignored
|
|
1250
|
+
])}.indexOf(__WEBPACK_IMPORT_KEY__) < 0) `;
|
|
1251
|
+
} else if (ignored.size === 1) {
|
|
1252
|
+
content += `if(__WEBPACK_IMPORT_KEY__ !== ${JSON.stringify(
|
|
1253
|
+
first(ignored)
|
|
1254
|
+
)}) `;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
content += "__WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = ";
|
|
1258
|
+
content +=
|
|
1259
|
+
runtimeTemplate.supportsArrowFunction() &&
|
|
1260
|
+
runtimeTemplate.supportsConst()
|
|
1261
|
+
? `() => ${importVar}[__WEBPACK_IMPORT_KEY__]`
|
|
1262
|
+
: `function(key) { return ${importVar}[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)`;
|
|
1263
|
+
|
|
1264
|
+
runtimeRequirements.add(RuntimeGlobals.exports);
|
|
1265
|
+
runtimeRequirements.add(RuntimeGlobals.definePropertyGetters);
|
|
1266
|
+
|
|
1267
|
+
const exportsName = module.exportsArgument;
|
|
1268
|
+
initFragments.push(
|
|
1269
|
+
new InitFragment(
|
|
1270
|
+
`${content}\n/* harmony reexport (unknown) */ ${RuntimeGlobals.definePropertyGetters}(${exportsName}, __WEBPACK_REEXPORT_OBJECT__);\n`,
|
|
1271
|
+
moduleGraph.isAsync(importedModule)
|
|
1272
|
+
? InitFragment.STAGE_ASYNC_HARMONY_IMPORTS
|
|
1273
|
+
: InitFragment.STAGE_HARMONY_IMPORTS,
|
|
1274
|
+
/** @type {number} */ (dep.sourceOrder)
|
|
1275
|
+
)
|
|
1276
|
+
);
|
|
1277
|
+
break;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
default:
|
|
1281
|
+
throw new Error(`Unknown mode ${mode.type}`);
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
/**
|
|
1286
|
+
* @param {Module} module the current module
|
|
1287
|
+
* @param {string} comment comment
|
|
1288
|
+
* @param {UsedName} key key
|
|
1289
|
+
* @param {string} name name
|
|
1290
|
+
* @param {UsedName | null} valueKey value key
|
|
1291
|
+
* @param {RuntimeRequirements} runtimeRequirements runtime requirements
|
|
1292
|
+
* @returns {HarmonyExportInitFragment} harmony export init fragment
|
|
1293
|
+
*/
|
|
1294
|
+
getReexportFragment(
|
|
1295
|
+
module,
|
|
1296
|
+
comment,
|
|
1297
|
+
key,
|
|
1298
|
+
name,
|
|
1299
|
+
valueKey,
|
|
1300
|
+
runtimeRequirements
|
|
1301
|
+
) {
|
|
1302
|
+
const returnValue = this.getReturnValue(name, valueKey);
|
|
1303
|
+
|
|
1304
|
+
runtimeRequirements.add(RuntimeGlobals.exports);
|
|
1305
|
+
runtimeRequirements.add(RuntimeGlobals.definePropertyGetters);
|
|
1306
|
+
|
|
1307
|
+
/** @type {ExportMap} */
|
|
1308
|
+
const map = new Map();
|
|
1309
|
+
map.set(key, `/* ${comment} */ ${returnValue}`);
|
|
1310
|
+
|
|
1311
|
+
return new HarmonyExportInitFragment(module.exportsArgument, map);
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
/**
|
|
1315
|
+
* @param {Module} module module
|
|
1316
|
+
* @param {UsedName} key key
|
|
1317
|
+
* @param {string} name name
|
|
1318
|
+
* @param {number} fakeType fake type
|
|
1319
|
+
* @param {RuntimeRequirements} runtimeRequirements runtime requirements
|
|
1320
|
+
* @returns {[InitFragment<GenerateContext>, HarmonyExportInitFragment]} init fragments
|
|
1321
|
+
*/
|
|
1322
|
+
getReexportFakeNamespaceObjectFragments(
|
|
1323
|
+
module,
|
|
1324
|
+
key,
|
|
1325
|
+
name,
|
|
1326
|
+
fakeType,
|
|
1327
|
+
runtimeRequirements
|
|
1328
|
+
) {
|
|
1329
|
+
runtimeRequirements.add(RuntimeGlobals.exports);
|
|
1330
|
+
runtimeRequirements.add(RuntimeGlobals.definePropertyGetters);
|
|
1331
|
+
runtimeRequirements.add(RuntimeGlobals.createFakeNamespaceObject);
|
|
1332
|
+
|
|
1333
|
+
/** @type {ExportMap} */
|
|
1334
|
+
const map = new Map();
|
|
1335
|
+
map.set(
|
|
1336
|
+
key,
|
|
1337
|
+
`/* reexport fake namespace object from non-harmony */ ${name}_namespace_cache || (${name}_namespace_cache = ${
|
|
1338
|
+
RuntimeGlobals.createFakeNamespaceObject
|
|
1339
|
+
}(${name}${fakeType ? `, ${fakeType}` : ""}))`
|
|
1340
|
+
);
|
|
1341
|
+
|
|
1342
|
+
return [
|
|
1343
|
+
new InitFragment(
|
|
1344
|
+
`var ${name}_namespace_cache;\n`,
|
|
1345
|
+
InitFragment.STAGE_CONSTANTS,
|
|
1346
|
+
-1,
|
|
1347
|
+
`${name}_namespace_cache`
|
|
1348
|
+
),
|
|
1349
|
+
new HarmonyExportInitFragment(module.exportsArgument, map)
|
|
1350
|
+
];
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* @param {Module} module module
|
|
1355
|
+
* @param {ChunkGraph} chunkGraph chunkGraph
|
|
1356
|
+
* @param {UsedName} key key
|
|
1357
|
+
* @param {string} name name
|
|
1358
|
+
* @param {ExportsType} exportsType exportsType
|
|
1359
|
+
* @param {RuntimeRequirements} runtimeRequirements runtimeRequirements
|
|
1360
|
+
* @returns {InitFragment<GenerateContext>[]} fragments
|
|
1361
|
+
*/
|
|
1362
|
+
getReexportDeferredNamespaceObjectFragments(
|
|
1363
|
+
module,
|
|
1364
|
+
chunkGraph,
|
|
1365
|
+
key,
|
|
1366
|
+
name,
|
|
1367
|
+
exportsType,
|
|
1368
|
+
runtimeRequirements
|
|
1369
|
+
) {
|
|
1370
|
+
runtimeRequirements.add(RuntimeGlobals.exports);
|
|
1371
|
+
runtimeRequirements.add(RuntimeGlobals.definePropertyGetters);
|
|
1372
|
+
runtimeRequirements.add(RuntimeGlobals.makeDeferredNamespaceObject);
|
|
1373
|
+
|
|
1374
|
+
/** @type {ExportMap} */
|
|
1375
|
+
const map = new Map();
|
|
1376
|
+
const moduleId = JSON.stringify(chunkGraph.getModuleId(module));
|
|
1377
|
+
const mode = getMakeDeferredNamespaceModeFromExportsType(exportsType);
|
|
1378
|
+
map.set(
|
|
1379
|
+
key,
|
|
1380
|
+
`/* reexport deferred namespace object */ ${name}_deferred_namespace_cache || (${name}_deferred_namespace_cache = ${RuntimeGlobals.makeDeferredNamespaceObject}(${moduleId}, ${mode}))`
|
|
1381
|
+
);
|
|
1382
|
+
|
|
1383
|
+
return [
|
|
1384
|
+
new InitFragment(
|
|
1385
|
+
`var ${name}_deferred_namespace_cache;\n`,
|
|
1386
|
+
InitFragment.STAGE_CONSTANTS,
|
|
1387
|
+
-1,
|
|
1388
|
+
`${name}_deferred_namespace_cache`
|
|
1389
|
+
),
|
|
1390
|
+
new HarmonyExportInitFragment(module.exportsArgument, map)
|
|
1391
|
+
];
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* @param {Module} module module
|
|
1396
|
+
* @param {string} key key
|
|
1397
|
+
* @param {string} name name
|
|
1398
|
+
* @param {string | string[] | false} valueKey value key
|
|
1399
|
+
* @param {RuntimeRequirements} runtimeRequirements runtime requirements
|
|
1400
|
+
* @returns {string} result
|
|
1401
|
+
*/
|
|
1402
|
+
getConditionalReexportStatement(
|
|
1403
|
+
module,
|
|
1404
|
+
key,
|
|
1405
|
+
name,
|
|
1406
|
+
valueKey,
|
|
1407
|
+
runtimeRequirements
|
|
1408
|
+
) {
|
|
1409
|
+
if (valueKey === false) {
|
|
1410
|
+
return "/* unused export */\n";
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
const exportsName = module.exportsArgument;
|
|
1414
|
+
const returnValue = this.getReturnValue(name, valueKey);
|
|
1415
|
+
|
|
1416
|
+
runtimeRequirements.add(RuntimeGlobals.exports);
|
|
1417
|
+
runtimeRequirements.add(RuntimeGlobals.definePropertyGetters);
|
|
1418
|
+
runtimeRequirements.add(RuntimeGlobals.hasOwnProperty);
|
|
1419
|
+
|
|
1420
|
+
return `if(${RuntimeGlobals.hasOwnProperty}(${name}, ${JSON.stringify(
|
|
1421
|
+
valueKey[0]
|
|
1422
|
+
)})) ${
|
|
1423
|
+
RuntimeGlobals.definePropertyGetters
|
|
1424
|
+
}(${exportsName}, { ${propertyName(
|
|
1425
|
+
key
|
|
1426
|
+
)}: function() { return ${returnValue}; } });\n`;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
/**
|
|
1430
|
+
* @param {string} name name
|
|
1431
|
+
* @param {null | false | string | string[]} valueKey value key
|
|
1432
|
+
* @returns {string | undefined} value
|
|
1433
|
+
*/
|
|
1434
|
+
getReturnValue(name, valueKey) {
|
|
1435
|
+
if (valueKey === null) {
|
|
1436
|
+
return `${name}_default.a`;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
if (valueKey === "") {
|
|
1440
|
+
return name;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
if (valueKey === false) {
|
|
1444
|
+
return "/* unused export */ undefined";
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
return `${name}${propertyAccess(valueKey)}`;
|
|
1448
|
+
}
|
|
1449
|
+
};
|
|
1450
|
+
|
|
1451
|
+
class HarmonyStarExportsList {
|
|
1452
|
+
constructor() {
|
|
1453
|
+
/** @type {HarmonyExportImportedSpecifierDependency[]} */
|
|
1454
|
+
this.dependencies = [];
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
/**
|
|
1458
|
+
* @param {HarmonyExportImportedSpecifierDependency} dep dependency
|
|
1459
|
+
* @returns {void}
|
|
1460
|
+
*/
|
|
1461
|
+
push(dep) {
|
|
1462
|
+
this.dependencies.push(dep);
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
slice() {
|
|
1466
|
+
return [...this.dependencies];
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
/**
|
|
1470
|
+
* @param {ObjectSerializerContext} context context
|
|
1471
|
+
*/
|
|
1472
|
+
serialize({ write, setCircularReference }) {
|
|
1473
|
+
setCircularReference(this);
|
|
1474
|
+
write(this.dependencies);
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
/**
|
|
1478
|
+
* @param {ObjectDeserializerContext} context context
|
|
1479
|
+
*/
|
|
1480
|
+
deserialize({ read, setCircularReference }) {
|
|
1481
|
+
setCircularReference(this);
|
|
1482
|
+
this.dependencies = read();
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
makeSerializable(
|
|
1487
|
+
HarmonyStarExportsList,
|
|
1488
|
+
"webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency",
|
|
1489
|
+
"HarmonyStarExportsList"
|
|
1490
|
+
);
|
|
1491
|
+
|
|
1492
|
+
module.exports = HarmonyExportImportedSpecifierDependency;
|
|
1493
|
+
module.exports.HarmonyStarExportsList = HarmonyStarExportsList;
|
|
1494
|
+
module.exports.idsSymbol = idsSymbol;
|