From f528d610b55fe7338832c61a56afe0312a5da391 Mon Sep 17 00:00:00 2001 From: Tushar <80577646+TusharThakur04@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:28:21 +0530 Subject: [PATCH 1/3] fix: resolve type map URL collisions --- pages/v5.x/globals.md | 5 - pages/v5.x/type-map.json | 7497 +++++++++++++++++++------------------- plugins/processor.mjs | 12 +- 3 files changed, 3754 insertions(+), 3760 deletions(-) diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index afd8ee8..369ff87 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -3046,11 +3046,6 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} -#### Static method: `getCompilationHooks(compilation)` - -* `compilation` {Compilation} -* Returns: {ExternalModuleHooks} - #### Static method: `getSourceBasicTypes(module)` > Stability: 0 - Deprecated diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json index 11ce1f6..538f87e 100644 --- a/pages/v5.x/type-map.json +++ b/pages/v5.x/type-map.json @@ -1,3751 +1,3750 @@ { - "webpack": "globals.md#webpack", - "cache": "webpack/namespaces/cache.md", - "cache.MemoryCachePlugin": "webpack/namespaces/cache.md#memorycacheplugin", - "cache.MemoryCachePlugin.constructor": "webpack/namespaces/cache.md#constructor", - "cache.MemoryCachePlugin.constructor.MemoryCachePlugin": "webpack/namespaces/cache.md#constructormemorycacheplugin", - "cache.MemoryCachePlugin.apply": "webpack/namespaces/cache.md#apply", - "cli": "webpack/namespaces/cli.md", - "cli.createColors": "webpack/namespaces/cli.md#createcolors", - "cli.createColors.__type.__type": "webpack/namespaces/cli.md#type", - "cli.getArguments": "webpack/namespaces/cli.md#getarguments", - "cli.getArguments.__type.__type": "webpack/namespaces/cli.md#type", - "cli.isColorSupported": "webpack/namespaces/cli.md#iscolorsupported", - "cli.isColorSupported.__type.__type": "webpack/namespaces/cli.md#type", - "cli.processArguments": "webpack/namespaces/cli.md#processarguments", - "cli.processArguments.__type.__type": "webpack/namespaces/cli.md#type", - "config": "webpack/namespaces/config.md", - "config.applyWebpackOptionsDefaults": "webpack/namespaces/config.md#applywebpackoptionsdefaults", - "config.applyWebpackOptionsDefaults.__type.__type": "webpack/namespaces/config.md#type", - "config.getNormalizedWebpackOptions": "webpack/namespaces/config.md#getnormalizedwebpackoptions", - "config.getNormalizedWebpackOptions.__type.__type": "webpack/namespaces/config.md#type", - "container": "webpack/namespaces/container.md", - "container.ContainerPlugin": "webpack/namespaces/container.md#containerplugin", - "container.ContainerPlugin.constructor": "webpack/namespaces/container.md#constructor", - "container.ContainerPlugin.constructor.ContainerPlugin": "webpack/namespaces/container.md#constructorcontainerplugin", - "container.ContainerPlugin.options": "webpack/namespaces/container.md#options", - "container.ContainerPlugin.apply": "webpack/namespaces/container.md#apply", - "container.ContainerReferencePlugin": "webpack/namespaces/container.md#containerreferenceplugin", - "container.ContainerReferencePlugin.constructor": "webpack/namespaces/container.md#constructor", - "container.ContainerReferencePlugin.constructor.ContainerReferencePlugin": "webpack/namespaces/container.md#constructorcontainerreferenceplugin", - "container.ContainerReferencePlugin.options": "webpack/namespaces/container.md#options", - "container.ContainerReferencePlugin.apply": "webpack/namespaces/container.md#apply", - "container.ModuleFederationPlugin": "webpack/namespaces/container.md#modulefederationplugin", - "container.ModuleFederationPlugin.constructor": "webpack/namespaces/container.md#constructor", - "container.ModuleFederationPlugin.constructor.ModuleFederationPlugin": "webpack/namespaces/container.md#constructormodulefederationplugin", - "container.ModuleFederationPlugin.options": "webpack/namespaces/container.md#options", - "container.ModuleFederationPlugin.apply": "webpack/namespaces/container.md#apply", - "container.ModuleFederationPlugin.getCompilationHooks": "webpack/namespaces/container.md#getcompilationhooks", - "container.scope": "webpack/namespaces/container.md#scope", - "container.scope.__type.__type": "webpack/namespaces/container.md#type", - "container.scope.__type.__type.T": "webpack/namespaces/container.md#typet", - "css": "webpack/namespaces/css.md", - "css.CssModulesPlugin": "webpack/namespaces/css.md#cssmodulesplugin", - "css.CssModulesPlugin.constructor": "webpack/namespaces/css.md#constructor", - "css.CssModulesPlugin.constructor.CssModulesPlugin": "webpack/namespaces/css.md#constructorcssmodulesplugin", - "css.CssModulesPlugin.apply": "webpack/namespaces/css.md#apply", - "css.CssModulesPlugin.getModulesInOrder": "webpack/namespaces/css.md#getmodulesinorder", - "css.CssModulesPlugin.getOrderedChunkCssModules": "webpack/namespaces/css.md#getorderedchunkcssmodules", - "css.CssModulesPlugin.renderChunk": "webpack/namespaces/css.md#renderchunk", - "css.CssModulesPlugin.chunkHasCss": "webpack/namespaces/css.md#chunkhascss", - "css.CssModulesPlugin.getChunkFilenameTemplate": "webpack/namespaces/css.md#getchunkfilenametemplate", - "css.CssModulesPlugin.getCompilationHooks": "webpack/namespaces/css.md#getcompilationhooks", - "css.CssModulesPlugin.renderModule": "webpack/namespaces/css.md#rendermodule", - "debug": "webpack/namespaces/debug.md", - "debug.ProfilingPlugin": "webpack/namespaces/debug.md#profilingplugin", - "debug.ProfilingPlugin.constructor": "webpack/namespaces/debug.md#constructor", - "debug.ProfilingPlugin.constructor.ProfilingPlugin": "webpack/namespaces/debug.md#constructorprofilingplugin", - "debug.ProfilingPlugin.options": "webpack/namespaces/debug.md#options", - "debug.ProfilingPlugin.Profiler": "webpack/namespaces/debug.md#profiler", - "debug.ProfilingPlugin.apply": "webpack/namespaces/debug.md#apply", - "dependencies": "webpack/namespaces/dependencies.md", - "dependencies.ConstDependency": "webpack/namespaces/dependencies.md#constdependency", - "dependencies.ConstDependency.constructor": "webpack/namespaces/dependencies.md#constructor", - "dependencies.ConstDependency.constructor.ConstDependency": "webpack/namespaces/dependencies.md#constructorconstdependency", - "dependencies.ConstDependency.category": "webpack/namespaces/dependencies.md#category", - "dependencies.ConstDependency.category.category": "webpack/namespaces/dependencies.md#categorycategory", - "dependencies.ConstDependency.disconnect": "webpack/namespaces/dependencies.md#disconnect", - "dependencies.ConstDependency.disconnect.disconnect": "webpack/namespaces/dependencies.md#disconnectdisconnect", - "dependencies.ConstDependency.expression": "webpack/namespaces/dependencies.md#expression", - "dependencies.ConstDependency.loc": "webpack/namespaces/dependencies.md#loc", - "dependencies.ConstDependency.module": "webpack/namespaces/dependencies.md#module", - "dependencies.ConstDependency.optional": "webpack/namespaces/dependencies.md#optional", - "dependencies.ConstDependency.range": "webpack/namespaces/dependencies.md#range", - "dependencies.ConstDependency.runtimeRequirements": "webpack/namespaces/dependencies.md#runtimerequirements", - "dependencies.ConstDependency.type": "webpack/namespaces/dependencies.md#type", - "dependencies.ConstDependency.type.type": "webpack/namespaces/dependencies.md#typetype", - "dependencies.ConstDependency.weak": "webpack/namespaces/dependencies.md#weak", - "dependencies.ConstDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.md#exports-object-referenced", - "dependencies.ConstDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.md#no-exports-referenced", - "dependencies.ConstDependency.Template": "webpack/namespaces/dependencies.md#template", - "dependencies.ConstDependency.TRANSITIVE": "webpack/namespaces/dependencies.md#transitive", - "dependencies.ConstDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.md#couldaffectreferencingmodule", - "dependencies.ConstDependency.createIgnoredModule": "webpack/namespaces/dependencies.md#createignoredmodule", - "dependencies.ConstDependency.deserialize": "webpack/namespaces/dependencies.md#deserialize", - "dependencies.ConstDependency.getCondition": "webpack/namespaces/dependencies.md#getcondition", - "dependencies.ConstDependency.getContext": "webpack/namespaces/dependencies.md#getcontext", - "dependencies.ConstDependency.getErrors": "webpack/namespaces/dependencies.md#geterrors", - "dependencies.ConstDependency.getExports": "webpack/namespaces/dependencies.md#getexports", - "dependencies.ConstDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.md#getmoduleevaluationsideeffectsstate", - "dependencies.ConstDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.md#getnumberofidoccurrences", - "dependencies.ConstDependency.getReference": "webpack/namespaces/dependencies.md#getreference", - "dependencies.ConstDependency.getReferencedExports": "webpack/namespaces/dependencies.md#getreferencedexports", - "dependencies.ConstDependency.getResourceIdentifier": "webpack/namespaces/dependencies.md#getresourceidentifier", - "dependencies.ConstDependency.getWarnings": "webpack/namespaces/dependencies.md#getwarnings", - "dependencies.ConstDependency.serialize": "webpack/namespaces/dependencies.md#serialize", - "dependencies.ConstDependency.setLoc": "webpack/namespaces/dependencies.md#setloc", - "dependencies.ConstDependency.updateHash": "webpack/namespaces/dependencies.md#updatehash", - "dependencies.ConstDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.md#islowprioritydependency", - "dependencies.HarmonyImportDependency": "webpack/namespaces/dependencies.md#harmonyimportdependency", - "dependencies.HarmonyImportDependency.constructor": "webpack/namespaces/dependencies.md#constructor", - "dependencies.HarmonyImportDependency.constructor.HarmonyImportDependency": "webpack/namespaces/dependencies.md#constructorharmonyimportdependency", - "dependencies.HarmonyImportDependency.attributes": "webpack/namespaces/dependencies.md#attributes", - "dependencies.HarmonyImportDependency.category": "webpack/namespaces/dependencies.md#category", - "dependencies.HarmonyImportDependency.category.category": "webpack/namespaces/dependencies.md#categorycategory", - "dependencies.HarmonyImportDependency.disconnect": "webpack/namespaces/dependencies.md#disconnect", - "dependencies.HarmonyImportDependency.disconnect.disconnect": "webpack/namespaces/dependencies.md#disconnectdisconnect", - "dependencies.HarmonyImportDependency.loc": "webpack/namespaces/dependencies.md#loc", - "dependencies.HarmonyImportDependency.module": "webpack/namespaces/dependencies.md#module", - "dependencies.HarmonyImportDependency.optional": "webpack/namespaces/dependencies.md#optional", - "dependencies.HarmonyImportDependency.phase": "webpack/namespaces/dependencies.md#phase", - "dependencies.HarmonyImportDependency.range": "webpack/namespaces/dependencies.md#range", - "dependencies.HarmonyImportDependency.request": "webpack/namespaces/dependencies.md#request", - "dependencies.HarmonyImportDependency.sourceOrder": "webpack/namespaces/dependencies.md#sourceorder", - "dependencies.HarmonyImportDependency.type": "webpack/namespaces/dependencies.md#type", - "dependencies.HarmonyImportDependency.type.type": "webpack/namespaces/dependencies.md#typetype", - "dependencies.HarmonyImportDependency.userRequest": "webpack/namespaces/dependencies.md#userrequest", - "dependencies.HarmonyImportDependency.weak": "webpack/namespaces/dependencies.md#weak", - "dependencies.HarmonyImportDependency.ExportPresenceModes": "webpack/namespaces/dependencies.md#exportpresencemodes", - "dependencies.HarmonyImportDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.md#exports-object-referenced", - "dependencies.HarmonyImportDependency.getNonOptionalPart": "webpack/namespaces/dependencies.md#getnonoptionalpart", - "dependencies.HarmonyImportDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.md#no-exports-referenced", - "dependencies.HarmonyImportDependency.Template": "webpack/namespaces/dependencies.md#template", - "dependencies.HarmonyImportDependency.TRANSITIVE": "webpack/namespaces/dependencies.md#transitive", - "dependencies.HarmonyImportDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.md#couldaffectreferencingmodule", - "dependencies.HarmonyImportDependency.createIgnoredModule": "webpack/namespaces/dependencies.md#createignoredmodule", - "dependencies.HarmonyImportDependency.deserialize": "webpack/namespaces/dependencies.md#deserialize", - "dependencies.HarmonyImportDependency.getCondition": "webpack/namespaces/dependencies.md#getcondition", - "dependencies.HarmonyImportDependency.getContext": "webpack/namespaces/dependencies.md#getcontext", - "dependencies.HarmonyImportDependency.getErrors": "webpack/namespaces/dependencies.md#geterrors", - "dependencies.HarmonyImportDependency.getExports": "webpack/namespaces/dependencies.md#getexports", - "dependencies.HarmonyImportDependency.getImportStatement": "webpack/namespaces/dependencies.md#getimportstatement", - "dependencies.HarmonyImportDependency.getImportVar": "webpack/namespaces/dependencies.md#getimportvar", - "dependencies.HarmonyImportDependency.getLinkingErrors": "webpack/namespaces/dependencies.md#getlinkingerrors", - "dependencies.HarmonyImportDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.md#getmoduleevaluationsideeffectsstate", - "dependencies.HarmonyImportDependency.getModuleExports": "webpack/namespaces/dependencies.md#getmoduleexports", - "dependencies.HarmonyImportDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.md#getnumberofidoccurrences", - "dependencies.HarmonyImportDependency.getReference": "webpack/namespaces/dependencies.md#getreference", - "dependencies.HarmonyImportDependency.getReferencedExports": "webpack/namespaces/dependencies.md#getreferencedexports", - "dependencies.HarmonyImportDependency.getResourceIdentifier": "webpack/namespaces/dependencies.md#getresourceidentifier", - "dependencies.HarmonyImportDependency.getWarnings": "webpack/namespaces/dependencies.md#getwarnings", - "dependencies.HarmonyImportDependency.serialize": "webpack/namespaces/dependencies.md#serialize", - "dependencies.HarmonyImportDependency.setLoc": "webpack/namespaces/dependencies.md#setloc", - "dependencies.HarmonyImportDependency.updateHash": "webpack/namespaces/dependencies.md#updatehash", - "dependencies.HarmonyImportDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.md#islowprioritydependency", - "dependencies.ModuleDependency": "webpack/namespaces/dependencies.md#moduledependency", - "dependencies.ModuleDependency.constructor": "webpack/namespaces/dependencies.md#constructor", - "dependencies.ModuleDependency.constructor.ModuleDependency": "webpack/namespaces/dependencies.md#constructormoduledependency", - "dependencies.ModuleDependency.category": "webpack/namespaces/dependencies.md#category", - "dependencies.ModuleDependency.category.category": "webpack/namespaces/dependencies.md#categorycategory", - "dependencies.ModuleDependency.disconnect": "webpack/namespaces/dependencies.md#disconnect", - "dependencies.ModuleDependency.disconnect.disconnect": "webpack/namespaces/dependencies.md#disconnectdisconnect", - "dependencies.ModuleDependency.loc": "webpack/namespaces/dependencies.md#loc", - "dependencies.ModuleDependency.module": "webpack/namespaces/dependencies.md#module", - "dependencies.ModuleDependency.optional": "webpack/namespaces/dependencies.md#optional", - "dependencies.ModuleDependency.range": "webpack/namespaces/dependencies.md#range", - "dependencies.ModuleDependency.request": "webpack/namespaces/dependencies.md#request", - "dependencies.ModuleDependency.sourceOrder": "webpack/namespaces/dependencies.md#sourceorder", - "dependencies.ModuleDependency.type": "webpack/namespaces/dependencies.md#type", - "dependencies.ModuleDependency.type.type": "webpack/namespaces/dependencies.md#typetype", - "dependencies.ModuleDependency.userRequest": "webpack/namespaces/dependencies.md#userrequest", - "dependencies.ModuleDependency.weak": "webpack/namespaces/dependencies.md#weak", - "dependencies.ModuleDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.md#exports-object-referenced", - "dependencies.ModuleDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.md#no-exports-referenced", - "dependencies.ModuleDependency.Template": "webpack/namespaces/dependencies.md#template", - "dependencies.ModuleDependency.TRANSITIVE": "webpack/namespaces/dependencies.md#transitive", - "dependencies.ModuleDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.md#couldaffectreferencingmodule", - "dependencies.ModuleDependency.createIgnoredModule": "webpack/namespaces/dependencies.md#createignoredmodule", - "dependencies.ModuleDependency.deserialize": "webpack/namespaces/dependencies.md#deserialize", - "dependencies.ModuleDependency.getCondition": "webpack/namespaces/dependencies.md#getcondition", - "dependencies.ModuleDependency.getContext": "webpack/namespaces/dependencies.md#getcontext", - "dependencies.ModuleDependency.getErrors": "webpack/namespaces/dependencies.md#geterrors", - "dependencies.ModuleDependency.getExports": "webpack/namespaces/dependencies.md#getexports", - "dependencies.ModuleDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.md#getmoduleevaluationsideeffectsstate", - "dependencies.ModuleDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.md#getnumberofidoccurrences", - "dependencies.ModuleDependency.getReference": "webpack/namespaces/dependencies.md#getreference", - "dependencies.ModuleDependency.getReferencedExports": "webpack/namespaces/dependencies.md#getreferencedexports", - "dependencies.ModuleDependency.getResourceIdentifier": "webpack/namespaces/dependencies.md#getresourceidentifier", - "dependencies.ModuleDependency.getWarnings": "webpack/namespaces/dependencies.md#getwarnings", - "dependencies.ModuleDependency.serialize": "webpack/namespaces/dependencies.md#serialize", - "dependencies.ModuleDependency.setLoc": "webpack/namespaces/dependencies.md#setloc", - "dependencies.ModuleDependency.updateHash": "webpack/namespaces/dependencies.md#updatehash", - "dependencies.ModuleDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.md#islowprioritydependency", - "dependencies.NullDependency": "webpack/namespaces/dependencies.md#nulldependency", - "dependencies.NullDependency.constructor": "webpack/namespaces/dependencies.md#constructor", - "dependencies.NullDependency.constructor.NullDependency": "webpack/namespaces/dependencies.md#constructornulldependency", - "dependencies.NullDependency.category": "webpack/namespaces/dependencies.md#category", - "dependencies.NullDependency.category.category": "webpack/namespaces/dependencies.md#categorycategory", - "dependencies.NullDependency.disconnect": "webpack/namespaces/dependencies.md#disconnect", - "dependencies.NullDependency.disconnect.disconnect": "webpack/namespaces/dependencies.md#disconnectdisconnect", - "dependencies.NullDependency.loc": "webpack/namespaces/dependencies.md#loc", - "dependencies.NullDependency.module": "webpack/namespaces/dependencies.md#module", - "dependencies.NullDependency.optional": "webpack/namespaces/dependencies.md#optional", - "dependencies.NullDependency.type": "webpack/namespaces/dependencies.md#type", - "dependencies.NullDependency.type.type": "webpack/namespaces/dependencies.md#typetype", - "dependencies.NullDependency.weak": "webpack/namespaces/dependencies.md#weak", - "dependencies.NullDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.md#exports-object-referenced", - "dependencies.NullDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.md#no-exports-referenced", - "dependencies.NullDependency.Template": "webpack/namespaces/dependencies.md#template", - "dependencies.NullDependency.TRANSITIVE": "webpack/namespaces/dependencies.md#transitive", - "dependencies.NullDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.md#couldaffectreferencingmodule", - "dependencies.NullDependency.createIgnoredModule": "webpack/namespaces/dependencies.md#createignoredmodule", - "dependencies.NullDependency.deserialize": "webpack/namespaces/dependencies.md#deserialize", - "dependencies.NullDependency.getCondition": "webpack/namespaces/dependencies.md#getcondition", - "dependencies.NullDependency.getContext": "webpack/namespaces/dependencies.md#getcontext", - "dependencies.NullDependency.getErrors": "webpack/namespaces/dependencies.md#geterrors", - "dependencies.NullDependency.getExports": "webpack/namespaces/dependencies.md#getexports", - "dependencies.NullDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.md#getmoduleevaluationsideeffectsstate", - "dependencies.NullDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.md#getnumberofidoccurrences", - "dependencies.NullDependency.getReference": "webpack/namespaces/dependencies.md#getreference", - "dependencies.NullDependency.getReferencedExports": "webpack/namespaces/dependencies.md#getreferencedexports", - "dependencies.NullDependency.getResourceIdentifier": "webpack/namespaces/dependencies.md#getresourceidentifier", - "dependencies.NullDependency.getWarnings": "webpack/namespaces/dependencies.md#getwarnings", - "dependencies.NullDependency.serialize": "webpack/namespaces/dependencies.md#serialize", - "dependencies.NullDependency.setLoc": "webpack/namespaces/dependencies.md#setloc", - "dependencies.NullDependency.updateHash": "webpack/namespaces/dependencies.md#updatehash", - "dependencies.NullDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.md#islowprioritydependency", - "electron": "webpack/namespaces/electron.md", - "electron.ElectronTargetPlugin": "webpack/namespaces/electron.md#electrontargetplugin", - "electron.ElectronTargetPlugin.constructor": "webpack/namespaces/electron.md#constructor", - "electron.ElectronTargetPlugin.constructor.ElectronTargetPlugin": "webpack/namespaces/electron.md#constructorelectrontargetplugin", - "electron.ElectronTargetPlugin.apply": "webpack/namespaces/electron.md#apply", - "esm": "webpack/namespaces/esm.md", - "esm.ModuleChunkLoadingRuntimeModule": "webpack/namespaces/esm.md#modulechunkloadingruntimemodule", - "esm.ModuleChunkLoadingRuntimeModule.constructor": "webpack/namespaces/esm.md#constructor", - "esm.ModuleChunkLoadingRuntimeModule.constructor.ModuleChunkLoadingRuntimeModule": "webpack/namespaces/esm.md#constructormodulechunkloadingruntimemodule", - "esm.ModuleChunkLoadingRuntimeModule.blocks": "webpack/namespaces/esm.md#blocks", - "esm.ModuleChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/esm.md#buildinfo", - "esm.ModuleChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/esm.md#buildmeta", - "esm.ModuleChunkLoadingRuntimeModule.chunk": "webpack/namespaces/esm.md#chunk", - "esm.ModuleChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/esm.md#chunkgraph", - "esm.ModuleChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/esm.md#chunksiterable", - "esm.ModuleChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/esm.md#chunksiterablechunksiterable", - "esm.ModuleChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/esm.md#codegenerationdependencies", - "esm.ModuleChunkLoadingRuntimeModule.compilation": "webpack/namespaces/esm.md#compilation", - "esm.ModuleChunkLoadingRuntimeModule.context": "webpack/namespaces/esm.md#context", - "esm.ModuleChunkLoadingRuntimeModule.debugId": "webpack/namespaces/esm.md#debugid", - "esm.ModuleChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/esm.md#dependencies", - "esm.ModuleChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/esm.md#dependenthash", - "esm.ModuleChunkLoadingRuntimeModule.depth": "webpack/namespaces/esm.md#depth", - "esm.ModuleChunkLoadingRuntimeModule.errors": "webpack/namespaces/esm.md#errors", - "esm.ModuleChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/esm.md#errorserrors", - "esm.ModuleChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/esm.md#exportsargument", - "esm.ModuleChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/esm.md#exportsargumentexportsargument", - "esm.ModuleChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/esm.md#factorymeta", - "esm.ModuleChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/esm.md#fullhash", - "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/esm.md#hasequalschunks", - "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/esm.md#hasequalschunkshasequalschunks", - "esm.ModuleChunkLoadingRuntimeModule.hash": "webpack/namespaces/esm.md#hash", - "esm.ModuleChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/esm.md#hashhash", - "esm.ModuleChunkLoadingRuntimeModule.hot": "webpack/namespaces/esm.md#hot", - "esm.ModuleChunkLoadingRuntimeModule.id": "webpack/namespaces/esm.md#id", - "esm.ModuleChunkLoadingRuntimeModule.index": "webpack/namespaces/esm.md#index", - "esm.ModuleChunkLoadingRuntimeModule.index2": "webpack/namespaces/esm.md#index2", - "esm.ModuleChunkLoadingRuntimeModule.issuer": "webpack/namespaces/esm.md#issuer", - "esm.ModuleChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/esm.md#isused", - "esm.ModuleChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/esm.md#isusedisused", - "esm.ModuleChunkLoadingRuntimeModule.layer": "webpack/namespaces/esm.md#layer", - "esm.ModuleChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/esm.md#moduleargument", - "esm.ModuleChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/esm.md#moduleargumentmoduleargument", - "esm.ModuleChunkLoadingRuntimeModule.name": "webpack/namespaces/esm.md#name", - "esm.ModuleChunkLoadingRuntimeModule.needId": "webpack/namespaces/esm.md#needid", - "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/esm.md#optimizationbailout", - "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/esm.md#optimizationbailoutoptimizationbailout", - "esm.ModuleChunkLoadingRuntimeModule.optional": "webpack/namespaces/esm.md#optional", - "esm.ModuleChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/esm.md#optionaloptional", - "esm.ModuleChunkLoadingRuntimeModule.parent": "webpack/namespaces/esm.md#parent", - "esm.ModuleChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/esm.md#presentationaldependencies", - "esm.ModuleChunkLoadingRuntimeModule.profile": "webpack/namespaces/esm.md#profile", - "esm.ModuleChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/esm.md#renderedhash", - "esm.ModuleChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/esm.md#renderedhashrenderedhash", - "esm.ModuleChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/esm.md#resolveoptions", - "esm.ModuleChunkLoadingRuntimeModule.stage": "webpack/namespaces/esm.md#stage", - "esm.ModuleChunkLoadingRuntimeModule.type": "webpack/namespaces/esm.md#type", - "esm.ModuleChunkLoadingRuntimeModule.used": "webpack/namespaces/esm.md#used", - "esm.ModuleChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/esm.md#usedexports", - "esm.ModuleChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/esm.md#usedexportsusedexports", - "esm.ModuleChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/esm.md#usesimplesourcemap", - "esm.ModuleChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/esm.md#usesourcemap", - "esm.ModuleChunkLoadingRuntimeModule.warnings": "webpack/namespaces/esm.md#warnings", - "esm.ModuleChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/esm.md#warningswarnings", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/esm.md#stage-attach", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/esm.md#stage-basic", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/esm.md#stage-normal", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/esm.md#stage-trigger", - "esm.ModuleChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/esm.md#addblock", - "esm.ModuleChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/esm.md#addcachedependencies", - "esm.ModuleChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/esm.md#addchunk", - "esm.ModuleChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/esm.md#addcodegenerationdependency", - "esm.ModuleChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/esm.md#adddependency", - "esm.ModuleChunkLoadingRuntimeModule.addError": "webpack/namespaces/esm.md#adderror", - "esm.ModuleChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/esm.md#addpresentationaldependency", - "esm.ModuleChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/esm.md#addwarning", - "esm.ModuleChunkLoadingRuntimeModule.attach": "webpack/namespaces/esm.md#attach", - "esm.ModuleChunkLoadingRuntimeModule.build": "webpack/namespaces/esm.md#build", - "esm.ModuleChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/esm.md#chunkcondition", - "esm.ModuleChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/esm.md#cleanupforcache", - "esm.ModuleChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/esm.md#cleardependenciesandblocks", - "esm.ModuleChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/esm.md#clearwarningsanderrors", - "esm.ModuleChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/esm.md#codegeneration", - "esm.ModuleChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/esm.md#deserialize", - "esm.ModuleChunkLoadingRuntimeModule.generate": "webpack/namespaces/esm.md#generate", - "esm.ModuleChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/esm.md#getchunks", - "esm.ModuleChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/esm.md#getconcatenationbailoutreason", - "esm.ModuleChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/esm.md#geterrors", - "esm.ModuleChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/esm.md#getexportstype", - "esm.ModuleChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/esm.md#getgeneratedcode", - "esm.ModuleChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/esm.md#getnumberofchunks", - "esm.ModuleChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/esm.md#getnumberoferrors", - "esm.ModuleChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/esm.md#getnumberofwarnings", - "esm.ModuleChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/esm.md#getrootblock", - "esm.ModuleChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/esm.md#getsideeffectsconnectionstate", - "esm.ModuleChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/esm.md#getsourcebasictypes-1", - "esm.ModuleChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/esm.md#getsourcetypes", - "esm.ModuleChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/esm.md#getunsafecachedata", - "esm.ModuleChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/esm.md#getwarnings", - "esm.ModuleChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/esm.md#haschunkcondition", - "esm.ModuleChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/esm.md#hasreasonforchunk", - "esm.ModuleChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/esm.md#hasreasons", - "esm.ModuleChunkLoadingRuntimeModule.identifier": "webpack/namespaces/esm.md#identifier", - "esm.ModuleChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/esm.md#invalidatebuild", - "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/esm.md#isaccessibleinchunk", - "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/esm.md#isaccessibleinchunkgroup", - "esm.ModuleChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/esm.md#isentrymodule", - "esm.ModuleChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/esm.md#isinchunk", - "esm.ModuleChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/esm.md#isoptional", - "esm.ModuleChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/esm.md#isprovided", - "esm.ModuleChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/esm.md#libident", - "esm.ModuleChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/esm.md#nameforcondition", - "esm.ModuleChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/esm.md#needbuild", - "esm.ModuleChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/esm.md#needrebuild", - "esm.ModuleChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/esm.md#originalsource", - "esm.ModuleChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/esm.md#readableidentifier", - "esm.ModuleChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/esm.md#removechunk", - "esm.ModuleChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/esm.md#removedependency", - "esm.ModuleChunkLoadingRuntimeModule.serialize": "webpack/namespaces/esm.md#serialize", - "esm.ModuleChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/esm.md#shouldisolate", - "esm.ModuleChunkLoadingRuntimeModule.size": "webpack/namespaces/esm.md#size", - "esm.ModuleChunkLoadingRuntimeModule.source": "webpack/namespaces/esm.md#source", - "esm.ModuleChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/esm.md#updatecachemodule", - "esm.ModuleChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/esm.md#updatehash", - "esm.ModuleChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/esm.md#getcompilationhooks", - "experiments": "webpack/namespaces/experiments/index.md", - "experiments.ids": "webpack/namespaces/experiments/namespaces/ids.md", - "experiments.ids.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.md#syncmoduleidsplugin", - "experiments.ids.SyncModuleIdsPlugin.constructor": "webpack/namespaces/experiments/namespaces/ids.md#constructor", - "experiments.ids.SyncModuleIdsPlugin.constructor.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.md#constructorsyncmoduleidsplugin", - "experiments.ids.SyncModuleIdsPlugin.options": "webpack/namespaces/experiments/namespaces/ids.md#options", - "experiments.ids.SyncModuleIdsPlugin.apply": "webpack/namespaces/experiments/namespaces/ids.md#apply", - "experiments.schemes": "webpack/namespaces/experiments/namespaces/schemes.md", - "experiments.schemes.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.md#httpuriplugin", - "experiments.schemes.HttpUriPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.md#constructor", - "experiments.schemes.HttpUriPlugin.constructor.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.md#constructorhttpuriplugin", - "experiments.schemes.HttpUriPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.md#options", - "experiments.schemes.HttpUriPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.md#apply", - "experiments.schemes.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.md#virtualurlplugin", - "experiments.schemes.VirtualUrlPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.md#constructor", - "experiments.schemes.VirtualUrlPlugin.constructor.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.md#constructorvirtualurlplugin", - "experiments.schemes.VirtualUrlPlugin.context": "webpack/namespaces/experiments/namespaces/schemes.md#context", - "experiments.schemes.VirtualUrlPlugin.modules": "webpack/namespaces/experiments/namespaces/schemes.md#modules", - "experiments.schemes.VirtualUrlPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.md#options", - "experiments.schemes.VirtualUrlPlugin.scheme": "webpack/namespaces/experiments/namespaces/schemes.md#scheme", - "experiments.schemes.VirtualUrlPlugin.DEFAULT_SCHEME": "webpack/namespaces/experiments/namespaces/schemes.md#default-scheme", - "experiments.schemes.VirtualUrlPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.md#apply", - "experiments.schemes.VirtualUrlPlugin.findVirtualModuleConfigById": "webpack/namespaces/experiments/namespaces/schemes.md#findvirtualmoduleconfigbyid", - "experiments.schemes.VirtualUrlPlugin.getCacheVersion": "webpack/namespaces/experiments/namespaces/schemes.md#getcacheversion", - "ids": "webpack/namespaces/ids.md", - "ids.ChunkModuleIdRangePlugin": "webpack/namespaces/ids.md#chunkmoduleidrangeplugin", - "ids.ChunkModuleIdRangePlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.ChunkModuleIdRangePlugin.constructor.ChunkModuleIdRangePlugin": "webpack/namespaces/ids.md#constructorchunkmoduleidrangeplugin", - "ids.ChunkModuleIdRangePlugin.options": "webpack/namespaces/ids.md#options", - "ids.ChunkModuleIdRangePlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.DeterministicChunkIdsPlugin": "webpack/namespaces/ids.md#deterministicchunkidsplugin", - "ids.DeterministicChunkIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.DeterministicChunkIdsPlugin.constructor.DeterministicChunkIdsPlugin": "webpack/namespaces/ids.md#constructordeterministicchunkidsplugin", - "ids.DeterministicChunkIdsPlugin.options": "webpack/namespaces/ids.md#options", - "ids.DeterministicChunkIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.DeterministicModuleIdsPlugin": "webpack/namespaces/ids.md#deterministicmoduleidsplugin", - "ids.DeterministicModuleIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.DeterministicModuleIdsPlugin.constructor.DeterministicModuleIdsPlugin": "webpack/namespaces/ids.md#constructordeterministicmoduleidsplugin", - "ids.DeterministicModuleIdsPlugin.options": "webpack/namespaces/ids.md#options", - "ids.DeterministicModuleIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.HashedModuleIdsPlugin": "webpack/namespaces/ids.md#hashedmoduleidsplugin", - "ids.HashedModuleIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.HashedModuleIdsPlugin.constructor.HashedModuleIdsPlugin": "webpack/namespaces/ids.md#constructorhashedmoduleidsplugin", - "ids.HashedModuleIdsPlugin.options": "webpack/namespaces/ids.md#options", - "ids.HashedModuleIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.NamedChunkIdsPlugin": "webpack/namespaces/ids.md#namedchunkidsplugin", - "ids.NamedChunkIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.NamedChunkIdsPlugin.constructor.NamedChunkIdsPlugin": "webpack/namespaces/ids.md#constructornamedchunkidsplugin", - "ids.NamedChunkIdsPlugin.options": "webpack/namespaces/ids.md#options", - "ids.NamedChunkIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.NamedModuleIdsPlugin": "webpack/namespaces/ids.md#namedmoduleidsplugin", - "ids.NamedModuleIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.NamedModuleIdsPlugin.constructor.NamedModuleIdsPlugin": "webpack/namespaces/ids.md#constructornamedmoduleidsplugin", - "ids.NamedModuleIdsPlugin.options": "webpack/namespaces/ids.md#options", - "ids.NamedModuleIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.NaturalModuleIdsPlugin": "webpack/namespaces/ids.md#naturalmoduleidsplugin", - "ids.NaturalModuleIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.NaturalModuleIdsPlugin.constructor.NaturalModuleIdsPlugin": "webpack/namespaces/ids.md#constructornaturalmoduleidsplugin", - "ids.NaturalModuleIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.OccurrenceChunkIdsPlugin": "webpack/namespaces/ids.md#occurrencechunkidsplugin", - "ids.OccurrenceChunkIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.OccurrenceChunkIdsPlugin.constructor.OccurrenceChunkIdsPlugin": "webpack/namespaces/ids.md#constructoroccurrencechunkidsplugin", - "ids.OccurrenceChunkIdsPlugin.options": "webpack/namespaces/ids.md#options", - "ids.OccurrenceChunkIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "ids.OccurrenceModuleIdsPlugin": "webpack/namespaces/ids.md#occurrencemoduleidsplugin", - "ids.OccurrenceModuleIdsPlugin.constructor": "webpack/namespaces/ids.md#constructor", - "ids.OccurrenceModuleIdsPlugin.constructor.OccurrenceModuleIdsPlugin": "webpack/namespaces/ids.md#constructoroccurrencemoduleidsplugin", - "ids.OccurrenceModuleIdsPlugin.options": "webpack/namespaces/ids.md#options", - "ids.OccurrenceModuleIdsPlugin.apply": "webpack/namespaces/ids.md#apply", - "javascript": "webpack/namespaces/javascript.md", - "javascript.EnableChunkLoadingPlugin": "webpack/namespaces/javascript.md#enablechunkloadingplugin", - "javascript.EnableChunkLoadingPlugin.constructor": "webpack/namespaces/javascript.md#constructor", - "javascript.EnableChunkLoadingPlugin.constructor.EnableChunkLoadingPlugin": "webpack/namespaces/javascript.md#constructorenablechunkloadingplugin", - "javascript.EnableChunkLoadingPlugin.type": "webpack/namespaces/javascript.md#type", - "javascript.EnableChunkLoadingPlugin.apply": "webpack/namespaces/javascript.md#apply", - "javascript.EnableChunkLoadingPlugin.checkEnabled": "webpack/namespaces/javascript.md#checkenabled", - "javascript.EnableChunkLoadingPlugin.setEnabled": "webpack/namespaces/javascript.md#setenabled", - "javascript.JavascriptParser": "webpack/namespaces/javascript.md#javascriptparser", - "javascript.JavascriptParser.constructor": "webpack/namespaces/javascript.md#constructor", - "javascript.JavascriptParser.constructor.JavascriptParser": "webpack/namespaces/javascript.md#constructorjavascriptparser", - "javascript.JavascriptParser.comments": "webpack/namespaces/javascript.md#comments", - "javascript.JavascriptParser.currentTagData": "webpack/namespaces/javascript.md#currenttagdata", - "javascript.JavascriptParser.destructuringAssignmentProperties": "webpack/namespaces/javascript.md#destructuringassignmentproperties", - "javascript.JavascriptParser.hooks": "webpack/namespaces/javascript.md#hooks", - "javascript.JavascriptParser.magicCommentContext": "webpack/namespaces/javascript.md#magiccommentcontext", - "javascript.JavascriptParser.options": "webpack/namespaces/javascript.md#options", - "javascript.JavascriptParser.prevStatement": "webpack/namespaces/javascript.md#prevstatement", - "javascript.JavascriptParser.scope": "webpack/namespaces/javascript.md#scope", - "javascript.JavascriptParser.semicolons": "webpack/namespaces/javascript.md#semicolons", - "javascript.JavascriptParser.sourceType": "webpack/namespaces/javascript.md#sourcetype", - "javascript.JavascriptParser.state": "webpack/namespaces/javascript.md#state", - "javascript.JavascriptParser.statementPath": "webpack/namespaces/javascript.md#statementpath", - "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_ALL": "webpack/namespaces/javascript.md#allowed-member-types-all", - "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_CALL_EXPRESSION": "webpack/namespaces/javascript.md#allowed-member-types-call-expression", - "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_EXPRESSION": "webpack/namespaces/javascript.md#allowed-member-types-expression", - "javascript.JavascriptParser.getImportAttributes": "webpack/namespaces/javascript.md#getimportattributes", - "javascript.JavascriptParser.VariableInfo": "webpack/namespaces/javascript.md#variableinfo", - "javascript.JavascriptParser.VariableInfoFlags": "webpack/namespaces/javascript.md#variableinfoflags", - "javascript.JavascriptParser.blockPreWalkClassDeclaration": "webpack/namespaces/javascript.md#blockprewalkclassdeclaration", - "javascript.JavascriptParser.blockPreWalkExportDefaultDeclaration": "webpack/namespaces/javascript.md#blockprewalkexportdefaultdeclaration", - "javascript.JavascriptParser.blockPreWalkExportNamedDeclaration": "webpack/namespaces/javascript.md#blockprewalkexportnameddeclaration", - "javascript.JavascriptParser.blockPreWalkExpressionStatement": "webpack/namespaces/javascript.md#blockprewalkexpressionstatement", - "javascript.JavascriptParser.blockPreWalkStatement": "webpack/namespaces/javascript.md#blockprewalkstatement", - "javascript.JavascriptParser.blockPreWalkStatements": "webpack/namespaces/javascript.md#blockprewalkstatements", - "javascript.JavascriptParser.blockPreWalkVariableDeclaration": "webpack/namespaces/javascript.md#blockprewalkvariabledeclaration", - "javascript.JavascriptParser.callHooksForExpression": "webpack/namespaces/javascript.md#callhooksforexpression", - "javascript.JavascriptParser.callHooksForExpressionWithFallback": "webpack/namespaces/javascript.md#callhooksforexpressionwithfallback", - "javascript.JavascriptParser.callHooksForInfo": "webpack/namespaces/javascript.md#callhooksforinfo", - "javascript.JavascriptParser.callHooksForInfoWithFallback": "webpack/namespaces/javascript.md#callhooksforinfowithfallback", - "javascript.JavascriptParser.callHooksForName": "webpack/namespaces/javascript.md#callhooksforname", - "javascript.JavascriptParser.callHooksForNameWithFallback": "webpack/namespaces/javascript.md#callhooksfornamewithfallback", - "javascript.JavascriptParser.defineVariable": "webpack/namespaces/javascript.md#definevariable", - "javascript.JavascriptParser.destructuringAssignmentPropertiesFor": "webpack/namespaces/javascript.md#destructuringassignmentpropertiesfor", - "javascript.JavascriptParser.detectMode": "webpack/namespaces/javascript.md#detectmode", - "javascript.JavascriptParser.enterArrayPattern": "webpack/namespaces/javascript.md#enterarraypattern", - "javascript.JavascriptParser.enterAssignmentPattern": "webpack/namespaces/javascript.md#enterassignmentpattern", - "javascript.JavascriptParser.enterDeclaration": "webpack/namespaces/javascript.md#enterdeclaration", - "javascript.JavascriptParser.enterDestructuringAssignment": "webpack/namespaces/javascript.md#enterdestructuringassignment", - "javascript.JavascriptParser.enterIdentifier": "webpack/namespaces/javascript.md#enteridentifier", - "javascript.JavascriptParser.enterObjectPattern": "webpack/namespaces/javascript.md#enterobjectpattern", - "javascript.JavascriptParser.enterPattern": "webpack/namespaces/javascript.md#enterpattern", - "javascript.JavascriptParser.enterPatterns": "webpack/namespaces/javascript.md#enterpatterns", - "javascript.JavascriptParser.enterRestElement": "webpack/namespaces/javascript.md#enterrestelement", - "javascript.JavascriptParser.evaluate": "webpack/namespaces/javascript.md#evaluate", - "javascript.JavascriptParser.evaluatedVariable": "webpack/namespaces/javascript.md#evaluatedvariable", - "javascript.JavascriptParser.evaluateExpression": "webpack/namespaces/javascript.md#evaluateexpression", - "javascript.JavascriptParser.extractMemberExpressionChain": "webpack/namespaces/javascript.md#extractmemberexpressionchain", - "javascript.JavascriptParser.getComments": "webpack/namespaces/javascript.md#getcomments", - "javascript.JavascriptParser.getFreeInfoFromVariable": "webpack/namespaces/javascript.md#getfreeinfofromvariable", - "javascript.JavascriptParser.getMemberExpressionInfo": "webpack/namespaces/javascript.md#getmemberexpressioninfo", - "javascript.JavascriptParser.getNameForExpression": "webpack/namespaces/javascript.md#getnameforexpression", - "javascript.JavascriptParser.getNameInfoFromVariable": "webpack/namespaces/javascript.md#getnameinfofromvariable", - "javascript.JavascriptParser.getRenameIdentifier": "webpack/namespaces/javascript.md#getrenameidentifier", - "javascript.JavascriptParser.getTagData": "webpack/namespaces/javascript.md#gettagdata", - "javascript.JavascriptParser.getVariableInfo": "webpack/namespaces/javascript.md#getvariableinfo", - "javascript.JavascriptParser.inBlockScope": "webpack/namespaces/javascript.md#inblockscope", - "javascript.JavascriptParser.inClassScope": "webpack/namespaces/javascript.md#inclassscope", - "javascript.JavascriptParser.inFunctionScope": "webpack/namespaces/javascript.md#infunctionscope", - "javascript.JavascriptParser.inScope": "webpack/namespaces/javascript.md#inscope", - "javascript.JavascriptParser.isAsiPosition": "webpack/namespaces/javascript.md#isasiposition", - "javascript.JavascriptParser.isPure": "webpack/namespaces/javascript.md#ispure", - "javascript.JavascriptParser.isStatementLevelExpression": "webpack/namespaces/javascript.md#isstatementlevelexpression", - "javascript.JavascriptParser.isVariableDefined": "webpack/namespaces/javascript.md#isvariabledefined", - "javascript.JavascriptParser.modulePreWalkExportAllDeclaration": "webpack/namespaces/javascript.md#moduleprewalkexportalldeclaration", - "javascript.JavascriptParser.modulePreWalkExportNamedDeclaration": "webpack/namespaces/javascript.md#moduleprewalkexportnameddeclaration", - "javascript.JavascriptParser.modulePreWalkImportDeclaration": "webpack/namespaces/javascript.md#moduleprewalkimportdeclaration", - "javascript.JavascriptParser.modulePreWalkStatements": "webpack/namespaces/javascript.md#moduleprewalkstatements", - "javascript.JavascriptParser.parse": "webpack/namespaces/javascript.md#parse", - "javascript.JavascriptParser.parseCalculatedString": "webpack/namespaces/javascript.md#parsecalculatedstring", - "javascript.JavascriptParser.parseCommentOptions": "webpack/namespaces/javascript.md#parsecommentoptions", - "javascript.JavascriptParser.parseString": "webpack/namespaces/javascript.md#parsestring", - "javascript.JavascriptParser.preWalkAssignmentExpression": "webpack/namespaces/javascript.md#prewalkassignmentexpression", - "javascript.JavascriptParser.preWalkBlockStatement": "webpack/namespaces/javascript.md#prewalkblockstatement", - "javascript.JavascriptParser.preWalkCatchClause": "webpack/namespaces/javascript.md#prewalkcatchclause", - "javascript.JavascriptParser.preWalkDoWhileStatement": "webpack/namespaces/javascript.md#prewalkdowhilestatement", - "javascript.JavascriptParser.preWalkForInStatement": "webpack/namespaces/javascript.md#prewalkforinstatement", - "javascript.JavascriptParser.preWalkForOfStatement": "webpack/namespaces/javascript.md#prewalkforofstatement", - "javascript.JavascriptParser.preWalkForStatement": "webpack/namespaces/javascript.md#prewalkforstatement", - "javascript.JavascriptParser.preWalkFunctionDeclaration": "webpack/namespaces/javascript.md#prewalkfunctiondeclaration", - "javascript.JavascriptParser.preWalkIfStatement": "webpack/namespaces/javascript.md#prewalkifstatement", - "javascript.JavascriptParser.preWalkLabeledStatement": "webpack/namespaces/javascript.md#prewalklabeledstatement", - "javascript.JavascriptParser.preWalkStatement": "webpack/namespaces/javascript.md#prewalkstatement", - "javascript.JavascriptParser.preWalkStatements": "webpack/namespaces/javascript.md#prewalkstatements", - "javascript.JavascriptParser.preWalkSwitchCases": "webpack/namespaces/javascript.md#prewalkswitchcases", - "javascript.JavascriptParser.preWalkSwitchStatement": "webpack/namespaces/javascript.md#prewalkswitchstatement", - "javascript.JavascriptParser.preWalkTryStatement": "webpack/namespaces/javascript.md#prewalktrystatement", - "javascript.JavascriptParser.preWalkVariableDeclaration": "webpack/namespaces/javascript.md#prewalkvariabledeclaration", - "javascript.JavascriptParser.preWalkVariableDeclarator": "webpack/namespaces/javascript.md#prewalkvariabledeclarator", - "javascript.JavascriptParser.preWalkWhileStatement": "webpack/namespaces/javascript.md#prewalkwhilestatement", - "javascript.JavascriptParser.preWalkWithStatement": "webpack/namespaces/javascript.md#prewalkwithstatement", - "javascript.JavascriptParser.setAsiPosition": "webpack/namespaces/javascript.md#setasiposition", - "javascript.JavascriptParser.setVariable": "webpack/namespaces/javascript.md#setvariable", - "javascript.JavascriptParser.tagVariable": "webpack/namespaces/javascript.md#tagvariable", - "javascript.JavascriptParser.undefineVariable": "webpack/namespaces/javascript.md#undefinevariable", - "javascript.JavascriptParser.unsetAsiPosition": "webpack/namespaces/javascript.md#unsetasiposition", - "javascript.JavascriptParser.walkArrayExpression": "webpack/namespaces/javascript.md#walkarrayexpression", - "javascript.JavascriptParser.walkArrayPattern": "webpack/namespaces/javascript.md#walkarraypattern", - "javascript.JavascriptParser.walkArrowFunctionExpression": "webpack/namespaces/javascript.md#walkarrowfunctionexpression", - "javascript.JavascriptParser.walkAssignmentExpression": "webpack/namespaces/javascript.md#walkassignmentexpression", - "javascript.JavascriptParser.walkAssignmentPattern": "webpack/namespaces/javascript.md#walkassignmentpattern", - "javascript.JavascriptParser.walkAwaitExpression": "webpack/namespaces/javascript.md#walkawaitexpression", - "javascript.JavascriptParser.walkBinaryExpression": "webpack/namespaces/javascript.md#walkbinaryexpression", - "javascript.JavascriptParser.walkBlockStatement": "webpack/namespaces/javascript.md#walkblockstatement", - "javascript.JavascriptParser.walkCallExpression": "webpack/namespaces/javascript.md#walkcallexpression", - "javascript.JavascriptParser.walkCatchClause": "webpack/namespaces/javascript.md#walkcatchclause", - "javascript.JavascriptParser.walkChainExpression": "webpack/namespaces/javascript.md#walkchainexpression", - "javascript.JavascriptParser.walkClass": "webpack/namespaces/javascript.md#walkclass", - "javascript.JavascriptParser.walkClassDeclaration": "webpack/namespaces/javascript.md#walkclassdeclaration", - "javascript.JavascriptParser.walkClassExpression": "webpack/namespaces/javascript.md#walkclassexpression", - "javascript.JavascriptParser.walkConditionalExpression": "webpack/namespaces/javascript.md#walkconditionalexpression", - "javascript.JavascriptParser.walkDoWhileStatement": "webpack/namespaces/javascript.md#walkdowhilestatement", - "javascript.JavascriptParser.walkExportDefaultDeclaration": "webpack/namespaces/javascript.md#walkexportdefaultdeclaration", - "javascript.JavascriptParser.walkExportNamedDeclaration": "webpack/namespaces/javascript.md#walkexportnameddeclaration", - "javascript.JavascriptParser.walkExpression": "webpack/namespaces/javascript.md#walkexpression", - "javascript.JavascriptParser.walkExpressions": "webpack/namespaces/javascript.md#walkexpressions", - "javascript.JavascriptParser.walkExpressionStatement": "webpack/namespaces/javascript.md#walkexpressionstatement", - "javascript.JavascriptParser.walkForInStatement": "webpack/namespaces/javascript.md#walkforinstatement", - "javascript.JavascriptParser.walkForOfStatement": "webpack/namespaces/javascript.md#walkforofstatement", - "javascript.JavascriptParser.walkForStatement": "webpack/namespaces/javascript.md#walkforstatement", - "javascript.JavascriptParser.walkFunctionDeclaration": "webpack/namespaces/javascript.md#walkfunctiondeclaration", - "javascript.JavascriptParser.walkFunctionExpression": "webpack/namespaces/javascript.md#walkfunctionexpression", - "javascript.JavascriptParser.walkIdentifier": "webpack/namespaces/javascript.md#walkidentifier", - "javascript.JavascriptParser.walkIfStatement": "webpack/namespaces/javascript.md#walkifstatement", - "javascript.JavascriptParser.walkImportExpression": "webpack/namespaces/javascript.md#walkimportexpression", - "javascript.JavascriptParser.walkLabeledStatement": "webpack/namespaces/javascript.md#walklabeledstatement", - "javascript.JavascriptParser.walkLeftRightExpression": "webpack/namespaces/javascript.md#walkleftrightexpression", - "javascript.JavascriptParser.walkLogicalExpression": "webpack/namespaces/javascript.md#walklogicalexpression", - "javascript.JavascriptParser.walkMemberExpression": "webpack/namespaces/javascript.md#walkmemberexpression", - "javascript.JavascriptParser.walkMemberExpressionWithExpressionName": "webpack/namespaces/javascript.md#walkmemberexpressionwithexpressionname", - "javascript.JavascriptParser.walkMetaProperty": "webpack/namespaces/javascript.md#walkmetaproperty", - "javascript.JavascriptParser.walkNestedStatement": "webpack/namespaces/javascript.md#walknestedstatement", - "javascript.JavascriptParser.walkNewExpression": "webpack/namespaces/javascript.md#walknewexpression", - "javascript.JavascriptParser.walkObjectExpression": "webpack/namespaces/javascript.md#walkobjectexpression", - "javascript.JavascriptParser.walkObjectPattern": "webpack/namespaces/javascript.md#walkobjectpattern", - "javascript.JavascriptParser.walkPattern": "webpack/namespaces/javascript.md#walkpattern", - "javascript.JavascriptParser.walkProperty": "webpack/namespaces/javascript.md#walkproperty", - "javascript.JavascriptParser.walkRestElement": "webpack/namespaces/javascript.md#walkrestelement", - "javascript.JavascriptParser.walkReturnStatement": "webpack/namespaces/javascript.md#walkreturnstatement", - "javascript.JavascriptParser.walkSequenceExpression": "webpack/namespaces/javascript.md#walksequenceexpression", - "javascript.JavascriptParser.walkSpreadElement": "webpack/namespaces/javascript.md#walkspreadelement", - "javascript.JavascriptParser.walkStatement": "webpack/namespaces/javascript.md#walkstatement", - "javascript.JavascriptParser.walkStatements": "webpack/namespaces/javascript.md#walkstatements", - "javascript.JavascriptParser.walkSwitchCases": "webpack/namespaces/javascript.md#walkswitchcases", - "javascript.JavascriptParser.walkSwitchStatement": "webpack/namespaces/javascript.md#walkswitchstatement", - "javascript.JavascriptParser.walkTaggedTemplateExpression": "webpack/namespaces/javascript.md#walktaggedtemplateexpression", - "javascript.JavascriptParser.walkTemplateLiteral": "webpack/namespaces/javascript.md#walktemplateliteral", - "javascript.JavascriptParser.walkTerminatingStatement": "webpack/namespaces/javascript.md#walkterminatingstatement", - "javascript.JavascriptParser.walkThisExpression": "webpack/namespaces/javascript.md#walkthisexpression", - "javascript.JavascriptParser.walkThrowStatement": "webpack/namespaces/javascript.md#walkthrowstatement", - "javascript.JavascriptParser.walkTryStatement": "webpack/namespaces/javascript.md#walktrystatement", - "javascript.JavascriptParser.walkUnaryExpression": "webpack/namespaces/javascript.md#walkunaryexpression", - "javascript.JavascriptParser.walkUpdateExpression": "webpack/namespaces/javascript.md#walkupdateexpression", - "javascript.JavascriptParser.walkVariableDeclaration": "webpack/namespaces/javascript.md#walkvariabledeclaration", - "javascript.JavascriptParser.walkWhileStatement": "webpack/namespaces/javascript.md#walkwhilestatement", - "javascript.JavascriptParser.walkWithStatement": "webpack/namespaces/javascript.md#walkwithstatement", - "javascript.JavascriptParser.walkYieldExpression": "webpack/namespaces/javascript.md#walkyieldexpression", - "javascript.JavascriptParser.extend": "webpack/namespaces/javascript.md#extend", - "library": "webpack/namespaces/library.md", - "library.AbstractLibraryPlugin": "webpack/namespaces/library.md#abstractlibraryplugin", - "library.AbstractLibraryPlugin.T": "webpack/namespaces/library.md#t", - "library.AbstractLibraryPlugin.constructor": "webpack/namespaces/library.md#constructor", - "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin": "webpack/namespaces/library.md#constructorabstractlibraryplugin", - "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin.T": "webpack/namespaces/library.md#constructorabstractlibraryplugint", - "library.AbstractLibraryPlugin.COMMON_LIBRARY_NAME_MESSAGE": "webpack/namespaces/library.md#common-library-name-message", - "library.AbstractLibraryPlugin.apply": "webpack/namespaces/library.md#apply", - "library.AbstractLibraryPlugin.chunkHash": "webpack/namespaces/library.md#chunkhash", - "library.AbstractLibraryPlugin.embedInRuntimeBailout": "webpack/namespaces/library.md#embedinruntimebailout", - "library.AbstractLibraryPlugin.finishEntryModule": "webpack/namespaces/library.md#finishentrymodule", - "library.AbstractLibraryPlugin.parseOptions": "webpack/namespaces/library.md#parseoptions", - "library.AbstractLibraryPlugin.render": "webpack/namespaces/library.md#render", - "library.AbstractLibraryPlugin.renderModuleContent": "webpack/namespaces/library.md#rendermodulecontent", - "library.AbstractLibraryPlugin.renderStartup": "webpack/namespaces/library.md#renderstartup", - "library.AbstractLibraryPlugin.runtimeRequirements": "webpack/namespaces/library.md#runtimerequirements", - "library.AbstractLibraryPlugin.strictRuntimeBailout": "webpack/namespaces/library.md#strictruntimebailout", - "library.EnableLibraryPlugin": "webpack/namespaces/library.md#enablelibraryplugin", - "library.EnableLibraryPlugin.constructor": "webpack/namespaces/library.md#constructor", - "library.EnableLibraryPlugin.constructor.EnableLibraryPlugin": "webpack/namespaces/library.md#constructorenablelibraryplugin", - "library.EnableLibraryPlugin.options": "webpack/namespaces/library.md#options", - "library.EnableLibraryPlugin.type": "webpack/namespaces/library.md#type", - "library.EnableLibraryPlugin.apply": "webpack/namespaces/library.md#apply", - "library.EnableLibraryPlugin.checkEnabled": "webpack/namespaces/library.md#checkenabled", - "library.EnableLibraryPlugin.setEnabled": "webpack/namespaces/library.md#setenabled", - "ModuleFilenameHelpers": "webpack/namespaces/ModuleFilenameHelpers.md", - "ModuleFilenameHelpers.ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.md#absolute-resource-path", - "ModuleFilenameHelpers.ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.md#all-loaders", - "ModuleFilenameHelpers.ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.md#all-loaders-resource", - "ModuleFilenameHelpers.createFilename": "webpack/namespaces/ModuleFilenameHelpers.md#createfilename", - "ModuleFilenameHelpers.createFilename.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.md#type", - "ModuleFilenameHelpers.HASH": "webpack/namespaces/ModuleFilenameHelpers.md#hash", - "ModuleFilenameHelpers.ID": "webpack/namespaces/ModuleFilenameHelpers.md#id", - "ModuleFilenameHelpers.LOADERS": "webpack/namespaces/ModuleFilenameHelpers.md#loaders", - "ModuleFilenameHelpers.LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.md#loaders-resource", - "ModuleFilenameHelpers.matchObject": "webpack/namespaces/ModuleFilenameHelpers.md#matchobject", - "ModuleFilenameHelpers.matchObject.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.md#type", - "ModuleFilenameHelpers.matchPart": "webpack/namespaces/ModuleFilenameHelpers.md#matchpart", - "ModuleFilenameHelpers.matchPart.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.md#type", - "ModuleFilenameHelpers.NAMESPACE": "webpack/namespaces/ModuleFilenameHelpers.md#namespace", - "ModuleFilenameHelpers.QUERY": "webpack/namespaces/ModuleFilenameHelpers.md#query", - "ModuleFilenameHelpers.REGEXP_ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-absolute-resource-path", - "ModuleFilenameHelpers.REGEXP_ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-all-loaders", - "ModuleFilenameHelpers.REGEXP_ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-all-loaders-resource", - "ModuleFilenameHelpers.REGEXP_HASH": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-hash", - "ModuleFilenameHelpers.REGEXP_ID": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-id", - "ModuleFilenameHelpers.REGEXP_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-loaders", - "ModuleFilenameHelpers.REGEXP_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-loaders-resource", - "ModuleFilenameHelpers.REGEXP_NAMESPACE": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-namespace", - "ModuleFilenameHelpers.REGEXP_QUERY": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-query", - "ModuleFilenameHelpers.REGEXP_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-resource", - "ModuleFilenameHelpers.REGEXP_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.md#regexp-resource-path", - "ModuleFilenameHelpers.replaceDuplicates": "webpack/namespaces/ModuleFilenameHelpers.md#replaceduplicates", - "ModuleFilenameHelpers.replaceDuplicates.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.md#type", - "ModuleFilenameHelpers.replaceDuplicates.__type.__type.T": "webpack/namespaces/ModuleFilenameHelpers.md#typet", - "ModuleFilenameHelpers.RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.md#resource", - "ModuleFilenameHelpers.RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.md#resource-path", - "node": "webpack/namespaces/node.md", - "node.NodeEnvironmentPlugin": "webpack/namespaces/node.md#nodeenvironmentplugin", - "node.NodeEnvironmentPlugin.constructor": "webpack/namespaces/node.md#constructor", - "node.NodeEnvironmentPlugin.constructor.NodeEnvironmentPlugin": "webpack/namespaces/node.md#constructornodeenvironmentplugin", - "node.NodeEnvironmentPlugin.options": "webpack/namespaces/node.md#options", - "node.NodeEnvironmentPlugin.apply": "webpack/namespaces/node.md#apply", - "node.NodeSourcePlugin": "webpack/namespaces/node.md#nodesourceplugin", - "node.NodeSourcePlugin.constructor": "webpack/namespaces/node.md#constructor", - "node.NodeSourcePlugin.constructor.NodeSourcePlugin": "webpack/namespaces/node.md#constructornodesourceplugin", - "node.NodeSourcePlugin.apply": "webpack/namespaces/node.md#apply", - "node.NodeTargetPlugin": "webpack/namespaces/node.md#nodetargetplugin", - "node.NodeTargetPlugin.constructor": "webpack/namespaces/node.md#constructor", - "node.NodeTargetPlugin.constructor.NodeTargetPlugin": "webpack/namespaces/node.md#constructornodetargetplugin", - "node.NodeTargetPlugin.type": "webpack/namespaces/node.md#type", - "node.NodeTargetPlugin.apply": "webpack/namespaces/node.md#apply", - "node.NodeTemplatePlugin": "webpack/namespaces/node.md#nodetemplateplugin", - "node.NodeTemplatePlugin.constructor": "webpack/namespaces/node.md#constructor", - "node.NodeTemplatePlugin.constructor.NodeTemplatePlugin": "webpack/namespaces/node.md#constructornodetemplateplugin", - "node.NodeTemplatePlugin.apply": "webpack/namespaces/node.md#apply", - "node.ReadFileCompileAsyncWasmPlugin": "webpack/namespaces/node.md#readfilecompileasyncwasmplugin", - "node.ReadFileCompileAsyncWasmPlugin.constructor": "webpack/namespaces/node.md#constructor", - "node.ReadFileCompileAsyncWasmPlugin.constructor.ReadFileCompileAsyncWasmPlugin": "webpack/namespaces/node.md#constructorreadfilecompileasyncwasmplugin", - "node.ReadFileCompileAsyncWasmPlugin.apply": "webpack/namespaces/node.md#apply", - "node.ReadFileCompileWasmPlugin": "webpack/namespaces/node.md#readfilecompilewasmplugin", - "node.ReadFileCompileWasmPlugin.constructor": "webpack/namespaces/node.md#constructor", - "node.ReadFileCompileWasmPlugin.constructor.ReadFileCompileWasmPlugin": "webpack/namespaces/node.md#constructorreadfilecompilewasmplugin", - "node.ReadFileCompileWasmPlugin.options": "webpack/namespaces/node.md#options", - "node.ReadFileCompileWasmPlugin.apply": "webpack/namespaces/node.md#apply", - "OptimizationStages": "webpack/namespaces/OptimizationStages.md", - "OptimizationStages.STAGE_ADVANCED": "webpack/namespaces/OptimizationStages.md#stage-advanced", - "OptimizationStages.STAGE_BASIC": "webpack/namespaces/OptimizationStages.md#stage-basic", - "OptimizationStages.STAGE_DEFAULT": "webpack/namespaces/OptimizationStages.md#stage-default", - "optimize": "webpack/namespaces/optimize/index.md", - "optimize.InnerGraph": "webpack/namespaces/optimize/namespaces/InnerGraph.md", - "optimize.InnerGraph.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.md#toplevelsymbol", - "optimize.InnerGraph.TopLevelSymbol.constructor": "webpack/namespaces/optimize/namespaces/InnerGraph.md#constructor", - "optimize.InnerGraph.TopLevelSymbol.constructor.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.md#constructortoplevelsymbol", - "optimize.InnerGraph.TopLevelSymbol.name": "webpack/namespaces/optimize/namespaces/InnerGraph.md#name", - "optimize.InnerGraph.addUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.md#addusage", - "optimize.InnerGraph.addUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.addVariableUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.md#addvariableusage", - "optimize.InnerGraph.addVariableUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.bailout": "webpack/namespaces/optimize/namespaces/InnerGraph.md#bailout", - "optimize.InnerGraph.bailout.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.enable": "webpack/namespaces/optimize/namespaces/InnerGraph.md#enable", - "optimize.InnerGraph.enable.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.getDependencyUsedByExportsCondition": "webpack/namespaces/optimize/namespaces/InnerGraph.md#getdependencyusedbyexportscondition", - "optimize.InnerGraph.getDependencyUsedByExportsCondition.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.getTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.md#gettoplevelsymbol", - "optimize.InnerGraph.getTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.inferDependencyUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.md#inferdependencyusage", - "optimize.InnerGraph.inferDependencyUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.isDependencyUsedByExports": "webpack/namespaces/optimize/namespaces/InnerGraph.md#isdependencyusedbyexports", - "optimize.InnerGraph.isDependencyUsedByExports.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.isEnabled": "webpack/namespaces/optimize/namespaces/InnerGraph.md#isenabled", - "optimize.InnerGraph.isEnabled.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.onUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.md#onusage", - "optimize.InnerGraph.onUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.setTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.md#settoplevelsymbol", - "optimize.InnerGraph.setTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.tagTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.md#tagtoplevelsymbol", - "optimize.InnerGraph.tagTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.md#type", - "optimize.InnerGraph.topLevelSymbolTag": "webpack/namespaces/optimize/namespaces/InnerGraph.md#toplevelsymboltag", - "optimize.AggressiveMergingPlugin": "webpack/namespaces/optimize/index.md#aggressivemergingplugin", - "optimize.AggressiveMergingPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.AggressiveMergingPlugin.constructor.AggressiveMergingPlugin": "webpack/namespaces/optimize/index.md#constructoraggressivemergingplugin", - "optimize.AggressiveMergingPlugin.options": "webpack/namespaces/optimize/index.md#options", - "optimize.AggressiveMergingPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.AggressiveSplittingPlugin": "webpack/namespaces/optimize/index.md#aggressivesplittingplugin", - "optimize.AggressiveSplittingPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.AggressiveSplittingPlugin.constructor.AggressiveSplittingPlugin": "webpack/namespaces/optimize/index.md#constructoraggressivesplittingplugin", - "optimize.AggressiveSplittingPlugin.options": "webpack/namespaces/optimize/index.md#options", - "optimize.AggressiveSplittingPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.AggressiveSplittingPlugin.wasChunkRecorded": "webpack/namespaces/optimize/index.md#waschunkrecorded", - "optimize.LimitChunkCountPlugin": "webpack/namespaces/optimize/index.md#limitchunkcountplugin", - "optimize.LimitChunkCountPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.LimitChunkCountPlugin.constructor.LimitChunkCountPlugin": "webpack/namespaces/optimize/index.md#constructorlimitchunkcountplugin", - "optimize.LimitChunkCountPlugin.options": "webpack/namespaces/optimize/index.md#options", - "optimize.LimitChunkCountPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.MergeDuplicateChunksPlugin": "webpack/namespaces/optimize/index.md#mergeduplicatechunksplugin", - "optimize.MergeDuplicateChunksPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.MergeDuplicateChunksPlugin.constructor.MergeDuplicateChunksPlugin": "webpack/namespaces/optimize/index.md#constructormergeduplicatechunksplugin", - "optimize.MergeDuplicateChunksPlugin.options": "webpack/namespaces/optimize/index.md#options", - "optimize.MergeDuplicateChunksPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.MinChunkSizePlugin": "webpack/namespaces/optimize/index.md#minchunksizeplugin", - "optimize.MinChunkSizePlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.MinChunkSizePlugin.constructor.MinChunkSizePlugin": "webpack/namespaces/optimize/index.md#constructorminchunksizeplugin", - "optimize.MinChunkSizePlugin.options": "webpack/namespaces/optimize/index.md#options", - "optimize.MinChunkSizePlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.ModuleConcatenationPlugin": "webpack/namespaces/optimize/index.md#moduleconcatenationplugin", - "optimize.ModuleConcatenationPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.ModuleConcatenationPlugin.constructor.ModuleConcatenationPlugin": "webpack/namespaces/optimize/index.md#constructormoduleconcatenationplugin", - "optimize.ModuleConcatenationPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.RealContentHashPlugin": "webpack/namespaces/optimize/index.md#realcontenthashplugin", - "optimize.RealContentHashPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.RealContentHashPlugin.constructor.RealContentHashPlugin": "webpack/namespaces/optimize/index.md#constructorrealcontenthashplugin", - "optimize.RealContentHashPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.RealContentHashPlugin.getCompilationHooks": "webpack/namespaces/optimize/index.md#getcompilationhooks", - "optimize.RuntimeChunkPlugin": "webpack/namespaces/optimize/index.md#runtimechunkplugin", - "optimize.RuntimeChunkPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.RuntimeChunkPlugin.constructor.RuntimeChunkPlugin": "webpack/namespaces/optimize/index.md#constructorruntimechunkplugin", - "optimize.RuntimeChunkPlugin.options": "webpack/namespaces/optimize/index.md#options", - "optimize.RuntimeChunkPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.SideEffectsFlagPlugin": "webpack/namespaces/optimize/index.md#sideeffectsflagplugin", - "optimize.SideEffectsFlagPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.SideEffectsFlagPlugin.constructor.SideEffectsFlagPlugin": "webpack/namespaces/optimize/index.md#constructorsideeffectsflagplugin", - "optimize.SideEffectsFlagPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "optimize.SideEffectsFlagPlugin.moduleHasSideEffects": "webpack/namespaces/optimize/index.md#modulehassideeffects", - "optimize.SplitChunksPlugin": "webpack/namespaces/optimize/index.md#splitchunksplugin", - "optimize.SplitChunksPlugin.constructor": "webpack/namespaces/optimize/index.md#constructor", - "optimize.SplitChunksPlugin.constructor.SplitChunksPlugin": "webpack/namespaces/optimize/index.md#constructorsplitchunksplugin", - "optimize.SplitChunksPlugin.options": "webpack/namespaces/optimize/index.md#options", - "optimize.SplitChunksPlugin.apply": "webpack/namespaces/optimize/index.md#apply", - "prefetch": "webpack/namespaces/prefetch.md", - "prefetch.ChunkPrefetchPreloadPlugin": "webpack/namespaces/prefetch.md#chunkprefetchpreloadplugin", - "prefetch.ChunkPrefetchPreloadPlugin.constructor": "webpack/namespaces/prefetch.md#constructor", - "prefetch.ChunkPrefetchPreloadPlugin.constructor.ChunkPrefetchPreloadPlugin": "webpack/namespaces/prefetch.md#constructorchunkprefetchpreloadplugin", - "prefetch.ChunkPrefetchPreloadPlugin.apply": "webpack/namespaces/prefetch.md#apply", - "runtime": "webpack/namespaces/runtime.md", - "runtime.GetChunkFilenameRuntimeModule": "webpack/namespaces/runtime.md#getchunkfilenameruntimemodule", - "runtime.GetChunkFilenameRuntimeModule.constructor": "webpack/namespaces/runtime.md#constructor", - "runtime.GetChunkFilenameRuntimeModule.constructor.GetChunkFilenameRuntimeModule": "webpack/namespaces/runtime.md#constructorgetchunkfilenameruntimemodule", - "runtime.GetChunkFilenameRuntimeModule.allChunks": "webpack/namespaces/runtime.md#allchunks", - "runtime.GetChunkFilenameRuntimeModule.blocks": "webpack/namespaces/runtime.md#blocks", - "runtime.GetChunkFilenameRuntimeModule.buildInfo": "webpack/namespaces/runtime.md#buildinfo", - "runtime.GetChunkFilenameRuntimeModule.buildMeta": "webpack/namespaces/runtime.md#buildmeta", - "runtime.GetChunkFilenameRuntimeModule.chunk": "webpack/namespaces/runtime.md#chunk", - "runtime.GetChunkFilenameRuntimeModule.chunkGraph": "webpack/namespaces/runtime.md#chunkgraph", - "runtime.GetChunkFilenameRuntimeModule.chunksIterable": "webpack/namespaces/runtime.md#chunksiterable", - "runtime.GetChunkFilenameRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.md#chunksiterablechunksiterable", - "runtime.GetChunkFilenameRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.md#codegenerationdependencies", - "runtime.GetChunkFilenameRuntimeModule.compilation": "webpack/namespaces/runtime.md#compilation", - "runtime.GetChunkFilenameRuntimeModule.contentType": "webpack/namespaces/runtime.md#contenttype", - "runtime.GetChunkFilenameRuntimeModule.context": "webpack/namespaces/runtime.md#context", - "runtime.GetChunkFilenameRuntimeModule.debugId": "webpack/namespaces/runtime.md#debugid", - "runtime.GetChunkFilenameRuntimeModule.dependencies": "webpack/namespaces/runtime.md#dependencies", - "runtime.GetChunkFilenameRuntimeModule.dependentHash": "webpack/namespaces/runtime.md#dependenthash", - "runtime.GetChunkFilenameRuntimeModule.depth": "webpack/namespaces/runtime.md#depth", - "runtime.GetChunkFilenameRuntimeModule.errors": "webpack/namespaces/runtime.md#errors", - "runtime.GetChunkFilenameRuntimeModule.errors.errors": "webpack/namespaces/runtime.md#errorserrors", - "runtime.GetChunkFilenameRuntimeModule.exportsArgument": "webpack/namespaces/runtime.md#exportsargument", - "runtime.GetChunkFilenameRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.md#exportsargumentexportsargument", - "runtime.GetChunkFilenameRuntimeModule.factoryMeta": "webpack/namespaces/runtime.md#factorymeta", - "runtime.GetChunkFilenameRuntimeModule.fullHash": "webpack/namespaces/runtime.md#fullhash", - "runtime.GetChunkFilenameRuntimeModule.getFilenameForChunk": "webpack/namespaces/runtime.md#getfilenameforchunk", - "runtime.GetChunkFilenameRuntimeModule.global": "webpack/namespaces/runtime.md#global", - "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.md#hasequalschunks", - "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.md#hasequalschunkshasequalschunks", - "runtime.GetChunkFilenameRuntimeModule.hash": "webpack/namespaces/runtime.md#hash", - "runtime.GetChunkFilenameRuntimeModule.hash.hash": "webpack/namespaces/runtime.md#hashhash", - "runtime.GetChunkFilenameRuntimeModule.hot": "webpack/namespaces/runtime.md#hot", - "runtime.GetChunkFilenameRuntimeModule.id": "webpack/namespaces/runtime.md#id", - "runtime.GetChunkFilenameRuntimeModule.index": "webpack/namespaces/runtime.md#index", - "runtime.GetChunkFilenameRuntimeModule.index2": "webpack/namespaces/runtime.md#index2", - "runtime.GetChunkFilenameRuntimeModule.issuer": "webpack/namespaces/runtime.md#issuer", - "runtime.GetChunkFilenameRuntimeModule.isUsed": "webpack/namespaces/runtime.md#isused", - "runtime.GetChunkFilenameRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.md#isusedisused", - "runtime.GetChunkFilenameRuntimeModule.layer": "webpack/namespaces/runtime.md#layer", - "runtime.GetChunkFilenameRuntimeModule.moduleArgument": "webpack/namespaces/runtime.md#moduleargument", - "runtime.GetChunkFilenameRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.md#moduleargumentmoduleargument", - "runtime.GetChunkFilenameRuntimeModule.name": "webpack/namespaces/runtime.md#name", - "runtime.GetChunkFilenameRuntimeModule.needId": "webpack/namespaces/runtime.md#needid", - "runtime.GetChunkFilenameRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.md#optimizationbailout", - "runtime.GetChunkFilenameRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.md#optimizationbailoutoptimizationbailout", - "runtime.GetChunkFilenameRuntimeModule.optional": "webpack/namespaces/runtime.md#optional", - "runtime.GetChunkFilenameRuntimeModule.optional.optional": "webpack/namespaces/runtime.md#optionaloptional", - "runtime.GetChunkFilenameRuntimeModule.parent": "webpack/namespaces/runtime.md#parent", - "runtime.GetChunkFilenameRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.md#presentationaldependencies", - "runtime.GetChunkFilenameRuntimeModule.profile": "webpack/namespaces/runtime.md#profile", - "runtime.GetChunkFilenameRuntimeModule.renderedHash": "webpack/namespaces/runtime.md#renderedhash", - "runtime.GetChunkFilenameRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.md#renderedhashrenderedhash", - "runtime.GetChunkFilenameRuntimeModule.resolveOptions": "webpack/namespaces/runtime.md#resolveoptions", - "runtime.GetChunkFilenameRuntimeModule.stage": "webpack/namespaces/runtime.md#stage", - "runtime.GetChunkFilenameRuntimeModule.type": "webpack/namespaces/runtime.md#type", - "runtime.GetChunkFilenameRuntimeModule.used": "webpack/namespaces/runtime.md#used", - "runtime.GetChunkFilenameRuntimeModule.usedExports": "webpack/namespaces/runtime.md#usedexports", - "runtime.GetChunkFilenameRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.md#usedexportsusedexports", - "runtime.GetChunkFilenameRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.md#usesimplesourcemap", - "runtime.GetChunkFilenameRuntimeModule.useSourceMap": "webpack/namespaces/runtime.md#usesourcemap", - "runtime.GetChunkFilenameRuntimeModule.warnings": "webpack/namespaces/runtime.md#warnings", - "runtime.GetChunkFilenameRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.md#warningswarnings", - "runtime.GetChunkFilenameRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.md#stage-attach", - "runtime.GetChunkFilenameRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.md#stage-basic", - "runtime.GetChunkFilenameRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.md#stage-normal", - "runtime.GetChunkFilenameRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.md#stage-trigger", - "runtime.GetChunkFilenameRuntimeModule.addBlock": "webpack/namespaces/runtime.md#addblock", - "runtime.GetChunkFilenameRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.md#addcachedependencies", - "runtime.GetChunkFilenameRuntimeModule.addChunk": "webpack/namespaces/runtime.md#addchunk", - "runtime.GetChunkFilenameRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.md#addcodegenerationdependency", - "runtime.GetChunkFilenameRuntimeModule.addDependency": "webpack/namespaces/runtime.md#adddependency", - "runtime.GetChunkFilenameRuntimeModule.addError": "webpack/namespaces/runtime.md#adderror", - "runtime.GetChunkFilenameRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.md#addpresentationaldependency", - "runtime.GetChunkFilenameRuntimeModule.addWarning": "webpack/namespaces/runtime.md#addwarning", - "runtime.GetChunkFilenameRuntimeModule.attach": "webpack/namespaces/runtime.md#attach", - "runtime.GetChunkFilenameRuntimeModule.build": "webpack/namespaces/runtime.md#build", - "runtime.GetChunkFilenameRuntimeModule.chunkCondition": "webpack/namespaces/runtime.md#chunkcondition", - "runtime.GetChunkFilenameRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.md#cleanupforcache", - "runtime.GetChunkFilenameRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.md#cleardependenciesandblocks", - "runtime.GetChunkFilenameRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.md#clearwarningsanderrors", - "runtime.GetChunkFilenameRuntimeModule.codeGeneration": "webpack/namespaces/runtime.md#codegeneration", - "runtime.GetChunkFilenameRuntimeModule.deserialize": "webpack/namespaces/runtime.md#deserialize", - "runtime.GetChunkFilenameRuntimeModule.generate": "webpack/namespaces/runtime.md#generate", - "runtime.GetChunkFilenameRuntimeModule.getChunks": "webpack/namespaces/runtime.md#getchunks", - "runtime.GetChunkFilenameRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.md#getconcatenationbailoutreason", - "runtime.GetChunkFilenameRuntimeModule.getErrors": "webpack/namespaces/runtime.md#geterrors", - "runtime.GetChunkFilenameRuntimeModule.getExportsType": "webpack/namespaces/runtime.md#getexportstype", - "runtime.GetChunkFilenameRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.md#getgeneratedcode", - "runtime.GetChunkFilenameRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.md#getnumberofchunks", - "runtime.GetChunkFilenameRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.md#getnumberoferrors", - "runtime.GetChunkFilenameRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.md#getnumberofwarnings", - "runtime.GetChunkFilenameRuntimeModule.getRootBlock": "webpack/namespaces/runtime.md#getrootblock", - "runtime.GetChunkFilenameRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.md#getsideeffectsconnectionstate", - "runtime.GetChunkFilenameRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.md#getsourcebasictypes-1", - "runtime.GetChunkFilenameRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.md#getsourcetypes", - "runtime.GetChunkFilenameRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.md#getunsafecachedata", - "runtime.GetChunkFilenameRuntimeModule.getWarnings": "webpack/namespaces/runtime.md#getwarnings", - "runtime.GetChunkFilenameRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.md#haschunkcondition", - "runtime.GetChunkFilenameRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.md#hasreasonforchunk", - "runtime.GetChunkFilenameRuntimeModule.hasReasons": "webpack/namespaces/runtime.md#hasreasons", - "runtime.GetChunkFilenameRuntimeModule.identifier": "webpack/namespaces/runtime.md#identifier", - "runtime.GetChunkFilenameRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.md#invalidatebuild", - "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.md#isaccessibleinchunk", - "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.md#isaccessibleinchunkgroup", - "runtime.GetChunkFilenameRuntimeModule.isEntryModule": "webpack/namespaces/runtime.md#isentrymodule", - "runtime.GetChunkFilenameRuntimeModule.isInChunk": "webpack/namespaces/runtime.md#isinchunk", - "runtime.GetChunkFilenameRuntimeModule.isOptional": "webpack/namespaces/runtime.md#isoptional", - "runtime.GetChunkFilenameRuntimeModule.isProvided": "webpack/namespaces/runtime.md#isprovided", - "runtime.GetChunkFilenameRuntimeModule.libIdent": "webpack/namespaces/runtime.md#libident", - "runtime.GetChunkFilenameRuntimeModule.nameForCondition": "webpack/namespaces/runtime.md#nameforcondition", - "runtime.GetChunkFilenameRuntimeModule.needBuild": "webpack/namespaces/runtime.md#needbuild", - "runtime.GetChunkFilenameRuntimeModule.needRebuild": "webpack/namespaces/runtime.md#needrebuild", - "runtime.GetChunkFilenameRuntimeModule.originalSource": "webpack/namespaces/runtime.md#originalsource", - "runtime.GetChunkFilenameRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.md#readableidentifier", - "runtime.GetChunkFilenameRuntimeModule.removeChunk": "webpack/namespaces/runtime.md#removechunk", - "runtime.GetChunkFilenameRuntimeModule.removeDependency": "webpack/namespaces/runtime.md#removedependency", - "runtime.GetChunkFilenameRuntimeModule.serialize": "webpack/namespaces/runtime.md#serialize", - "runtime.GetChunkFilenameRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.md#shouldisolate", - "runtime.GetChunkFilenameRuntimeModule.size": "webpack/namespaces/runtime.md#size", - "runtime.GetChunkFilenameRuntimeModule.source": "webpack/namespaces/runtime.md#source", - "runtime.GetChunkFilenameRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.md#updatecachemodule", - "runtime.GetChunkFilenameRuntimeModule.updateHash": "webpack/namespaces/runtime.md#updatehash", - "runtime.LoadScriptRuntimeModule": "webpack/namespaces/runtime.md#loadscriptruntimemodule", - "runtime.LoadScriptRuntimeModule.constructor": "webpack/namespaces/runtime.md#constructor", - "runtime.LoadScriptRuntimeModule.constructor.LoadScriptRuntimeModule": "webpack/namespaces/runtime.md#constructorloadscriptruntimemodule", - "runtime.LoadScriptRuntimeModule.blocks": "webpack/namespaces/runtime.md#blocks", - "runtime.LoadScriptRuntimeModule.buildInfo": "webpack/namespaces/runtime.md#buildinfo", - "runtime.LoadScriptRuntimeModule.buildMeta": "webpack/namespaces/runtime.md#buildmeta", - "runtime.LoadScriptRuntimeModule.chunk": "webpack/namespaces/runtime.md#chunk", - "runtime.LoadScriptRuntimeModule.chunkGraph": "webpack/namespaces/runtime.md#chunkgraph", - "runtime.LoadScriptRuntimeModule.chunksIterable": "webpack/namespaces/runtime.md#chunksiterable", - "runtime.LoadScriptRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.md#chunksiterablechunksiterable", - "runtime.LoadScriptRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.md#codegenerationdependencies", - "runtime.LoadScriptRuntimeModule.compilation": "webpack/namespaces/runtime.md#compilation", - "runtime.LoadScriptRuntimeModule.context": "webpack/namespaces/runtime.md#context", - "runtime.LoadScriptRuntimeModule.debugId": "webpack/namespaces/runtime.md#debugid", - "runtime.LoadScriptRuntimeModule.dependencies": "webpack/namespaces/runtime.md#dependencies", - "runtime.LoadScriptRuntimeModule.dependentHash": "webpack/namespaces/runtime.md#dependenthash", - "runtime.LoadScriptRuntimeModule.depth": "webpack/namespaces/runtime.md#depth", - "runtime.LoadScriptRuntimeModule.errors": "webpack/namespaces/runtime.md#errors", - "runtime.LoadScriptRuntimeModule.errors.errors": "webpack/namespaces/runtime.md#errorserrors", - "runtime.LoadScriptRuntimeModule.exportsArgument": "webpack/namespaces/runtime.md#exportsargument", - "runtime.LoadScriptRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.md#exportsargumentexportsargument", - "runtime.LoadScriptRuntimeModule.factoryMeta": "webpack/namespaces/runtime.md#factorymeta", - "runtime.LoadScriptRuntimeModule.fullHash": "webpack/namespaces/runtime.md#fullhash", - "runtime.LoadScriptRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.md#hasequalschunks", - "runtime.LoadScriptRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.md#hasequalschunkshasequalschunks", - "runtime.LoadScriptRuntimeModule.hash": "webpack/namespaces/runtime.md#hash", - "runtime.LoadScriptRuntimeModule.hash.hash": "webpack/namespaces/runtime.md#hashhash", - "runtime.LoadScriptRuntimeModule.hot": "webpack/namespaces/runtime.md#hot", - "runtime.LoadScriptRuntimeModule.id": "webpack/namespaces/runtime.md#id", - "runtime.LoadScriptRuntimeModule.index": "webpack/namespaces/runtime.md#index", - "runtime.LoadScriptRuntimeModule.index2": "webpack/namespaces/runtime.md#index2", - "runtime.LoadScriptRuntimeModule.issuer": "webpack/namespaces/runtime.md#issuer", - "runtime.LoadScriptRuntimeModule.isUsed": "webpack/namespaces/runtime.md#isused", - "runtime.LoadScriptRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.md#isusedisused", - "runtime.LoadScriptRuntimeModule.layer": "webpack/namespaces/runtime.md#layer", - "runtime.LoadScriptRuntimeModule.moduleArgument": "webpack/namespaces/runtime.md#moduleargument", - "runtime.LoadScriptRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.md#moduleargumentmoduleargument", - "runtime.LoadScriptRuntimeModule.name": "webpack/namespaces/runtime.md#name", - "runtime.LoadScriptRuntimeModule.needId": "webpack/namespaces/runtime.md#needid", - "runtime.LoadScriptRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.md#optimizationbailout", - "runtime.LoadScriptRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.md#optimizationbailoutoptimizationbailout", - "runtime.LoadScriptRuntimeModule.optional": "webpack/namespaces/runtime.md#optional", - "runtime.LoadScriptRuntimeModule.optional.optional": "webpack/namespaces/runtime.md#optionaloptional", - "runtime.LoadScriptRuntimeModule.parent": "webpack/namespaces/runtime.md#parent", - "runtime.LoadScriptRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.md#presentationaldependencies", - "runtime.LoadScriptRuntimeModule.profile": "webpack/namespaces/runtime.md#profile", - "runtime.LoadScriptRuntimeModule.renderedHash": "webpack/namespaces/runtime.md#renderedhash", - "runtime.LoadScriptRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.md#renderedhashrenderedhash", - "runtime.LoadScriptRuntimeModule.resolveOptions": "webpack/namespaces/runtime.md#resolveoptions", - "runtime.LoadScriptRuntimeModule.stage": "webpack/namespaces/runtime.md#stage", - "runtime.LoadScriptRuntimeModule.type": "webpack/namespaces/runtime.md#type", - "runtime.LoadScriptRuntimeModule.used": "webpack/namespaces/runtime.md#used", - "runtime.LoadScriptRuntimeModule.usedExports": "webpack/namespaces/runtime.md#usedexports", - "runtime.LoadScriptRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.md#usedexportsusedexports", - "runtime.LoadScriptRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.md#usesimplesourcemap", - "runtime.LoadScriptRuntimeModule.useSourceMap": "webpack/namespaces/runtime.md#usesourcemap", - "runtime.LoadScriptRuntimeModule.warnings": "webpack/namespaces/runtime.md#warnings", - "runtime.LoadScriptRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.md#warningswarnings", - "runtime.LoadScriptRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.md#stage-attach", - "runtime.LoadScriptRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.md#stage-basic", - "runtime.LoadScriptRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.md#stage-normal", - "runtime.LoadScriptRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.md#stage-trigger", - "runtime.LoadScriptRuntimeModule.addBlock": "webpack/namespaces/runtime.md#addblock", - "runtime.LoadScriptRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.md#addcachedependencies", - "runtime.LoadScriptRuntimeModule.addChunk": "webpack/namespaces/runtime.md#addchunk", - "runtime.LoadScriptRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.md#addcodegenerationdependency", - "runtime.LoadScriptRuntimeModule.addDependency": "webpack/namespaces/runtime.md#adddependency", - "runtime.LoadScriptRuntimeModule.addError": "webpack/namespaces/runtime.md#adderror", - "runtime.LoadScriptRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.md#addpresentationaldependency", - "runtime.LoadScriptRuntimeModule.addWarning": "webpack/namespaces/runtime.md#addwarning", - "runtime.LoadScriptRuntimeModule.attach": "webpack/namespaces/runtime.md#attach", - "runtime.LoadScriptRuntimeModule.build": "webpack/namespaces/runtime.md#build", - "runtime.LoadScriptRuntimeModule.chunkCondition": "webpack/namespaces/runtime.md#chunkcondition", - "runtime.LoadScriptRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.md#cleanupforcache", - "runtime.LoadScriptRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.md#cleardependenciesandblocks", - "runtime.LoadScriptRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.md#clearwarningsanderrors", - "runtime.LoadScriptRuntimeModule.codeGeneration": "webpack/namespaces/runtime.md#codegeneration", - "runtime.LoadScriptRuntimeModule.deserialize": "webpack/namespaces/runtime.md#deserialize", - "runtime.LoadScriptRuntimeModule.generate": "webpack/namespaces/runtime.md#generate", - "runtime.LoadScriptRuntimeModule.getChunks": "webpack/namespaces/runtime.md#getchunks", - "runtime.LoadScriptRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.md#getconcatenationbailoutreason", - "runtime.LoadScriptRuntimeModule.getErrors": "webpack/namespaces/runtime.md#geterrors", - "runtime.LoadScriptRuntimeModule.getExportsType": "webpack/namespaces/runtime.md#getexportstype", - "runtime.LoadScriptRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.md#getgeneratedcode", - "runtime.LoadScriptRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.md#getnumberofchunks", - "runtime.LoadScriptRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.md#getnumberoferrors", - "runtime.LoadScriptRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.md#getnumberofwarnings", - "runtime.LoadScriptRuntimeModule.getRootBlock": "webpack/namespaces/runtime.md#getrootblock", - "runtime.LoadScriptRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.md#getsideeffectsconnectionstate", - "runtime.LoadScriptRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.md#getsourcebasictypes-1", - "runtime.LoadScriptRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.md#getsourcetypes", - "runtime.LoadScriptRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.md#getunsafecachedata", - "runtime.LoadScriptRuntimeModule.getWarnings": "webpack/namespaces/runtime.md#getwarnings", - "runtime.LoadScriptRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.md#haschunkcondition", - "runtime.LoadScriptRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.md#hasreasonforchunk", - "runtime.LoadScriptRuntimeModule.hasReasons": "webpack/namespaces/runtime.md#hasreasons", - "runtime.LoadScriptRuntimeModule.identifier": "webpack/namespaces/runtime.md#identifier", - "runtime.LoadScriptRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.md#invalidatebuild", - "runtime.LoadScriptRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.md#isaccessibleinchunk", - "runtime.LoadScriptRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.md#isaccessibleinchunkgroup", - "runtime.LoadScriptRuntimeModule.isEntryModule": "webpack/namespaces/runtime.md#isentrymodule", - "runtime.LoadScriptRuntimeModule.isInChunk": "webpack/namespaces/runtime.md#isinchunk", - "runtime.LoadScriptRuntimeModule.isOptional": "webpack/namespaces/runtime.md#isoptional", - "runtime.LoadScriptRuntimeModule.isProvided": "webpack/namespaces/runtime.md#isprovided", - "runtime.LoadScriptRuntimeModule.libIdent": "webpack/namespaces/runtime.md#libident", - "runtime.LoadScriptRuntimeModule.nameForCondition": "webpack/namespaces/runtime.md#nameforcondition", - "runtime.LoadScriptRuntimeModule.needBuild": "webpack/namespaces/runtime.md#needbuild", - "runtime.LoadScriptRuntimeModule.needRebuild": "webpack/namespaces/runtime.md#needrebuild", - "runtime.LoadScriptRuntimeModule.originalSource": "webpack/namespaces/runtime.md#originalsource", - "runtime.LoadScriptRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.md#readableidentifier", - "runtime.LoadScriptRuntimeModule.removeChunk": "webpack/namespaces/runtime.md#removechunk", - "runtime.LoadScriptRuntimeModule.removeDependency": "webpack/namespaces/runtime.md#removedependency", - "runtime.LoadScriptRuntimeModule.serialize": "webpack/namespaces/runtime.md#serialize", - "runtime.LoadScriptRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.md#shouldisolate", - "runtime.LoadScriptRuntimeModule.size": "webpack/namespaces/runtime.md#size", - "runtime.LoadScriptRuntimeModule.source": "webpack/namespaces/runtime.md#source", - "runtime.LoadScriptRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.md#updatecachemodule", - "runtime.LoadScriptRuntimeModule.updateHash": "webpack/namespaces/runtime.md#updatehash", - "runtime.LoadScriptRuntimeModule.getCompilationHooks": "webpack/namespaces/runtime.md#getcompilationhooks", - "RuntimeGlobals": "webpack/namespaces/RuntimeGlobals.md", - "RuntimeGlobals.amdDefine": "webpack/namespaces/RuntimeGlobals.md#amddefine", - "RuntimeGlobals.amdOptions": "webpack/namespaces/RuntimeGlobals.md#amdoptions", - "RuntimeGlobals.asyncModule": "webpack/namespaces/RuntimeGlobals.md#asyncmodule", - "RuntimeGlobals.asyncModuleDoneSymbol": "webpack/namespaces/RuntimeGlobals.md#asyncmoduledonesymbol", - "RuntimeGlobals.asyncModuleExportSymbol": "webpack/namespaces/RuntimeGlobals.md#asyncmoduleexportsymbol", - "RuntimeGlobals.baseURI": "webpack/namespaces/RuntimeGlobals.md#baseuri", - "RuntimeGlobals.chunkCallback": "webpack/namespaces/RuntimeGlobals.md#chunkcallback", - "RuntimeGlobals.chunkName": "webpack/namespaces/RuntimeGlobals.md#chunkname", - "RuntimeGlobals.compatGetDefaultExport": "webpack/namespaces/RuntimeGlobals.md#compatgetdefaultexport", - "RuntimeGlobals.createFakeNamespaceObject": "webpack/namespaces/RuntimeGlobals.md#createfakenamespaceobject", - "RuntimeGlobals.createScript": "webpack/namespaces/RuntimeGlobals.md#createscript", - "RuntimeGlobals.createScriptUrl": "webpack/namespaces/RuntimeGlobals.md#createscripturl", - "RuntimeGlobals.cssInjectStyle": "webpack/namespaces/RuntimeGlobals.md#cssinjectstyle", - "RuntimeGlobals.cssMergeStyleSheets": "webpack/namespaces/RuntimeGlobals.md#cssmergestylesheets", - "RuntimeGlobals.currentRemoteGetScope": "webpack/namespaces/RuntimeGlobals.md#currentremotegetscope", - "RuntimeGlobals.deferredModuleAsyncTransitiveDependencies": "webpack/namespaces/RuntimeGlobals.md#deferredmoduleasynctransitivedependencies", - "RuntimeGlobals.deferredModuleAsyncTransitiveDependenciesSymbol": "webpack/namespaces/RuntimeGlobals.md#deferredmoduleasynctransitivedependenciessymbol", - "RuntimeGlobals.definePropertyGetters": "webpack/namespaces/RuntimeGlobals.md#definepropertygetters", - "RuntimeGlobals.ensureChunk": "webpack/namespaces/RuntimeGlobals.md#ensurechunk", - "RuntimeGlobals.ensureChunkHandlers": "webpack/namespaces/RuntimeGlobals.md#ensurechunkhandlers", - "RuntimeGlobals.ensureChunkIncludeEntries": "webpack/namespaces/RuntimeGlobals.md#ensurechunkincludeentries", - "RuntimeGlobals.entryModuleId": "webpack/namespaces/RuntimeGlobals.md#entrymoduleid", - "RuntimeGlobals.esmId": "webpack/namespaces/RuntimeGlobals.md#esmid", - "RuntimeGlobals.esmIds": "webpack/namespaces/RuntimeGlobals.md#esmids", - "RuntimeGlobals.esmModules": "webpack/namespaces/RuntimeGlobals.md#esmmodules", - "RuntimeGlobals.esmRuntime": "webpack/namespaces/RuntimeGlobals.md#esmruntime", - "RuntimeGlobals.exports": "webpack/namespaces/RuntimeGlobals.md#exports", - "RuntimeGlobals.externalInstallChunk": "webpack/namespaces/RuntimeGlobals.md#externalinstallchunk", - "RuntimeGlobals.getChunkCssFilename": "webpack/namespaces/RuntimeGlobals.md#getchunkcssfilename", - "RuntimeGlobals.getChunkScriptFilename": "webpack/namespaces/RuntimeGlobals.md#getchunkscriptfilename", - "RuntimeGlobals.getChunkUpdateCssFilename": "webpack/namespaces/RuntimeGlobals.md#getchunkupdatecssfilename", - "RuntimeGlobals.getChunkUpdateScriptFilename": "webpack/namespaces/RuntimeGlobals.md#getchunkupdatescriptfilename", - "RuntimeGlobals.getFullHash": "webpack/namespaces/RuntimeGlobals.md#getfullhash", - "RuntimeGlobals.getTrustedTypesPolicy": "webpack/namespaces/RuntimeGlobals.md#gettrustedtypespolicy", - "RuntimeGlobals.getUpdateManifestFilename": "webpack/namespaces/RuntimeGlobals.md#getupdatemanifestfilename", - "RuntimeGlobals.global": "webpack/namespaces/RuntimeGlobals.md#global", - "RuntimeGlobals.harmonyModuleDecorator": "webpack/namespaces/RuntimeGlobals.md#harmonymoduledecorator", - "RuntimeGlobals.hasCssModules": "webpack/namespaces/RuntimeGlobals.md#hascssmodules", - "RuntimeGlobals.hasFetchPriority": "webpack/namespaces/RuntimeGlobals.md#hasfetchpriority", - "RuntimeGlobals.hasOwnProperty": "webpack/namespaces/RuntimeGlobals.md#hasownproperty", - "RuntimeGlobals.hmrDownloadManifest": "webpack/namespaces/RuntimeGlobals.md#hmrdownloadmanifest", - "RuntimeGlobals.hmrDownloadUpdateHandlers": "webpack/namespaces/RuntimeGlobals.md#hmrdownloadupdatehandlers", - "RuntimeGlobals.hmrInvalidateModuleHandlers": "webpack/namespaces/RuntimeGlobals.md#hmrinvalidatemodulehandlers", - "RuntimeGlobals.hmrModuleData": "webpack/namespaces/RuntimeGlobals.md#hmrmoduledata", - "RuntimeGlobals.hmrRuntimeStatePrefix": "webpack/namespaces/RuntimeGlobals.md#hmrruntimestateprefix", - "RuntimeGlobals.initializeSharing": "webpack/namespaces/RuntimeGlobals.md#initializesharing", - "RuntimeGlobals.instantiateWasm": "webpack/namespaces/RuntimeGlobals.md#instantiatewasm", - "RuntimeGlobals.interceptModuleExecution": "webpack/namespaces/RuntimeGlobals.md#interceptmoduleexecution", - "RuntimeGlobals.loadScript": "webpack/namespaces/RuntimeGlobals.md#loadscript", - "RuntimeGlobals.makeDeferredNamespaceObject": "webpack/namespaces/RuntimeGlobals.md#makedeferrednamespaceobject", - "RuntimeGlobals.makeNamespaceObject": "webpack/namespaces/RuntimeGlobals.md#makenamespaceobject", - "RuntimeGlobals.makeOptimizedDeferredNamespaceObject": "webpack/namespaces/RuntimeGlobals.md#makeoptimizeddeferrednamespaceobject", - "RuntimeGlobals.module": "webpack/namespaces/RuntimeGlobals.md#module", - "RuntimeGlobals.moduleCache": "webpack/namespaces/RuntimeGlobals.md#modulecache", - "RuntimeGlobals.moduleFactories": "webpack/namespaces/RuntimeGlobals.md#modulefactories", - "RuntimeGlobals.moduleFactoriesAddOnly": "webpack/namespaces/RuntimeGlobals.md#modulefactoriesaddonly", - "RuntimeGlobals.moduleId": "webpack/namespaces/RuntimeGlobals.md#moduleid", - "RuntimeGlobals.moduleLoaded": "webpack/namespaces/RuntimeGlobals.md#moduleloaded", - "RuntimeGlobals.nodeModuleDecorator": "webpack/namespaces/RuntimeGlobals.md#nodemoduledecorator", - "RuntimeGlobals.onChunksLoaded": "webpack/namespaces/RuntimeGlobals.md#onchunksloaded", - "RuntimeGlobals.prefetchChunk": "webpack/namespaces/RuntimeGlobals.md#prefetchchunk", - "RuntimeGlobals.prefetchChunkHandlers": "webpack/namespaces/RuntimeGlobals.md#prefetchchunkhandlers", - "RuntimeGlobals.preloadChunk": "webpack/namespaces/RuntimeGlobals.md#preloadchunk", - "RuntimeGlobals.preloadChunkHandlers": "webpack/namespaces/RuntimeGlobals.md#preloadchunkhandlers", - "RuntimeGlobals.publicPath": "webpack/namespaces/RuntimeGlobals.md#publicpath", - "RuntimeGlobals.relativeUrl": "webpack/namespaces/RuntimeGlobals.md#relativeurl", - "RuntimeGlobals.require": "webpack/namespaces/RuntimeGlobals.md#require", - "RuntimeGlobals.requireScope": "webpack/namespaces/RuntimeGlobals.md#requirescope", - "RuntimeGlobals.returnExportsFromRuntime": "webpack/namespaces/RuntimeGlobals.md#returnexportsfromruntime", - "RuntimeGlobals.runtimeId": "webpack/namespaces/RuntimeGlobals.md#runtimeid", - "RuntimeGlobals.scriptNonce": "webpack/namespaces/RuntimeGlobals.md#scriptnonce", - "RuntimeGlobals.shareScopeMap": "webpack/namespaces/RuntimeGlobals.md#sharescopemap", - "RuntimeGlobals.startup": "webpack/namespaces/RuntimeGlobals.md#startup", - "RuntimeGlobals.startupEntrypoint": "webpack/namespaces/RuntimeGlobals.md#startupentrypoint", - "RuntimeGlobals.startupNoDefault": "webpack/namespaces/RuntimeGlobals.md#startupnodefault", - "RuntimeGlobals.startupOnlyAfter": "webpack/namespaces/RuntimeGlobals.md#startuponlyafter", - "RuntimeGlobals.startupOnlyBefore": "webpack/namespaces/RuntimeGlobals.md#startuponlybefore", - "RuntimeGlobals.system": "webpack/namespaces/RuntimeGlobals.md#system", - "RuntimeGlobals.systemContext": "webpack/namespaces/RuntimeGlobals.md#systemcontext", - "RuntimeGlobals.thisAsExports": "webpack/namespaces/RuntimeGlobals.md#thisasexports", - "RuntimeGlobals.toBinary": "webpack/namespaces/RuntimeGlobals.md#tobinary", - "RuntimeGlobals.uncaughtErrorHandler": "webpack/namespaces/RuntimeGlobals.md#uncaughterrorhandler", - "RuntimeGlobals.wasmInstances": "webpack/namespaces/RuntimeGlobals.md#wasminstances", - "sharing": "webpack/namespaces/sharing.md", - "sharing.ConsumeSharedPlugin": "webpack/namespaces/sharing.md#consumesharedplugin", - "sharing.ConsumeSharedPlugin.constructor": "webpack/namespaces/sharing.md#constructor", - "sharing.ConsumeSharedPlugin.constructor.ConsumeSharedPlugin": "webpack/namespaces/sharing.md#constructorconsumesharedplugin", - "sharing.ConsumeSharedPlugin.options": "webpack/namespaces/sharing.md#options", - "sharing.ConsumeSharedPlugin.apply": "webpack/namespaces/sharing.md#apply", - "sharing.ProvideSharedPlugin": "webpack/namespaces/sharing.md#providesharedplugin", - "sharing.ProvideSharedPlugin.constructor": "webpack/namespaces/sharing.md#constructor", - "sharing.ProvideSharedPlugin.constructor.ProvideSharedPlugin": "webpack/namespaces/sharing.md#constructorprovidesharedplugin", - "sharing.ProvideSharedPlugin.options": "webpack/namespaces/sharing.md#options", - "sharing.ProvideSharedPlugin.apply": "webpack/namespaces/sharing.md#apply", - "sharing.SharePlugin": "webpack/namespaces/sharing.md#shareplugin", - "sharing.SharePlugin.constructor": "webpack/namespaces/sharing.md#constructor", - "sharing.SharePlugin.constructor.SharePlugin": "webpack/namespaces/sharing.md#constructorshareplugin", - "sharing.SharePlugin.apply": "webpack/namespaces/sharing.md#apply", - "sharing.scope": "webpack/namespaces/sharing.md#scope", - "sharing.scope.__type.__type": "webpack/namespaces/sharing.md#type", - "sharing.scope.__type.__type.T": "webpack/namespaces/sharing.md#typet", - "sources": "webpack/namespaces/sources.md", - "sources.CachedSource": "webpack/namespaces/sources.md#cachedsource", - "sources.CachedSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.CachedSource.constructor.CachedSource": "webpack/namespaces/sources.md#constructorcachedsource", - "sources.CachedSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.CachedSource.getCachedData": "webpack/namespaces/sources.md#getcacheddata", - "sources.CachedSource.map": "webpack/namespaces/sources.md#map", - "sources.CachedSource.original": "webpack/namespaces/sources.md#original", - "sources.CachedSource.originalLazy": "webpack/namespaces/sources.md#originallazy", - "sources.CachedSource.size": "webpack/namespaces/sources.md#size", - "sources.CachedSource.source": "webpack/namespaces/sources.md#source", - "sources.CachedSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.CachedSource.streamChunks": "webpack/namespaces/sources.md#streamchunks", - "sources.CachedSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.CompatSource": "webpack/namespaces/sources.md#compatsource", - "sources.CompatSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.CompatSource.constructor.CompatSource": "webpack/namespaces/sources.md#constructorcompatsource", - "sources.CompatSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.CompatSource.map": "webpack/namespaces/sources.md#map", - "sources.CompatSource.size": "webpack/namespaces/sources.md#size", - "sources.CompatSource.source": "webpack/namespaces/sources.md#source", - "sources.CompatSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.CompatSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.CompatSource.from": "webpack/namespaces/sources.md#from", - "sources.ConcatSource": "webpack/namespaces/sources.md#concatsource", - "sources.ConcatSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.ConcatSource.constructor.ConcatSource": "webpack/namespaces/sources.md#constructorconcatsource", - "sources.ConcatSource.add": "webpack/namespaces/sources.md#add", - "sources.ConcatSource.addAllSkipOptimizing": "webpack/namespaces/sources.md#addallskipoptimizing", - "sources.ConcatSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.ConcatSource.getChildren": "webpack/namespaces/sources.md#getchildren", - "sources.ConcatSource.map": "webpack/namespaces/sources.md#map", - "sources.ConcatSource.size": "webpack/namespaces/sources.md#size", - "sources.ConcatSource.source": "webpack/namespaces/sources.md#source", - "sources.ConcatSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.ConcatSource.streamChunks": "webpack/namespaces/sources.md#streamchunks", - "sources.ConcatSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.OriginalSource": "webpack/namespaces/sources.md#originalsource", - "sources.OriginalSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.OriginalSource.constructor.OriginalSource": "webpack/namespaces/sources.md#constructororiginalsource", - "sources.OriginalSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.OriginalSource.getName": "webpack/namespaces/sources.md#getname", - "sources.OriginalSource.map": "webpack/namespaces/sources.md#map", - "sources.OriginalSource.size": "webpack/namespaces/sources.md#size", - "sources.OriginalSource.source": "webpack/namespaces/sources.md#source", - "sources.OriginalSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.OriginalSource.streamChunks": "webpack/namespaces/sources.md#streamchunks", - "sources.OriginalSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.PrefixSource": "webpack/namespaces/sources.md#prefixsource", - "sources.PrefixSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.PrefixSource.constructor.PrefixSource": "webpack/namespaces/sources.md#constructorprefixsource", - "sources.PrefixSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.PrefixSource.getPrefix": "webpack/namespaces/sources.md#getprefix", - "sources.PrefixSource.map": "webpack/namespaces/sources.md#map", - "sources.PrefixSource.original": "webpack/namespaces/sources.md#original", - "sources.PrefixSource.size": "webpack/namespaces/sources.md#size", - "sources.PrefixSource.source": "webpack/namespaces/sources.md#source", - "sources.PrefixSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.PrefixSource.streamChunks": "webpack/namespaces/sources.md#streamchunks", - "sources.PrefixSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.RawSource": "webpack/namespaces/sources.md#rawsource", - "sources.RawSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.RawSource.constructor.RawSource": "webpack/namespaces/sources.md#constructorrawsource", - "sources.RawSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.RawSource.isBuffer": "webpack/namespaces/sources.md#isbuffer", - "sources.RawSource.map": "webpack/namespaces/sources.md#map", - "sources.RawSource.size": "webpack/namespaces/sources.md#size", - "sources.RawSource.source": "webpack/namespaces/sources.md#source", - "sources.RawSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.RawSource.streamChunks": "webpack/namespaces/sources.md#streamchunks", - "sources.RawSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.ReplaceSource": "webpack/namespaces/sources.md#replacesource", - "sources.ReplaceSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.ReplaceSource.constructor.ReplaceSource": "webpack/namespaces/sources.md#constructorreplacesource", - "sources.ReplaceSource.Replacement": "webpack/namespaces/sources.md#replacement", - "sources.ReplaceSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.ReplaceSource.getName": "webpack/namespaces/sources.md#getname", - "sources.ReplaceSource.getReplacements": "webpack/namespaces/sources.md#getreplacements", - "sources.ReplaceSource.insert": "webpack/namespaces/sources.md#insert", - "sources.ReplaceSource.map": "webpack/namespaces/sources.md#map", - "sources.ReplaceSource.original": "webpack/namespaces/sources.md#original", - "sources.ReplaceSource.replace": "webpack/namespaces/sources.md#replace", - "sources.ReplaceSource.size": "webpack/namespaces/sources.md#size", - "sources.ReplaceSource.source": "webpack/namespaces/sources.md#source", - "sources.ReplaceSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.ReplaceSource.streamChunks": "webpack/namespaces/sources.md#streamchunks", - "sources.ReplaceSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.SizeOnlySource": "webpack/namespaces/sources.md#sizeonlysource", - "sources.SizeOnlySource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.SizeOnlySource.constructor.SizeOnlySource": "webpack/namespaces/sources.md#constructorsizeonlysource", - "sources.SizeOnlySource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.SizeOnlySource.map": "webpack/namespaces/sources.md#map", - "sources.SizeOnlySource.size": "webpack/namespaces/sources.md#size", - "sources.SizeOnlySource.source": "webpack/namespaces/sources.md#source", - "sources.SizeOnlySource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.SizeOnlySource.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.Source": "webpack/namespaces/sources.md#source", - "sources.Source.constructor": "webpack/namespaces/sources.md#constructor", - "sources.Source.constructor.Source": "webpack/namespaces/sources.md#constructorsource", - "sources.Source.buffer": "webpack/namespaces/sources.md#buffer", - "sources.Source.map": "webpack/namespaces/sources.md#map", - "sources.Source.size": "webpack/namespaces/sources.md#size", - "sources.Source.source": "webpack/namespaces/sources.md#source", - "sources.Source.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.Source.updateHash": "webpack/namespaces/sources.md#updatehash", - "sources.SourceMapSource": "webpack/namespaces/sources.md#sourcemapsource", - "sources.SourceMapSource.constructor": "webpack/namespaces/sources.md#constructor", - "sources.SourceMapSource.constructor.SourceMapSource": "webpack/namespaces/sources.md#constructorsourcemapsource", - "sources.SourceMapSource.buffer": "webpack/namespaces/sources.md#buffer", - "sources.SourceMapSource.getArgsAsBuffers": "webpack/namespaces/sources.md#getargsasbuffers", - "sources.SourceMapSource.map": "webpack/namespaces/sources.md#map", - "sources.SourceMapSource.size": "webpack/namespaces/sources.md#size", - "sources.SourceMapSource.source": "webpack/namespaces/sources.md#source", - "sources.SourceMapSource.sourceAndMap": "webpack/namespaces/sources.md#sourceandmap", - "sources.SourceMapSource.streamChunks": "webpack/namespaces/sources.md#streamchunks", - "sources.SourceMapSource.updateHash": "webpack/namespaces/sources.md#updatehash", - "util": "webpack/namespaces/util/index.md", - "util.comparators": "webpack/namespaces/util/namespaces/comparators.md", - "util.comparators.compareChunkGroupsByIndex": "webpack/namespaces/util/namespaces/comparators.md#comparechunkgroupsbyindex", - "util.comparators.compareChunkGroupsByIndex.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareChunks": "webpack/namespaces/util/namespaces/comparators.md#comparechunks", - "util.comparators.compareChunksById": "webpack/namespaces/util/namespaces/comparators.md#comparechunksbyid", - "util.comparators.compareChunksById.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareChunksNatural": "webpack/namespaces/util/namespaces/comparators.md#comparechunksnatural", - "util.comparators.compareChunksNatural.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareIds": "webpack/namespaces/util/namespaces/comparators.md#compareids", - "util.comparators.compareIds.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareIterables": "webpack/namespaces/util/namespaces/comparators.md#compareiterables", - "util.comparators.compareIterables.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareIterables.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.md#typet", - "util.comparators.compareLocations": "webpack/namespaces/util/namespaces/comparators.md#comparelocations", - "util.comparators.compareLocations.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareModulesByFullName": "webpack/namespaces/util/namespaces/comparators.md#comparemodulesbyfullname", - "util.comparators.compareModulesById": "webpack/namespaces/util/namespaces/comparators.md#comparemodulesbyid", - "util.comparators.compareModulesByIdentifier": "webpack/namespaces/util/namespaces/comparators.md#comparemodulesbyidentifier", - "util.comparators.compareModulesByIdentifier.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareModulesByIdOrIdentifier": "webpack/namespaces/util/namespaces/comparators.md#comparemodulesbyidoridentifier", - "util.comparators.compareModulesByPostOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.md#comparemodulesbypostorderindexoridentifier", - "util.comparators.compareModulesByPreOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.md#comparemodulesbypreorderindexoridentifier", - "util.comparators.compareNumbers": "webpack/namespaces/util/namespaces/comparators.md#comparenumbers", - "util.comparators.compareNumbers.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareSelect": "webpack/namespaces/util/namespaces/comparators.md#compareselect", - "util.comparators.compareSelect.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareSelect.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.md#typet", - "util.comparators.compareSelect.__type.__type.R": "webpack/namespaces/util/namespaces/comparators.md#typer", - "util.comparators.compareStrings": "webpack/namespaces/util/namespaces/comparators.md#comparestrings", - "util.comparators.compareStrings.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.compareStringsNumeric": "webpack/namespaces/util/namespaces/comparators.md#comparestringsnumeric", - "util.comparators.compareStringsNumeric.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.concatComparators": "webpack/namespaces/util/namespaces/comparators.md#concatcomparators", - "util.comparators.concatComparators.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.concatComparators.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.md#typet", - "util.comparators.keepOriginalOrder": "webpack/namespaces/util/namespaces/comparators.md#keeporiginalorder", - "util.comparators.keepOriginalOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.comparators.keepOriginalOrder.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.md#typet", - "util.comparators.sortWithSourceOrder": "webpack/namespaces/util/namespaces/comparators.md#sortwithsourceorder", - "util.comparators.sortWithSourceOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.md#type", - "util.compileBooleanMatcher": "webpack/namespaces/util/index.md#compilebooleanmatcher", - "util.compileBooleanMatcher.fromLists": "webpack/namespaces/util/namespaces/compileBooleanMatcher.md#fromlists", - "util.compileBooleanMatcher.fromLists.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.md#type", - "util.compileBooleanMatcher.itemsToRegexp": "webpack/namespaces/util/namespaces/compileBooleanMatcher.md#itemstoregexp", - "util.compileBooleanMatcher.itemsToRegexp.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.md#type", - "util.runtime": "webpack/namespaces/util/namespaces/runtime.md", - "util.runtime.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.md#runtimespecmap", - "util.runtime.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.md#t", - "util.runtime.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.md#r", - "util.runtime.RuntimeSpecMap.constructor": "webpack/namespaces/util/namespaces/runtime.md#constructor", - "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.md#constructorruntimespecmap", - "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.md#constructorruntimespecmapt", - "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.md#constructorruntimespecmapr", - "util.runtime.RuntimeSpecMap.size": "webpack/namespaces/util/namespaces/runtime.md#size", - "util.runtime.RuntimeSpecMap.size.size": "webpack/namespaces/util/namespaces/runtime.md#sizesize", - "util.runtime.RuntimeSpecMap.delete": "webpack/namespaces/util/namespaces/runtime.md#delete", - "util.runtime.RuntimeSpecMap.get": "webpack/namespaces/util/namespaces/runtime.md#get", - "util.runtime.RuntimeSpecMap.has": "webpack/namespaces/util/namespaces/runtime.md#has", - "util.runtime.RuntimeSpecMap.keys": "webpack/namespaces/util/namespaces/runtime.md#keys", - "util.runtime.RuntimeSpecMap.provide": "webpack/namespaces/util/namespaces/runtime.md#provide", - "util.runtime.RuntimeSpecMap.set": "webpack/namespaces/util/namespaces/runtime.md#set", - "util.runtime.RuntimeSpecMap.update": "webpack/namespaces/util/namespaces/runtime.md#update", - "util.runtime.RuntimeSpecMap.values": "webpack/namespaces/util/namespaces/runtime.md#values", - "util.runtime.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.md#runtimespecset", - "util.runtime.RuntimeSpecSet.constructor": "webpack/namespaces/util/namespaces/runtime.md#constructor", - "util.runtime.RuntimeSpecSet.constructor.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.md#constructorruntimespecset", - "util.runtime.RuntimeSpecSet.size": "webpack/namespaces/util/namespaces/runtime.md#size", - "util.runtime.RuntimeSpecSet.size.size": "webpack/namespaces/util/namespaces/runtime.md#sizesize", - "util.runtime.RuntimeSpecSet.[iterator]": "webpack/namespaces/util/namespaces/runtime.md#iterator", - "util.runtime.RuntimeSpecSet.add": "webpack/namespaces/util/namespaces/runtime.md#add", - "util.runtime.RuntimeSpecSet.has": "webpack/namespaces/util/namespaces/runtime.md#has", - "util.runtime.compareRuntime": "webpack/namespaces/util/namespaces/runtime.md#compareruntime", - "util.runtime.compareRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.filterRuntime": "webpack/namespaces/util/namespaces/runtime.md#filterruntime", - "util.runtime.filterRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.forEachRuntime": "webpack/namespaces/util/namespaces/runtime.md#foreachruntime", - "util.runtime.forEachRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.getEntryRuntime": "webpack/namespaces/util/namespaces/runtime.md#getentryruntime", - "util.runtime.getEntryRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.getRuntimeKey": "webpack/namespaces/util/namespaces/runtime.md#getruntimekey", - "util.runtime.getRuntimeKey.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.intersectRuntime": "webpack/namespaces/util/namespaces/runtime.md#intersectruntime", - "util.runtime.intersectRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.keyToRuntime": "webpack/namespaces/util/namespaces/runtime.md#keytoruntime", - "util.runtime.keyToRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.mergeRuntime": "webpack/namespaces/util/namespaces/runtime.md#mergeruntime", - "util.runtime.mergeRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.mergeRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.md#mergeruntimecondition", - "util.runtime.mergeRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.mergeRuntimeConditionNonFalse": "webpack/namespaces/util/namespaces/runtime.md#mergeruntimeconditionnonfalse", - "util.runtime.mergeRuntimeConditionNonFalse.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.mergeRuntimeOwned": "webpack/namespaces/util/namespaces/runtime.md#mergeruntimeowned", - "util.runtime.mergeRuntimeOwned.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.runtimeConditionToString": "webpack/namespaces/util/namespaces/runtime.md#runtimeconditiontostring", - "util.runtime.runtimeConditionToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.runtimeEqual": "webpack/namespaces/util/namespaces/runtime.md#runtimeequal", - "util.runtime.runtimeEqual.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.runtimeToString": "webpack/namespaces/util/namespaces/runtime.md#runtimetostring", - "util.runtime.runtimeToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.subtractRuntime": "webpack/namespaces/util/namespaces/runtime.md#subtractruntime", - "util.runtime.subtractRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.runtime.subtractRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.md#subtractruntimecondition", - "util.runtime.subtractRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.md#type", - "util.serialization": "webpack/namespaces/util/namespaces/serialization.md", - "util.serialization.buffersSerializer": "webpack/namespaces/util/namespaces/serialization.md#buffersserializer", - "util.serialization.createFileSerializer": "webpack/namespaces/util/namespaces/serialization.md#createfileserializer", - "util.serialization.createFileSerializer.__type.__type": "webpack/namespaces/util/namespaces/serialization.md#type", - "util.serialization.createFileSerializer.__type.__type.D": "webpack/namespaces/util/namespaces/serialization.md#typed", - "util.serialization.createFileSerializer.__type.__type.S": "webpack/namespaces/util/namespaces/serialization.md#types", - "util.serialization.createFileSerializer.__type.__type.C": "webpack/namespaces/util/namespaces/serialization.md#typec", - "util.serialization.MEASURE_END_OPERATION": "webpack/namespaces/util/namespaces/serialization.md#measure-end-operation", - "util.serialization.MEASURE_START_OPERATION": "webpack/namespaces/util/namespaces/serialization.md#measure-start-operation", - "util.serialization.NOT_SERIALIZABLE": "webpack/namespaces/util/namespaces/serialization.md#not-serializable", - "util.serialization.register": "webpack/namespaces/util/namespaces/serialization.md#register", - "util.serialization.register.__type.__type": "webpack/namespaces/util/namespaces/serialization.md#type", - "util.serialization.registerLoader": "webpack/namespaces/util/namespaces/serialization.md#registerloader", - "util.serialization.registerLoader.__type.__type": "webpack/namespaces/util/namespaces/serialization.md#type", - "util.serialization.registerNotSerializable": "webpack/namespaces/util/namespaces/serialization.md#registernotserializable", - "util.serialization.registerNotSerializable.__type.__type": "webpack/namespaces/util/namespaces/serialization.md#type", - "util.LazySet": "webpack/namespaces/util/index.md#lazyset", - "util.LazySet.T": "webpack/namespaces/util/index.md#t", - "util.LazySet.constructor": "webpack/namespaces/util/index.md#constructor", - "util.LazySet.constructor.LazySet": "webpack/namespaces/util/index.md#constructorlazyset", - "util.LazySet.constructor.LazySet.T": "webpack/namespaces/util/index.md#constructorlazysett", - "util.LazySet.size": "webpack/namespaces/util/index.md#size", - "util.LazySet.size.size": "webpack/namespaces/util/index.md#sizesize", - "util.LazySet.[iterator]": "webpack/namespaces/util/index.md#iterator", - "util.LazySet.add": "webpack/namespaces/util/index.md#add", - "util.LazySet.addAll": "webpack/namespaces/util/index.md#addall", - "util.LazySet.clear": "webpack/namespaces/util/index.md#clear", - "util.LazySet.delete": "webpack/namespaces/util/index.md#delete", - "util.LazySet.entries": "webpack/namespaces/util/index.md#entries", - "util.LazySet.forEach": "webpack/namespaces/util/index.md#foreach", - "util.LazySet.has": "webpack/namespaces/util/index.md#has", - "util.LazySet.keys": "webpack/namespaces/util/index.md#keys", - "util.LazySet.serialize": "webpack/namespaces/util/index.md#serialize", - "util.LazySet.values": "webpack/namespaces/util/index.md#values", - "util.LazySet.deserialize": "webpack/namespaces/util/index.md#deserialize", - "util.cleverMerge": "webpack/namespaces/util/index.md#clevermerge", - "util.cleverMerge.__type.__type": "webpack/namespaces/util/index.md#type", - "util.cleverMerge.__type.__type.T": "webpack/namespaces/util/index.md#typet", - "util.cleverMerge.__type.__type.O": "webpack/namespaces/util/index.md#typeo", - "util.createHash": "webpack/namespaces/util/index.md#createhash", - "util.createHash.__type.__type": "webpack/namespaces/util/index.md#type", - "util.compileBooleanMatcher.compileBooleanMatcher": "webpack/namespaces/util/index.md#compilebooleanmatcher", - "wasm": "webpack/namespaces/wasm.md", - "wasm.AsyncWebAssemblyModulesPlugin": "webpack/namespaces/wasm.md#asyncwebassemblymodulesplugin", - "wasm.AsyncWebAssemblyModulesPlugin.constructor": "webpack/namespaces/wasm.md#constructor", - "wasm.AsyncWebAssemblyModulesPlugin.constructor.AsyncWebAssemblyModulesPlugin": "webpack/namespaces/wasm.md#constructorasyncwebassemblymodulesplugin", - "wasm.AsyncWebAssemblyModulesPlugin.options": "webpack/namespaces/wasm.md#options", - "wasm.AsyncWebAssemblyModulesPlugin.apply": "webpack/namespaces/wasm.md#apply", - "wasm.AsyncWebAssemblyModulesPlugin.renderModule": "webpack/namespaces/wasm.md#rendermodule", - "wasm.AsyncWebAssemblyModulesPlugin.getCompilationHooks": "webpack/namespaces/wasm.md#getcompilationhooks", - "wasm.EnableWasmLoadingPlugin": "webpack/namespaces/wasm.md#enablewasmloadingplugin", - "wasm.EnableWasmLoadingPlugin.constructor": "webpack/namespaces/wasm.md#constructor", - "wasm.EnableWasmLoadingPlugin.constructor.EnableWasmLoadingPlugin": "webpack/namespaces/wasm.md#constructorenablewasmloadingplugin", - "wasm.EnableWasmLoadingPlugin.type": "webpack/namespaces/wasm.md#type", - "wasm.EnableWasmLoadingPlugin.apply": "webpack/namespaces/wasm.md#apply", - "wasm.EnableWasmLoadingPlugin.checkEnabled": "webpack/namespaces/wasm.md#checkenabled", - "wasm.EnableWasmLoadingPlugin.setEnabled": "webpack/namespaces/wasm.md#setenabled", - "web": "webpack/namespaces/web.md", - "web.CssLoadingRuntimeModule": "webpack/namespaces/web.md#cssloadingruntimemodule", - "web.CssLoadingRuntimeModule.constructor": "webpack/namespaces/web.md#constructor", - "web.CssLoadingRuntimeModule.constructor.CssLoadingRuntimeModule": "webpack/namespaces/web.md#constructorcssloadingruntimemodule", - "web.CssLoadingRuntimeModule.blocks": "webpack/namespaces/web.md#blocks", - "web.CssLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.md#buildinfo", - "web.CssLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.md#buildmeta", - "web.CssLoadingRuntimeModule.chunk": "webpack/namespaces/web.md#chunk", - "web.CssLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.md#chunkgraph", - "web.CssLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.md#chunksiterable", - "web.CssLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.md#chunksiterablechunksiterable", - "web.CssLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.md#codegenerationdependencies", - "web.CssLoadingRuntimeModule.compilation": "webpack/namespaces/web.md#compilation", - "web.CssLoadingRuntimeModule.context": "webpack/namespaces/web.md#context", - "web.CssLoadingRuntimeModule.debugId": "webpack/namespaces/web.md#debugid", - "web.CssLoadingRuntimeModule.dependencies": "webpack/namespaces/web.md#dependencies", - "web.CssLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.md#dependenthash", - "web.CssLoadingRuntimeModule.depth": "webpack/namespaces/web.md#depth", - "web.CssLoadingRuntimeModule.errors": "webpack/namespaces/web.md#errors", - "web.CssLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.md#errorserrors", - "web.CssLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.md#exportsargument", - "web.CssLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.md#exportsargumentexportsargument", - "web.CssLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.md#factorymeta", - "web.CssLoadingRuntimeModule.fullHash": "webpack/namespaces/web.md#fullhash", - "web.CssLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.md#hasequalschunks", - "web.CssLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.md#hasequalschunkshasequalschunks", - "web.CssLoadingRuntimeModule.hash": "webpack/namespaces/web.md#hash", - "web.CssLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.md#hashhash", - "web.CssLoadingRuntimeModule.hot": "webpack/namespaces/web.md#hot", - "web.CssLoadingRuntimeModule.id": "webpack/namespaces/web.md#id", - "web.CssLoadingRuntimeModule.index": "webpack/namespaces/web.md#index", - "web.CssLoadingRuntimeModule.index2": "webpack/namespaces/web.md#index2", - "web.CssLoadingRuntimeModule.issuer": "webpack/namespaces/web.md#issuer", - "web.CssLoadingRuntimeModule.isUsed": "webpack/namespaces/web.md#isused", - "web.CssLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.md#isusedisused", - "web.CssLoadingRuntimeModule.layer": "webpack/namespaces/web.md#layer", - "web.CssLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.md#moduleargument", - "web.CssLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.md#moduleargumentmoduleargument", - "web.CssLoadingRuntimeModule.name": "webpack/namespaces/web.md#name", - "web.CssLoadingRuntimeModule.needId": "webpack/namespaces/web.md#needid", - "web.CssLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.md#optimizationbailout", - "web.CssLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.md#optimizationbailoutoptimizationbailout", - "web.CssLoadingRuntimeModule.optional": "webpack/namespaces/web.md#optional", - "web.CssLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.md#optionaloptional", - "web.CssLoadingRuntimeModule.parent": "webpack/namespaces/web.md#parent", - "web.CssLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.md#presentationaldependencies", - "web.CssLoadingRuntimeModule.profile": "webpack/namespaces/web.md#profile", - "web.CssLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.md#renderedhash", - "web.CssLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.md#renderedhashrenderedhash", - "web.CssLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.md#resolveoptions", - "web.CssLoadingRuntimeModule.stage": "webpack/namespaces/web.md#stage", - "web.CssLoadingRuntimeModule.type": "webpack/namespaces/web.md#type", - "web.CssLoadingRuntimeModule.used": "webpack/namespaces/web.md#used", - "web.CssLoadingRuntimeModule.usedExports": "webpack/namespaces/web.md#usedexports", - "web.CssLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.md#usedexportsusedexports", - "web.CssLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.md#usesimplesourcemap", - "web.CssLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.md#usesourcemap", - "web.CssLoadingRuntimeModule.warnings": "webpack/namespaces/web.md#warnings", - "web.CssLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.md#warningswarnings", - "web.CssLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.md#stage-attach", - "web.CssLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.md#stage-basic", - "web.CssLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.md#stage-normal", - "web.CssLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.md#stage-trigger", - "web.CssLoadingRuntimeModule.addBlock": "webpack/namespaces/web.md#addblock", - "web.CssLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.md#addcachedependencies", - "web.CssLoadingRuntimeModule.addChunk": "webpack/namespaces/web.md#addchunk", - "web.CssLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.md#addcodegenerationdependency", - "web.CssLoadingRuntimeModule.addDependency": "webpack/namespaces/web.md#adddependency", - "web.CssLoadingRuntimeModule.addError": "webpack/namespaces/web.md#adderror", - "web.CssLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.md#addpresentationaldependency", - "web.CssLoadingRuntimeModule.addWarning": "webpack/namespaces/web.md#addwarning", - "web.CssLoadingRuntimeModule.attach": "webpack/namespaces/web.md#attach", - "web.CssLoadingRuntimeModule.build": "webpack/namespaces/web.md#build", - "web.CssLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.md#chunkcondition", - "web.CssLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.md#cleanupforcache", - "web.CssLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.md#cleardependenciesandblocks", - "web.CssLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.md#clearwarningsanderrors", - "web.CssLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.md#codegeneration", - "web.CssLoadingRuntimeModule.deserialize": "webpack/namespaces/web.md#deserialize", - "web.CssLoadingRuntimeModule.generate": "webpack/namespaces/web.md#generate", - "web.CssLoadingRuntimeModule.getChunks": "webpack/namespaces/web.md#getchunks", - "web.CssLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.md#getconcatenationbailoutreason", - "web.CssLoadingRuntimeModule.getErrors": "webpack/namespaces/web.md#geterrors", - "web.CssLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.md#getexportstype", - "web.CssLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.md#getgeneratedcode", - "web.CssLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.md#getnumberofchunks", - "web.CssLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.md#getnumberoferrors", - "web.CssLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.md#getnumberofwarnings", - "web.CssLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.md#getrootblock", - "web.CssLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.md#getsideeffectsconnectionstate", - "web.CssLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.md#getsourcebasictypes-1", - "web.CssLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.md#getsourcetypes", - "web.CssLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.md#getunsafecachedata", - "web.CssLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.md#getwarnings", - "web.CssLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.md#haschunkcondition", - "web.CssLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.md#hasreasonforchunk", - "web.CssLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.md#hasreasons", - "web.CssLoadingRuntimeModule.identifier": "webpack/namespaces/web.md#identifier", - "web.CssLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.md#invalidatebuild", - "web.CssLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.md#isaccessibleinchunk", - "web.CssLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.md#isaccessibleinchunkgroup", - "web.CssLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.md#isentrymodule", - "web.CssLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.md#isinchunk", - "web.CssLoadingRuntimeModule.isOptional": "webpack/namespaces/web.md#isoptional", - "web.CssLoadingRuntimeModule.isProvided": "webpack/namespaces/web.md#isprovided", - "web.CssLoadingRuntimeModule.libIdent": "webpack/namespaces/web.md#libident", - "web.CssLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.md#nameforcondition", - "web.CssLoadingRuntimeModule.needBuild": "webpack/namespaces/web.md#needbuild", - "web.CssLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.md#needrebuild", - "web.CssLoadingRuntimeModule.originalSource": "webpack/namespaces/web.md#originalsource", - "web.CssLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.md#readableidentifier", - "web.CssLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.md#removechunk", - "web.CssLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.md#removedependency", - "web.CssLoadingRuntimeModule.serialize": "webpack/namespaces/web.md#serialize", - "web.CssLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.md#shouldisolate", - "web.CssLoadingRuntimeModule.size": "webpack/namespaces/web.md#size", - "web.CssLoadingRuntimeModule.source": "webpack/namespaces/web.md#source", - "web.CssLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.md#updatecachemodule", - "web.CssLoadingRuntimeModule.updateHash": "webpack/namespaces/web.md#updatehash", - "web.CssLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.md#getcompilationhooks", - "web.FetchCompileAsyncWasmPlugin": "webpack/namespaces/web.md#fetchcompileasyncwasmplugin", - "web.FetchCompileAsyncWasmPlugin.constructor": "webpack/namespaces/web.md#constructor", - "web.FetchCompileAsyncWasmPlugin.constructor.FetchCompileAsyncWasmPlugin": "webpack/namespaces/web.md#constructorfetchcompileasyncwasmplugin", - "web.FetchCompileAsyncWasmPlugin.apply": "webpack/namespaces/web.md#apply", - "web.FetchCompileWasmPlugin": "webpack/namespaces/web.md#fetchcompilewasmplugin", - "web.FetchCompileWasmPlugin.constructor": "webpack/namespaces/web.md#constructor", - "web.FetchCompileWasmPlugin.constructor.FetchCompileWasmPlugin": "webpack/namespaces/web.md#constructorfetchcompilewasmplugin", - "web.FetchCompileWasmPlugin.options": "webpack/namespaces/web.md#options", - "web.FetchCompileWasmPlugin.apply": "webpack/namespaces/web.md#apply", - "web.JsonpChunkLoadingRuntimeModule": "webpack/namespaces/web.md#jsonpchunkloadingruntimemodule", - "web.JsonpChunkLoadingRuntimeModule.constructor": "webpack/namespaces/web.md#constructor", - "web.JsonpChunkLoadingRuntimeModule.constructor.JsonpChunkLoadingRuntimeModule": "webpack/namespaces/web.md#constructorjsonpchunkloadingruntimemodule", - "web.JsonpChunkLoadingRuntimeModule.blocks": "webpack/namespaces/web.md#blocks", - "web.JsonpChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.md#buildinfo", - "web.JsonpChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.md#buildmeta", - "web.JsonpChunkLoadingRuntimeModule.chunk": "webpack/namespaces/web.md#chunk", - "web.JsonpChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.md#chunkgraph", - "web.JsonpChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.md#chunksiterable", - "web.JsonpChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.md#chunksiterablechunksiterable", - "web.JsonpChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.md#codegenerationdependencies", - "web.JsonpChunkLoadingRuntimeModule.compilation": "webpack/namespaces/web.md#compilation", - "web.JsonpChunkLoadingRuntimeModule.context": "webpack/namespaces/web.md#context", - "web.JsonpChunkLoadingRuntimeModule.debugId": "webpack/namespaces/web.md#debugid", - "web.JsonpChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/web.md#dependencies", - "web.JsonpChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.md#dependenthash", - "web.JsonpChunkLoadingRuntimeModule.depth": "webpack/namespaces/web.md#depth", - "web.JsonpChunkLoadingRuntimeModule.errors": "webpack/namespaces/web.md#errors", - "web.JsonpChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.md#errorserrors", - "web.JsonpChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.md#exportsargument", - "web.JsonpChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.md#exportsargumentexportsargument", - "web.JsonpChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.md#factorymeta", - "web.JsonpChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/web.md#fullhash", - "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.md#hasequalschunks", - "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.md#hasequalschunkshasequalschunks", - "web.JsonpChunkLoadingRuntimeModule.hash": "webpack/namespaces/web.md#hash", - "web.JsonpChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.md#hashhash", - "web.JsonpChunkLoadingRuntimeModule.hot": "webpack/namespaces/web.md#hot", - "web.JsonpChunkLoadingRuntimeModule.id": "webpack/namespaces/web.md#id", - "web.JsonpChunkLoadingRuntimeModule.index": "webpack/namespaces/web.md#index", - "web.JsonpChunkLoadingRuntimeModule.index2": "webpack/namespaces/web.md#index2", - "web.JsonpChunkLoadingRuntimeModule.issuer": "webpack/namespaces/web.md#issuer", - "web.JsonpChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/web.md#isused", - "web.JsonpChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.md#isusedisused", - "web.JsonpChunkLoadingRuntimeModule.layer": "webpack/namespaces/web.md#layer", - "web.JsonpChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.md#moduleargument", - "web.JsonpChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.md#moduleargumentmoduleargument", - "web.JsonpChunkLoadingRuntimeModule.name": "webpack/namespaces/web.md#name", - "web.JsonpChunkLoadingRuntimeModule.needId": "webpack/namespaces/web.md#needid", - "web.JsonpChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.md#optimizationbailout", - "web.JsonpChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.md#optimizationbailoutoptimizationbailout", - "web.JsonpChunkLoadingRuntimeModule.optional": "webpack/namespaces/web.md#optional", - "web.JsonpChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.md#optionaloptional", - "web.JsonpChunkLoadingRuntimeModule.parent": "webpack/namespaces/web.md#parent", - "web.JsonpChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.md#presentationaldependencies", - "web.JsonpChunkLoadingRuntimeModule.profile": "webpack/namespaces/web.md#profile", - "web.JsonpChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.md#renderedhash", - "web.JsonpChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.md#renderedhashrenderedhash", - "web.JsonpChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.md#resolveoptions", - "web.JsonpChunkLoadingRuntimeModule.stage": "webpack/namespaces/web.md#stage", - "web.JsonpChunkLoadingRuntimeModule.type": "webpack/namespaces/web.md#type", - "web.JsonpChunkLoadingRuntimeModule.used": "webpack/namespaces/web.md#used", - "web.JsonpChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/web.md#usedexports", - "web.JsonpChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.md#usedexportsusedexports", - "web.JsonpChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.md#usesimplesourcemap", - "web.JsonpChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.md#usesourcemap", - "web.JsonpChunkLoadingRuntimeModule.warnings": "webpack/namespaces/web.md#warnings", - "web.JsonpChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.md#warningswarnings", - "web.JsonpChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.md#stage-attach", - "web.JsonpChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.md#stage-basic", - "web.JsonpChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.md#stage-normal", - "web.JsonpChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.md#stage-trigger", - "web.JsonpChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/web.md#addblock", - "web.JsonpChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.md#addcachedependencies", - "web.JsonpChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/web.md#addchunk", - "web.JsonpChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.md#addcodegenerationdependency", - "web.JsonpChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/web.md#adddependency", - "web.JsonpChunkLoadingRuntimeModule.addError": "webpack/namespaces/web.md#adderror", - "web.JsonpChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.md#addpresentationaldependency", - "web.JsonpChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/web.md#addwarning", - "web.JsonpChunkLoadingRuntimeModule.attach": "webpack/namespaces/web.md#attach", - "web.JsonpChunkLoadingRuntimeModule.build": "webpack/namespaces/web.md#build", - "web.JsonpChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.md#chunkcondition", - "web.JsonpChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.md#cleanupforcache", - "web.JsonpChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.md#cleardependenciesandblocks", - "web.JsonpChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.md#clearwarningsanderrors", - "web.JsonpChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.md#codegeneration", - "web.JsonpChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/web.md#deserialize", - "web.JsonpChunkLoadingRuntimeModule.generate": "webpack/namespaces/web.md#generate", - "web.JsonpChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/web.md#getchunks", - "web.JsonpChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.md#getconcatenationbailoutreason", - "web.JsonpChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/web.md#geterrors", - "web.JsonpChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.md#getexportstype", - "web.JsonpChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.md#getgeneratedcode", - "web.JsonpChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.md#getnumberofchunks", - "web.JsonpChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.md#getnumberoferrors", - "web.JsonpChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.md#getnumberofwarnings", - "web.JsonpChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.md#getrootblock", - "web.JsonpChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.md#getsideeffectsconnectionstate", - "web.JsonpChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.md#getsourcebasictypes-1", - "web.JsonpChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.md#getsourcetypes", - "web.JsonpChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.md#getunsafecachedata", - "web.JsonpChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.md#getwarnings", - "web.JsonpChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.md#haschunkcondition", - "web.JsonpChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.md#hasreasonforchunk", - "web.JsonpChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.md#hasreasons", - "web.JsonpChunkLoadingRuntimeModule.identifier": "webpack/namespaces/web.md#identifier", - "web.JsonpChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.md#invalidatebuild", - "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.md#isaccessibleinchunk", - "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.md#isaccessibleinchunkgroup", - "web.JsonpChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.md#isentrymodule", - "web.JsonpChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.md#isinchunk", - "web.JsonpChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/web.md#isoptional", - "web.JsonpChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/web.md#isprovided", - "web.JsonpChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/web.md#libident", - "web.JsonpChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.md#nameforcondition", - "web.JsonpChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/web.md#needbuild", - "web.JsonpChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.md#needrebuild", - "web.JsonpChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/web.md#originalsource", - "web.JsonpChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.md#readableidentifier", - "web.JsonpChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.md#removechunk", - "web.JsonpChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.md#removedependency", - "web.JsonpChunkLoadingRuntimeModule.serialize": "webpack/namespaces/web.md#serialize", - "web.JsonpChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.md#shouldisolate", - "web.JsonpChunkLoadingRuntimeModule.size": "webpack/namespaces/web.md#size", - "web.JsonpChunkLoadingRuntimeModule.source": "webpack/namespaces/web.md#source", - "web.JsonpChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.md#updatecachemodule", - "web.JsonpChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/web.md#updatehash", - "web.JsonpChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.md#getcompilationhooks", - "web.JsonpTemplatePlugin": "webpack/namespaces/web.md#jsonptemplateplugin", - "web.JsonpTemplatePlugin.constructor": "webpack/namespaces/web.md#constructor", - "web.JsonpTemplatePlugin.constructor.JsonpTemplatePlugin": "webpack/namespaces/web.md#constructorjsonptemplateplugin", - "web.JsonpTemplatePlugin.apply": "webpack/namespaces/web.md#apply", - "web.JsonpTemplatePlugin.getCompilationHooks": "webpack/namespaces/web.md#getcompilationhooks", - "webworker": "webpack/namespaces/webworker.md", - "webworker.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.md#webworkertemplateplugin", - "webworker.WebWorkerTemplatePlugin.constructor": "webpack/namespaces/webworker.md#constructor", - "webworker.WebWorkerTemplatePlugin.constructor.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.md#constructorwebworkertemplateplugin", - "webworker.WebWorkerTemplatePlugin.apply": "webpack/namespaces/webworker.md#apply", - "AsyncDependenciesBlock": "globals.md#asyncdependenciesblock", - "AsyncDependenciesBlock.constructor": "globals.md#constructor", - "AsyncDependenciesBlock.constructor.AsyncDependenciesBlock": "globals.md#constructorasyncdependenciesblock", - "AsyncDependenciesBlock.blocks": "globals.md#blocks", - "AsyncDependenciesBlock.chunkName": "globals.md#chunkname", - "AsyncDependenciesBlock.circular": "globals.md#circular", - "AsyncDependenciesBlock.circular.circular": "globals.md#circularcircular", - "AsyncDependenciesBlock.dependencies": "globals.md#dependencies", - "AsyncDependenciesBlock.groupOptions": "globals.md#groupoptions", - "AsyncDependenciesBlock.loc": "globals.md#loc", - "AsyncDependenciesBlock.module": "globals.md#module", - "AsyncDependenciesBlock.parent": "globals.md#parent", - "AsyncDependenciesBlock.request": "globals.md#request", - "AsyncDependenciesBlock.addBlock": "globals.md#addblock", - "AsyncDependenciesBlock.addDependency": "globals.md#adddependency", - "AsyncDependenciesBlock.clearDependenciesAndBlocks": "globals.md#cleardependenciesandblocks", - "AsyncDependenciesBlock.deserialize": "globals.md#deserialize", - "AsyncDependenciesBlock.getRootBlock": "globals.md#getrootblock", - "AsyncDependenciesBlock.removeDependency": "globals.md#removedependency", - "AsyncDependenciesBlock.serialize": "globals.md#serialize", - "AsyncDependenciesBlock.updateHash": "globals.md#updatehash", - "AutomaticPrefetchPlugin": "globals.md#automaticprefetchplugin", - "AutomaticPrefetchPlugin.constructor": "globals.md#constructor", - "AutomaticPrefetchPlugin.constructor.AutomaticPrefetchPlugin": "globals.md#constructorautomaticprefetchplugin", - "AutomaticPrefetchPlugin.apply": "globals.md#apply", - "BannerPlugin": "globals.md#bannerplugin", - "BannerPlugin.constructor": "globals.md#constructor", - "BannerPlugin.constructor.BannerPlugin": "globals.md#constructorbannerplugin", - "BannerPlugin.banner": "globals.md#banner", - "BannerPlugin.options": "globals.md#options", - "BannerPlugin.apply": "globals.md#apply", - "Cache": "globals.md#cache", - "Cache.constructor": "globals.md#constructor", - "Cache.constructor.Cache": "globals.md#constructorcache", - "Cache.hooks": "globals.md#hooks", - "Cache.STAGE_DEFAULT": "globals.md#stage-default", - "Cache.STAGE_DISK": "globals.md#stage-disk", - "Cache.STAGE_MEMORY": "globals.md#stage-memory", - "Cache.STAGE_NETWORK": "globals.md#stage-network", - "Cache.beginIdle": "globals.md#beginidle", - "Cache.endIdle": "globals.md#endidle", - "Cache.get": "globals.md#get", - "Cache.shutdown": "globals.md#shutdown", - "Cache.store": "globals.md#store", - "Cache.storeBuildDependencies": "globals.md#storebuilddependencies", - "Chunk": "globals.md#chunk", - "Chunk.constructor": "globals.md#constructor", - "Chunk.constructor.Chunk": "globals.md#constructorchunk", - "Chunk.auxiliaryFiles": "globals.md#auxiliaryfiles", - "Chunk.chunkReason": "globals.md#chunkreason", - "Chunk.contentHash": "globals.md#contenthash", - "Chunk.cssFilenameTemplate": "globals.md#cssfilenametemplate", - "Chunk.debugId": "globals.md#debugid", - "Chunk.entryModule": "globals.md#entrymodule", - "Chunk.entryModule.entryModule": "globals.md#entrymoduleentrymodule", - "Chunk.extraAsync": "globals.md#extraasync", - "Chunk.filenameTemplate": "globals.md#filenametemplate", - "Chunk.files": "globals.md#files", - "Chunk.groupsIterable": "globals.md#groupsiterable", - "Chunk.groupsIterable.groupsIterable": "globals.md#groupsiterablegroupsiterable", - "Chunk.hash": "globals.md#hash", - "Chunk.id": "globals.md#id", - "Chunk.idNameHints": "globals.md#idnamehints", - "Chunk.ids": "globals.md#ids", - "Chunk.modulesIterable": "globals.md#modulesiterable", - "Chunk.modulesIterable.modulesIterable": "globals.md#modulesiterablemodulesiterable", - "Chunk.name": "globals.md#name", - "Chunk.preventIntegration": "globals.md#preventintegration", - "Chunk.rendered": "globals.md#rendered", - "Chunk.renderedHash": "globals.md#renderedhash", - "Chunk.runtime": "globals.md#runtime", - "Chunk.addGroup": "globals.md#addgroup", - "Chunk.addModule": "globals.md#addmodule", - "Chunk.canBeInitial": "globals.md#canbeinitial", - "Chunk.canBeIntegrated": "globals.md#canbeintegrated", - "Chunk.compareTo": "globals.md#compareto", - "Chunk.containsModule": "globals.md#containsmodule", - "Chunk.disconnectFromGroups": "globals.md#disconnectfromgroups", - "Chunk.getAllAsyncChunks": "globals.md#getallasyncchunks", - "Chunk.getAllInitialChunks": "globals.md#getallinitialchunks", - "Chunk.getAllReferencedAsyncEntrypoints": "globals.md#getallreferencedasyncentrypoints", - "Chunk.getAllReferencedChunks": "globals.md#getallreferencedchunks", - "Chunk.getChildIdsByOrders": "globals.md#getchildidsbyorders", - "Chunk.getChildIdsByOrdersMap": "globals.md#getchildidsbyordersmap", - "Chunk.getChildrenOfTypeInOrder": "globals.md#getchildrenoftypeinorder", - "Chunk.getChunkMaps": "globals.md#getchunkmaps", - "Chunk.getChunkModuleMaps": "globals.md#getchunkmodulemaps", - "Chunk.getEntryOptions": "globals.md#getentryoptions", - "Chunk.getModules": "globals.md#getmodules", - "Chunk.getNumberOfGroups": "globals.md#getnumberofgroups", - "Chunk.getNumberOfModules": "globals.md#getnumberofmodules", - "Chunk.hasAsyncChunks": "globals.md#hasasyncchunks", - "Chunk.hasChildByOrder": "globals.md#haschildbyorder", - "Chunk.hasEntryModule": "globals.md#hasentrymodule", - "Chunk.hasModuleInGraph": "globals.md#hasmoduleingraph", - "Chunk.hasRuntime": "globals.md#hasruntime", - "Chunk.integrate": "globals.md#integrate", - "Chunk.integratedSize": "globals.md#integratedsize", - "Chunk.isEmpty": "globals.md#isempty", - "Chunk.isInGroup": "globals.md#isingroup", - "Chunk.isOnlyInitial": "globals.md#isonlyinitial", - "Chunk.modulesSize": "globals.md#modulessize", - "Chunk.moveModule": "globals.md#movemodule", - "Chunk.remove": "globals.md#remove", - "Chunk.removeGroup": "globals.md#removegroup", - "Chunk.removeModule": "globals.md#removemodule", - "Chunk.size": "globals.md#size", - "Chunk.split": "globals.md#split", - "Chunk.updateHash": "globals.md#updatehash", - "ChunkGraph": "globals.md#chunkgraph", - "ChunkGraph.constructor": "globals.md#constructor", - "ChunkGraph.constructor.ChunkGraph": "globals.md#constructorchunkgraph", - "ChunkGraph.moduleGraph": "globals.md#modulegraph", - "ChunkGraph.addChunkRuntimeRequirements": "globals.md#addchunkruntimerequirements", - "ChunkGraph.addDependentHashModuleToChunk": "globals.md#adddependenthashmoduletochunk", - "ChunkGraph.addFullHashModuleToChunk": "globals.md#addfullhashmoduletochunk", - "ChunkGraph.addModuleRuntimeRequirements": "globals.md#addmoduleruntimerequirements", - "ChunkGraph.addTreeRuntimeRequirements": "globals.md#addtreeruntimerequirements", - "ChunkGraph.attachDependentHashModules": "globals.md#attachdependenthashmodules", - "ChunkGraph.attachFullHashModules": "globals.md#attachfullhashmodules", - "ChunkGraph.attachModules": "globals.md#attachmodules", - "ChunkGraph.attachRuntimeModules": "globals.md#attachruntimemodules", - "ChunkGraph.canChunksBeIntegrated": "globals.md#canchunksbeintegrated", - "ChunkGraph.compareChunks": "globals.md#comparechunks", - "ChunkGraph.connectBlockAndChunkGroup": "globals.md#connectblockandchunkgroup", - "ChunkGraph.connectChunkAndEntryModule": "globals.md#connectchunkandentrymodule", - "ChunkGraph.connectChunkAndModule": "globals.md#connectchunkandmodule", - "ChunkGraph.connectChunkAndRuntimeModule": "globals.md#connectchunkandruntimemodule", - "ChunkGraph.disconnectChunk": "globals.md#disconnectchunk", - "ChunkGraph.disconnectChunkAndEntryModule": "globals.md#disconnectchunkandentrymodule", - "ChunkGraph.disconnectChunkAndModule": "globals.md#disconnectchunkandmodule", - "ChunkGraph.disconnectChunkAndRuntimeModule": "globals.md#disconnectchunkandruntimemodule", - "ChunkGraph.disconnectChunkGroup": "globals.md#disconnectchunkgroup", - "ChunkGraph.disconnectEntries": "globals.md#disconnectentries", - "ChunkGraph.disconnectEntryModule": "globals.md#disconnectentrymodule", - "ChunkGraph.getBlockChunkGroup": "globals.md#getblockchunkgroup", - "ChunkGraph.getChunkConditionMap": "globals.md#getchunkconditionmap", - "ChunkGraph.getChunkDependentHashModulesIterable": "globals.md#getchunkdependenthashmodulesiterable", - "ChunkGraph.getChunkEntryDependentChunksIterable": "globals.md#getchunkentrydependentchunksiterable", - "ChunkGraph.getChunkEntryModulesIterable": "globals.md#getchunkentrymodulesiterable", - "ChunkGraph.getChunkEntryModulesWithChunkGroupIterable": "globals.md#getchunkentrymoduleswithchunkgroupiterable", - "ChunkGraph.getChunkFullHashModulesIterable": "globals.md#getchunkfullhashmodulesiterable", - "ChunkGraph.getChunkFullHashModulesSet": "globals.md#getchunkfullhashmodulesset", - "ChunkGraph.getChunkModuleIdMap": "globals.md#getchunkmoduleidmap", - "ChunkGraph.getChunkModuleRenderedHashMap": "globals.md#getchunkmodulerenderedhashmap", - "ChunkGraph.getChunkModules": "globals.md#getchunkmodules", - "ChunkGraph.getChunkModulesIterable": "globals.md#getchunkmodulesiterable", - "ChunkGraph.getChunkModulesIterableBySourceType": "globals.md#getchunkmodulesiterablebysourcetype", - "ChunkGraph.getChunkModuleSourceTypes": "globals.md#getchunkmodulesourcetypes", - "ChunkGraph.getChunkModulesSize": "globals.md#getchunkmodulessize", - "ChunkGraph.getChunkModulesSizes": "globals.md#getchunkmodulessizes", - "ChunkGraph.getChunkRootModules": "globals.md#getchunkrootmodules", - "ChunkGraph.getChunkRuntimeModulesInOrder": "globals.md#getchunkruntimemodulesinorder", - "ChunkGraph.getChunkRuntimeModulesIterable": "globals.md#getchunkruntimemodulesiterable", - "ChunkGraph.getChunkRuntimeRequirements": "globals.md#getchunkruntimerequirements", - "ChunkGraph.getChunkSize": "globals.md#getchunksize", - "ChunkGraph.getIntegratedChunksSize": "globals.md#getintegratedchunkssize", - "ChunkGraph.getModuleChunks": "globals.md#getmodulechunks", - "ChunkGraph.getModuleChunksIterable": "globals.md#getmodulechunksiterable", - "ChunkGraph.getModuleGraphHash": "globals.md#getmodulegraphhash", - "ChunkGraph.getModuleGraphHashBigInt": "globals.md#getmodulegraphhashbigint", - "ChunkGraph.getModuleHash": "globals.md#getmodulehash", - "ChunkGraph.getModuleId": "globals.md#getmoduleid", - "ChunkGraph.getModuleRuntimeRequirements": "globals.md#getmoduleruntimerequirements", - "ChunkGraph.getModuleRuntimes": "globals.md#getmoduleruntimes", - "ChunkGraph.getModuleSourceTypes": "globals.md#getmodulesourcetypes", - "ChunkGraph.getNumberOfChunkFullHashModules": "globals.md#getnumberofchunkfullhashmodules", - "ChunkGraph.getNumberOfChunkModules": "globals.md#getnumberofchunkmodules", - "ChunkGraph.getNumberOfEntryModules": "globals.md#getnumberofentrymodules", - "ChunkGraph.getNumberOfModuleChunks": "globals.md#getnumberofmodulechunks", - "ChunkGraph.getNumberOfRuntimeModules": "globals.md#getnumberofruntimemodules", - "ChunkGraph.getOrderedChunkModules": "globals.md#getorderedchunkmodules", - "ChunkGraph.getOrderedChunkModulesIterable": "globals.md#getorderedchunkmodulesiterable", - "ChunkGraph.getOrderedChunkModulesIterableBySourceType": "globals.md#getorderedchunkmodulesiterablebysourcetype", - "ChunkGraph.getOrderedModuleChunksIterable": "globals.md#getorderedmodulechunksiterable", - "ChunkGraph.getRenderedModuleHash": "globals.md#getrenderedmodulehash", - "ChunkGraph.getRuntimeChunkDependentChunksIterable": "globals.md#getruntimechunkdependentchunksiterable", - "ChunkGraph.getRuntimeId": "globals.md#getruntimeid", - "ChunkGraph.getTreeRuntimeRequirements": "globals.md#gettreeruntimerequirements", - "ChunkGraph.hasChunkEntryDependentChunks": "globals.md#haschunkentrydependentchunks", - "ChunkGraph.hasModuleHashes": "globals.md#hasmodulehashes", - "ChunkGraph.hasModuleInGraph": "globals.md#hasmoduleingraph", - "ChunkGraph.integrateChunks": "globals.md#integratechunks", - "ChunkGraph.isEntryModule": "globals.md#isentrymodule", - "ChunkGraph.isEntryModuleInChunk": "globals.md#isentrymoduleinchunk", - "ChunkGraph.isModuleInChunk": "globals.md#ismoduleinchunk", - "ChunkGraph.isModuleInChunkGroup": "globals.md#ismoduleinchunkgroup", - "ChunkGraph.replaceModule": "globals.md#replacemodule", - "ChunkGraph.setChunkModuleSourceTypes": "globals.md#setchunkmodulesourcetypes", - "ChunkGraph.setModuleHashes": "globals.md#setmodulehashes", - "ChunkGraph.setModuleId": "globals.md#setmoduleid", - "ChunkGraph.setRuntimeId": "globals.md#setruntimeid", - "ChunkGraph.upgradeDependentToFullHashModules": "globals.md#upgradedependenttofullhashmodules", - "ChunkGraph.clearChunkGraphForChunk": "globals.md#clearchunkgraphforchunk", - "ChunkGraph.clearChunkGraphForModule": "globals.md#clearchunkgraphformodule", - "ChunkGraph.getChunkGraphForChunk": "globals.md#getchunkgraphforchunk", - "ChunkGraph.getChunkGraphForModule": "globals.md#getchunkgraphformodule", - "ChunkGraph.setChunkGraphForChunk": "globals.md#setchunkgraphforchunk", - "ChunkGraph.setChunkGraphForModule": "globals.md#setchunkgraphformodule", - "ChunkGroup": "globals.md#abstract-chunkgroup", - "ChunkGroup.constructor": "globals.md#constructor", - "ChunkGroup.constructor.ChunkGroup": "globals.md#constructorchunkgroup", - "ChunkGroup.asyncEntrypointsIterable": "globals.md#asyncentrypointsiterable", - "ChunkGroup.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.md#asyncentrypointsiterableasyncentrypointsiterable", - "ChunkGroup.blocksIterable": "globals.md#blocksiterable", - "ChunkGroup.blocksIterable.blocksIterable": "globals.md#blocksiterableblocksiterable", - "ChunkGroup.childrenIterable": "globals.md#childreniterable", - "ChunkGroup.childrenIterable.childrenIterable": "globals.md#childreniterablechildreniterable", - "ChunkGroup.chunks": "globals.md#chunks", - "ChunkGroup.debugId": "globals.md#debugid", - "ChunkGroup.debugId.debugId": "globals.md#debugiddebugid", - "ChunkGroup.getModuleIndex": "globals.md#getmoduleindex", - "ChunkGroup.getModuleIndex2": "globals.md#getmoduleindex2", - "ChunkGroup.groupDebugId": "globals.md#groupdebugid", - "ChunkGroup.id": "globals.md#id", - "ChunkGroup.id.id": "globals.md#idid", - "ChunkGroup.index": "globals.md#index", - "ChunkGroup.name": "globals.md#name", - "ChunkGroup.options": "globals.md#options", - "ChunkGroup.origins": "globals.md#origins", - "ChunkGroup.parentsIterable": "globals.md#parentsiterable", - "ChunkGroup.parentsIterable.parentsIterable": "globals.md#parentsiterableparentsiterable", - "ChunkGroup.addAsyncEntrypoint": "globals.md#addasyncentrypoint", - "ChunkGroup.addBlock": "globals.md#addblock", - "ChunkGroup.addChild": "globals.md#addchild", - "ChunkGroup.addOptions": "globals.md#addoptions", - "ChunkGroup.addOrigin": "globals.md#addorigin", - "ChunkGroup.addParent": "globals.md#addparent", - "ChunkGroup.checkConstraints": "globals.md#checkconstraints", - "ChunkGroup.compareTo": "globals.md#compareto", - "ChunkGroup.getBlocks": "globals.md#getblocks", - "ChunkGroup.getChildren": "globals.md#getchildren", - "ChunkGroup.getChildrenByOrders": "globals.md#getchildrenbyorders", - "ChunkGroup.getFiles": "globals.md#getfiles", - "ChunkGroup.getModulePostOrderIndex": "globals.md#getmodulepostorderindex", - "ChunkGroup.getModulePreOrderIndex": "globals.md#getmodulepreorderindex", - "ChunkGroup.getNumberOfBlocks": "globals.md#getnumberofblocks", - "ChunkGroup.getNumberOfChildren": "globals.md#getnumberofchildren", - "ChunkGroup.getNumberOfParents": "globals.md#getnumberofparents", - "ChunkGroup.getParents": "globals.md#getparents", - "ChunkGroup.hasBlock": "globals.md#hasblock", - "ChunkGroup.hasParent": "globals.md#hasparent", - "ChunkGroup.insertChunk": "globals.md#insertchunk", - "ChunkGroup.isInitial": "globals.md#isinitial", - "ChunkGroup.pushChunk": "globals.md#pushchunk", - "ChunkGroup.remove": "globals.md#remove", - "ChunkGroup.removeChild": "globals.md#removechild", - "ChunkGroup.removeChunk": "globals.md#removechunk", - "ChunkGroup.removeParent": "globals.md#removeparent", - "ChunkGroup.replaceChunk": "globals.md#replacechunk", - "ChunkGroup.setModulePostOrderIndex": "globals.md#setmodulepostorderindex", - "ChunkGroup.setModulePreOrderIndex": "globals.md#setmodulepreorderindex", - "ChunkGroup.sortItems": "globals.md#sortitems", - "ChunkGroup.unshiftChunk": "globals.md#unshiftchunk", - "CleanPlugin": "globals.md#cleanplugin", - "CleanPlugin.constructor": "globals.md#constructor", - "CleanPlugin.constructor.CleanPlugin": "globals.md#constructorcleanplugin", - "CleanPlugin.options": "globals.md#options", - "CleanPlugin.apply": "globals.md#apply", - "CleanPlugin.getCompilationHooks": "globals.md#getcompilationhooks", - "CodeGenerationResults": "globals.md#abstract-codegenerationresults", - "CodeGenerationResults.constructor": "globals.md#constructor", - "CodeGenerationResults.constructor.CodeGenerationResults": "globals.md#constructorcodegenerationresults", - "CodeGenerationResults.map": "globals.md#map", - "CodeGenerationResults.add": "globals.md#add", - "CodeGenerationResults.get": "globals.md#get", - "CodeGenerationResults.getData": "globals.md#getdata", - "CodeGenerationResults.getHash": "globals.md#gethash", - "CodeGenerationResults.getRuntimeRequirements": "globals.md#getruntimerequirements", - "CodeGenerationResults.getSource": "globals.md#getsource", - "CodeGenerationResults.has": "globals.md#has", - "Compilation": "globals.md#compilation", - "Compilation.constructor": "globals.md#constructor", - "Compilation.constructor.Compilation": "globals.md#constructorcompilation", - "Compilation.additionalChunkAssets": "globals.md#additionalchunkassets", - "Compilation.addModuleQueue": "globals.md#addmodulequeue", - "Compilation.assets": "globals.md#assets", - "Compilation.assetsInfo": "globals.md#assetsinfo", - "Compilation.asyncEntrypoints": "globals.md#asyncentrypoints", - "Compilation.bail": "globals.md#bail", - "Compilation.buildDependencies": "globals.md#builddependencies", - "Compilation.buildQueue": "globals.md#buildqueue", - "Compilation.buildTimeExecutedModules": "globals.md#buildtimeexecutedmodules", - "Compilation.builtModules": "globals.md#builtmodules", - "Compilation.children": "globals.md#children", - "Compilation.childrenCounters": "globals.md#childrencounters", - "Compilation.chunkGraph": "globals.md#chunkgraph", - "Compilation.chunkGroups": "globals.md#chunkgroups", - "Compilation.chunks": "globals.md#chunks", - "Compilation.chunkTemplate": "globals.md#chunktemplate", - "Compilation.codeGeneratedModules": "globals.md#codegeneratedmodules", - "Compilation.codeGenerationResults": "globals.md#codegenerationresults", - "Compilation.comparedForEmitAssets": "globals.md#comparedforemitassets", - "Compilation.compilationDependencies": "globals.md#compilationdependencies", - "Compilation.compiler": "globals.md#compiler", - "Compilation.compilerPath": "globals.md#compilerpath", - "Compilation.contextDependencies": "globals.md#contextdependencies", - "Compilation.creatingModuleDuringBuild": "globals.md#creatingmoduleduringbuild", - "Compilation.dependencyFactories": "globals.md#dependencyfactories", - "Compilation.dependencyTemplates": "globals.md#dependencytemplates", - "Compilation.emittedAssets": "globals.md#emittedassets", - "Compilation.endTime": "globals.md#endtime", - "Compilation.entries": "globals.md#entries", - "Compilation.entrypoints": "globals.md#entrypoints", - "Compilation.errors": "globals.md#errors", - "Compilation.factorizeQueue": "globals.md#factorizequeue", - "Compilation.fileDependencies": "globals.md#filedependencies", - "Compilation.fileSystemInfo": "globals.md#filesysteminfo", - "Compilation.fullHash": "globals.md#fullhash", - "Compilation.globalEntry": "globals.md#globalentry", - "Compilation.hash": "globals.md#hash", - "Compilation.hooks": "globals.md#hooks", - "Compilation.inputFileSystem": "globals.md#inputfilesystem", - "Compilation.logger": "globals.md#logger", - "Compilation.logging": "globals.md#logging", - "Compilation.mainTemplate": "globals.md#maintemplate", - "Compilation.missingDependencies": "globals.md#missingdependencies", - "Compilation.moduleGraph": "globals.md#modulegraph", - "Compilation.moduleMemCaches": "globals.md#modulememcaches", - "Compilation.moduleMemCaches2": "globals.md#modulememcaches2", - "Compilation.modules": "globals.md#modules", - "Compilation.moduleTemplates": "globals.md#moduletemplates", - "Compilation.name": "globals.md#name", - "Compilation.namedChunkGroups": "globals.md#namedchunkgroups", - "Compilation.namedChunks": "globals.md#namedchunks", - "Compilation.needAdditionalPass": "globals.md#needadditionalpass", - "Compilation.options": "globals.md#options", - "Compilation.outputOptions": "globals.md#outputoptions", - "Compilation.params": "globals.md#params", - "Compilation.processDependenciesQueue": "globals.md#processdependenciesqueue", - "Compilation.profile": "globals.md#profile", - "Compilation.rebuildQueue": "globals.md#rebuildqueue", - "Compilation.records": "globals.md#records", - "Compilation.requestShortener": "globals.md#requestshortener", - "Compilation.resolverFactory": "globals.md#resolverfactory", - "Compilation.runtimeTemplate": "globals.md#runtimetemplate", - "Compilation.startTime": "globals.md#starttime", - "Compilation.usedChunkIds": "globals.md#usedchunkids", - "Compilation.usedModuleIds": "globals.md#usedmoduleids", - "Compilation.valueCacheVersions": "globals.md#valuecacheversions", - "Compilation.warnings": "globals.md#warnings", - "Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL": "globals.md#process-assets-stage-additional", - "Compilation.PROCESS_ASSETS_STAGE_ADDITIONS": "globals.md#process-assets-stage-additions", - "Compilation.PROCESS_ASSETS_STAGE_ANALYSE": "globals.md#process-assets-stage-analyse", - "Compilation.PROCESS_ASSETS_STAGE_DERIVED": "globals.md#process-assets-stage-derived", - "Compilation.PROCESS_ASSETS_STAGE_DEV_TOOLING": "globals.md#process-assets-stage-dev-tooling", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE": "globals.md#process-assets-stage-optimize", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY": "globals.md#process-assets-stage-optimize-compatibility", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT": "globals.md#process-assets-stage-optimize-count", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_HASH": "globals.md#process-assets-stage-optimize-hash", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE": "globals.md#process-assets-stage-optimize-inline", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE": "globals.md#process-assets-stage-optimize-size", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER": "globals.md#process-assets-stage-optimize-transfer", - "Compilation.PROCESS_ASSETS_STAGE_PRE_PROCESS": "globals.md#process-assets-stage-pre-process", - "Compilation.PROCESS_ASSETS_STAGE_REPORT": "globals.md#process-assets-stage-report", - "Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE": "globals.md#process-assets-stage-summarize", - "Compilation.addAsyncEntrypoint": "globals.md#addasyncentrypoint", - "Compilation.addChunk": "globals.md#addchunk", - "Compilation.addChunkInGroup": "globals.md#addchunkingroup", - "Compilation.addEntry": "globals.md#addentry", - "Compilation.addInclude": "globals.md#addinclude", - "Compilation.addModule": "globals.md#addmodule", - "Compilation.addModuleChain": "globals.md#addmodulechain", - "Compilation.addModuleTree": "globals.md#addmoduletree", - "Compilation.addRuntimeModule": "globals.md#addruntimemodule", - "Compilation.assignDepth": "globals.md#assigndepth", - "Compilation.assignDepths": "globals.md#assigndepths", - "Compilation.assignRuntimeIds": "globals.md#assignruntimeids", - "Compilation.buildModule": "globals.md#buildmodule", - "Compilation.checkConstraints": "globals.md#checkconstraints", - "Compilation.clearAssets": "globals.md#clearassets", - "Compilation.codeGeneration": "globals.md#codegeneration", - "Compilation.createChildCompiler": "globals.md#createchildcompiler", - "Compilation.createChunkAssets": "globals.md#createchunkassets", - "Compilation.createHash": "globals.md#createhash", - "Compilation.createModuleAssets": "globals.md#createmoduleassets", - "Compilation.createModuleHashes": "globals.md#createmodulehashes", - "Compilation.createStatsFactory": "globals.md#createstatsfactory", - "Compilation.createStatsOptions": "globals.md#createstatsoptions", - "Compilation.createStatsPrinter": "globals.md#createstatsprinter", - "Compilation.deleteAsset": "globals.md#deleteasset", - "Compilation.emitAsset": "globals.md#emitasset", - "Compilation.executeModule": "globals.md#executemodule", - "Compilation.factorizeModule": "globals.md#factorizemodule", - "Compilation.findModule": "globals.md#findmodule", - "Compilation.finish": "globals.md#finish", - "Compilation.getAsset": "globals.md#getasset", - "Compilation.getAssetPath": "globals.md#getassetpath", - "Compilation.getAssetPathWithInfo": "globals.md#getassetpathwithinfo", - "Compilation.getAssets": "globals.md#getassets", - "Compilation.getCache": "globals.md#getcache", - "Compilation.getDependencyReferencedExports": "globals.md#getdependencyreferencedexports", - "Compilation.getErrors": "globals.md#geterrors", - "Compilation.getLogger": "globals.md#getlogger", - "Compilation.getModule": "globals.md#getmodule", - "Compilation.getPath": "globals.md#getpath", - "Compilation.getPathWithInfo": "globals.md#getpathwithinfo", - "Compilation.getRenderManifest": "globals.md#getrendermanifest", - "Compilation.getStats": "globals.md#getstats", - "Compilation.getWarnings": "globals.md#getwarnings", - "Compilation.handleModuleCreation": "globals.md#handlemodulecreation", - "Compilation.patchChunksAfterReasonRemoval": "globals.md#patchchunksafterreasonremoval", - "Compilation.processModuleDependencies": "globals.md#processmoduledependencies", - "Compilation.processModuleDependenciesNonRecursive": "globals.md#processmoduledependenciesnonrecursive", - "Compilation.processRuntimeRequirements": "globals.md#processruntimerequirements", - "Compilation.rebuildModule": "globals.md#rebuildmodule", - "Compilation.removeChunkFromDependencies": "globals.md#removechunkfromdependencies", - "Compilation.removeReasonsOfDependencyBlock": "globals.md#removereasonsofdependencyblock", - "Compilation.renameAsset": "globals.md#renameasset", - "Compilation.reportDependencyErrorsAndWarnings": "globals.md#reportdependencyerrorsandwarnings", - "Compilation.seal": "globals.md#seal", - "Compilation.sortItemsWithChunkIds": "globals.md#sortitemswithchunkids", - "Compilation.summarizeDependencies": "globals.md#summarizedependencies", - "Compilation.unseal": "globals.md#unseal", - "Compilation.updateAsset": "globals.md#updateasset", - "Compiler": "globals.md#compiler", - "Compiler.constructor": "globals.md#constructor", - "Compiler.constructor.Compiler": "globals.md#constructorcompiler", - "Compiler.cache": "globals.md#cache", - "Compiler.compilerPath": "globals.md#compilerpath", - "Compiler.context": "globals.md#context", - "Compiler.contextTimestamps": "globals.md#contexttimestamps", - "Compiler.fileTimestamps": "globals.md#filetimestamps", - "Compiler.fsStartTime": "globals.md#fsstarttime", - "Compiler.hooks": "globals.md#hooks", - "Compiler.idle": "globals.md#idle", - "Compiler.immutablePaths": "globals.md#immutablepaths", - "Compiler.infrastructureLogger": "globals.md#infrastructurelogger", - "Compiler.inputFileSystem": "globals.md#inputfilesystem", - "Compiler.intermediateFileSystem": "globals.md#intermediatefilesystem", - "Compiler.managedPaths": "globals.md#managedpaths", - "Compiler.modifiedFiles": "globals.md#modifiedfiles", - "Compiler.moduleMemCaches": "globals.md#modulememcaches", - "Compiler.name": "globals.md#name", - "Compiler.options": "globals.md#options", - "Compiler.outputFileSystem": "globals.md#outputfilesystem", - "Compiler.outputPath": "globals.md#outputpath", - "Compiler.parentCompilation": "globals.md#parentcompilation", - "Compiler.platform": "globals.md#platform", - "Compiler.records": "globals.md#records", - "Compiler.recordsInputPath": "globals.md#recordsinputpath", - "Compiler.recordsOutputPath": "globals.md#recordsoutputpath", - "Compiler.removedFiles": "globals.md#removedfiles", - "Compiler.requestShortener": "globals.md#requestshortener", - "Compiler.resolverFactory": "globals.md#resolverfactory", - "Compiler.root": "globals.md#root", - "Compiler.running": "globals.md#running", - "Compiler.unmanagedPaths": "globals.md#unmanagedpaths", - "Compiler.watchFileSystem": "globals.md#watchfilesystem", - "Compiler.watching": "globals.md#watching", - "Compiler.watchMode": "globals.md#watchmode", - "Compiler.webpack": "globals.md#webpack", - "Compiler.close": "globals.md#close", - "Compiler.compile": "globals.md#compile", - "Compiler.createChildCompiler": "globals.md#createchildcompiler", - "Compiler.createCompilation": "globals.md#createcompilation", - "Compiler.createContextModuleFactory": "globals.md#createcontextmodulefactory", - "Compiler.createNormalModuleFactory": "globals.md#createnormalmodulefactory", - "Compiler.emitAssets": "globals.md#emitassets", - "Compiler.emitRecords": "globals.md#emitrecords", - "Compiler.getCache": "globals.md#getcache", - "Compiler.getInfrastructureLogger": "globals.md#getinfrastructurelogger", - "Compiler.isChild": "globals.md#ischild", - "Compiler.newCompilation": "globals.md#newcompilation", - "Compiler.newCompilationParams": "globals.md#newcompilationparams", - "Compiler.purgeInputFileSystem": "globals.md#purgeinputfilesystem", - "Compiler.readRecords": "globals.md#readrecords", - "Compiler.run": "globals.md#run", - "Compiler.runAsChild": "globals.md#runaschild", - "Compiler.validate": "globals.md#validate", - "Compiler.watch": "globals.md#watch", - "ConcatenationScope": "globals.md#concatenationscope", - "ConcatenationScope.constructor": "globals.md#constructor", - "ConcatenationScope.constructor.ConcatenationScope": "globals.md#constructorconcatenationscope", - "ConcatenationScope.usedNames": "globals.md#usednames", - "ConcatenationScope.DEFAULT_EXPORT": "globals.md#default-export", - "ConcatenationScope.NAMESPACE_OBJECT_EXPORT": "globals.md#namespace-object-export", - "ConcatenationScope.createModuleReference": "globals.md#createmodulereference", - "ConcatenationScope.getRawExport": "globals.md#getrawexport", - "ConcatenationScope.isModuleInScope": "globals.md#ismoduleinscope", - "ConcatenationScope.registerExport": "globals.md#registerexport", - "ConcatenationScope.registerNamespaceExport": "globals.md#registernamespaceexport", - "ConcatenationScope.registerRawExport": "globals.md#registerrawexport", - "ConcatenationScope.setRawExportMap": "globals.md#setrawexportmap", - "ConcatenationScope.isModuleReference": "globals.md#ismodulereference", - "ConcatenationScope.matchModuleReference": "globals.md#matchmodulereference", - "ContextExclusionPlugin": "globals.md#contextexclusionplugin", - "ContextExclusionPlugin.constructor": "globals.md#constructor", - "ContextExclusionPlugin.constructor.ContextExclusionPlugin": "globals.md#constructorcontextexclusionplugin", - "ContextExclusionPlugin.negativeMatcher": "globals.md#negativematcher", - "ContextExclusionPlugin.apply": "globals.md#apply", - "ContextReplacementPlugin": "globals.md#contextreplacementplugin", - "ContextReplacementPlugin.constructor": "globals.md#constructor", - "ContextReplacementPlugin.constructor.ContextReplacementPlugin": "globals.md#constructorcontextreplacementplugin", - "ContextReplacementPlugin.newContentCallback": "globals.md#newcontentcallback", - "ContextReplacementPlugin.newContentCreateContextMap": "globals.md#newcontentcreatecontextmap", - "ContextReplacementPlugin.newContentRecursive": "globals.md#newcontentrecursive", - "ContextReplacementPlugin.newContentRegExp": "globals.md#newcontentregexp", - "ContextReplacementPlugin.newContentResource": "globals.md#newcontentresource", - "ContextReplacementPlugin.resourceRegExp": "globals.md#resourceregexp", - "ContextReplacementPlugin.apply": "globals.md#apply", - "DefinePlugin": "globals.md#defineplugin", - "DefinePlugin.constructor": "globals.md#constructor", - "DefinePlugin.constructor.DefinePlugin": "globals.md#constructordefineplugin", - "DefinePlugin.definitions": "globals.md#definitions", - "DefinePlugin.apply": "globals.md#apply", - "DefinePlugin.getCompilationHooks": "globals.md#getcompilationhooks", - "DefinePlugin.runtimeValue": "globals.md#runtimevalue", - "DelegatedPlugin": "globals.md#delegatedplugin", - "DelegatedPlugin.constructor": "globals.md#constructor", - "DelegatedPlugin.constructor.DelegatedPlugin": "globals.md#constructordelegatedplugin", - "DelegatedPlugin.options": "globals.md#options", - "DelegatedPlugin.apply": "globals.md#apply", - "Dependency": "globals.md#dependency", - "Dependency.constructor": "globals.md#constructor", - "Dependency.constructor.Dependency": "globals.md#constructordependency", - "Dependency.category": "globals.md#category", - "Dependency.category.category": "globals.md#categorycategory", - "Dependency.disconnect": "globals.md#disconnect", - "Dependency.disconnect.disconnect": "globals.md#disconnectdisconnect", - "Dependency.loc": "globals.md#loc", - "Dependency.module": "globals.md#module", - "Dependency.optional": "globals.md#optional", - "Dependency.type": "globals.md#type", - "Dependency.type.type": "globals.md#typetype", - "Dependency.weak": "globals.md#weak", - "Dependency.EXPORTS_OBJECT_REFERENCED": "globals.md#exports-object-referenced", - "Dependency.NO_EXPORTS_REFERENCED": "globals.md#no-exports-referenced", - "Dependency.TRANSITIVE": "globals.md#transitive", - "Dependency.couldAffectReferencingModule": "globals.md#couldaffectreferencingmodule", - "Dependency.createIgnoredModule": "globals.md#createignoredmodule", - "Dependency.deserialize": "globals.md#deserialize", - "Dependency.getCondition": "globals.md#getcondition", - "Dependency.getContext": "globals.md#getcontext", - "Dependency.getErrors": "globals.md#geterrors", - "Dependency.getExports": "globals.md#getexports", - "Dependency.getModuleEvaluationSideEffectsState": "globals.md#getmoduleevaluationsideeffectsstate", - "Dependency.getNumberOfIdOccurrences": "globals.md#getnumberofidoccurrences", - "Dependency.getReference": "globals.md#getreference", - "Dependency.getReferencedExports": "globals.md#getreferencedexports", - "Dependency.getResourceIdentifier": "globals.md#getresourceidentifier", - "Dependency.getWarnings": "globals.md#getwarnings", - "Dependency.serialize": "globals.md#serialize", - "Dependency.setLoc": "globals.md#setloc", - "Dependency.updateHash": "globals.md#updatehash", - "Dependency.isLowPriorityDependency": "globals.md#islowprioritydependency", - "DllPlugin": "globals.md#dllplugin", - "DllPlugin.constructor": "globals.md#constructor", - "DllPlugin.constructor.DllPlugin": "globals.md#constructordllplugin", - "DllPlugin.options": "globals.md#options", - "DllPlugin.apply": "globals.md#apply", - "DllReferencePlugin": "globals.md#dllreferenceplugin", - "DllReferencePlugin.constructor": "globals.md#constructor", - "DllReferencePlugin.constructor.DllReferencePlugin": "globals.md#constructordllreferenceplugin", - "DllReferencePlugin.options": "globals.md#options", - "DllReferencePlugin.apply": "globals.md#apply", - "DotenvPlugin": "globals.md#dotenvplugin", - "DotenvPlugin.constructor": "globals.md#constructor", - "DotenvPlugin.constructor.DotenvPlugin": "globals.md#constructordotenvplugin", - "DotenvPlugin.options": "globals.md#options", - "DotenvPlugin.apply": "globals.md#apply", - "DynamicEntryPlugin": "globals.md#dynamicentryplugin", - "DynamicEntryPlugin.constructor": "globals.md#constructor", - "DynamicEntryPlugin.constructor.DynamicEntryPlugin": "globals.md#constructordynamicentryplugin", - "DynamicEntryPlugin.context": "globals.md#context", - "DynamicEntryPlugin.entry": "globals.md#entry", - "DynamicEntryPlugin.apply": "globals.md#apply", - "EntryOptionPlugin": "globals.md#entryoptionplugin", - "EntryOptionPlugin.constructor": "globals.md#constructor", - "EntryOptionPlugin.constructor.EntryOptionPlugin": "globals.md#constructorentryoptionplugin", - "EntryOptionPlugin.apply": "globals.md#apply", - "EntryOptionPlugin.applyEntryOption": "globals.md#applyentryoption", - "EntryOptionPlugin.entryDescriptionToOptions": "globals.md#entrydescriptiontooptions", - "EntryPlugin": "globals.md#entryplugin", - "EntryPlugin.constructor": "globals.md#constructor", - "EntryPlugin.constructor.EntryPlugin": "globals.md#constructorentryplugin", - "EntryPlugin.context": "globals.md#context", - "EntryPlugin.entry": "globals.md#entry", - "EntryPlugin.options": "globals.md#options", - "EntryPlugin.apply": "globals.md#apply", - "EntryPlugin.createDependency": "globals.md#createdependency", - "Entrypoint": "globals.md#abstract-entrypoint", - "Entrypoint.constructor": "globals.md#constructor", - "Entrypoint.constructor.Entrypoint": "globals.md#constructorentrypoint", - "Entrypoint.asyncEntrypointsIterable": "globals.md#asyncentrypointsiterable", - "Entrypoint.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.md#asyncentrypointsiterableasyncentrypointsiterable", - "Entrypoint.blocksIterable": "globals.md#blocksiterable", - "Entrypoint.blocksIterable.blocksIterable": "globals.md#blocksiterableblocksiterable", - "Entrypoint.childrenIterable": "globals.md#childreniterable", - "Entrypoint.childrenIterable.childrenIterable": "globals.md#childreniterablechildreniterable", - "Entrypoint.chunks": "globals.md#chunks", - "Entrypoint.debugId": "globals.md#debugid", - "Entrypoint.debugId.debugId": "globals.md#debugiddebugid", - "Entrypoint.getModuleIndex": "globals.md#getmoduleindex", - "Entrypoint.getModuleIndex2": "globals.md#getmoduleindex2", - "Entrypoint.groupDebugId": "globals.md#groupdebugid", - "Entrypoint.id": "globals.md#id", - "Entrypoint.id.id": "globals.md#idid", - "Entrypoint.index": "globals.md#index", - "Entrypoint.name": "globals.md#name", - "Entrypoint.options": "globals.md#options", - "Entrypoint.origins": "globals.md#origins", - "Entrypoint.parentsIterable": "globals.md#parentsiterable", - "Entrypoint.parentsIterable.parentsIterable": "globals.md#parentsiterableparentsiterable", - "Entrypoint.addAsyncEntrypoint": "globals.md#addasyncentrypoint", - "Entrypoint.addBlock": "globals.md#addblock", - "Entrypoint.addChild": "globals.md#addchild", - "Entrypoint.addDependOn": "globals.md#adddependon", - "Entrypoint.addOptions": "globals.md#addoptions", - "Entrypoint.addOrigin": "globals.md#addorigin", - "Entrypoint.addParent": "globals.md#addparent", - "Entrypoint.checkConstraints": "globals.md#checkconstraints", - "Entrypoint.compareTo": "globals.md#compareto", - "Entrypoint.dependOn": "globals.md#dependon", - "Entrypoint.getBlocks": "globals.md#getblocks", - "Entrypoint.getChildren": "globals.md#getchildren", - "Entrypoint.getChildrenByOrders": "globals.md#getchildrenbyorders", - "Entrypoint.getEntrypointChunk": "globals.md#getentrypointchunk", - "Entrypoint.getFiles": "globals.md#getfiles", - "Entrypoint.getModulePostOrderIndex": "globals.md#getmodulepostorderindex", - "Entrypoint.getModulePreOrderIndex": "globals.md#getmodulepreorderindex", - "Entrypoint.getNumberOfBlocks": "globals.md#getnumberofblocks", - "Entrypoint.getNumberOfChildren": "globals.md#getnumberofchildren", - "Entrypoint.getNumberOfParents": "globals.md#getnumberofparents", - "Entrypoint.getParents": "globals.md#getparents", - "Entrypoint.getRuntimeChunk": "globals.md#getruntimechunk", - "Entrypoint.hasBlock": "globals.md#hasblock", - "Entrypoint.hasParent": "globals.md#hasparent", - "Entrypoint.insertChunk": "globals.md#insertchunk", - "Entrypoint.isInitial": "globals.md#isinitial", - "Entrypoint.pushChunk": "globals.md#pushchunk", - "Entrypoint.remove": "globals.md#remove", - "Entrypoint.removeChild": "globals.md#removechild", - "Entrypoint.removeChunk": "globals.md#removechunk", - "Entrypoint.removeParent": "globals.md#removeparent", - "Entrypoint.replaceChunk": "globals.md#replacechunk", - "Entrypoint.setEntrypointChunk": "globals.md#setentrypointchunk", - "Entrypoint.setModulePostOrderIndex": "globals.md#setmodulepostorderindex", - "Entrypoint.setModulePreOrderIndex": "globals.md#setmodulepreorderindex", - "Entrypoint.setRuntimeChunk": "globals.md#setruntimechunk", - "Entrypoint.sortItems": "globals.md#sortitems", - "Entrypoint.unshiftChunk": "globals.md#unshiftchunk", - "EnvironmentPlugin": "globals.md#environmentplugin", - "EnvironmentPlugin.constructor": "globals.md#constructor", - "EnvironmentPlugin.constructor.EnvironmentPlugin": "globals.md#constructorenvironmentplugin", - "EnvironmentPlugin.defaultValues": "globals.md#defaultvalues", - "EnvironmentPlugin.keys": "globals.md#keys", - "EnvironmentPlugin.apply": "globals.md#apply", - "EvalDevToolModulePlugin": "globals.md#evaldevtoolmoduleplugin", - "EvalDevToolModulePlugin.constructor": "globals.md#constructor", - "EvalDevToolModulePlugin.constructor.EvalDevToolModulePlugin": "globals.md#constructorevaldevtoolmoduleplugin", - "EvalDevToolModulePlugin.moduleFilenameTemplate": "globals.md#modulefilenametemplate", - "EvalDevToolModulePlugin.namespace": "globals.md#namespace", - "EvalDevToolModulePlugin.sourceUrlComment": "globals.md#sourceurlcomment", - "EvalDevToolModulePlugin.apply": "globals.md#apply", - "EvalSourceMapDevToolPlugin": "globals.md#evalsourcemapdevtoolplugin", - "EvalSourceMapDevToolPlugin.constructor": "globals.md#constructor", - "EvalSourceMapDevToolPlugin.constructor.EvalSourceMapDevToolPlugin": "globals.md#constructorevalsourcemapdevtoolplugin", - "EvalSourceMapDevToolPlugin.moduleFilenameTemplate": "globals.md#modulefilenametemplate", - "EvalSourceMapDevToolPlugin.namespace": "globals.md#namespace", - "EvalSourceMapDevToolPlugin.options": "globals.md#options", - "EvalSourceMapDevToolPlugin.sourceMapComment": "globals.md#sourcemapcomment", - "EvalSourceMapDevToolPlugin.apply": "globals.md#apply", - "ExternalModule": "globals.md#externalmodule", - "ExternalModule.constructor": "globals.md#constructor", - "ExternalModule.constructor.ExternalModule": "globals.md#constructorexternalmodule", - "ExternalModule.blocks": "globals.md#blocks", - "ExternalModule.buildInfo": "globals.md#buildinfo", - "ExternalModule.buildMeta": "globals.md#buildmeta", - "ExternalModule.chunksIterable": "globals.md#chunksiterable", - "ExternalModule.chunksIterable.chunksIterable": "globals.md#chunksiterablechunksiterable", - "ExternalModule.codeGenerationDependencies": "globals.md#codegenerationdependencies", - "ExternalModule.context": "globals.md#context", - "ExternalModule.debugId": "globals.md#debugid", - "ExternalModule.dependencies": "globals.md#dependencies", - "ExternalModule.dependencyMeta": "globals.md#dependencymeta", - "ExternalModule.depth": "globals.md#depth", - "ExternalModule.errors": "globals.md#errors", - "ExternalModule.errors.errors": "globals.md#errorserrors", - "ExternalModule.exportsArgument": "globals.md#exportsargument", - "ExternalModule.exportsArgument.exportsArgument": "globals.md#exportsargumentexportsargument", - "ExternalModule.externalType": "globals.md#externaltype", - "ExternalModule.factoryMeta": "globals.md#factorymeta", - "ExternalModule.hasEqualsChunks": "globals.md#hasequalschunks", - "ExternalModule.hasEqualsChunks.hasEqualsChunks": "globals.md#hasequalschunkshasequalschunks", - "ExternalModule.hash": "globals.md#hash", - "ExternalModule.hash.hash": "globals.md#hashhash", - "ExternalModule.hot": "globals.md#hot", - "ExternalModule.id": "globals.md#id", - "ExternalModule.index": "globals.md#index", - "ExternalModule.index2": "globals.md#index2", - "ExternalModule.issuer": "globals.md#issuer", - "ExternalModule.isUsed": "globals.md#isused", - "ExternalModule.isUsed.isUsed": "globals.md#isusedisused", - "ExternalModule.layer": "globals.md#layer", - "ExternalModule.moduleArgument": "globals.md#moduleargument", - "ExternalModule.moduleArgument.moduleArgument": "globals.md#moduleargumentmoduleargument", - "ExternalModule.needId": "globals.md#needid", - "ExternalModule.optimizationBailout": "globals.md#optimizationbailout", - "ExternalModule.optimizationBailout.optimizationBailout": "globals.md#optimizationbailoutoptimizationbailout", - "ExternalModule.optional": "globals.md#optional", - "ExternalModule.optional.optional": "globals.md#optionaloptional", - "ExternalModule.parent": "globals.md#parent", - "ExternalModule.presentationalDependencies": "globals.md#presentationaldependencies", - "ExternalModule.profile": "globals.md#profile", - "ExternalModule.renderedHash": "globals.md#renderedhash", - "ExternalModule.renderedHash.renderedHash": "globals.md#renderedhashrenderedhash", - "ExternalModule.request": "globals.md#request", - "ExternalModule.resolveOptions": "globals.md#resolveoptions", - "ExternalModule.type": "globals.md#type", - "ExternalModule.used": "globals.md#used", - "ExternalModule.usedExports": "globals.md#usedexports", - "ExternalModule.usedExports.usedExports": "globals.md#usedexportsusedexports", - "ExternalModule.userRequest": "globals.md#userrequest", - "ExternalModule.useSimpleSourceMap": "globals.md#usesimplesourcemap", - "ExternalModule.useSourceMap": "globals.md#usesourcemap", - "ExternalModule.warnings": "globals.md#warnings", - "ExternalModule.warnings.warnings": "globals.md#warningswarnings", - "ExternalModule.getExternalModuleNodeCommonjsInitFragment": "globals.md#getexternalmodulenodecommonjsinitfragment", - "ExternalModule.ModuleExternalInitFragment": "globals.md#moduleexternalinitfragment", - "ExternalModule.addBlock": "globals.md#addblock", - "ExternalModule.addCacheDependencies": "globals.md#addcachedependencies", - "ExternalModule.addChunk": "globals.md#addchunk", - "ExternalModule.addCodeGenerationDependency": "globals.md#addcodegenerationdependency", - "ExternalModule.addDependency": "globals.md#adddependency", - "ExternalModule.addError": "globals.md#adderror", - "ExternalModule.addPresentationalDependency": "globals.md#addpresentationaldependency", - "ExternalModule.addWarning": "globals.md#addwarning", - "ExternalModule.build": "globals.md#build", - "ExternalModule.chunkCondition": "globals.md#chunkcondition", - "ExternalModule.cleanupForCache": "globals.md#cleanupforcache", - "ExternalModule.clearDependenciesAndBlocks": "globals.md#cleardependenciesandblocks", - "ExternalModule.clearWarningsAndErrors": "globals.md#clearwarningsanderrors", - "ExternalModule.codeGeneration": "globals.md#codegeneration", - "ExternalModule.deserialize": "globals.md#deserialize", - "ExternalModule.getChunks": "globals.md#getchunks", - "ExternalModule.getConcatenationBailoutReason": "globals.md#getconcatenationbailoutreason", - "ExternalModule.getErrors": "globals.md#geterrors", - "ExternalModule.getExportsType": "globals.md#getexportstype", - "ExternalModule.getNumberOfChunks": "globals.md#getnumberofchunks", - "ExternalModule.getNumberOfErrors": "globals.md#getnumberoferrors", - "ExternalModule.getNumberOfWarnings": "globals.md#getnumberofwarnings", - "ExternalModule.getRootBlock": "globals.md#getrootblock", - "ExternalModule.getSideEffectsConnectionState": "globals.md#getsideeffectsconnectionstate", - "ExternalModule.getSourceBasicTypes": "globals.md#getsourcebasictypes-1", - "ExternalModule.getSourceTypes": "globals.md#getsourcetypes", - "ExternalModule.getUnsafeCacheData": "globals.md#getunsafecachedata", - "ExternalModule.getWarnings": "globals.md#getwarnings", - "ExternalModule.hasChunkCondition": "globals.md#haschunkcondition", - "ExternalModule.hasReasonForChunk": "globals.md#hasreasonforchunk", - "ExternalModule.hasReasons": "globals.md#hasreasons", - "ExternalModule.identifier": "globals.md#identifier", - "ExternalModule.invalidateBuild": "globals.md#invalidatebuild", - "ExternalModule.isAccessibleInChunk": "globals.md#isaccessibleinchunk", - "ExternalModule.isAccessibleInChunkGroup": "globals.md#isaccessibleinchunkgroup", - "ExternalModule.isEntryModule": "globals.md#isentrymodule", - "ExternalModule.isInChunk": "globals.md#isinchunk", - "ExternalModule.isOptional": "globals.md#isoptional", - "ExternalModule.isProvided": "globals.md#isprovided", - "ExternalModule.libIdent": "globals.md#libident", - "ExternalModule.nameForCondition": "globals.md#nameforcondition", - "ExternalModule.needBuild": "globals.md#needbuild", - "ExternalModule.needRebuild": "globals.md#needrebuild", - "ExternalModule.originalSource": "globals.md#originalsource", - "ExternalModule.readableIdentifier": "globals.md#readableidentifier", - "ExternalModule.removeChunk": "globals.md#removechunk", - "ExternalModule.removeDependency": "globals.md#removedependency", - "ExternalModule.restoreFromUnsafeCache": "globals.md#restorefromunsafecache", - "ExternalModule.serialize": "globals.md#serialize", - "ExternalModule.size": "globals.md#size", - "ExternalModule.source": "globals.md#source", - "ExternalModule.updateCacheModule": "globals.md#updatecachemodule", - "ExternalModule.updateHash": "globals.md#updatehash", - "ExternalModule.getCompilationHooks": "globals.md#getcompilationhooks", - "ExternalsPlugin": "globals.md#externalsplugin", - "ExternalsPlugin.constructor": "globals.md#constructor", - "ExternalsPlugin.constructor.ExternalsPlugin": "globals.md#constructorexternalsplugin", - "ExternalsPlugin.externals": "globals.md#externals", - "ExternalsPlugin.type": "globals.md#type", - "ExternalsPlugin.apply": "globals.md#apply", - "Generator": "globals.md#generator", - "Generator.constructor": "globals.md#constructor", - "Generator.constructor.Generator": "globals.md#constructorgenerator", - "Generator.generate": "globals.md#generate", - "Generator.getConcatenationBailoutReason": "globals.md#getconcatenationbailoutreason", - "Generator.getSize": "globals.md#getsize", - "Generator.getTypes": "globals.md#gettypes", - "Generator.updateHash": "globals.md#updatehash", - "Generator.byType": "globals.md#bytype", - "HotModuleReplacementPlugin": "globals.md#hotmodulereplacementplugin", - "HotModuleReplacementPlugin.constructor": "globals.md#constructor", - "HotModuleReplacementPlugin.constructor.HotModuleReplacementPlugin": "globals.md#constructorhotmodulereplacementplugin", - "HotModuleReplacementPlugin.apply": "globals.md#apply", - "HotModuleReplacementPlugin.getParserHooks": "globals.md#getparserhooks", - "HotUpdateChunk": "globals.md#hotupdatechunk", - "HotUpdateChunk.constructor": "globals.md#constructor", - "HotUpdateChunk.constructor.HotUpdateChunk": "globals.md#constructorhotupdatechunk", - "HotUpdateChunk.auxiliaryFiles": "globals.md#auxiliaryfiles", - "HotUpdateChunk.chunkReason": "globals.md#chunkreason", - "HotUpdateChunk.contentHash": "globals.md#contenthash", - "HotUpdateChunk.cssFilenameTemplate": "globals.md#cssfilenametemplate", - "HotUpdateChunk.debugId": "globals.md#debugid", - "HotUpdateChunk.entryModule": "globals.md#entrymodule", - "HotUpdateChunk.entryModule.entryModule": "globals.md#entrymoduleentrymodule", - "HotUpdateChunk.extraAsync": "globals.md#extraasync", - "HotUpdateChunk.filenameTemplate": "globals.md#filenametemplate", - "HotUpdateChunk.files": "globals.md#files", - "HotUpdateChunk.groupsIterable": "globals.md#groupsiterable", - "HotUpdateChunk.groupsIterable.groupsIterable": "globals.md#groupsiterablegroupsiterable", - "HotUpdateChunk.hash": "globals.md#hash", - "HotUpdateChunk.id": "globals.md#id", - "HotUpdateChunk.idNameHints": "globals.md#idnamehints", - "HotUpdateChunk.ids": "globals.md#ids", - "HotUpdateChunk.modulesIterable": "globals.md#modulesiterable", - "HotUpdateChunk.modulesIterable.modulesIterable": "globals.md#modulesiterablemodulesiterable", - "HotUpdateChunk.name": "globals.md#name", - "HotUpdateChunk.preventIntegration": "globals.md#preventintegration", - "HotUpdateChunk.rendered": "globals.md#rendered", - "HotUpdateChunk.renderedHash": "globals.md#renderedhash", - "HotUpdateChunk.runtime": "globals.md#runtime", - "HotUpdateChunk.addGroup": "globals.md#addgroup", - "HotUpdateChunk.addModule": "globals.md#addmodule", - "HotUpdateChunk.canBeInitial": "globals.md#canbeinitial", - "HotUpdateChunk.canBeIntegrated": "globals.md#canbeintegrated", - "HotUpdateChunk.compareTo": "globals.md#compareto", - "HotUpdateChunk.containsModule": "globals.md#containsmodule", - "HotUpdateChunk.disconnectFromGroups": "globals.md#disconnectfromgroups", - "HotUpdateChunk.getAllAsyncChunks": "globals.md#getallasyncchunks", - "HotUpdateChunk.getAllInitialChunks": "globals.md#getallinitialchunks", - "HotUpdateChunk.getAllReferencedAsyncEntrypoints": "globals.md#getallreferencedasyncentrypoints", - "HotUpdateChunk.getAllReferencedChunks": "globals.md#getallreferencedchunks", - "HotUpdateChunk.getChildIdsByOrders": "globals.md#getchildidsbyorders", - "HotUpdateChunk.getChildIdsByOrdersMap": "globals.md#getchildidsbyordersmap", - "HotUpdateChunk.getChildrenOfTypeInOrder": "globals.md#getchildrenoftypeinorder", - "HotUpdateChunk.getChunkMaps": "globals.md#getchunkmaps", - "HotUpdateChunk.getChunkModuleMaps": "globals.md#getchunkmodulemaps", - "HotUpdateChunk.getEntryOptions": "globals.md#getentryoptions", - "HotUpdateChunk.getModules": "globals.md#getmodules", - "HotUpdateChunk.getNumberOfGroups": "globals.md#getnumberofgroups", - "HotUpdateChunk.getNumberOfModules": "globals.md#getnumberofmodules", - "HotUpdateChunk.hasAsyncChunks": "globals.md#hasasyncchunks", - "HotUpdateChunk.hasChildByOrder": "globals.md#haschildbyorder", - "HotUpdateChunk.hasEntryModule": "globals.md#hasentrymodule", - "HotUpdateChunk.hasModuleInGraph": "globals.md#hasmoduleingraph", - "HotUpdateChunk.hasRuntime": "globals.md#hasruntime", - "HotUpdateChunk.integrate": "globals.md#integrate", - "HotUpdateChunk.integratedSize": "globals.md#integratedsize", - "HotUpdateChunk.isEmpty": "globals.md#isempty", - "HotUpdateChunk.isInGroup": "globals.md#isingroup", - "HotUpdateChunk.isOnlyInitial": "globals.md#isonlyinitial", - "HotUpdateChunk.modulesSize": "globals.md#modulessize", - "HotUpdateChunk.moveModule": "globals.md#movemodule", - "HotUpdateChunk.remove": "globals.md#remove", - "HotUpdateChunk.removeGroup": "globals.md#removegroup", - "HotUpdateChunk.removeModule": "globals.md#removemodule", - "HotUpdateChunk.size": "globals.md#size", - "HotUpdateChunk.split": "globals.md#split", - "HotUpdateChunk.updateHash": "globals.md#updatehash", - "IgnorePlugin": "globals.md#ignoreplugin", - "IgnorePlugin.constructor": "globals.md#constructor", - "IgnorePlugin.constructor.IgnorePlugin": "globals.md#constructorignoreplugin", - "IgnorePlugin.options": "globals.md#options", - "IgnorePlugin.apply": "globals.md#apply", - "IgnorePlugin.checkIgnore": "globals.md#checkignore", - "InitFragment": "globals.md#initfragment", - "InitFragment.GenerateContext": "globals.md#generatecontext", - "InitFragment.constructor": "globals.md#constructor", - "InitFragment.constructor.InitFragment": "globals.md#constructorinitfragment", - "InitFragment.constructor.InitFragment.GenerateContext": "globals.md#constructorinitfragmentgeneratecontext", - "InitFragment.content": "globals.md#content", - "InitFragment.endContent": "globals.md#endcontent", - "InitFragment.key": "globals.md#key", - "InitFragment.position": "globals.md#position", - "InitFragment.stage": "globals.md#stage", - "InitFragment.STAGE_ASYNC_BOUNDARY": "globals.md#stage-async-boundary", - "InitFragment.STAGE_ASYNC_DEPENDENCIES": "globals.md#stage-async-dependencies", - "InitFragment.STAGE_ASYNC_HARMONY_IMPORTS": "globals.md#stage-async-harmony-imports", - "InitFragment.STAGE_CONSTANTS": "globals.md#stage-constants", - "InitFragment.STAGE_HARMONY_EXPORTS": "globals.md#stage-harmony-exports", - "InitFragment.STAGE_HARMONY_IMPORTS": "globals.md#stage-harmony-imports", - "InitFragment.STAGE_PROVIDES": "globals.md#stage-provides", - "InitFragment.deserialize": "globals.md#deserialize", - "InitFragment.getContent": "globals.md#getcontent", - "InitFragment.getEndContent": "globals.md#getendcontent", - "InitFragment.serialize": "globals.md#serialize", - "InitFragment.addToSource": "globals.md#addtosource", - "JavascriptModulesPlugin": "globals.md#javascriptmodulesplugin", - "JavascriptModulesPlugin.constructor": "globals.md#constructor", - "JavascriptModulesPlugin.constructor.JavascriptModulesPlugin": "globals.md#constructorjavascriptmodulesplugin", - "JavascriptModulesPlugin.options": "globals.md#options", - "JavascriptModulesPlugin.chunkHasJs": "globals.md#chunkhasjs", - "JavascriptModulesPlugin.apply": "globals.md#apply", - "JavascriptModulesPlugin.renderBootstrap": "globals.md#renderbootstrap", - "JavascriptModulesPlugin.renderChunk": "globals.md#renderchunk", - "JavascriptModulesPlugin.renderMain": "globals.md#rendermain", - "JavascriptModulesPlugin.renderModule": "globals.md#rendermodule", - "JavascriptModulesPlugin.renderRequire": "globals.md#renderrequire", - "JavascriptModulesPlugin.updateHashWithBootstrap": "globals.md#updatehashwithbootstrap", - "JavascriptModulesPlugin.getChunkFilenameTemplate": "globals.md#getchunkfilenametemplate", - "JavascriptModulesPlugin.getCompilationHooks": "globals.md#getcompilationhooks", - "LibManifestPlugin": "globals.md#libmanifestplugin", - "LibManifestPlugin.constructor": "globals.md#constructor", - "LibManifestPlugin.constructor.LibManifestPlugin": "globals.md#constructorlibmanifestplugin", - "LibManifestPlugin.options": "globals.md#options", - "LibManifestPlugin.apply": "globals.md#apply", - "LibraryTemplatePlugin": "globals.md#librarytemplateplugin", - "LibraryTemplatePlugin.constructor": "globals.md#constructor", - "LibraryTemplatePlugin.constructor.LibraryTemplatePlugin": "globals.md#constructorlibrarytemplateplugin", - "LibraryTemplatePlugin.library": "globals.md#library", - "LibraryTemplatePlugin.apply": "globals.md#apply", - "LoaderOptionsPlugin": "globals.md#loaderoptionsplugin", - "LoaderOptionsPlugin.constructor": "globals.md#constructor", - "LoaderOptionsPlugin.constructor.LoaderOptionsPlugin": "globals.md#constructorloaderoptionsplugin", - "LoaderOptionsPlugin.options": "globals.md#options", - "LoaderOptionsPlugin.apply": "globals.md#apply", - "LoaderTargetPlugin": "globals.md#loadertargetplugin", - "LoaderTargetPlugin.constructor": "globals.md#constructor", - "LoaderTargetPlugin.constructor.LoaderTargetPlugin": "globals.md#constructorloadertargetplugin", - "LoaderTargetPlugin.target": "globals.md#target", - "LoaderTargetPlugin.apply": "globals.md#apply", - "ManifestPlugin": "globals.md#manifestplugin", - "ManifestPlugin.constructor": "globals.md#constructor", - "ManifestPlugin.constructor.ManifestPlugin": "globals.md#constructormanifestplugin", - "ManifestPlugin.options": "globals.md#options", - "ManifestPlugin.apply": "globals.md#apply", - "Module": "globals.md#module", - "Module.constructor": "globals.md#constructor", - "Module.constructor.Module": "globals.md#constructormodule", - "Module.blocks": "globals.md#blocks", - "Module.buildInfo": "globals.md#buildinfo", - "Module.buildMeta": "globals.md#buildmeta", - "Module.chunksIterable": "globals.md#chunksiterable", - "Module.chunksIterable.chunksIterable": "globals.md#chunksiterablechunksiterable", - "Module.codeGenerationDependencies": "globals.md#codegenerationdependencies", - "Module.context": "globals.md#context", - "Module.debugId": "globals.md#debugid", - "Module.dependencies": "globals.md#dependencies", - "Module.depth": "globals.md#depth", - "Module.errors": "globals.md#errors", - "Module.errors.errors": "globals.md#errorserrors", - "Module.exportsArgument": "globals.md#exportsargument", - "Module.exportsArgument.exportsArgument": "globals.md#exportsargumentexportsargument", - "Module.factoryMeta": "globals.md#factorymeta", - "Module.hasEqualsChunks": "globals.md#hasequalschunks", - "Module.hasEqualsChunks.hasEqualsChunks": "globals.md#hasequalschunkshasequalschunks", - "Module.hash": "globals.md#hash", - "Module.hash.hash": "globals.md#hashhash", - "Module.hot": "globals.md#hot", - "Module.id": "globals.md#id", - "Module.index": "globals.md#index", - "Module.index2": "globals.md#index2", - "Module.issuer": "globals.md#issuer", - "Module.isUsed": "globals.md#isused", - "Module.isUsed.isUsed": "globals.md#isusedisused", - "Module.layer": "globals.md#layer", - "Module.moduleArgument": "globals.md#moduleargument", - "Module.moduleArgument.moduleArgument": "globals.md#moduleargumentmoduleargument", - "Module.needId": "globals.md#needid", - "Module.optimizationBailout": "globals.md#optimizationbailout", - "Module.optimizationBailout.optimizationBailout": "globals.md#optimizationbailoutoptimizationbailout", - "Module.optional": "globals.md#optional", - "Module.optional.optional": "globals.md#optionaloptional", - "Module.parent": "globals.md#parent", - "Module.presentationalDependencies": "globals.md#presentationaldependencies", - "Module.profile": "globals.md#profile", - "Module.renderedHash": "globals.md#renderedhash", - "Module.renderedHash.renderedHash": "globals.md#renderedhashrenderedhash", - "Module.resolveOptions": "globals.md#resolveoptions", - "Module.type": "globals.md#type", - "Module.used": "globals.md#used", - "Module.usedExports": "globals.md#usedexports", - "Module.usedExports.usedExports": "globals.md#usedexportsusedexports", - "Module.useSimpleSourceMap": "globals.md#usesimplesourcemap", - "Module.useSourceMap": "globals.md#usesourcemap", - "Module.warnings": "globals.md#warnings", - "Module.warnings.warnings": "globals.md#warningswarnings", - "Module.addBlock": "globals.md#addblock", - "Module.addCacheDependencies": "globals.md#addcachedependencies", - "Module.addChunk": "globals.md#addchunk", - "Module.addCodeGenerationDependency": "globals.md#addcodegenerationdependency", - "Module.addDependency": "globals.md#adddependency", - "Module.addError": "globals.md#adderror", - "Module.addPresentationalDependency": "globals.md#addpresentationaldependency", - "Module.addWarning": "globals.md#addwarning", - "Module.build": "globals.md#build", - "Module.chunkCondition": "globals.md#chunkcondition", - "Module.cleanupForCache": "globals.md#cleanupforcache", - "Module.clearDependenciesAndBlocks": "globals.md#cleardependenciesandblocks", - "Module.clearWarningsAndErrors": "globals.md#clearwarningsanderrors", - "Module.codeGeneration": "globals.md#codegeneration", - "Module.deserialize": "globals.md#deserialize", - "Module.getChunks": "globals.md#getchunks", - "Module.getConcatenationBailoutReason": "globals.md#getconcatenationbailoutreason", - "Module.getErrors": "globals.md#geterrors", - "Module.getExportsType": "globals.md#getexportstype", - "Module.getNumberOfChunks": "globals.md#getnumberofchunks", - "Module.getNumberOfErrors": "globals.md#getnumberoferrors", - "Module.getNumberOfWarnings": "globals.md#getnumberofwarnings", - "Module.getRootBlock": "globals.md#getrootblock", - "Module.getSideEffectsConnectionState": "globals.md#getsideeffectsconnectionstate", - "Module.getSourceBasicTypes": "globals.md#getsourcebasictypes-1", - "Module.getSourceTypes": "globals.md#getsourcetypes", - "Module.getUnsafeCacheData": "globals.md#getunsafecachedata", - "Module.getWarnings": "globals.md#getwarnings", - "Module.hasChunkCondition": "globals.md#haschunkcondition", - "Module.hasReasonForChunk": "globals.md#hasreasonforchunk", - "Module.hasReasons": "globals.md#hasreasons", - "Module.identifier": "globals.md#identifier", - "Module.invalidateBuild": "globals.md#invalidatebuild", - "Module.isAccessibleInChunk": "globals.md#isaccessibleinchunk", - "Module.isAccessibleInChunkGroup": "globals.md#isaccessibleinchunkgroup", - "Module.isEntryModule": "globals.md#isentrymodule", - "Module.isInChunk": "globals.md#isinchunk", - "Module.isOptional": "globals.md#isoptional", - "Module.isProvided": "globals.md#isprovided", - "Module.libIdent": "globals.md#libident", - "Module.nameForCondition": "globals.md#nameforcondition", - "Module.needBuild": "globals.md#needbuild", - "Module.needRebuild": "globals.md#needrebuild", - "Module.originalSource": "globals.md#originalsource", - "Module.readableIdentifier": "globals.md#readableidentifier", - "Module.removeChunk": "globals.md#removechunk", - "Module.removeDependency": "globals.md#removedependency", - "Module.serialize": "globals.md#serialize", - "Module.size": "globals.md#size", - "Module.source": "globals.md#source", - "Module.updateCacheModule": "globals.md#updatecachemodule", - "Module.updateHash": "globals.md#updatehash", - "ModuleFactory": "globals.md#modulefactory", - "ModuleFactory.constructor": "globals.md#constructor", - "ModuleFactory.constructor.ModuleFactory": "globals.md#constructormodulefactory", - "ModuleFactory.create": "globals.md#create", - "ModuleGraph": "globals.md#modulegraph", - "ModuleGraph.constructor": "globals.md#constructor", - "ModuleGraph.constructor.ModuleGraph": "globals.md#constructormodulegraph", - "ModuleGraph.ModuleGraphConnection": "globals.md#modulegraphconnection", - "ModuleGraph.addExplanation": "globals.md#addexplanation", - "ModuleGraph.addExtraReason": "globals.md#addextrareason", - "ModuleGraph.cached": "globals.md#cached", - "ModuleGraph.cloneModuleAttributes": "globals.md#clonemoduleattributes", - "ModuleGraph.copyOutgoingModuleConnections": "globals.md#copyoutgoingmoduleconnections", - "ModuleGraph.dependencyCacheProvide": "globals.md#dependencycacheprovide", - "ModuleGraph.finishUpdateParent": "globals.md#finishupdateparent", - "ModuleGraph.freeze": "globals.md#freeze", - "ModuleGraph.getConnection": "globals.md#getconnection", - "ModuleGraph.getDepth": "globals.md#getdepth", - "ModuleGraph.getExportInfo": "globals.md#getexportinfo", - "ModuleGraph.getExportsInfo": "globals.md#getexportsinfo", - "ModuleGraph.getIncomingConnections": "globals.md#getincomingconnections", - "ModuleGraph.getIncomingConnectionsByOriginModule": "globals.md#getincomingconnectionsbyoriginmodule", - "ModuleGraph.getIssuer": "globals.md#getissuer", - "ModuleGraph.getMeta": "globals.md#getmeta", - "ModuleGraph.getMetaIfExisting": "globals.md#getmetaifexisting", - "ModuleGraph.getModule": "globals.md#getmodule", - "ModuleGraph.getOptimizationBailout": "globals.md#getoptimizationbailout", - "ModuleGraph.getOrigin": "globals.md#getorigin", - "ModuleGraph.getOutgoingConnections": "globals.md#getoutgoingconnections", - "ModuleGraph.getOutgoingConnectionsByModule": "globals.md#getoutgoingconnectionsbymodule", - "ModuleGraph.getParentBlock": "globals.md#getparentblock", - "ModuleGraph.getParentBlockIndex": "globals.md#getparentblockindex", - "ModuleGraph.getParentModule": "globals.md#getparentmodule", - "ModuleGraph.getPostOrderIndex": "globals.md#getpostorderindex", - "ModuleGraph.getPreOrderIndex": "globals.md#getpreorderindex", - "ModuleGraph.getProfile": "globals.md#getprofile", - "ModuleGraph.getProvidedExports": "globals.md#getprovidedexports", - "ModuleGraph.getReadOnlyExportInfo": "globals.md#getreadonlyexportinfo", - "ModuleGraph.getResolvedModule": "globals.md#getresolvedmodule", - "ModuleGraph.getResolvedOrigin": "globals.md#getresolvedorigin", - "ModuleGraph.getUsedExports": "globals.md#getusedexports", - "ModuleGraph.isAsync": "globals.md#isasync", - "ModuleGraph.isDeferred": "globals.md#isdeferred", - "ModuleGraph.isExportProvided": "globals.md#isexportprovided", - "ModuleGraph.moveModuleConnections": "globals.md#movemoduleconnections", - "ModuleGraph.removeAllModuleAttributes": "globals.md#removeallmoduleattributes", - "ModuleGraph.removeConnection": "globals.md#removeconnection", - "ModuleGraph.removeModuleAttributes": "globals.md#removemoduleattributes", - "ModuleGraph.setAsync": "globals.md#setasync", - "ModuleGraph.setDepth": "globals.md#setdepth", - "ModuleGraph.setDepthIfLower": "globals.md#setdepthiflower", - "ModuleGraph.setIssuer": "globals.md#setissuer", - "ModuleGraph.setIssuerIfUnset": "globals.md#setissuerifunset", - "ModuleGraph.setModuleMemCaches": "globals.md#setmodulememcaches", - "ModuleGraph.setParentDependenciesBlockIndex": "globals.md#setparentdependenciesblockindex", - "ModuleGraph.setParents": "globals.md#setparents", - "ModuleGraph.setPostOrderIndex": "globals.md#setpostorderindex", - "ModuleGraph.setPostOrderIndexIfUnset": "globals.md#setpostorderindexifunset", - "ModuleGraph.setPreOrderIndex": "globals.md#setpreorderindex", - "ModuleGraph.setPreOrderIndexIfUnset": "globals.md#setpreorderindexifunset", - "ModuleGraph.setProfile": "globals.md#setprofile", - "ModuleGraph.setResolvedModule": "globals.md#setresolvedmodule", - "ModuleGraph.unfreeze": "globals.md#unfreeze", - "ModuleGraph.updateModule": "globals.md#updatemodule", - "ModuleGraph.updateParent": "globals.md#updateparent", - "ModuleGraph.clearModuleGraphForModule": "globals.md#clearmodulegraphformodule", - "ModuleGraph.getModuleGraphForModule": "globals.md#getmodulegraphformodule", - "ModuleGraph.setModuleGraphForModule": "globals.md#setmodulegraphformodule", - "ModuleGraphConnection": "globals.md#modulegraphconnection", - "ModuleGraphConnection.constructor": "globals.md#constructor", - "ModuleGraphConnection.constructor.ModuleGraphConnection": "globals.md#constructormodulegraphconnection", - "ModuleGraphConnection.condition": "globals.md#condition", - "ModuleGraphConnection.conditional": "globals.md#conditional", - "ModuleGraphConnection.dependency": "globals.md#dependency", - "ModuleGraphConnection.explanation": "globals.md#explanation", - "ModuleGraphConnection.explanation.explanation": "globals.md#explanationexplanation", - "ModuleGraphConnection.explanations": "globals.md#explanations", - "ModuleGraphConnection.module": "globals.md#module", - "ModuleGraphConnection.originModule": "globals.md#originmodule", - "ModuleGraphConnection.resolvedModule": "globals.md#resolvedmodule", - "ModuleGraphConnection.resolvedOriginModule": "globals.md#resolvedoriginmodule", - "ModuleGraphConnection.weak": "globals.md#weak", - "ModuleGraphConnection.addConnectionStates": "globals.md#addconnectionstates", - "ModuleGraphConnection.CIRCULAR_CONNECTION": "globals.md#circular-connection", - "ModuleGraphConnection.TRANSITIVE_ONLY": "globals.md#transitive-only", - "ModuleGraphConnection.addCondition": "globals.md#addcondition", - "ModuleGraphConnection.addExplanation": "globals.md#addexplanation", - "ModuleGraphConnection.clone": "globals.md#clone", - "ModuleGraphConnection.getActiveState": "globals.md#getactivestate", - "ModuleGraphConnection.isActive": "globals.md#isactive", - "ModuleGraphConnection.isTargetActive": "globals.md#istargetactive", - "ModuleGraphConnection.setActive": "globals.md#setactive", - "MultiCompiler": "globals.md#multicompiler", - "MultiCompiler.constructor": "globals.md#constructor", - "MultiCompiler.constructor.MultiCompiler": "globals.md#constructormulticompiler", - "MultiCompiler.compilers": "globals.md#compilers", - "MultiCompiler.dependencies": "globals.md#dependencies", - "MultiCompiler.hooks": "globals.md#hooks", - "MultiCompiler.inputFileSystem": "globals.md#inputfilesystem", - "MultiCompiler.intermediateFileSystem": "globals.md#intermediatefilesystem", - "MultiCompiler.options": "globals.md#options", - "MultiCompiler.options.options": "globals.md#optionsoptions", - "MultiCompiler.outputFileSystem": "globals.md#outputfilesystem", - "MultiCompiler.outputPath": "globals.md#outputpath", - "MultiCompiler.outputPath.outputPath": "globals.md#outputpathoutputpath", - "MultiCompiler.running": "globals.md#running", - "MultiCompiler.watchFileSystem": "globals.md#watchfilesystem", - "MultiCompiler.close": "globals.md#close", - "MultiCompiler.getInfrastructureLogger": "globals.md#getinfrastructurelogger", - "MultiCompiler.purgeInputFileSystem": "globals.md#purgeinputfilesystem", - "MultiCompiler.run": "globals.md#run", - "MultiCompiler.runWithDependencies": "globals.md#runwithdependencies", - "MultiCompiler.setDependencies": "globals.md#setdependencies", - "MultiCompiler.validateDependencies": "globals.md#validatedependencies", - "MultiCompiler.watch": "globals.md#watch", - "MultiStats": "globals.md#abstract-multistats", - "MultiStats.constructor": "globals.md#constructor", - "MultiStats.constructor.MultiStats": "globals.md#constructormultistats", - "MultiStats.hash": "globals.md#hash", - "MultiStats.hash.hash": "globals.md#hashhash", - "MultiStats.stats": "globals.md#stats", - "MultiStats.hasErrors": "globals.md#haserrors", - "MultiStats.hasWarnings": "globals.md#haswarnings", - "MultiStats.toJson": "globals.md#tojson", - "MultiStats.toString": "globals.md#tostring", - "NoEmitOnErrorsPlugin": "globals.md#noemitonerrorsplugin", - "NoEmitOnErrorsPlugin.constructor": "globals.md#constructor", - "NoEmitOnErrorsPlugin.constructor.NoEmitOnErrorsPlugin": "globals.md#constructornoemitonerrorsplugin", - "NoEmitOnErrorsPlugin.apply": "globals.md#apply", - "NormalModule": "globals.md#normalmodule", - "NormalModule.constructor": "globals.md#constructor", - "NormalModule.constructor.NormalModule": "globals.md#constructornormalmodule", - "NormalModule.binary": "globals.md#binary", - "NormalModule.blocks": "globals.md#blocks", - "NormalModule.buildInfo": "globals.md#buildinfo", - "NormalModule.buildMeta": "globals.md#buildmeta", - "NormalModule.chunksIterable": "globals.md#chunksiterable", - "NormalModule.chunksIterable.chunksIterable": "globals.md#chunksiterablechunksiterable", - "NormalModule.codeGenerationDependencies": "globals.md#codegenerationdependencies", - "NormalModule.context": "globals.md#context", - "NormalModule.debugId": "globals.md#debugid", - "NormalModule.dependencies": "globals.md#dependencies", - "NormalModule.depth": "globals.md#depth", - "NormalModule.error": "globals.md#error", - "NormalModule.errors": "globals.md#errors", - "NormalModule.errors.errors": "globals.md#errorserrors", - "NormalModule.exportsArgument": "globals.md#exportsargument", - "NormalModule.exportsArgument.exportsArgument": "globals.md#exportsargumentexportsargument", - "NormalModule.extractSourceMap": "globals.md#extractsourcemap", - "NormalModule.factoryMeta": "globals.md#factorymeta", - "NormalModule.generator": "globals.md#generator", - "NormalModule.generatorOptions": "globals.md#generatoroptions", - "NormalModule.hasEqualsChunks": "globals.md#hasequalschunks", - "NormalModule.hasEqualsChunks.hasEqualsChunks": "globals.md#hasequalschunkshasequalschunks", - "NormalModule.hash": "globals.md#hash", - "NormalModule.hash.hash": "globals.md#hashhash", - "NormalModule.hot": "globals.md#hot", - "NormalModule.id": "globals.md#id", - "NormalModule.index": "globals.md#index", - "NormalModule.index2": "globals.md#index2", - "NormalModule.issuer": "globals.md#issuer", - "NormalModule.isUsed": "globals.md#isused", - "NormalModule.isUsed.isUsed": "globals.md#isusedisused", - "NormalModule.layer": "globals.md#layer", - "NormalModule.loaders": "globals.md#loaders", - "NormalModule.matchResource": "globals.md#matchresource", - "NormalModule.moduleArgument": "globals.md#moduleargument", - "NormalModule.moduleArgument.moduleArgument": "globals.md#moduleargumentmoduleargument", - "NormalModule.needId": "globals.md#needid", - "NormalModule.optimizationBailout": "globals.md#optimizationbailout", - "NormalModule.optimizationBailout.optimizationBailout": "globals.md#optimizationbailoutoptimizationbailout", - "NormalModule.optional": "globals.md#optional", - "NormalModule.optional.optional": "globals.md#optionaloptional", - "NormalModule.parent": "globals.md#parent", - "NormalModule.parser": "globals.md#parser", - "NormalModule.parserOptions": "globals.md#parseroptions", - "NormalModule.presentationalDependencies": "globals.md#presentationaldependencies", - "NormalModule.profile": "globals.md#profile", - "NormalModule.rawRequest": "globals.md#rawrequest", - "NormalModule.renderedHash": "globals.md#renderedhash", - "NormalModule.renderedHash.renderedHash": "globals.md#renderedhashrenderedhash", - "NormalModule.request": "globals.md#request", - "NormalModule.resolveOptions": "globals.md#resolveoptions", - "NormalModule.resource": "globals.md#resource", - "NormalModule.resourceResolveData": "globals.md#resourceresolvedata", - "NormalModule.type": "globals.md#type", - "NormalModule.used": "globals.md#used", - "NormalModule.usedExports": "globals.md#usedexports", - "NormalModule.usedExports.usedExports": "globals.md#usedexportsusedexports", - "NormalModule.userRequest": "globals.md#userrequest", - "NormalModule.useSimpleSourceMap": "globals.md#usesimplesourcemap", - "NormalModule.useSourceMap": "globals.md#usesourcemap", - "NormalModule.warnings": "globals.md#warnings", - "NormalModule.warnings.warnings": "globals.md#warningswarnings", - "NormalModule.addBlock": "globals.md#addblock", - "NormalModule.addCacheDependencies": "globals.md#addcachedependencies", - "NormalModule.addChunk": "globals.md#addchunk", - "NormalModule.addCodeGenerationDependency": "globals.md#addcodegenerationdependency", - "NormalModule.addDependency": "globals.md#adddependency", - "NormalModule.addError": "globals.md#adderror", - "NormalModule.addPresentationalDependency": "globals.md#addpresentationaldependency", - "NormalModule.addWarning": "globals.md#addwarning", - "NormalModule.applyNoParseRule": "globals.md#applynoparserule", - "NormalModule.build": "globals.md#build", - "NormalModule.chunkCondition": "globals.md#chunkcondition", - "NormalModule.cleanupForCache": "globals.md#cleanupforcache", - "NormalModule.clearDependenciesAndBlocks": "globals.md#cleardependenciesandblocks", - "NormalModule.clearWarningsAndErrors": "globals.md#clearwarningsanderrors", - "NormalModule.codeGeneration": "globals.md#codegeneration", - "NormalModule.createSource": "globals.md#createsource", - "NormalModule.createSourceForAsset": "globals.md#createsourceforasset", - "NormalModule.deserialize": "globals.md#deserialize-1", - "NormalModule.getChunks": "globals.md#getchunks", - "NormalModule.getConcatenationBailoutReason": "globals.md#getconcatenationbailoutreason", - "NormalModule.getCurrentLoader": "globals.md#getcurrentloader", - "NormalModule.getErrors": "globals.md#geterrors", - "NormalModule.getExportsType": "globals.md#getexportstype", - "NormalModule.getNumberOfChunks": "globals.md#getnumberofchunks", - "NormalModule.getNumberOfErrors": "globals.md#getnumberoferrors", - "NormalModule.getNumberOfWarnings": "globals.md#getnumberofwarnings", - "NormalModule.getResource": "globals.md#getresource", - "NormalModule.getRootBlock": "globals.md#getrootblock", - "NormalModule.getSideEffectsConnectionState": "globals.md#getsideeffectsconnectionstate", - "NormalModule.getSourceBasicTypes": "globals.md#getsourcebasictypes-1", - "NormalModule.getSourceTypes": "globals.md#getsourcetypes", - "NormalModule.getUnsafeCacheData": "globals.md#getunsafecachedata", - "NormalModule.getWarnings": "globals.md#getwarnings", - "NormalModule.hasChunkCondition": "globals.md#haschunkcondition", - "NormalModule.hasReasonForChunk": "globals.md#hasreasonforchunk", - "NormalModule.hasReasons": "globals.md#hasreasons", - "NormalModule.identifier": "globals.md#identifier", - "NormalModule.invalidateBuild": "globals.md#invalidatebuild", - "NormalModule.isAccessibleInChunk": "globals.md#isaccessibleinchunk", - "NormalModule.isAccessibleInChunkGroup": "globals.md#isaccessibleinchunkgroup", - "NormalModule.isEntryModule": "globals.md#isentrymodule", - "NormalModule.isInChunk": "globals.md#isinchunk", - "NormalModule.isOptional": "globals.md#isoptional", - "NormalModule.isProvided": "globals.md#isprovided", - "NormalModule.libIdent": "globals.md#libident", - "NormalModule.markModuleAsErrored": "globals.md#markmoduleaserrored", - "NormalModule.nameForCondition": "globals.md#nameforcondition", - "NormalModule.needBuild": "globals.md#needbuild", - "NormalModule.needRebuild": "globals.md#needrebuild", - "NormalModule.originalSource": "globals.md#originalsource", - "NormalModule.readableIdentifier": "globals.md#readableidentifier", - "NormalModule.removeChunk": "globals.md#removechunk", - "NormalModule.removeDependency": "globals.md#removedependency", - "NormalModule.restoreFromUnsafeCache": "globals.md#restorefromunsafecache", - "NormalModule.serialize": "globals.md#serialize", - "NormalModule.shouldPreventParsing": "globals.md#shouldpreventparsing", - "NormalModule.size": "globals.md#size", - "NormalModule.source": "globals.md#source", - "NormalModule.updateCacheModule": "globals.md#updatecachemodule", - "NormalModule.updateHash": "globals.md#updatehash", - "NormalModule.getCompilationHooks": "globals.md#getcompilationhooks", - "NormalModuleReplacementPlugin": "globals.md#normalmodulereplacementplugin", - "NormalModuleReplacementPlugin.constructor": "globals.md#constructor", - "NormalModuleReplacementPlugin.constructor.NormalModuleReplacementPlugin": "globals.md#constructornormalmodulereplacementplugin", - "NormalModuleReplacementPlugin.newResource": "globals.md#newresource", - "NormalModuleReplacementPlugin.resourceRegExp": "globals.md#resourceregexp", - "NormalModuleReplacementPlugin.apply": "globals.md#apply", - "Parser": "globals.md#parser", - "Parser.constructor": "globals.md#constructor", - "Parser.constructor.Parser": "globals.md#constructorparser", - "Parser.parse": "globals.md#parse", - "PlatformPlugin": "globals.md#platformplugin", - "PlatformPlugin.constructor": "globals.md#constructor", - "PlatformPlugin.constructor.PlatformPlugin": "globals.md#constructorplatformplugin", - "PlatformPlugin.platform": "globals.md#platform", - "PlatformPlugin.apply": "globals.md#apply", - "PrefetchPlugin": "globals.md#prefetchplugin", - "PrefetchPlugin.constructor": "globals.md#constructor", - "PrefetchPlugin.constructor.PrefetchPlugin": "globals.md#constructorprefetchplugin", - "PrefetchPlugin.context": "globals.md#context", - "PrefetchPlugin.request": "globals.md#request", - "PrefetchPlugin.apply": "globals.md#apply", - "ProgressPlugin": "globals.md#progressplugin", - "ProgressPlugin.constructor": "globals.md#constructor", - "ProgressPlugin.constructor.ProgressPlugin": "globals.md#constructorprogressplugin", - "ProgressPlugin.dependenciesCount": "globals.md#dependenciescount", - "ProgressPlugin.handler": "globals.md#handler", - "ProgressPlugin.modulesCount": "globals.md#modulescount", - "ProgressPlugin.options": "globals.md#options", - "ProgressPlugin.percentBy": "globals.md#percentby", - "ProgressPlugin.profile": "globals.md#profile", - "ProgressPlugin.showActiveModules": "globals.md#showactivemodules", - "ProgressPlugin.showDependencies": "globals.md#showdependencies", - "ProgressPlugin.showEntries": "globals.md#showentries", - "ProgressPlugin.showModules": "globals.md#showmodules", - "ProgressPlugin.createDefaultHandler": "globals.md#createdefaulthandler", - "ProgressPlugin.defaultOptions": "globals.md#defaultoptions", - "ProgressPlugin.apply": "globals.md#apply", - "ProgressPlugin.getReporter": "globals.md#getreporter", - "ProvidePlugin": "globals.md#provideplugin", - "ProvidePlugin.constructor": "globals.md#constructor", - "ProvidePlugin.constructor.ProvidePlugin": "globals.md#constructorprovideplugin", - "ProvidePlugin.definitions": "globals.md#definitions", - "ProvidePlugin.apply": "globals.md#apply", - "Resolver": "globals.md#abstract-resolver", - "Resolver.constructor": "globals.md#constructor", - "Resolver.constructor.Resolver": "globals.md#constructorresolver", - "Resolver.fileSystem": "globals.md#filesystem", - "Resolver.hooks": "globals.md#hooks", - "Resolver.options": "globals.md#options", - "Resolver.doResolve": "globals.md#doresolve", - "Resolver.ensureHook": "globals.md#ensurehook", - "Resolver.getHook": "globals.md#gethook", - "Resolver.isDirectory": "globals.md#isdirectory", - "Resolver.isModule": "globals.md#ismodule", - "Resolver.isPrivate": "globals.md#isprivate", - "Resolver.join": "globals.md#join", - "Resolver.normalize": "globals.md#normalize", - "Resolver.parse": "globals.md#parse", - "Resolver.resolve": "globals.md#resolve", - "Resolver.resolveSync": "globals.md#resolvesync", - "RuntimeModule": "globals.md#runtimemodule", - "RuntimeModule.constructor": "globals.md#constructor", - "RuntimeModule.constructor.RuntimeModule": "globals.md#constructorruntimemodule", - "RuntimeModule.blocks": "globals.md#blocks", - "RuntimeModule.buildInfo": "globals.md#buildinfo", - "RuntimeModule.buildMeta": "globals.md#buildmeta", - "RuntimeModule.chunk": "globals.md#chunk", - "RuntimeModule.chunkGraph": "globals.md#chunkgraph", - "RuntimeModule.chunksIterable": "globals.md#chunksiterable", - "RuntimeModule.chunksIterable.chunksIterable": "globals.md#chunksiterablechunksiterable", - "RuntimeModule.codeGenerationDependencies": "globals.md#codegenerationdependencies", - "RuntimeModule.compilation": "globals.md#compilation", - "RuntimeModule.context": "globals.md#context", - "RuntimeModule.debugId": "globals.md#debugid", - "RuntimeModule.dependencies": "globals.md#dependencies", - "RuntimeModule.dependentHash": "globals.md#dependenthash", - "RuntimeModule.depth": "globals.md#depth", - "RuntimeModule.errors": "globals.md#errors", - "RuntimeModule.errors.errors": "globals.md#errorserrors", - "RuntimeModule.exportsArgument": "globals.md#exportsargument", - "RuntimeModule.exportsArgument.exportsArgument": "globals.md#exportsargumentexportsargument", - "RuntimeModule.factoryMeta": "globals.md#factorymeta", - "RuntimeModule.fullHash": "globals.md#fullhash", - "RuntimeModule.hasEqualsChunks": "globals.md#hasequalschunks", - "RuntimeModule.hasEqualsChunks.hasEqualsChunks": "globals.md#hasequalschunkshasequalschunks", - "RuntimeModule.hash": "globals.md#hash", - "RuntimeModule.hash.hash": "globals.md#hashhash", - "RuntimeModule.hot": "globals.md#hot", - "RuntimeModule.id": "globals.md#id", - "RuntimeModule.index": "globals.md#index", - "RuntimeModule.index2": "globals.md#index2", - "RuntimeModule.issuer": "globals.md#issuer", - "RuntimeModule.isUsed": "globals.md#isused", - "RuntimeModule.isUsed.isUsed": "globals.md#isusedisused", - "RuntimeModule.layer": "globals.md#layer", - "RuntimeModule.moduleArgument": "globals.md#moduleargument", - "RuntimeModule.moduleArgument.moduleArgument": "globals.md#moduleargumentmoduleargument", - "RuntimeModule.name": "globals.md#name", - "RuntimeModule.needId": "globals.md#needid", - "RuntimeModule.optimizationBailout": "globals.md#optimizationbailout", - "RuntimeModule.optimizationBailout.optimizationBailout": "globals.md#optimizationbailoutoptimizationbailout", - "RuntimeModule.optional": "globals.md#optional", - "RuntimeModule.optional.optional": "globals.md#optionaloptional", - "RuntimeModule.parent": "globals.md#parent", - "RuntimeModule.presentationalDependencies": "globals.md#presentationaldependencies", - "RuntimeModule.profile": "globals.md#profile", - "RuntimeModule.renderedHash": "globals.md#renderedhash", - "RuntimeModule.renderedHash.renderedHash": "globals.md#renderedhashrenderedhash", - "RuntimeModule.resolveOptions": "globals.md#resolveoptions", - "RuntimeModule.stage": "globals.md#stage", - "RuntimeModule.type": "globals.md#type", - "RuntimeModule.used": "globals.md#used", - "RuntimeModule.usedExports": "globals.md#usedexports", - "RuntimeModule.usedExports.usedExports": "globals.md#usedexportsusedexports", - "RuntimeModule.useSimpleSourceMap": "globals.md#usesimplesourcemap", - "RuntimeModule.useSourceMap": "globals.md#usesourcemap", - "RuntimeModule.warnings": "globals.md#warnings", - "RuntimeModule.warnings.warnings": "globals.md#warningswarnings", - "RuntimeModule.STAGE_ATTACH": "globals.md#stage-attach", - "RuntimeModule.STAGE_BASIC": "globals.md#stage-basic", - "RuntimeModule.STAGE_NORMAL": "globals.md#stage-normal", - "RuntimeModule.STAGE_TRIGGER": "globals.md#stage-trigger", - "RuntimeModule.addBlock": "globals.md#addblock", - "RuntimeModule.addCacheDependencies": "globals.md#addcachedependencies", - "RuntimeModule.addChunk": "globals.md#addchunk", - "RuntimeModule.addCodeGenerationDependency": "globals.md#addcodegenerationdependency", - "RuntimeModule.addDependency": "globals.md#adddependency", - "RuntimeModule.addError": "globals.md#adderror", - "RuntimeModule.addPresentationalDependency": "globals.md#addpresentationaldependency", - "RuntimeModule.addWarning": "globals.md#addwarning", - "RuntimeModule.attach": "globals.md#attach", - "RuntimeModule.build": "globals.md#build", - "RuntimeModule.chunkCondition": "globals.md#chunkcondition", - "RuntimeModule.cleanupForCache": "globals.md#cleanupforcache", - "RuntimeModule.clearDependenciesAndBlocks": "globals.md#cleardependenciesandblocks", - "RuntimeModule.clearWarningsAndErrors": "globals.md#clearwarningsanderrors", - "RuntimeModule.codeGeneration": "globals.md#codegeneration", - "RuntimeModule.deserialize": "globals.md#deserialize", - "RuntimeModule.generate": "globals.md#generate", - "RuntimeModule.getChunks": "globals.md#getchunks", - "RuntimeModule.getConcatenationBailoutReason": "globals.md#getconcatenationbailoutreason", - "RuntimeModule.getErrors": "globals.md#geterrors", - "RuntimeModule.getExportsType": "globals.md#getexportstype", - "RuntimeModule.getGeneratedCode": "globals.md#getgeneratedcode", - "RuntimeModule.getNumberOfChunks": "globals.md#getnumberofchunks", - "RuntimeModule.getNumberOfErrors": "globals.md#getnumberoferrors", - "RuntimeModule.getNumberOfWarnings": "globals.md#getnumberofwarnings", - "RuntimeModule.getRootBlock": "globals.md#getrootblock", - "RuntimeModule.getSideEffectsConnectionState": "globals.md#getsideeffectsconnectionstate", - "RuntimeModule.getSourceBasicTypes": "globals.md#getsourcebasictypes-1", - "RuntimeModule.getSourceTypes": "globals.md#getsourcetypes", - "RuntimeModule.getUnsafeCacheData": "globals.md#getunsafecachedata", - "RuntimeModule.getWarnings": "globals.md#getwarnings", - "RuntimeModule.hasChunkCondition": "globals.md#haschunkcondition", - "RuntimeModule.hasReasonForChunk": "globals.md#hasreasonforchunk", - "RuntimeModule.hasReasons": "globals.md#hasreasons", - "RuntimeModule.identifier": "globals.md#identifier", - "RuntimeModule.invalidateBuild": "globals.md#invalidatebuild", - "RuntimeModule.isAccessibleInChunk": "globals.md#isaccessibleinchunk", - "RuntimeModule.isAccessibleInChunkGroup": "globals.md#isaccessibleinchunkgroup", - "RuntimeModule.isEntryModule": "globals.md#isentrymodule", - "RuntimeModule.isInChunk": "globals.md#isinchunk", - "RuntimeModule.isOptional": "globals.md#isoptional", - "RuntimeModule.isProvided": "globals.md#isprovided", - "RuntimeModule.libIdent": "globals.md#libident", - "RuntimeModule.nameForCondition": "globals.md#nameforcondition", - "RuntimeModule.needBuild": "globals.md#needbuild", - "RuntimeModule.needRebuild": "globals.md#needrebuild", - "RuntimeModule.originalSource": "globals.md#originalsource", - "RuntimeModule.readableIdentifier": "globals.md#readableidentifier", - "RuntimeModule.removeChunk": "globals.md#removechunk", - "RuntimeModule.removeDependency": "globals.md#removedependency", - "RuntimeModule.serialize": "globals.md#serialize", - "RuntimeModule.shouldIsolate": "globals.md#shouldisolate", - "RuntimeModule.size": "globals.md#size", - "RuntimeModule.source": "globals.md#source", - "RuntimeModule.updateCacheModule": "globals.md#updatecachemodule", - "RuntimeModule.updateHash": "globals.md#updatehash", - "SourceMapDevToolPlugin": "globals.md#sourcemapdevtoolplugin", - "SourceMapDevToolPlugin.constructor": "globals.md#constructor", - "SourceMapDevToolPlugin.constructor.SourceMapDevToolPlugin": "globals.md#constructorsourcemapdevtoolplugin", - "SourceMapDevToolPlugin.fallbackModuleFilenameTemplate": "globals.md#fallbackmodulefilenametemplate", - "SourceMapDevToolPlugin.moduleFilenameTemplate": "globals.md#modulefilenametemplate", - "SourceMapDevToolPlugin.namespace": "globals.md#namespace", - "SourceMapDevToolPlugin.options": "globals.md#options", - "SourceMapDevToolPlugin.sourceMapFilename": "globals.md#sourcemapfilename", - "SourceMapDevToolPlugin.sourceMappingURLComment": "globals.md#sourcemappingurlcomment", - "SourceMapDevToolPlugin.apply": "globals.md#apply", - "Stats": "globals.md#stats", - "Stats.constructor": "globals.md#constructor", - "Stats.constructor.Stats": "globals.md#constructorstats", - "Stats.compilation": "globals.md#compilation", - "Stats.endTime": "globals.md#endtime", - "Stats.endTime.endTime": "globals.md#endtimeendtime", - "Stats.hash": "globals.md#hash", - "Stats.hash.hash": "globals.md#hashhash", - "Stats.startTime": "globals.md#starttime", - "Stats.startTime.startTime": "globals.md#starttimestarttime", - "Stats.hasErrors": "globals.md#haserrors", - "Stats.hasWarnings": "globals.md#haswarnings", - "Stats.toJson": "globals.md#tojson", - "Stats.toString": "globals.md#tostring", - "Template": "globals.md#template", - "Template.constructor": "globals.md#constructor", - "Template.constructor.Template": "globals.md#constructortemplate", - "Template.NUMBER_OF_IDENTIFIER_CONTINUATION_CHARS": "globals.md#number-of-identifier-continuation-chars", - "Template.NUMBER_OF_IDENTIFIER_START_CHARS": "globals.md#number-of-identifier-start-chars", - "Template.asString": "globals.md#asstring", - "Template.getFunctionContent": "globals.md#getfunctioncontent", - "Template.getModulesArrayBounds": "globals.md#getmodulesarraybounds", - "Template.indent": "globals.md#indent", - "Template.numberToIdentifier": "globals.md#numbertoidentifier", - "Template.numberToIdentifierContinuation": "globals.md#numbertoidentifiercontinuation", - "Template.prefix": "globals.md#prefix", - "Template.renderChunkModules": "globals.md#renderchunkmodules", - "Template.renderChunkRuntimeModules": "globals.md#renderchunkruntimemodules", - "Template.renderRuntimeModules": "globals.md#renderruntimemodules", - "Template.toComment": "globals.md#tocomment", - "Template.toIdentifier": "globals.md#toidentifier", - "Template.toNormalComment": "globals.md#tonormalcomment", - "Template.toPath": "globals.md#topath", - "WatchIgnorePlugin": "globals.md#watchignoreplugin", - "WatchIgnorePlugin.constructor": "globals.md#constructor", - "WatchIgnorePlugin.constructor.WatchIgnorePlugin": "globals.md#constructorwatchignoreplugin", - "WatchIgnorePlugin.options": "globals.md#options", - "WatchIgnorePlugin.apply": "globals.md#apply", - "Watching": "globals.md#abstract-watching", - "Watching.constructor": "globals.md#constructor", - "Watching.constructor.Watching": "globals.md#constructorwatching", - "Watching.blocked": "globals.md#blocked", - "Watching.callbacks": "globals.md#callbacks", - "Watching.closed": "globals.md#closed", - "Watching.compiler": "globals.md#compiler", - "Watching.handler": "globals.md#handler", - "Watching.invalid": "globals.md#invalid", - "Watching.lastWatcherStartTime": "globals.md#lastwatcherstarttime", - "Watching.pausedWatcher": "globals.md#pausedwatcher", - "Watching.running": "globals.md#running", - "Watching.startTime": "globals.md#starttime", - "Watching.suspended": "globals.md#suspended", - "Watching.watcher": "globals.md#watcher", - "Watching.watchOptions": "globals.md#watchoptions", - "Watching.close": "globals.md#close", - "Watching.invalidate": "globals.md#invalidate", - "Watching.resume": "globals.md#resume", - "Watching.suspend": "globals.md#suspend", - "Watching.watch": "globals.md#watch", - "WebpackError": "globals.md#webpackerror", - "WebpackError.__index": "globals.md#index", - "WebpackError.constructor": "globals.md#constructor", - "WebpackError.constructor.WebpackError": "globals.md#constructorwebpackerror", - "WebpackError.chunk": "globals.md#chunk", - "WebpackError.details": "globals.md#details", - "WebpackError.file": "globals.md#file", - "WebpackError.hideStack": "globals.md#hidestack", - "WebpackError.loc": "globals.md#loc", - "WebpackError.message": "globals.md#message", - "WebpackError.module": "globals.md#module", - "WebpackError.name": "globals.md#name", - "WebpackError.stack": "globals.md#stack", - "WebpackError.stackTraceLimit": "globals.md#stacktracelimit", - "WebpackError.deserialize": "globals.md#deserialize", - "WebpackError.serialize": "globals.md#serialize", - "WebpackError.captureStackTrace": "globals.md#capturestacktrace", - "WebpackError.prepareStackTrace": "globals.md#preparestacktrace", - "WebpackOptionsApply": "globals.md#webpackoptionsapply", - "WebpackOptionsApply.constructor": "globals.md#constructor", - "WebpackOptionsApply.constructor.WebpackOptionsApply": "globals.md#constructorwebpackoptionsapply", - "WebpackOptionsApply.process": "globals.md#process", - "WebpackOptionsDefaulter": "globals.md#webpackoptionsdefaulter", - "WebpackOptionsDefaulter.constructor": "globals.md#constructor", - "WebpackOptionsDefaulter.constructor.WebpackOptionsDefaulter": "globals.md#constructorwebpackoptionsdefaulter", - "WebpackOptionsDefaulter.process": "globals.md#process", - "WebpackOptionsValidationError": "globals.md#webpackoptionsvalidationerror", - "WebpackOptionsValidationError.constructor": "globals.md#constructor", - "WebpackOptionsValidationError.constructor.WebpackOptionsValidationError": "globals.md#constructorwebpackoptionsvalidationerror", - "WebpackOptionsValidationError.baseDataPath": "globals.md#basedatapath", - "WebpackOptionsValidationError.errors": "globals.md#errors", - "WebpackOptionsValidationError.headerName": "globals.md#headername", - "WebpackOptionsValidationError.message": "globals.md#message", - "WebpackOptionsValidationError.name": "globals.md#name", - "WebpackOptionsValidationError.postFormatter": "globals.md#postformatter", - "WebpackOptionsValidationError.schema": "globals.md#schema", - "WebpackOptionsValidationError.stack": "globals.md#stack", - "WebpackOptionsValidationError.stackTraceLimit": "globals.md#stacktracelimit", - "WebpackOptionsValidationError.formatSchema": "globals.md#formatschema", - "WebpackOptionsValidationError.formatValidationError": "globals.md#formatvalidationerror", - "WebpackOptionsValidationError.formatValidationErrors": "globals.md#formatvalidationerrors", - "WebpackOptionsValidationError.getSchemaPart": "globals.md#getschemapart", - "WebpackOptionsValidationError.getSchemaPartDescription": "globals.md#getschemapartdescription", - "WebpackOptionsValidationError.getSchemaPartText": "globals.md#getschemaparttext", - "WebpackOptionsValidationError.captureStackTrace": "globals.md#capturestacktrace", - "WebpackOptionsValidationError.prepareStackTrace": "globals.md#preparestacktrace", - "Argument": "globals.md#argument", - "Argument.configs": "globals.md#configs", - "Argument.description": "globals.md#description", - "Argument.multiple": "globals.md#multiple", - "Argument.simpleType": "globals.md#simpletype", - "Asset": "globals.md#asset", - "Asset.info": "globals.md#info", - "Asset.name": "globals.md#name", - "Asset.source": "globals.md#source", - "AssetEmittedInfo": "globals.md#assetemittedinfo", - "AssetEmittedInfo.compilation": "globals.md#compilation", - "AssetEmittedInfo.content": "globals.md#content", - "AssetEmittedInfo.outputPath": "globals.md#outputpath", - "AssetEmittedInfo.source": "globals.md#source", - "AssetEmittedInfo.targetPath": "globals.md#targetpath", - "Colors": "globals.md#colors", - "Colors.bgBlack": "globals.md#bgblack", - "Colors.bgBlackBright": "globals.md#bgblackbright", - "Colors.bgBlue": "globals.md#bgblue", - "Colors.bgBlueBright": "globals.md#bgbluebright", - "Colors.bgCyan": "globals.md#bgcyan", - "Colors.bgCyanBright": "globals.md#bgcyanbright", - "Colors.bgGreen": "globals.md#bggreen", - "Colors.bgGreenBright": "globals.md#bggreenbright", - "Colors.bgMagenta": "globals.md#bgmagenta", - "Colors.bgMagentaBright": "globals.md#bgmagentabright", - "Colors.bgRed": "globals.md#bgred", - "Colors.bgRedBright": "globals.md#bgredbright", - "Colors.bgWhite": "globals.md#bgwhite", - "Colors.bgWhiteBright": "globals.md#bgwhitebright", - "Colors.bgYellow": "globals.md#bgyellow", - "Colors.bgYellowBright": "globals.md#bgyellowbright", - "Colors.black": "globals.md#black", - "Colors.blackBright": "globals.md#blackbright", - "Colors.blue": "globals.md#blue", - "Colors.blueBright": "globals.md#bluebright", - "Colors.bold": "globals.md#bold", - "Colors.cyan": "globals.md#cyan", - "Colors.cyanBright": "globals.md#cyanbright", - "Colors.dim": "globals.md#dim", - "Colors.gray": "globals.md#gray", - "Colors.green": "globals.md#green", - "Colors.greenBright": "globals.md#greenbright", - "Colors.hidden": "globals.md#hidden", - "Colors.inverse": "globals.md#inverse", - "Colors.italic": "globals.md#italic", - "Colors.magenta": "globals.md#magenta", - "Colors.magentaBright": "globals.md#magentabright", - "Colors.red": "globals.md#red", - "Colors.redBright": "globals.md#redbright", - "Colors.reset": "globals.md#reset", - "Colors.strikethrough": "globals.md#strikethrough", - "Colors.underline": "globals.md#underline", - "Colors.white": "globals.md#white", - "Colors.whiteBright": "globals.md#whitebright", - "Colors.yellow": "globals.md#yellow", - "Colors.yellowBright": "globals.md#yellowbright", - "ColorsOptions": "globals.md#colorsoptions", - "ColorsOptions.useColor": "globals.md#usecolor", - "Configuration": "globals.md#configuration", - "Configuration.amd": "globals.md#amd", - "Configuration.bail": "globals.md#bail", - "Configuration.cache": "globals.md#cache", - "Configuration.context": "globals.md#context", - "Configuration.dependencies": "globals.md#dependencies", - "Configuration.devtool": "globals.md#devtool", - "Configuration.dotenv": "globals.md#dotenv", - "Configuration.entry": "globals.md#entry", - "Configuration.experiments": "globals.md#experiments", - "Configuration.extends": "globals.md#extends", - "Configuration.externals": "globals.md#externals", - "Configuration.externalsPresets": "globals.md#externalspresets", - "Configuration.externalsType": "globals.md#externalstype", - "Configuration.ignoreWarnings": "globals.md#ignorewarnings", - "Configuration.infrastructureLogging": "globals.md#infrastructurelogging", - "Configuration.loader": "globals.md#loader", - "Configuration.mode": "globals.md#mode", - "Configuration.module": "globals.md#module", - "Configuration.name": "globals.md#name", - "Configuration.node": "globals.md#node", - "Configuration.optimization": "globals.md#optimization", - "Configuration.output": "globals.md#output", - "Configuration.parallelism": "globals.md#parallelism", - "Configuration.performance": "globals.md#performance", - "Configuration.plugins": "globals.md#plugins", - "Configuration.profile": "globals.md#profile", - "Configuration.recordsInputPath": "globals.md#recordsinputpath", - "Configuration.recordsOutputPath": "globals.md#recordsoutputpath", - "Configuration.recordsPath": "globals.md#recordspath", - "Configuration.resolve": "globals.md#resolve", - "Configuration.resolveLoader": "globals.md#resolveloader", - "Configuration.snapshot": "globals.md#snapshot", - "Configuration.stats": "globals.md#stats", - "Configuration.target": "globals.md#target", - "Configuration.validate": "globals.md#validate", - "Configuration.watch": "globals.md#watch", - "Configuration.watchOptions": "globals.md#watchoptions", - "EntryObject": "globals.md#entryobject", - "EntryObject.__index": "globals.md#index", - "ExternalItemFunctionData": "globals.md#externalitemfunctiondata", - "ExternalItemFunctionData.context": "globals.md#context", - "ExternalItemFunctionData.contextInfo": "globals.md#contextinfo", - "ExternalItemFunctionData.dependencyType": "globals.md#dependencytype", - "ExternalItemFunctionData.getResolve": "globals.md#getresolve", - "ExternalItemFunctionData.request": "globals.md#request", - "ExternalItemObjectKnown": "globals.md#externalitemobjectknown", - "ExternalItemObjectKnown.byLayer": "globals.md#bylayer", - "ExternalItemObjectUnknown": "globals.md#externalitemobjectunknown", - "ExternalItemObjectUnknown.__index": "globals.md#index", - "FileCacheOptions": "globals.md#filecacheoptions", - "FileCacheOptions.allowCollectingMemory": "globals.md#allowcollectingmemory", - "FileCacheOptions.buildDependencies": "globals.md#builddependencies", - "FileCacheOptions.cacheDirectory": "globals.md#cachedirectory", - "FileCacheOptions.cacheLocation": "globals.md#cachelocation", - "FileCacheOptions.compression": "globals.md#compression", - "FileCacheOptions.hashAlgorithm": "globals.md#hashalgorithm", - "FileCacheOptions.idleTimeout": "globals.md#idletimeout", - "FileCacheOptions.idleTimeoutAfterLargeChanges": "globals.md#idletimeoutafterlargechanges", - "FileCacheOptions.idleTimeoutForInitialStore": "globals.md#idletimeoutforinitialstore", - "FileCacheOptions.immutablePaths": "globals.md#immutablepaths", - "FileCacheOptions.managedPaths": "globals.md#managedpaths", - "FileCacheOptions.maxAge": "globals.md#maxage", - "FileCacheOptions.maxMemoryGenerations": "globals.md#maxmemorygenerations", - "FileCacheOptions.memoryCacheUnaffected": "globals.md#memorycacheunaffected", - "FileCacheOptions.name": "globals.md#name", - "FileCacheOptions.profile": "globals.md#profile", - "FileCacheOptions.readonly": "globals.md#readonly", - "FileCacheOptions.store": "globals.md#store", - "FileCacheOptions.type": "globals.md#type", - "FileCacheOptions.version": "globals.md#version", - "GeneratorOptionsByModuleTypeKnown": "globals.md#generatoroptionsbymoduletypeknown", - "GeneratorOptionsByModuleTypeKnown.asset": "globals.md#asset", - "GeneratorOptionsByModuleTypeKnown.asset/bytes": "globals.md#assetbytes", - "GeneratorOptionsByModuleTypeKnown.asset/inline": "globals.md#assetinline", - "GeneratorOptionsByModuleTypeKnown.asset/resource": "globals.md#assetresource", - "GeneratorOptionsByModuleTypeKnown.asset/source": "globals.md#assetsource", - "GeneratorOptionsByModuleTypeKnown.css": "globals.md#css", - "GeneratorOptionsByModuleTypeKnown.css/auto": "globals.md#cssauto", - "GeneratorOptionsByModuleTypeKnown.css/global": "globals.md#cssglobal", - "GeneratorOptionsByModuleTypeKnown.css/module": "globals.md#cssmodule", - "GeneratorOptionsByModuleTypeKnown.javascript": "globals.md#javascript", - "GeneratorOptionsByModuleTypeKnown.javascript/auto": "globals.md#javascriptauto", - "GeneratorOptionsByModuleTypeKnown.javascript/dynamic": "globals.md#javascriptdynamic", - "GeneratorOptionsByModuleTypeKnown.javascript/esm": "globals.md#javascriptesm", - "GeneratorOptionsByModuleTypeKnown.json": "globals.md#json", - "InputFileSystem": "globals.md#inputfilesystem", - "InputFileSystem.dirname": "globals.md#dirname", - "InputFileSystem.join": "globals.md#join", - "InputFileSystem.lstat": "globals.md#lstat", - "InputFileSystem.lstatSync": "globals.md#lstatsync", - "InputFileSystem.purge": "globals.md#purge", - "InputFileSystem.readdir": "globals.md#readdir", - "InputFileSystem.readdirSync": "globals.md#readdirsync", - "InputFileSystem.readFile": "globals.md#readfile", - "InputFileSystem.readFileSync": "globals.md#readfilesync", - "InputFileSystem.readJson": "globals.md#readjson", - "InputFileSystem.readJsonSync": "globals.md#readjsonsync", - "InputFileSystem.readlink": "globals.md#readlink", - "InputFileSystem.readlinkSync": "globals.md#readlinksync", - "InputFileSystem.realpath": "globals.md#realpath", - "InputFileSystem.realpathSync": "globals.md#realpathsync", - "InputFileSystem.relative": "globals.md#relative", - "InputFileSystem.stat": "globals.md#stat", - "InputFileSystem.statSync": "globals.md#statsync", - "LibraryOptions": "globals.md#libraryoptions", - "LibraryOptions.amdContainer": "globals.md#amdcontainer", - "LibraryOptions.auxiliaryComment": "globals.md#auxiliarycomment", - "LibraryOptions.export": "globals.md#export", - "LibraryOptions.name": "globals.md#name", - "LibraryOptions.type": "globals.md#type", - "LibraryOptions.umdNamedDefine": "globals.md#umdnameddefine", - "LoaderDefinitionFunction": "globals.md#loaderdefinitionfunction", - "LoaderDefinitionFunction.OptionsType": "globals.md#optionstype", - "LoaderDefinitionFunction.ContextAdditions": "globals.md#contextadditions", - "LoaderDefinitionFunction.LoaderDefinitionFunction": "globals.md#loaderdefinitionfunction", - "LoaderModule": "globals.md#loadermodule", - "LoaderModule.OptionsType": "globals.md#optionstype", - "LoaderModule.ContextAdditions": "globals.md#contextadditions", - "LoaderModule.default": "globals.md#default", - "LoaderModule.pitch": "globals.md#pitch", - "LoaderModule.raw": "globals.md#raw", - "MemoryCacheOptions": "globals.md#memorycacheoptions", - "MemoryCacheOptions.cacheUnaffected": "globals.md#cacheunaffected", - "MemoryCacheOptions.maxGenerations": "globals.md#maxgenerations", - "MemoryCacheOptions.type": "globals.md#type", - "ModuleOptions": "globals.md#moduleoptions", - "ModuleOptions.defaultRules": "globals.md#defaultrules", - "ModuleOptions.exprContextCritical": "globals.md#exprcontextcritical", - "ModuleOptions.exprContextRecursive": "globals.md#exprcontextrecursive", - "ModuleOptions.exprContextRegExp": "globals.md#exprcontextregexp", - "ModuleOptions.exprContextRequest": "globals.md#exprcontextrequest", - "ModuleOptions.generator": "globals.md#generator", - "ModuleOptions.noParse": "globals.md#noparse", - "ModuleOptions.parser": "globals.md#parser", - "ModuleOptions.rules": "globals.md#rules", - "ModuleOptions.strictExportPresence": "globals.md#strictexportpresence", - "ModuleOptions.strictThisContextOnImports": "globals.md#strictthiscontextonimports", - "ModuleOptions.unknownContextCritical": "globals.md#unknowncontextcritical", - "ModuleOptions.unknownContextRecursive": "globals.md#unknowncontextrecursive", - "ModuleOptions.unknownContextRegExp": "globals.md#unknowncontextregexp", - "ModuleOptions.unknownContextRequest": "globals.md#unknowncontextrequest", - "ModuleOptions.unsafeCache": "globals.md#unsafecache", - "ModuleOptions.wrappedContextCritical": "globals.md#wrappedcontextcritical", - "ModuleOptions.wrappedContextRecursive": "globals.md#wrappedcontextrecursive", - "ModuleOptions.wrappedContextRegExp": "globals.md#wrappedcontextregexp", - "MultiCompilerOptions": "globals.md#multicompileroptions-1", - "MultiCompilerOptions.parallelism": "globals.md#parallelism", - "ObjectDeserializerContext": "globals.md#objectdeserializercontext", - "ObjectDeserializerContext.read": "globals.md#read", - "ObjectDeserializerContext.setCircularReference": "globals.md#setcircularreference", - "ObjectSerializerContext": "globals.md#objectserializercontext", - "ObjectSerializerContext.rollback": "globals.md#rollback", - "ObjectSerializerContext.setCircularReference": "globals.md#setcircularreference", - "ObjectSerializerContext.snapshot": "globals.md#snapshot", - "ObjectSerializerContext.write": "globals.md#write", - "ObjectSerializerContext.writeLazy": "globals.md#writelazy", - "ObjectSerializerContext.writeSeparate": "globals.md#writeseparate", - "OutputFileSystem": "globals.md#outputfilesystem", - "OutputFileSystem.createReadStream": "globals.md#createreadstream", - "OutputFileSystem.dirname": "globals.md#dirname", - "OutputFileSystem.join": "globals.md#join", - "OutputFileSystem.lstat": "globals.md#lstat", - "OutputFileSystem.mkdir": "globals.md#mkdir", - "OutputFileSystem.readdir": "globals.md#readdir", - "OutputFileSystem.readFile": "globals.md#readfile", - "OutputFileSystem.relative": "globals.md#relative", - "OutputFileSystem.rmdir": "globals.md#rmdir", - "OutputFileSystem.stat": "globals.md#stat", - "OutputFileSystem.unlink": "globals.md#unlink", - "OutputFileSystem.writeFile": "globals.md#writefile", - "ParserOptionsByModuleTypeKnown": "globals.md#parseroptionsbymoduletypeknown", - "ParserOptionsByModuleTypeKnown.asset": "globals.md#asset", - "ParserOptionsByModuleTypeKnown.asset/bytes": "globals.md#assetbytes", - "ParserOptionsByModuleTypeKnown.asset/inline": "globals.md#assetinline", - "ParserOptionsByModuleTypeKnown.asset/resource": "globals.md#assetresource", - "ParserOptionsByModuleTypeKnown.asset/source": "globals.md#assetsource", - "ParserOptionsByModuleTypeKnown.css": "globals.md#css", - "ParserOptionsByModuleTypeKnown.css/auto": "globals.md#cssauto", - "ParserOptionsByModuleTypeKnown.css/global": "globals.md#cssglobal", - "ParserOptionsByModuleTypeKnown.css/module": "globals.md#cssmodule", - "ParserOptionsByModuleTypeKnown.javascript": "globals.md#javascript", - "ParserOptionsByModuleTypeKnown.javascript/auto": "globals.md#javascriptauto", - "ParserOptionsByModuleTypeKnown.javascript/dynamic": "globals.md#javascriptdynamic", - "ParserOptionsByModuleTypeKnown.javascript/esm": "globals.md#javascriptesm", - "ParserOptionsByModuleTypeKnown.json": "globals.md#json", - "PathData": "globals.md#pathdata", - "PathData.basename": "globals.md#basename", - "PathData.chunk": "globals.md#chunk", - "PathData.chunkGraph": "globals.md#chunkgraph", - "PathData.contentHash": "globals.md#contenthash", - "PathData.contentHashType": "globals.md#contenthashtype", - "PathData.contentHashWithLength": "globals.md#contenthashwithlength", - "PathData.filename": "globals.md#filename", - "PathData.hash": "globals.md#hash", - "PathData.hashWithLength": "globals.md#hashwithlength", - "PathData.module": "globals.md#module", - "PathData.noChunkHash": "globals.md#nochunkhash", - "PathData.prepareId": "globals.md#prepareid", - "PathData.query": "globals.md#query", - "PathData.runtime": "globals.md#runtime", - "PathData.url": "globals.md#url", - "PitchLoaderDefinitionFunction": "globals.md#pitchloaderdefinitionfunction", - "PitchLoaderDefinitionFunction.OptionsType": "globals.md#optionstype", - "PitchLoaderDefinitionFunction.ContextAdditions": "globals.md#contextadditions", - "PitchLoaderDefinitionFunction.PitchLoaderDefinitionFunction": "globals.md#pitchloaderdefinitionfunction", - "Problem": "globals.md#problem", - "Problem.argument": "globals.md#argument", - "Problem.expected": "globals.md#expected", - "Problem.index": "globals.md#index", - "Problem.path": "globals.md#path", - "Problem.type": "globals.md#type", - "Problem.value": "globals.md#value", - "RawLoaderDefinitionFunction": "globals.md#rawloaderdefinitionfunction", - "RawLoaderDefinitionFunction.OptionsType": "globals.md#optionstype", - "RawLoaderDefinitionFunction.ContextAdditions": "globals.md#contextadditions", - "RawLoaderDefinitionFunction.RawLoaderDefinitionFunction": "globals.md#rawloaderdefinitionfunction", - "RenderManifestOptions": "globals.md#rendermanifestoptions", - "RenderManifestOptions.chunk": "globals.md#chunk", - "RenderManifestOptions.chunkGraph": "globals.md#chunkgraph", - "RenderManifestOptions.codeGenerationResults": "globals.md#codegenerationresults", - "RenderManifestOptions.dependencyTemplates": "globals.md#dependencytemplates", - "RenderManifestOptions.fullHash": "globals.md#fullhash", - "RenderManifestOptions.hash": "globals.md#hash", - "RenderManifestOptions.moduleGraph": "globals.md#modulegraph", - "RenderManifestOptions.moduleTemplates": "globals.md#moduletemplates", - "RenderManifestOptions.outputOptions": "globals.md#outputoptions", - "RenderManifestOptions.runtimeTemplate": "globals.md#runtimetemplate", - "ResolveData": "globals.md#resolvedata", - "ResolveData.attributes": "globals.md#attributes", - "ResolveData.cacheable": "globals.md#cacheable", - "ResolveData.context": "globals.md#context", - "ResolveData.contextDependencies": "globals.md#contextdependencies", - "ResolveData.contextInfo": "globals.md#contextinfo", - "ResolveData.createData": "globals.md#createdata", - "ResolveData.dependencies": "globals.md#dependencies", - "ResolveData.dependencyType": "globals.md#dependencytype", - "ResolveData.fileDependencies": "globals.md#filedependencies", - "ResolveData.ignoredModule": "globals.md#ignoredmodule", - "ResolveData.missingDependencies": "globals.md#missingdependencies", - "ResolveData.request": "globals.md#request", - "ResolveData.resolveOptions": "globals.md#resolveoptions", - "ResolveOptions": "globals.md#resolveoptions", - "ResolveOptions.alias": "globals.md#alias", - "ResolveOptions.aliasFields": "globals.md#aliasfields", - "ResolveOptions.byDependency": "globals.md#bydependency", - "ResolveOptions.cache": "globals.md#cache", - "ResolveOptions.cachePredicate": "globals.md#cachepredicate", - "ResolveOptions.cacheWithContext": "globals.md#cachewithcontext", - "ResolveOptions.conditionNames": "globals.md#conditionnames", - "ResolveOptions.descriptionFiles": "globals.md#descriptionfiles", - "ResolveOptions.enforceExtension": "globals.md#enforceextension", - "ResolveOptions.exportsFields": "globals.md#exportsfields", - "ResolveOptions.extensionAlias": "globals.md#extensionalias", - "ResolveOptions.extensions": "globals.md#extensions", - "ResolveOptions.fallback": "globals.md#fallback", - "ResolveOptions.fileSystem": "globals.md#filesystem", - "ResolveOptions.fullySpecified": "globals.md#fullyspecified", - "ResolveOptions.importsFields": "globals.md#importsfields", - "ResolveOptions.mainFields": "globals.md#mainfields", - "ResolveOptions.mainFiles": "globals.md#mainfiles", - "ResolveOptions.modules": "globals.md#modules", - "ResolveOptions.plugins": "globals.md#plugins", - "ResolveOptions.preferAbsolute": "globals.md#preferabsolute", - "ResolveOptions.preferRelative": "globals.md#preferrelative", - "ResolveOptions.resolver": "globals.md#resolver", - "ResolveOptions.restrictions": "globals.md#restrictions", - "ResolveOptions.roots": "globals.md#roots", - "ResolveOptions.symlinks": "globals.md#symlinks", - "ResolveOptions.tsconfig": "globals.md#tsconfig", - "ResolveOptions.unsafeCache": "globals.md#unsafecache", - "ResolveOptions.useSyncFileSystemCalls": "globals.md#usesyncfilesystemcalls", - "RuleSetRule": "globals.md#rulesetrule", - "RuleSetRule.assert": "globals.md#assert", - "RuleSetRule.compiler": "globals.md#compiler", - "RuleSetRule.dependency": "globals.md#dependency", - "RuleSetRule.descriptionData": "globals.md#descriptiondata", - "RuleSetRule.enforce": "globals.md#enforce", - "RuleSetRule.exclude": "globals.md#exclude", - "RuleSetRule.extractSourceMap": "globals.md#extractsourcemap", - "RuleSetRule.generator": "globals.md#generator", - "RuleSetRule.include": "globals.md#include", - "RuleSetRule.issuer": "globals.md#issuer", - "RuleSetRule.issuerLayer": "globals.md#issuerlayer", - "RuleSetRule.layer": "globals.md#layer", - "RuleSetRule.loader": "globals.md#loader", - "RuleSetRule.mimetype": "globals.md#mimetype", - "RuleSetRule.oneOf": "globals.md#oneof", - "RuleSetRule.options": "globals.md#options", - "RuleSetRule.parser": "globals.md#parser", - "RuleSetRule.realResource": "globals.md#realresource", - "RuleSetRule.resolve": "globals.md#resolve", - "RuleSetRule.resource": "globals.md#resource", - "RuleSetRule.resourceFragment": "globals.md#resourcefragment", - "RuleSetRule.resourceQuery": "globals.md#resourcequery", - "RuleSetRule.rules": "globals.md#rules", - "RuleSetRule.scheme": "globals.md#scheme", - "RuleSetRule.sideEffects": "globals.md#sideeffects", - "RuleSetRule.test": "globals.md#test", - "RuleSetRule.type": "globals.md#type", - "RuleSetRule.use": "globals.md#use", - "RuleSetRule.with": "globals.md#with", - "StatsOptions": "globals.md#statsoptions", - "StatsOptions.all": "globals.md#all", - "StatsOptions.assets": "globals.md#assets", - "StatsOptions.assetsSort": "globals.md#assetssort", - "StatsOptions.assetsSpace": "globals.md#assetsspace", - "StatsOptions.builtAt": "globals.md#builtat", - "StatsOptions.cached": "globals.md#cached", - "StatsOptions.cachedAssets": "globals.md#cachedassets", - "StatsOptions.cachedModules": "globals.md#cachedmodules", - "StatsOptions.children": "globals.md#children", - "StatsOptions.chunkGroupAuxiliary": "globals.md#chunkgroupauxiliary", - "StatsOptions.chunkGroupChildren": "globals.md#chunkgroupchildren", - "StatsOptions.chunkGroupMaxAssets": "globals.md#chunkgroupmaxassets", - "StatsOptions.chunkGroups": "globals.md#chunkgroups", - "StatsOptions.chunkModules": "globals.md#chunkmodules", - "StatsOptions.chunkModulesSpace": "globals.md#chunkmodulesspace", - "StatsOptions.chunkOrigins": "globals.md#chunkorigins", - "StatsOptions.chunkRelations": "globals.md#chunkrelations", - "StatsOptions.chunks": "globals.md#chunks", - "StatsOptions.chunksSort": "globals.md#chunkssort", - "StatsOptions.colors": "globals.md#colors", - "StatsOptions.context": "globals.md#context", - "StatsOptions.dependentModules": "globals.md#dependentmodules", - "StatsOptions.depth": "globals.md#depth", - "StatsOptions.entrypoints": "globals.md#entrypoints", - "StatsOptions.env": "globals.md#env", - "StatsOptions.errorCause": "globals.md#errorcause", - "StatsOptions.errorDetails": "globals.md#errordetails", - "StatsOptions.errorErrors": "globals.md#errorerrors", - "StatsOptions.errors": "globals.md#errors", - "StatsOptions.errorsCount": "globals.md#errorscount", - "StatsOptions.errorsSpace": "globals.md#errorsspace", - "StatsOptions.errorStack": "globals.md#errorstack", - "StatsOptions.exclude": "globals.md#exclude", - "StatsOptions.excludeAssets": "globals.md#excludeassets", - "StatsOptions.excludeModules": "globals.md#excludemodules", - "StatsOptions.groupAssetsByChunk": "globals.md#groupassetsbychunk", - "StatsOptions.groupAssetsByEmitStatus": "globals.md#groupassetsbyemitstatus", - "StatsOptions.groupAssetsByExtension": "globals.md#groupassetsbyextension", - "StatsOptions.groupAssetsByInfo": "globals.md#groupassetsbyinfo", - "StatsOptions.groupAssetsByPath": "globals.md#groupassetsbypath", - "StatsOptions.groupModulesByAttributes": "globals.md#groupmodulesbyattributes", - "StatsOptions.groupModulesByCacheStatus": "globals.md#groupmodulesbycachestatus", - "StatsOptions.groupModulesByExtension": "globals.md#groupmodulesbyextension", - "StatsOptions.groupModulesByLayer": "globals.md#groupmodulesbylayer", - "StatsOptions.groupModulesByPath": "globals.md#groupmodulesbypath", - "StatsOptions.groupModulesByType": "globals.md#groupmodulesbytype", - "StatsOptions.groupReasonsByOrigin": "globals.md#groupreasonsbyorigin", - "StatsOptions.hash": "globals.md#hash", - "StatsOptions.ids": "globals.md#ids", - "StatsOptions.logging": "globals.md#logging", - "StatsOptions.loggingDebug": "globals.md#loggingdebug", - "StatsOptions.loggingTrace": "globals.md#loggingtrace", - "StatsOptions.moduleAssets": "globals.md#moduleassets", - "StatsOptions.modules": "globals.md#modules", - "StatsOptions.modulesSort": "globals.md#modulessort", - "StatsOptions.modulesSpace": "globals.md#modulesspace", - "StatsOptions.moduleTrace": "globals.md#moduletrace", - "StatsOptions.nestedModules": "globals.md#nestedmodules", - "StatsOptions.nestedModulesSpace": "globals.md#nestedmodulesspace", - "StatsOptions.optimizationBailout": "globals.md#optimizationbailout", - "StatsOptions.orphanModules": "globals.md#orphanmodules", - "StatsOptions.outputPath": "globals.md#outputpath", - "StatsOptions.performance": "globals.md#performance", - "StatsOptions.preset": "globals.md#preset", - "StatsOptions.providedExports": "globals.md#providedexports", - "StatsOptions.publicPath": "globals.md#publicpath", - "StatsOptions.reasons": "globals.md#reasons", - "StatsOptions.reasonsSpace": "globals.md#reasonsspace", - "StatsOptions.relatedAssets": "globals.md#relatedassets", - "StatsOptions.runtime": "globals.md#runtime", - "StatsOptions.runtimeModules": "globals.md#runtimemodules", - "StatsOptions.source": "globals.md#source", - "StatsOptions.timings": "globals.md#timings", - "StatsOptions.usedExports": "globals.md#usedexports", - "StatsOptions.version": "globals.md#version", - "StatsOptions.warnings": "globals.md#warnings", - "StatsOptions.warningsCount": "globals.md#warningscount", - "StatsOptions.warningsFilter": "globals.md#warningsfilter", - "StatsOptions.warningsSpace": "globals.md#warningsspace", - "WebpackOptionsNormalized": "globals.md#webpackoptionsnormalized", - "WebpackOptionsNormalized.amd": "globals.md#amd", - "WebpackOptionsNormalized.bail": "globals.md#bail", - "WebpackOptionsNormalized.cache": "globals.md#cache", - "WebpackOptionsNormalized.context": "globals.md#context", - "WebpackOptionsNormalized.dependencies": "globals.md#dependencies", - "WebpackOptionsNormalized.devServer": "globals.md#devserver", - "WebpackOptionsNormalized.devtool": "globals.md#devtool", - "WebpackOptionsNormalized.dotenv": "globals.md#dotenv", - "WebpackOptionsNormalized.entry": "globals.md#entry", - "WebpackOptionsNormalized.experiments": "globals.md#experiments", - "WebpackOptionsNormalized.externals": "globals.md#externals", - "WebpackOptionsNormalized.externalsPresets": "globals.md#externalspresets", - "WebpackOptionsNormalized.externalsType": "globals.md#externalstype", - "WebpackOptionsNormalized.ignoreWarnings": "globals.md#ignorewarnings", - "WebpackOptionsNormalized.infrastructureLogging": "globals.md#infrastructurelogging", - "WebpackOptionsNormalized.loader": "globals.md#loader", - "WebpackOptionsNormalized.mode": "globals.md#mode", - "WebpackOptionsNormalized.module": "globals.md#module", - "WebpackOptionsNormalized.name": "globals.md#name", - "WebpackOptionsNormalized.node": "globals.md#node", - "WebpackOptionsNormalized.optimization": "globals.md#optimization", - "WebpackOptionsNormalized.output": "globals.md#output", - "WebpackOptionsNormalized.parallelism": "globals.md#parallelism", - "WebpackOptionsNormalized.performance": "globals.md#performance", - "WebpackOptionsNormalized.plugins": "globals.md#plugins", - "WebpackOptionsNormalized.profile": "globals.md#profile", - "WebpackOptionsNormalized.recordsInputPath": "globals.md#recordsinputpath", - "WebpackOptionsNormalized.recordsOutputPath": "globals.md#recordsoutputpath", - "WebpackOptionsNormalized.resolve": "globals.md#resolve", - "WebpackOptionsNormalized.resolveLoader": "globals.md#resolveloader", - "WebpackOptionsNormalized.snapshot": "globals.md#snapshot", - "WebpackOptionsNormalized.stats": "globals.md#stats", - "WebpackOptionsNormalized.target": "globals.md#target", - "WebpackOptionsNormalized.validate": "globals.md#validate", - "WebpackOptionsNormalized.watch": "globals.md#watch", - "WebpackOptionsNormalized.watchOptions": "globals.md#watchoptions", - "WebpackPluginInstance": "globals.md#webpackplugininstance", - "WebpackPluginInstance.__index": "globals.md#index", - "WebpackPluginInstance.apply": "globals.md#apply", - "AssetInfo": "globals.md#assetinfo-1", - "Entry": "globals.md#entry", - "EntryNormalized": "globals.md#entrynormalized", - "EntryOptions": "globals.md#entryoptions", - "ExternalItem": "globals.md#externalitem", - "ExternalItemFunction": "globals.md#externalitemfunction", - "ExternalItemFunctionCallback": "globals.md#externalitemfunctioncallback", - "ExternalItemFunctionCallback.__type.__type": "globals.md#type", - "ExternalItemFunctionDataGetResolve": "globals.md#externalitemfunctiondatagetresolve-1", - "ExternalItemFunctionDataGetResolve.__type.__type": "globals.md#type", - "ExternalItemFunctionDataGetResolveCallbackResult": "globals.md#externalitemfunctiondatagetresolvecallbackresult", - "ExternalItemFunctionDataGetResolveCallbackResult.__type.__type": "globals.md#type", - "ExternalItemFunctionDataGetResolveResult": "globals.md#externalitemfunctiondatagetresolveresult", - "ExternalItemFunctionDataGetResolveResult.__type.__type": "globals.md#type", - "ExternalItemFunctionPromise": "globals.md#externalitemfunctionpromise", - "ExternalItemFunctionPromise.__type.__type": "globals.md#type", - "ExternalItemValue": "globals.md#externalitemvalue", - "Externals": "globals.md#externals", - "LoaderContext": "globals.md#loadercontext", - "LoaderContext.OptionsType": "globals.md#optionstype", - "LoaderDefinition": "globals.md#loaderdefinition", - "LoaderDefinition.OptionsType": "globals.md#optionstype", - "LoaderDefinition.ContextAdditions": "globals.md#contextadditions", - "MultiConfiguration": "globals.md#multiconfiguration", - "ParserState": "globals.md#parserstate", - "RawLoaderDefinition": "globals.md#rawloaderdefinition", - "RawLoaderDefinition.OptionsType": "globals.md#optionstype", - "RawLoaderDefinition.ContextAdditions": "globals.md#contextadditions", - "RenderManifestEntry": "globals.md#rendermanifestentry", - "ResolvePluginInstance": "globals.md#resolveplugininstance", - "RuleSetCondition": "globals.md#rulesetcondition", - "RuleSetConditionAbsolute": "globals.md#rulesetconditionabsolute", - "RuleSetUse": "globals.md#rulesetuse", - "RuleSetUseFunction": "globals.md#rulesetusefunction", - "RuleSetUseFunction.__type.__type": "globals.md#type", - "RuleSetUseItem": "globals.md#rulesetuseitem", - "StatsAsset": "globals.md#statsasset", - "StatsChunk": "globals.md#statschunk", - "StatsChunkGroup": "globals.md#statschunkgroup", - "StatsChunkOrigin": "globals.md#statschunkorigin", - "StatsCompilation": "globals.md#statscompilation-1", - "StatsError": "globals.md#statserror", - "StatsLogging": "globals.md#statslogging", - "StatsLoggingEntry": "globals.md#statsloggingentry", - "StatsModule": "globals.md#statsmodule", - "StatsModuleIssuer": "globals.md#statsmoduleissuer", - "StatsModuleReason": "globals.md#statsmodulereason", - "StatsModuleTraceDependency": "globals.md#statsmoduletracedependency", - "StatsModuleTraceItem": "globals.md#statsmoduletraceitem", - "StatsProfile": "globals.md#statsprofile", - "TemplatePath": "globals.md#templatepath", - "WebpackPluginFunction": "globals.md#webpackpluginfunction", - "WebpackPluginFunction.__type.__type": "globals.md#type", - "UsageState": "globals.md#usagestate", - "validate": "globals.md#validate", - "validate.__type.__type": "globals.md#type", - "validateSchema": "globals.md#validateschema", - "validateSchema.__type.__type": "globals.md#type", - "version": "globals.md#version", - "export=": "globals.md#export", - "export=.export=": "globals.md#export-3" + "webpack": "globals.html#webpack", + "cache": "webpack/namespaces/cache.html", + "cache.MemoryCachePlugin": "webpack/namespaces/cache.html#memorycacheplugin", + "cache.MemoryCachePlugin.constructor": "webpack/namespaces/cache.html#memorycacheplugin#constructor", + "cache.MemoryCachePlugin.constructor.MemoryCachePlugin": "webpack/namespaces/cache.html#memorycacheplugin#constructormemorycacheplugin", + "cache.MemoryCachePlugin.apply": "webpack/namespaces/cache.html#memorycacheplugin#apply", + "cli": "webpack/namespaces/cli.html", + "cli.createColors": "webpack/namespaces/cli.html#createcolors", + "cli.createColors.__type.__type": "webpack/namespaces/cli.html#createcolors#type", + "cli.getArguments": "webpack/namespaces/cli.html#getarguments", + "cli.getArguments.__type.__type": "webpack/namespaces/cli.html#getarguments#type", + "cli.isColorSupported": "webpack/namespaces/cli.html#iscolorsupported", + "cli.isColorSupported.__type.__type": "webpack/namespaces/cli.html#iscolorsupported#type", + "cli.processArguments": "webpack/namespaces/cli.html#processarguments", + "cli.processArguments.__type.__type": "webpack/namespaces/cli.html#processarguments#type", + "config": "webpack/namespaces/config.html", + "config.applyWebpackOptionsDefaults": "webpack/namespaces/config.html#applywebpackoptionsdefaults", + "config.applyWebpackOptionsDefaults.__type.__type": "webpack/namespaces/config.html#applywebpackoptionsdefaults#type", + "config.getNormalizedWebpackOptions": "webpack/namespaces/config.html#getnormalizedwebpackoptions", + "config.getNormalizedWebpackOptions.__type.__type": "webpack/namespaces/config.html#getnormalizedwebpackoptions#type", + "container": "webpack/namespaces/container.html", + "container.ContainerPlugin": "webpack/namespaces/container.html#containerplugin", + "container.ContainerPlugin.constructor": "webpack/namespaces/container.html#containerplugin#constructor", + "container.ContainerPlugin.constructor.ContainerPlugin": "webpack/namespaces/container.html#containerplugin#constructorcontainerplugin", + "container.ContainerPlugin.options": "webpack/namespaces/container.html#containerplugin#options", + "container.ContainerPlugin.apply": "webpack/namespaces/container.html#containerplugin#apply", + "container.ContainerReferencePlugin": "webpack/namespaces/container.html#containerreferenceplugin", + "container.ContainerReferencePlugin.constructor": "webpack/namespaces/container.html#containerreferenceplugin#constructor", + "container.ContainerReferencePlugin.constructor.ContainerReferencePlugin": "webpack/namespaces/container.html#containerreferenceplugin#constructorcontainerreferenceplugin", + "container.ContainerReferencePlugin.options": "webpack/namespaces/container.html#containerreferenceplugin#options", + "container.ContainerReferencePlugin.apply": "webpack/namespaces/container.html#containerreferenceplugin#apply", + "container.ModuleFederationPlugin": "webpack/namespaces/container.html#modulefederationplugin", + "container.ModuleFederationPlugin.constructor": "webpack/namespaces/container.html#modulefederationplugin#constructor", + "container.ModuleFederationPlugin.constructor.ModuleFederationPlugin": "webpack/namespaces/container.html#modulefederationplugin#constructormodulefederationplugin", + "container.ModuleFederationPlugin.options": "webpack/namespaces/container.html#modulefederationplugin#options", + "container.ModuleFederationPlugin.apply": "webpack/namespaces/container.html#modulefederationplugin#apply", + "container.ModuleFederationPlugin.getCompilationHooks": "webpack/namespaces/container.html#modulefederationplugin#getcompilationhooks", + "container.scope": "webpack/namespaces/container.html#scope", + "container.scope.__type.__type": "webpack/namespaces/container.html#scope#type", + "container.scope.__type.__type.T": "webpack/namespaces/container.html#scope#typet", + "css": "webpack/namespaces/css.html", + "css.CssModulesPlugin": "webpack/namespaces/css.html#cssmodulesplugin", + "css.CssModulesPlugin.constructor": "webpack/namespaces/css.html#cssmodulesplugin#constructor", + "css.CssModulesPlugin.constructor.CssModulesPlugin": "webpack/namespaces/css.html#cssmodulesplugin#constructorcssmodulesplugin", + "css.CssModulesPlugin.apply": "webpack/namespaces/css.html#cssmodulesplugin#apply", + "css.CssModulesPlugin.getModulesInOrder": "webpack/namespaces/css.html#cssmodulesplugin#getmodulesinorder", + "css.CssModulesPlugin.getOrderedChunkCssModules": "webpack/namespaces/css.html#cssmodulesplugin#getorderedchunkcssmodules", + "css.CssModulesPlugin.renderChunk": "webpack/namespaces/css.html#cssmodulesplugin#renderchunk", + "css.CssModulesPlugin.chunkHasCss": "webpack/namespaces/css.html#cssmodulesplugin#chunkhascss", + "css.CssModulesPlugin.getChunkFilenameTemplate": "webpack/namespaces/css.html#cssmodulesplugin#getchunkfilenametemplate", + "css.CssModulesPlugin.getCompilationHooks": "webpack/namespaces/css.html#cssmodulesplugin#getcompilationhooks", + "css.CssModulesPlugin.renderModule": "webpack/namespaces/css.html#cssmodulesplugin#rendermodule", + "debug": "webpack/namespaces/debug.html", + "debug.ProfilingPlugin": "webpack/namespaces/debug.html#profilingplugin", + "debug.ProfilingPlugin.constructor": "webpack/namespaces/debug.html#profilingplugin#constructor", + "debug.ProfilingPlugin.constructor.ProfilingPlugin": "webpack/namespaces/debug.html#profilingplugin#constructorprofilingplugin", + "debug.ProfilingPlugin.options": "webpack/namespaces/debug.html#profilingplugin#options", + "debug.ProfilingPlugin.Profiler": "webpack/namespaces/debug.html#profilingplugin#profiler", + "debug.ProfilingPlugin.apply": "webpack/namespaces/debug.html#profilingplugin#apply", + "dependencies": "webpack/namespaces/dependencies.html", + "dependencies.ConstDependency": "webpack/namespaces/dependencies.html#constdependency", + "dependencies.ConstDependency.constructor": "webpack/namespaces/dependencies.html#constdependency#constructor", + "dependencies.ConstDependency.constructor.ConstDependency": "webpack/namespaces/dependencies.html#constdependency#constructorconstdependency", + "dependencies.ConstDependency.category": "webpack/namespaces/dependencies.html#constdependency#category", + "dependencies.ConstDependency.category.category": "webpack/namespaces/dependencies.html#constdependency#categorycategory", + "dependencies.ConstDependency.disconnect": "webpack/namespaces/dependencies.html#constdependency#disconnect", + "dependencies.ConstDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#constdependency#disconnectdisconnect", + "dependencies.ConstDependency.expression": "webpack/namespaces/dependencies.html#constdependency#expression", + "dependencies.ConstDependency.loc": "webpack/namespaces/dependencies.html#constdependency#loc", + "dependencies.ConstDependency.module": "webpack/namespaces/dependencies.html#constdependency#module", + "dependencies.ConstDependency.optional": "webpack/namespaces/dependencies.html#constdependency#optional", + "dependencies.ConstDependency.range": "webpack/namespaces/dependencies.html#constdependency#range", + "dependencies.ConstDependency.runtimeRequirements": "webpack/namespaces/dependencies.html#constdependency#runtimerequirements", + "dependencies.ConstDependency.type": "webpack/namespaces/dependencies.html#constdependency#type", + "dependencies.ConstDependency.type.type": "webpack/namespaces/dependencies.html#constdependency#typetype", + "dependencies.ConstDependency.weak": "webpack/namespaces/dependencies.html#constdependency#weak", + "dependencies.ConstDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#constdependency#exports-object-referenced", + "dependencies.ConstDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#constdependency#no-exports-referenced", + "dependencies.ConstDependency.Template": "webpack/namespaces/dependencies.html#constdependency#template", + "dependencies.ConstDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#constdependency#transitive", + "dependencies.ConstDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#constdependency#couldaffectreferencingmodule", + "dependencies.ConstDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#constdependency#createignoredmodule", + "dependencies.ConstDependency.deserialize": "webpack/namespaces/dependencies.html#constdependency#deserialize", + "dependencies.ConstDependency.getCondition": "webpack/namespaces/dependencies.html#constdependency#getcondition", + "dependencies.ConstDependency.getContext": "webpack/namespaces/dependencies.html#constdependency#getcontext", + "dependencies.ConstDependency.getErrors": "webpack/namespaces/dependencies.html#constdependency#geterrors", + "dependencies.ConstDependency.getExports": "webpack/namespaces/dependencies.html#constdependency#getexports", + "dependencies.ConstDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#constdependency#getmoduleevaluationsideeffectsstate", + "dependencies.ConstDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#constdependency#getnumberofidoccurrences", + "dependencies.ConstDependency.getReference": "webpack/namespaces/dependencies.html#constdependency#getreference", + "dependencies.ConstDependency.getReferencedExports": "webpack/namespaces/dependencies.html#constdependency#getreferencedexports", + "dependencies.ConstDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#constdependency#getresourceidentifier", + "dependencies.ConstDependency.getWarnings": "webpack/namespaces/dependencies.html#constdependency#getwarnings", + "dependencies.ConstDependency.serialize": "webpack/namespaces/dependencies.html#constdependency#serialize", + "dependencies.ConstDependency.setLoc": "webpack/namespaces/dependencies.html#constdependency#setloc", + "dependencies.ConstDependency.updateHash": "webpack/namespaces/dependencies.html#constdependency#updatehash", + "dependencies.ConstDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#constdependency#islowprioritydependency", + "dependencies.HarmonyImportDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency", + "dependencies.HarmonyImportDependency.constructor": "webpack/namespaces/dependencies.html#harmonyimportdependency#constructor", + "dependencies.HarmonyImportDependency.constructor.HarmonyImportDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency#constructorharmonyimportdependency", + "dependencies.HarmonyImportDependency.attributes": "webpack/namespaces/dependencies.html#harmonyimportdependency#attributes", + "dependencies.HarmonyImportDependency.category": "webpack/namespaces/dependencies.html#harmonyimportdependency#category", + "dependencies.HarmonyImportDependency.category.category": "webpack/namespaces/dependencies.html#harmonyimportdependency#categorycategory", + "dependencies.HarmonyImportDependency.disconnect": "webpack/namespaces/dependencies.html#harmonyimportdependency#disconnect", + "dependencies.HarmonyImportDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#harmonyimportdependency#disconnectdisconnect", + "dependencies.HarmonyImportDependency.loc": "webpack/namespaces/dependencies.html#harmonyimportdependency#loc", + "dependencies.HarmonyImportDependency.module": "webpack/namespaces/dependencies.html#harmonyimportdependency#module", + "dependencies.HarmonyImportDependency.optional": "webpack/namespaces/dependencies.html#harmonyimportdependency#optional", + "dependencies.HarmonyImportDependency.phase": "webpack/namespaces/dependencies.html#harmonyimportdependency#phase", + "dependencies.HarmonyImportDependency.range": "webpack/namespaces/dependencies.html#harmonyimportdependency#range", + "dependencies.HarmonyImportDependency.request": "webpack/namespaces/dependencies.html#harmonyimportdependency#request", + "dependencies.HarmonyImportDependency.sourceOrder": "webpack/namespaces/dependencies.html#harmonyimportdependency#sourceorder", + "dependencies.HarmonyImportDependency.type": "webpack/namespaces/dependencies.html#harmonyimportdependency#type", + "dependencies.HarmonyImportDependency.type.type": "webpack/namespaces/dependencies.html#harmonyimportdependency#typetype", + "dependencies.HarmonyImportDependency.userRequest": "webpack/namespaces/dependencies.html#harmonyimportdependency#userrequest", + "dependencies.HarmonyImportDependency.weak": "webpack/namespaces/dependencies.html#harmonyimportdependency#weak", + "dependencies.HarmonyImportDependency.ExportPresenceModes": "webpack/namespaces/dependencies.html#harmonyimportdependency#exportpresencemodes", + "dependencies.HarmonyImportDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#harmonyimportdependency#exports-object-referenced", + "dependencies.HarmonyImportDependency.getNonOptionalPart": "webpack/namespaces/dependencies.html#harmonyimportdependency#getnonoptionalpart", + "dependencies.HarmonyImportDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#harmonyimportdependency#no-exports-referenced", + "dependencies.HarmonyImportDependency.Template": "webpack/namespaces/dependencies.html#harmonyimportdependency#template", + "dependencies.HarmonyImportDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#harmonyimportdependency#transitive", + "dependencies.HarmonyImportDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#harmonyimportdependency#couldaffectreferencingmodule", + "dependencies.HarmonyImportDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#harmonyimportdependency#createignoredmodule", + "dependencies.HarmonyImportDependency.deserialize": "webpack/namespaces/dependencies.html#harmonyimportdependency#deserialize", + "dependencies.HarmonyImportDependency.getCondition": "webpack/namespaces/dependencies.html#harmonyimportdependency#getcondition", + "dependencies.HarmonyImportDependency.getContext": "webpack/namespaces/dependencies.html#harmonyimportdependency#getcontext", + "dependencies.HarmonyImportDependency.getErrors": "webpack/namespaces/dependencies.html#harmonyimportdependency#geterrors", + "dependencies.HarmonyImportDependency.getExports": "webpack/namespaces/dependencies.html#harmonyimportdependency#getexports", + "dependencies.HarmonyImportDependency.getImportStatement": "webpack/namespaces/dependencies.html#harmonyimportdependency#getimportstatement", + "dependencies.HarmonyImportDependency.getImportVar": "webpack/namespaces/dependencies.html#harmonyimportdependency#getimportvar", + "dependencies.HarmonyImportDependency.getLinkingErrors": "webpack/namespaces/dependencies.html#harmonyimportdependency#getlinkingerrors", + "dependencies.HarmonyImportDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#harmonyimportdependency#getmoduleevaluationsideeffectsstate", + "dependencies.HarmonyImportDependency.getModuleExports": "webpack/namespaces/dependencies.html#harmonyimportdependency#getmoduleexports", + "dependencies.HarmonyImportDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#harmonyimportdependency#getnumberofidoccurrences", + "dependencies.HarmonyImportDependency.getReference": "webpack/namespaces/dependencies.html#harmonyimportdependency#getreference", + "dependencies.HarmonyImportDependency.getReferencedExports": "webpack/namespaces/dependencies.html#harmonyimportdependency#getreferencedexports", + "dependencies.HarmonyImportDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#harmonyimportdependency#getresourceidentifier", + "dependencies.HarmonyImportDependency.getWarnings": "webpack/namespaces/dependencies.html#harmonyimportdependency#getwarnings", + "dependencies.HarmonyImportDependency.serialize": "webpack/namespaces/dependencies.html#harmonyimportdependency#serialize", + "dependencies.HarmonyImportDependency.setLoc": "webpack/namespaces/dependencies.html#harmonyimportdependency#setloc", + "dependencies.HarmonyImportDependency.updateHash": "webpack/namespaces/dependencies.html#harmonyimportdependency#updatehash", + "dependencies.HarmonyImportDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency#islowprioritydependency", + "dependencies.ModuleDependency": "webpack/namespaces/dependencies.html#moduledependency", + "dependencies.ModuleDependency.constructor": "webpack/namespaces/dependencies.html#moduledependency#constructor", + "dependencies.ModuleDependency.constructor.ModuleDependency": "webpack/namespaces/dependencies.html#moduledependency#constructormoduledependency", + "dependencies.ModuleDependency.category": "webpack/namespaces/dependencies.html#moduledependency#category", + "dependencies.ModuleDependency.category.category": "webpack/namespaces/dependencies.html#moduledependency#categorycategory", + "dependencies.ModuleDependency.disconnect": "webpack/namespaces/dependencies.html#moduledependency#disconnect", + "dependencies.ModuleDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#moduledependency#disconnectdisconnect", + "dependencies.ModuleDependency.loc": "webpack/namespaces/dependencies.html#moduledependency#loc", + "dependencies.ModuleDependency.module": "webpack/namespaces/dependencies.html#moduledependency#module", + "dependencies.ModuleDependency.optional": "webpack/namespaces/dependencies.html#moduledependency#optional", + "dependencies.ModuleDependency.range": "webpack/namespaces/dependencies.html#moduledependency#range", + "dependencies.ModuleDependency.request": "webpack/namespaces/dependencies.html#moduledependency#request", + "dependencies.ModuleDependency.sourceOrder": "webpack/namespaces/dependencies.html#moduledependency#sourceorder", + "dependencies.ModuleDependency.type": "webpack/namespaces/dependencies.html#moduledependency#type", + "dependencies.ModuleDependency.type.type": "webpack/namespaces/dependencies.html#moduledependency#typetype", + "dependencies.ModuleDependency.userRequest": "webpack/namespaces/dependencies.html#moduledependency#userrequest", + "dependencies.ModuleDependency.weak": "webpack/namespaces/dependencies.html#moduledependency#weak", + "dependencies.ModuleDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#moduledependency#exports-object-referenced", + "dependencies.ModuleDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#moduledependency#no-exports-referenced", + "dependencies.ModuleDependency.Template": "webpack/namespaces/dependencies.html#moduledependency#template", + "dependencies.ModuleDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#moduledependency#transitive", + "dependencies.ModuleDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#moduledependency#couldaffectreferencingmodule", + "dependencies.ModuleDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#moduledependency#createignoredmodule", + "dependencies.ModuleDependency.deserialize": "webpack/namespaces/dependencies.html#moduledependency#deserialize", + "dependencies.ModuleDependency.getCondition": "webpack/namespaces/dependencies.html#moduledependency#getcondition", + "dependencies.ModuleDependency.getContext": "webpack/namespaces/dependencies.html#moduledependency#getcontext", + "dependencies.ModuleDependency.getErrors": "webpack/namespaces/dependencies.html#moduledependency#geterrors", + "dependencies.ModuleDependency.getExports": "webpack/namespaces/dependencies.html#moduledependency#getexports", + "dependencies.ModuleDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#moduledependency#getmoduleevaluationsideeffectsstate", + "dependencies.ModuleDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#moduledependency#getnumberofidoccurrences", + "dependencies.ModuleDependency.getReference": "webpack/namespaces/dependencies.html#moduledependency#getreference", + "dependencies.ModuleDependency.getReferencedExports": "webpack/namespaces/dependencies.html#moduledependency#getreferencedexports", + "dependencies.ModuleDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#moduledependency#getresourceidentifier", + "dependencies.ModuleDependency.getWarnings": "webpack/namespaces/dependencies.html#moduledependency#getwarnings", + "dependencies.ModuleDependency.serialize": "webpack/namespaces/dependencies.html#moduledependency#serialize", + "dependencies.ModuleDependency.setLoc": "webpack/namespaces/dependencies.html#moduledependency#setloc", + "dependencies.ModuleDependency.updateHash": "webpack/namespaces/dependencies.html#moduledependency#updatehash", + "dependencies.ModuleDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#moduledependency#islowprioritydependency", + "dependencies.NullDependency": "webpack/namespaces/dependencies.html#nulldependency", + "dependencies.NullDependency.constructor": "webpack/namespaces/dependencies.html#nulldependency#constructor", + "dependencies.NullDependency.constructor.NullDependency": "webpack/namespaces/dependencies.html#nulldependency#constructornulldependency", + "dependencies.NullDependency.category": "webpack/namespaces/dependencies.html#nulldependency#category", + "dependencies.NullDependency.category.category": "webpack/namespaces/dependencies.html#nulldependency#categorycategory", + "dependencies.NullDependency.disconnect": "webpack/namespaces/dependencies.html#nulldependency#disconnect", + "dependencies.NullDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#nulldependency#disconnectdisconnect", + "dependencies.NullDependency.loc": "webpack/namespaces/dependencies.html#nulldependency#loc", + "dependencies.NullDependency.module": "webpack/namespaces/dependencies.html#nulldependency#module", + "dependencies.NullDependency.optional": "webpack/namespaces/dependencies.html#nulldependency#optional", + "dependencies.NullDependency.type": "webpack/namespaces/dependencies.html#nulldependency#type", + "dependencies.NullDependency.type.type": "webpack/namespaces/dependencies.html#nulldependency#typetype", + "dependencies.NullDependency.weak": "webpack/namespaces/dependencies.html#nulldependency#weak", + "dependencies.NullDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#nulldependency#exports-object-referenced", + "dependencies.NullDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#nulldependency#no-exports-referenced", + "dependencies.NullDependency.Template": "webpack/namespaces/dependencies.html#nulldependency#template", + "dependencies.NullDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#nulldependency#transitive", + "dependencies.NullDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#nulldependency#couldaffectreferencingmodule", + "dependencies.NullDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#nulldependency#createignoredmodule", + "dependencies.NullDependency.deserialize": "webpack/namespaces/dependencies.html#nulldependency#deserialize", + "dependencies.NullDependency.getCondition": "webpack/namespaces/dependencies.html#nulldependency#getcondition", + "dependencies.NullDependency.getContext": "webpack/namespaces/dependencies.html#nulldependency#getcontext", + "dependencies.NullDependency.getErrors": "webpack/namespaces/dependencies.html#nulldependency#geterrors", + "dependencies.NullDependency.getExports": "webpack/namespaces/dependencies.html#nulldependency#getexports", + "dependencies.NullDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#nulldependency#getmoduleevaluationsideeffectsstate", + "dependencies.NullDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#nulldependency#getnumberofidoccurrences", + "dependencies.NullDependency.getReference": "webpack/namespaces/dependencies.html#nulldependency#getreference", + "dependencies.NullDependency.getReferencedExports": "webpack/namespaces/dependencies.html#nulldependency#getreferencedexports", + "dependencies.NullDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#nulldependency#getresourceidentifier", + "dependencies.NullDependency.getWarnings": "webpack/namespaces/dependencies.html#nulldependency#getwarnings", + "dependencies.NullDependency.serialize": "webpack/namespaces/dependencies.html#nulldependency#serialize", + "dependencies.NullDependency.setLoc": "webpack/namespaces/dependencies.html#nulldependency#setloc", + "dependencies.NullDependency.updateHash": "webpack/namespaces/dependencies.html#nulldependency#updatehash", + "dependencies.NullDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#nulldependency#islowprioritydependency", + "electron": "webpack/namespaces/electron.html", + "electron.ElectronTargetPlugin": "webpack/namespaces/electron.html#electrontargetplugin", + "electron.ElectronTargetPlugin.constructor": "webpack/namespaces/electron.html#electrontargetplugin#constructor", + "electron.ElectronTargetPlugin.constructor.ElectronTargetPlugin": "webpack/namespaces/electron.html#electrontargetplugin#constructorelectrontargetplugin", + "electron.ElectronTargetPlugin.apply": "webpack/namespaces/electron.html#electrontargetplugin#apply", + "esm": "webpack/namespaces/esm.html", + "esm.ModuleChunkLoadingRuntimeModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule", + "esm.ModuleChunkLoadingRuntimeModule.constructor": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#constructor", + "esm.ModuleChunkLoadingRuntimeModule.constructor.ModuleChunkLoadingRuntimeModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#constructormodulechunkloadingruntimemodule", + "esm.ModuleChunkLoadingRuntimeModule.blocks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#blocks", + "esm.ModuleChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#buildinfo", + "esm.ModuleChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#buildmeta", + "esm.ModuleChunkLoadingRuntimeModule.chunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunk", + "esm.ModuleChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunkgraph", + "esm.ModuleChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunksiterable", + "esm.ModuleChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunksiterablechunksiterable", + "esm.ModuleChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#codegenerationdependencies", + "esm.ModuleChunkLoadingRuntimeModule.compilation": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#compilation", + "esm.ModuleChunkLoadingRuntimeModule.context": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#context", + "esm.ModuleChunkLoadingRuntimeModule.debugId": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#debugid", + "esm.ModuleChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#dependencies", + "esm.ModuleChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#dependenthash", + "esm.ModuleChunkLoadingRuntimeModule.depth": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#depth", + "esm.ModuleChunkLoadingRuntimeModule.errors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#errors", + "esm.ModuleChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#errorserrors", + "esm.ModuleChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#exportsargument", + "esm.ModuleChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#exportsargumentexportsargument", + "esm.ModuleChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#factorymeta", + "esm.ModuleChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#fullhash", + "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasequalschunks", + "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasequalschunkshasequalschunks", + "esm.ModuleChunkLoadingRuntimeModule.hash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hash", + "esm.ModuleChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hashhash", + "esm.ModuleChunkLoadingRuntimeModule.hot": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hot", + "esm.ModuleChunkLoadingRuntimeModule.id": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#id", + "esm.ModuleChunkLoadingRuntimeModule.index": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#index", + "esm.ModuleChunkLoadingRuntimeModule.index2": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#index2", + "esm.ModuleChunkLoadingRuntimeModule.issuer": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#issuer", + "esm.ModuleChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isused", + "esm.ModuleChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isusedisused", + "esm.ModuleChunkLoadingRuntimeModule.layer": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#layer", + "esm.ModuleChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#moduleargument", + "esm.ModuleChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#moduleargumentmoduleargument", + "esm.ModuleChunkLoadingRuntimeModule.name": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#name", + "esm.ModuleChunkLoadingRuntimeModule.needId": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#needid", + "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optimizationbailout", + "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optimizationbailoutoptimizationbailout", + "esm.ModuleChunkLoadingRuntimeModule.optional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optional", + "esm.ModuleChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optionaloptional", + "esm.ModuleChunkLoadingRuntimeModule.parent": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#parent", + "esm.ModuleChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#presentationaldependencies", + "esm.ModuleChunkLoadingRuntimeModule.profile": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#profile", + "esm.ModuleChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#renderedhash", + "esm.ModuleChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#renderedhashrenderedhash", + "esm.ModuleChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#resolveoptions", + "esm.ModuleChunkLoadingRuntimeModule.stage": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage", + "esm.ModuleChunkLoadingRuntimeModule.type": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#type", + "esm.ModuleChunkLoadingRuntimeModule.used": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#used", + "esm.ModuleChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usedexports", + "esm.ModuleChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usedexportsusedexports", + "esm.ModuleChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usesimplesourcemap", + "esm.ModuleChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usesourcemap", + "esm.ModuleChunkLoadingRuntimeModule.warnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#warnings", + "esm.ModuleChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#warningswarnings", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-attach", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-basic", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-normal", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-trigger", + "esm.ModuleChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addblock", + "esm.ModuleChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addcachedependencies", + "esm.ModuleChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addchunk", + "esm.ModuleChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addcodegenerationdependency", + "esm.ModuleChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#adddependency", + "esm.ModuleChunkLoadingRuntimeModule.addError": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#adderror", + "esm.ModuleChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addpresentationaldependency", + "esm.ModuleChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addwarning", + "esm.ModuleChunkLoadingRuntimeModule.attach": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#attach", + "esm.ModuleChunkLoadingRuntimeModule.build": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#build", + "esm.ModuleChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunkcondition", + "esm.ModuleChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#cleanupforcache", + "esm.ModuleChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#cleardependenciesandblocks", + "esm.ModuleChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#clearwarningsanderrors", + "esm.ModuleChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#codegeneration", + "esm.ModuleChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#deserialize", + "esm.ModuleChunkLoadingRuntimeModule.generate": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#generate", + "esm.ModuleChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getchunks", + "esm.ModuleChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getconcatenationbailoutreason", + "esm.ModuleChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#geterrors", + "esm.ModuleChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getexportstype", + "esm.ModuleChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getgeneratedcode", + "esm.ModuleChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getnumberofchunks", + "esm.ModuleChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getnumberoferrors", + "esm.ModuleChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getnumberofwarnings", + "esm.ModuleChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getrootblock", + "esm.ModuleChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getsideeffectsconnectionstate", + "esm.ModuleChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getsourcebasictypes-1", + "esm.ModuleChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getsourcetypes", + "esm.ModuleChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getunsafecachedata", + "esm.ModuleChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getwarnings", + "esm.ModuleChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#haschunkcondition", + "esm.ModuleChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasreasonforchunk", + "esm.ModuleChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasreasons", + "esm.ModuleChunkLoadingRuntimeModule.identifier": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#identifier", + "esm.ModuleChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#invalidatebuild", + "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isaccessibleinchunk", + "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isaccessibleinchunkgroup", + "esm.ModuleChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isentrymodule", + "esm.ModuleChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isinchunk", + "esm.ModuleChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isoptional", + "esm.ModuleChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isprovided", + "esm.ModuleChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#libident", + "esm.ModuleChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#nameforcondition", + "esm.ModuleChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#needbuild", + "esm.ModuleChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#needrebuild", + "esm.ModuleChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#originalsource", + "esm.ModuleChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#readableidentifier", + "esm.ModuleChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#removechunk", + "esm.ModuleChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#removedependency", + "esm.ModuleChunkLoadingRuntimeModule.serialize": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#serialize", + "esm.ModuleChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#shouldisolate", + "esm.ModuleChunkLoadingRuntimeModule.size": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#size", + "esm.ModuleChunkLoadingRuntimeModule.source": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#source", + "esm.ModuleChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#updatecachemodule", + "esm.ModuleChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#updatehash", + "esm.ModuleChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getcompilationhooks", + "experiments": "webpack/namespaces/experiments/index.html", + "experiments.ids": "webpack/namespaces/experiments/namespaces/ids.html", + "experiments.ids.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin", + "experiments.ids.SyncModuleIdsPlugin.constructor": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#constructor", + "experiments.ids.SyncModuleIdsPlugin.constructor.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#constructorsyncmoduleidsplugin", + "experiments.ids.SyncModuleIdsPlugin.options": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#options", + "experiments.ids.SyncModuleIdsPlugin.apply": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#apply", + "experiments.schemes": "webpack/namespaces/experiments/namespaces/schemes.html", + "experiments.schemes.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin", + "experiments.schemes.HttpUriPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#constructor", + "experiments.schemes.HttpUriPlugin.constructor.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#constructorhttpuriplugin", + "experiments.schemes.HttpUriPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#options", + "experiments.schemes.HttpUriPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#apply", + "experiments.schemes.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin", + "experiments.schemes.VirtualUrlPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#constructor", + "experiments.schemes.VirtualUrlPlugin.constructor.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#constructorvirtualurlplugin", + "experiments.schemes.VirtualUrlPlugin.context": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#context", + "experiments.schemes.VirtualUrlPlugin.modules": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#modules", + "experiments.schemes.VirtualUrlPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#options", + "experiments.schemes.VirtualUrlPlugin.scheme": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#scheme", + "experiments.schemes.VirtualUrlPlugin.DEFAULT_SCHEME": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#default-scheme", + "experiments.schemes.VirtualUrlPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#apply", + "experiments.schemes.VirtualUrlPlugin.findVirtualModuleConfigById": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#findvirtualmoduleconfigbyid", + "experiments.schemes.VirtualUrlPlugin.getCacheVersion": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#getcacheversion", + "ids": "webpack/namespaces/ids.html", + "ids.ChunkModuleIdRangePlugin": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin", + "ids.ChunkModuleIdRangePlugin.constructor": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#constructor", + "ids.ChunkModuleIdRangePlugin.constructor.ChunkModuleIdRangePlugin": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#constructorchunkmoduleidrangeplugin", + "ids.ChunkModuleIdRangePlugin.options": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#options", + "ids.ChunkModuleIdRangePlugin.apply": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#apply", + "ids.DeterministicChunkIdsPlugin": "webpack/namespaces/ids.html#deterministicchunkidsplugin", + "ids.DeterministicChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#deterministicchunkidsplugin#constructor", + "ids.DeterministicChunkIdsPlugin.constructor.DeterministicChunkIdsPlugin": "webpack/namespaces/ids.html#deterministicchunkidsplugin#constructordeterministicchunkidsplugin", + "ids.DeterministicChunkIdsPlugin.options": "webpack/namespaces/ids.html#deterministicchunkidsplugin#options", + "ids.DeterministicChunkIdsPlugin.apply": "webpack/namespaces/ids.html#deterministicchunkidsplugin#apply", + "ids.DeterministicModuleIdsPlugin": "webpack/namespaces/ids.html#deterministicmoduleidsplugin", + "ids.DeterministicModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#constructor", + "ids.DeterministicModuleIdsPlugin.constructor.DeterministicModuleIdsPlugin": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#constructordeterministicmoduleidsplugin", + "ids.DeterministicModuleIdsPlugin.options": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#options", + "ids.DeterministicModuleIdsPlugin.apply": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#apply", + "ids.HashedModuleIdsPlugin": "webpack/namespaces/ids.html#hashedmoduleidsplugin", + "ids.HashedModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#hashedmoduleidsplugin#constructor", + "ids.HashedModuleIdsPlugin.constructor.HashedModuleIdsPlugin": "webpack/namespaces/ids.html#hashedmoduleidsplugin#constructorhashedmoduleidsplugin", + "ids.HashedModuleIdsPlugin.options": "webpack/namespaces/ids.html#hashedmoduleidsplugin#options", + "ids.HashedModuleIdsPlugin.apply": "webpack/namespaces/ids.html#hashedmoduleidsplugin#apply", + "ids.NamedChunkIdsPlugin": "webpack/namespaces/ids.html#namedchunkidsplugin", + "ids.NamedChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#namedchunkidsplugin#constructor", + "ids.NamedChunkIdsPlugin.constructor.NamedChunkIdsPlugin": "webpack/namespaces/ids.html#namedchunkidsplugin#constructornamedchunkidsplugin", + "ids.NamedChunkIdsPlugin.options": "webpack/namespaces/ids.html#namedchunkidsplugin#options", + "ids.NamedChunkIdsPlugin.apply": "webpack/namespaces/ids.html#namedchunkidsplugin#apply", + "ids.NamedModuleIdsPlugin": "webpack/namespaces/ids.html#namedmoduleidsplugin", + "ids.NamedModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#namedmoduleidsplugin#constructor", + "ids.NamedModuleIdsPlugin.constructor.NamedModuleIdsPlugin": "webpack/namespaces/ids.html#namedmoduleidsplugin#constructornamedmoduleidsplugin", + "ids.NamedModuleIdsPlugin.options": "webpack/namespaces/ids.html#namedmoduleidsplugin#options", + "ids.NamedModuleIdsPlugin.apply": "webpack/namespaces/ids.html#namedmoduleidsplugin#apply", + "ids.NaturalModuleIdsPlugin": "webpack/namespaces/ids.html#naturalmoduleidsplugin", + "ids.NaturalModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#naturalmoduleidsplugin#constructor", + "ids.NaturalModuleIdsPlugin.constructor.NaturalModuleIdsPlugin": "webpack/namespaces/ids.html#naturalmoduleidsplugin#constructornaturalmoduleidsplugin", + "ids.NaturalModuleIdsPlugin.apply": "webpack/namespaces/ids.html#naturalmoduleidsplugin#apply", + "ids.OccurrenceChunkIdsPlugin": "webpack/namespaces/ids.html#occurrencechunkidsplugin", + "ids.OccurrenceChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#occurrencechunkidsplugin#constructor", + "ids.OccurrenceChunkIdsPlugin.constructor.OccurrenceChunkIdsPlugin": "webpack/namespaces/ids.html#occurrencechunkidsplugin#constructoroccurrencechunkidsplugin", + "ids.OccurrenceChunkIdsPlugin.options": "webpack/namespaces/ids.html#occurrencechunkidsplugin#options", + "ids.OccurrenceChunkIdsPlugin.apply": "webpack/namespaces/ids.html#occurrencechunkidsplugin#apply", + "ids.OccurrenceModuleIdsPlugin": "webpack/namespaces/ids.html#occurrencemoduleidsplugin", + "ids.OccurrenceModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#constructor", + "ids.OccurrenceModuleIdsPlugin.constructor.OccurrenceModuleIdsPlugin": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#constructoroccurrencemoduleidsplugin", + "ids.OccurrenceModuleIdsPlugin.options": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#options", + "ids.OccurrenceModuleIdsPlugin.apply": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#apply", + "javascript": "webpack/namespaces/javascript.html", + "javascript.EnableChunkLoadingPlugin": "webpack/namespaces/javascript.html#enablechunkloadingplugin", + "javascript.EnableChunkLoadingPlugin.constructor": "webpack/namespaces/javascript.html#enablechunkloadingplugin#constructor", + "javascript.EnableChunkLoadingPlugin.constructor.EnableChunkLoadingPlugin": "webpack/namespaces/javascript.html#enablechunkloadingplugin#constructorenablechunkloadingplugin", + "javascript.EnableChunkLoadingPlugin.type": "webpack/namespaces/javascript.html#enablechunkloadingplugin#type", + "javascript.EnableChunkLoadingPlugin.apply": "webpack/namespaces/javascript.html#enablechunkloadingplugin#apply", + "javascript.EnableChunkLoadingPlugin.checkEnabled": "webpack/namespaces/javascript.html#enablechunkloadingplugin#checkenabled", + "javascript.EnableChunkLoadingPlugin.setEnabled": "webpack/namespaces/javascript.html#enablechunkloadingplugin#setenabled", + "javascript.JavascriptParser": "webpack/namespaces/javascript.html#javascriptparser", + "javascript.JavascriptParser.constructor": "webpack/namespaces/javascript.html#javascriptparser#constructor", + "javascript.JavascriptParser.constructor.JavascriptParser": "webpack/namespaces/javascript.html#javascriptparser#constructorjavascriptparser", + "javascript.JavascriptParser.comments": "webpack/namespaces/javascript.html#javascriptparser#comments", + "javascript.JavascriptParser.currentTagData": "webpack/namespaces/javascript.html#javascriptparser#currenttagdata", + "javascript.JavascriptParser.destructuringAssignmentProperties": "webpack/namespaces/javascript.html#javascriptparser#destructuringassignmentproperties", + "javascript.JavascriptParser.hooks": "webpack/namespaces/javascript.html#javascriptparser#hooks", + "javascript.JavascriptParser.magicCommentContext": "webpack/namespaces/javascript.html#javascriptparser#magiccommentcontext", + "javascript.JavascriptParser.options": "webpack/namespaces/javascript.html#javascriptparser#options", + "javascript.JavascriptParser.prevStatement": "webpack/namespaces/javascript.html#javascriptparser#prevstatement", + "javascript.JavascriptParser.scope": "webpack/namespaces/javascript.html#javascriptparser#scope", + "javascript.JavascriptParser.semicolons": "webpack/namespaces/javascript.html#javascriptparser#semicolons", + "javascript.JavascriptParser.sourceType": "webpack/namespaces/javascript.html#javascriptparser#sourcetype", + "javascript.JavascriptParser.state": "webpack/namespaces/javascript.html#javascriptparser#state", + "javascript.JavascriptParser.statementPath": "webpack/namespaces/javascript.html#javascriptparser#statementpath", + "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_ALL": "webpack/namespaces/javascript.html#javascriptparser#allowed-member-types-all", + "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_CALL_EXPRESSION": "webpack/namespaces/javascript.html#javascriptparser#allowed-member-types-call-expression", + "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_EXPRESSION": "webpack/namespaces/javascript.html#javascriptparser#allowed-member-types-expression", + "javascript.JavascriptParser.getImportAttributes": "webpack/namespaces/javascript.html#javascriptparser#getimportattributes", + "javascript.JavascriptParser.VariableInfo": "webpack/namespaces/javascript.html#javascriptparser#variableinfo", + "javascript.JavascriptParser.VariableInfoFlags": "webpack/namespaces/javascript.html#javascriptparser#variableinfoflags", + "javascript.JavascriptParser.blockPreWalkClassDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkclassdeclaration", + "javascript.JavascriptParser.blockPreWalkExportDefaultDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkexportdefaultdeclaration", + "javascript.JavascriptParser.blockPreWalkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkexportnameddeclaration", + "javascript.JavascriptParser.blockPreWalkExpressionStatement": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkexpressionstatement", + "javascript.JavascriptParser.blockPreWalkStatement": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkstatement", + "javascript.JavascriptParser.blockPreWalkStatements": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkstatements", + "javascript.JavascriptParser.blockPreWalkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkvariabledeclaration", + "javascript.JavascriptParser.callHooksForExpression": "webpack/namespaces/javascript.html#javascriptparser#callhooksforexpression", + "javascript.JavascriptParser.callHooksForExpressionWithFallback": "webpack/namespaces/javascript.html#javascriptparser#callhooksforexpressionwithfallback", + "javascript.JavascriptParser.callHooksForInfo": "webpack/namespaces/javascript.html#javascriptparser#callhooksforinfo", + "javascript.JavascriptParser.callHooksForInfoWithFallback": "webpack/namespaces/javascript.html#javascriptparser#callhooksforinfowithfallback", + "javascript.JavascriptParser.callHooksForName": "webpack/namespaces/javascript.html#javascriptparser#callhooksforname", + "javascript.JavascriptParser.callHooksForNameWithFallback": "webpack/namespaces/javascript.html#javascriptparser#callhooksfornamewithfallback", + "javascript.JavascriptParser.defineVariable": "webpack/namespaces/javascript.html#javascriptparser#definevariable", + "javascript.JavascriptParser.destructuringAssignmentPropertiesFor": "webpack/namespaces/javascript.html#javascriptparser#destructuringassignmentpropertiesfor", + "javascript.JavascriptParser.detectMode": "webpack/namespaces/javascript.html#javascriptparser#detectmode", + "javascript.JavascriptParser.enterArrayPattern": "webpack/namespaces/javascript.html#javascriptparser#enterarraypattern", + "javascript.JavascriptParser.enterAssignmentPattern": "webpack/namespaces/javascript.html#javascriptparser#enterassignmentpattern", + "javascript.JavascriptParser.enterDeclaration": "webpack/namespaces/javascript.html#javascriptparser#enterdeclaration", + "javascript.JavascriptParser.enterDestructuringAssignment": "webpack/namespaces/javascript.html#javascriptparser#enterdestructuringassignment", + "javascript.JavascriptParser.enterIdentifier": "webpack/namespaces/javascript.html#javascriptparser#enteridentifier", + "javascript.JavascriptParser.enterObjectPattern": "webpack/namespaces/javascript.html#javascriptparser#enterobjectpattern", + "javascript.JavascriptParser.enterPattern": "webpack/namespaces/javascript.html#javascriptparser#enterpattern", + "javascript.JavascriptParser.enterPatterns": "webpack/namespaces/javascript.html#javascriptparser#enterpatterns", + "javascript.JavascriptParser.enterRestElement": "webpack/namespaces/javascript.html#javascriptparser#enterrestelement", + "javascript.JavascriptParser.evaluate": "webpack/namespaces/javascript.html#javascriptparser#evaluate", + "javascript.JavascriptParser.evaluatedVariable": "webpack/namespaces/javascript.html#javascriptparser#evaluatedvariable", + "javascript.JavascriptParser.evaluateExpression": "webpack/namespaces/javascript.html#javascriptparser#evaluateexpression", + "javascript.JavascriptParser.extractMemberExpressionChain": "webpack/namespaces/javascript.html#javascriptparser#extractmemberexpressionchain", + "javascript.JavascriptParser.getComments": "webpack/namespaces/javascript.html#javascriptparser#getcomments", + "javascript.JavascriptParser.getFreeInfoFromVariable": "webpack/namespaces/javascript.html#javascriptparser#getfreeinfofromvariable", + "javascript.JavascriptParser.getMemberExpressionInfo": "webpack/namespaces/javascript.html#javascriptparser#getmemberexpressioninfo", + "javascript.JavascriptParser.getNameForExpression": "webpack/namespaces/javascript.html#javascriptparser#getnameforexpression", + "javascript.JavascriptParser.getNameInfoFromVariable": "webpack/namespaces/javascript.html#javascriptparser#getnameinfofromvariable", + "javascript.JavascriptParser.getRenameIdentifier": "webpack/namespaces/javascript.html#javascriptparser#getrenameidentifier", + "javascript.JavascriptParser.getTagData": "webpack/namespaces/javascript.html#javascriptparser#gettagdata", + "javascript.JavascriptParser.getVariableInfo": "webpack/namespaces/javascript.html#javascriptparser#getvariableinfo", + "javascript.JavascriptParser.inBlockScope": "webpack/namespaces/javascript.html#javascriptparser#inblockscope", + "javascript.JavascriptParser.inClassScope": "webpack/namespaces/javascript.html#javascriptparser#inclassscope", + "javascript.JavascriptParser.inFunctionScope": "webpack/namespaces/javascript.html#javascriptparser#infunctionscope", + "javascript.JavascriptParser.inScope": "webpack/namespaces/javascript.html#javascriptparser#inscope", + "javascript.JavascriptParser.isAsiPosition": "webpack/namespaces/javascript.html#javascriptparser#isasiposition", + "javascript.JavascriptParser.isPure": "webpack/namespaces/javascript.html#javascriptparser#ispure", + "javascript.JavascriptParser.isStatementLevelExpression": "webpack/namespaces/javascript.html#javascriptparser#isstatementlevelexpression", + "javascript.JavascriptParser.isVariableDefined": "webpack/namespaces/javascript.html#javascriptparser#isvariabledefined", + "javascript.JavascriptParser.modulePreWalkExportAllDeclaration": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkexportalldeclaration", + "javascript.JavascriptParser.modulePreWalkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkexportnameddeclaration", + "javascript.JavascriptParser.modulePreWalkImportDeclaration": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkimportdeclaration", + "javascript.JavascriptParser.modulePreWalkStatements": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkstatements", + "javascript.JavascriptParser.parse": "webpack/namespaces/javascript.html#javascriptparser#parse", + "javascript.JavascriptParser.parseCalculatedString": "webpack/namespaces/javascript.html#javascriptparser#parsecalculatedstring", + "javascript.JavascriptParser.parseCommentOptions": "webpack/namespaces/javascript.html#javascriptparser#parsecommentoptions", + "javascript.JavascriptParser.parseString": "webpack/namespaces/javascript.html#javascriptparser#parsestring", + "javascript.JavascriptParser.preWalkAssignmentExpression": "webpack/namespaces/javascript.html#javascriptparser#prewalkassignmentexpression", + "javascript.JavascriptParser.preWalkBlockStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkblockstatement", + "javascript.JavascriptParser.preWalkCatchClause": "webpack/namespaces/javascript.html#javascriptparser#prewalkcatchclause", + "javascript.JavascriptParser.preWalkDoWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkdowhilestatement", + "javascript.JavascriptParser.preWalkForInStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkforinstatement", + "javascript.JavascriptParser.preWalkForOfStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkforofstatement", + "javascript.JavascriptParser.preWalkForStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkforstatement", + "javascript.JavascriptParser.preWalkFunctionDeclaration": "webpack/namespaces/javascript.html#javascriptparser#prewalkfunctiondeclaration", + "javascript.JavascriptParser.preWalkIfStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkifstatement", + "javascript.JavascriptParser.preWalkLabeledStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalklabeledstatement", + "javascript.JavascriptParser.preWalkStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkstatement", + "javascript.JavascriptParser.preWalkStatements": "webpack/namespaces/javascript.html#javascriptparser#prewalkstatements", + "javascript.JavascriptParser.preWalkSwitchCases": "webpack/namespaces/javascript.html#javascriptparser#prewalkswitchcases", + "javascript.JavascriptParser.preWalkSwitchStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkswitchstatement", + "javascript.JavascriptParser.preWalkTryStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalktrystatement", + "javascript.JavascriptParser.preWalkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser#prewalkvariabledeclaration", + "javascript.JavascriptParser.preWalkVariableDeclarator": "webpack/namespaces/javascript.html#javascriptparser#prewalkvariabledeclarator", + "javascript.JavascriptParser.preWalkWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkwhilestatement", + "javascript.JavascriptParser.preWalkWithStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkwithstatement", + "javascript.JavascriptParser.setAsiPosition": "webpack/namespaces/javascript.html#javascriptparser#setasiposition", + "javascript.JavascriptParser.setVariable": "webpack/namespaces/javascript.html#javascriptparser#setvariable", + "javascript.JavascriptParser.tagVariable": "webpack/namespaces/javascript.html#javascriptparser#tagvariable", + "javascript.JavascriptParser.undefineVariable": "webpack/namespaces/javascript.html#javascriptparser#undefinevariable", + "javascript.JavascriptParser.unsetAsiPosition": "webpack/namespaces/javascript.html#javascriptparser#unsetasiposition", + "javascript.JavascriptParser.walkArrayExpression": "webpack/namespaces/javascript.html#javascriptparser#walkarrayexpression", + "javascript.JavascriptParser.walkArrayPattern": "webpack/namespaces/javascript.html#javascriptparser#walkarraypattern", + "javascript.JavascriptParser.walkArrowFunctionExpression": "webpack/namespaces/javascript.html#javascriptparser#walkarrowfunctionexpression", + "javascript.JavascriptParser.walkAssignmentExpression": "webpack/namespaces/javascript.html#javascriptparser#walkassignmentexpression", + "javascript.JavascriptParser.walkAssignmentPattern": "webpack/namespaces/javascript.html#javascriptparser#walkassignmentpattern", + "javascript.JavascriptParser.walkAwaitExpression": "webpack/namespaces/javascript.html#javascriptparser#walkawaitexpression", + "javascript.JavascriptParser.walkBinaryExpression": "webpack/namespaces/javascript.html#javascriptparser#walkbinaryexpression", + "javascript.JavascriptParser.walkBlockStatement": "webpack/namespaces/javascript.html#javascriptparser#walkblockstatement", + "javascript.JavascriptParser.walkCallExpression": "webpack/namespaces/javascript.html#javascriptparser#walkcallexpression", + "javascript.JavascriptParser.walkCatchClause": "webpack/namespaces/javascript.html#javascriptparser#walkcatchclause", + "javascript.JavascriptParser.walkChainExpression": "webpack/namespaces/javascript.html#javascriptparser#walkchainexpression", + "javascript.JavascriptParser.walkClass": "webpack/namespaces/javascript.html#javascriptparser#walkclass", + "javascript.JavascriptParser.walkClassDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkclassdeclaration", + "javascript.JavascriptParser.walkClassExpression": "webpack/namespaces/javascript.html#javascriptparser#walkclassexpression", + "javascript.JavascriptParser.walkConditionalExpression": "webpack/namespaces/javascript.html#javascriptparser#walkconditionalexpression", + "javascript.JavascriptParser.walkDoWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#walkdowhilestatement", + "javascript.JavascriptParser.walkExportDefaultDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkexportdefaultdeclaration", + "javascript.JavascriptParser.walkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkexportnameddeclaration", + "javascript.JavascriptParser.walkExpression": "webpack/namespaces/javascript.html#javascriptparser#walkexpression", + "javascript.JavascriptParser.walkExpressions": "webpack/namespaces/javascript.html#javascriptparser#walkexpressions", + "javascript.JavascriptParser.walkExpressionStatement": "webpack/namespaces/javascript.html#javascriptparser#walkexpressionstatement", + "javascript.JavascriptParser.walkForInStatement": "webpack/namespaces/javascript.html#javascriptparser#walkforinstatement", + "javascript.JavascriptParser.walkForOfStatement": "webpack/namespaces/javascript.html#javascriptparser#walkforofstatement", + "javascript.JavascriptParser.walkForStatement": "webpack/namespaces/javascript.html#javascriptparser#walkforstatement", + "javascript.JavascriptParser.walkFunctionDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkfunctiondeclaration", + "javascript.JavascriptParser.walkFunctionExpression": "webpack/namespaces/javascript.html#javascriptparser#walkfunctionexpression", + "javascript.JavascriptParser.walkIdentifier": "webpack/namespaces/javascript.html#javascriptparser#walkidentifier", + "javascript.JavascriptParser.walkIfStatement": "webpack/namespaces/javascript.html#javascriptparser#walkifstatement", + "javascript.JavascriptParser.walkImportExpression": "webpack/namespaces/javascript.html#javascriptparser#walkimportexpression", + "javascript.JavascriptParser.walkLabeledStatement": "webpack/namespaces/javascript.html#javascriptparser#walklabeledstatement", + "javascript.JavascriptParser.walkLeftRightExpression": "webpack/namespaces/javascript.html#javascriptparser#walkleftrightexpression", + "javascript.JavascriptParser.walkLogicalExpression": "webpack/namespaces/javascript.html#javascriptparser#walklogicalexpression", + "javascript.JavascriptParser.walkMemberExpression": "webpack/namespaces/javascript.html#javascriptparser#walkmemberexpression", + "javascript.JavascriptParser.walkMemberExpressionWithExpressionName": "webpack/namespaces/javascript.html#javascriptparser#walkmemberexpressionwithexpressionname", + "javascript.JavascriptParser.walkMetaProperty": "webpack/namespaces/javascript.html#javascriptparser#walkmetaproperty", + "javascript.JavascriptParser.walkNestedStatement": "webpack/namespaces/javascript.html#javascriptparser#walknestedstatement", + "javascript.JavascriptParser.walkNewExpression": "webpack/namespaces/javascript.html#javascriptparser#walknewexpression", + "javascript.JavascriptParser.walkObjectExpression": "webpack/namespaces/javascript.html#javascriptparser#walkobjectexpression", + "javascript.JavascriptParser.walkObjectPattern": "webpack/namespaces/javascript.html#javascriptparser#walkobjectpattern", + "javascript.JavascriptParser.walkPattern": "webpack/namespaces/javascript.html#javascriptparser#walkpattern", + "javascript.JavascriptParser.walkProperty": "webpack/namespaces/javascript.html#javascriptparser#walkproperty", + "javascript.JavascriptParser.walkRestElement": "webpack/namespaces/javascript.html#javascriptparser#walkrestelement", + "javascript.JavascriptParser.walkReturnStatement": "webpack/namespaces/javascript.html#javascriptparser#walkreturnstatement", + "javascript.JavascriptParser.walkSequenceExpression": "webpack/namespaces/javascript.html#javascriptparser#walksequenceexpression", + "javascript.JavascriptParser.walkSpreadElement": "webpack/namespaces/javascript.html#javascriptparser#walkspreadelement", + "javascript.JavascriptParser.walkStatement": "webpack/namespaces/javascript.html#javascriptparser#walkstatement", + "javascript.JavascriptParser.walkStatements": "webpack/namespaces/javascript.html#javascriptparser#walkstatements", + "javascript.JavascriptParser.walkSwitchCases": "webpack/namespaces/javascript.html#javascriptparser#walkswitchcases", + "javascript.JavascriptParser.walkSwitchStatement": "webpack/namespaces/javascript.html#javascriptparser#walkswitchstatement", + "javascript.JavascriptParser.walkTaggedTemplateExpression": "webpack/namespaces/javascript.html#javascriptparser#walktaggedtemplateexpression", + "javascript.JavascriptParser.walkTemplateLiteral": "webpack/namespaces/javascript.html#javascriptparser#walktemplateliteral", + "javascript.JavascriptParser.walkTerminatingStatement": "webpack/namespaces/javascript.html#javascriptparser#walkterminatingstatement", + "javascript.JavascriptParser.walkThisExpression": "webpack/namespaces/javascript.html#javascriptparser#walkthisexpression", + "javascript.JavascriptParser.walkThrowStatement": "webpack/namespaces/javascript.html#javascriptparser#walkthrowstatement", + "javascript.JavascriptParser.walkTryStatement": "webpack/namespaces/javascript.html#javascriptparser#walktrystatement", + "javascript.JavascriptParser.walkUnaryExpression": "webpack/namespaces/javascript.html#javascriptparser#walkunaryexpression", + "javascript.JavascriptParser.walkUpdateExpression": "webpack/namespaces/javascript.html#javascriptparser#walkupdateexpression", + "javascript.JavascriptParser.walkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkvariabledeclaration", + "javascript.JavascriptParser.walkWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#walkwhilestatement", + "javascript.JavascriptParser.walkWithStatement": "webpack/namespaces/javascript.html#javascriptparser#walkwithstatement", + "javascript.JavascriptParser.walkYieldExpression": "webpack/namespaces/javascript.html#javascriptparser#walkyieldexpression", + "javascript.JavascriptParser.extend": "webpack/namespaces/javascript.html#javascriptparser#extend", + "library": "webpack/namespaces/library.html", + "library.AbstractLibraryPlugin": "webpack/namespaces/library.html#abstractlibraryplugin", + "library.AbstractLibraryPlugin.T": "webpack/namespaces/library.html#abstractlibraryplugin#t", + "library.AbstractLibraryPlugin.constructor": "webpack/namespaces/library.html#abstractlibraryplugin#constructor", + "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin": "webpack/namespaces/library.html#abstractlibraryplugin#constructorabstractlibraryplugin", + "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin.T": "webpack/namespaces/library.html#abstractlibraryplugin#constructorabstractlibraryplugint", + "library.AbstractLibraryPlugin.COMMON_LIBRARY_NAME_MESSAGE": "webpack/namespaces/library.html#abstractlibraryplugin#common-library-name-message", + "library.AbstractLibraryPlugin.apply": "webpack/namespaces/library.html#abstractlibraryplugin#apply", + "library.AbstractLibraryPlugin.chunkHash": "webpack/namespaces/library.html#abstractlibraryplugin#chunkhash", + "library.AbstractLibraryPlugin.embedInRuntimeBailout": "webpack/namespaces/library.html#abstractlibraryplugin#embedinruntimebailout", + "library.AbstractLibraryPlugin.finishEntryModule": "webpack/namespaces/library.html#abstractlibraryplugin#finishentrymodule", + "library.AbstractLibraryPlugin.parseOptions": "webpack/namespaces/library.html#abstractlibraryplugin#parseoptions", + "library.AbstractLibraryPlugin.render": "webpack/namespaces/library.html#abstractlibraryplugin#render", + "library.AbstractLibraryPlugin.renderModuleContent": "webpack/namespaces/library.html#abstractlibraryplugin#rendermodulecontent", + "library.AbstractLibraryPlugin.renderStartup": "webpack/namespaces/library.html#abstractlibraryplugin#renderstartup", + "library.AbstractLibraryPlugin.runtimeRequirements": "webpack/namespaces/library.html#abstractlibraryplugin#runtimerequirements", + "library.AbstractLibraryPlugin.strictRuntimeBailout": "webpack/namespaces/library.html#abstractlibraryplugin#strictruntimebailout", + "library.EnableLibraryPlugin": "webpack/namespaces/library.html#enablelibraryplugin", + "library.EnableLibraryPlugin.constructor": "webpack/namespaces/library.html#enablelibraryplugin#constructor", + "library.EnableLibraryPlugin.constructor.EnableLibraryPlugin": "webpack/namespaces/library.html#enablelibraryplugin#constructorenablelibraryplugin", + "library.EnableLibraryPlugin.options": "webpack/namespaces/library.html#enablelibraryplugin#options", + "library.EnableLibraryPlugin.type": "webpack/namespaces/library.html#enablelibraryplugin#type", + "library.EnableLibraryPlugin.apply": "webpack/namespaces/library.html#enablelibraryplugin#apply", + "library.EnableLibraryPlugin.checkEnabled": "webpack/namespaces/library.html#enablelibraryplugin#checkenabled", + "library.EnableLibraryPlugin.setEnabled": "webpack/namespaces/library.html#enablelibraryplugin#setenabled", + "ModuleFilenameHelpers": "webpack/namespaces/ModuleFilenameHelpers.html", + "ModuleFilenameHelpers.ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#absolute-resource-path", + "ModuleFilenameHelpers.ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#all-loaders", + "ModuleFilenameHelpers.ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#all-loaders-resource", + "ModuleFilenameHelpers.createFilename": "webpack/namespaces/ModuleFilenameHelpers.html#createfilename", + "ModuleFilenameHelpers.createFilename.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#createfilename#type", + "ModuleFilenameHelpers.HASH": "webpack/namespaces/ModuleFilenameHelpers.html#hash", + "ModuleFilenameHelpers.ID": "webpack/namespaces/ModuleFilenameHelpers.html#id", + "ModuleFilenameHelpers.LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#loaders", + "ModuleFilenameHelpers.LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#loaders-resource", + "ModuleFilenameHelpers.matchObject": "webpack/namespaces/ModuleFilenameHelpers.html#matchobject", + "ModuleFilenameHelpers.matchObject.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#matchobject#type", + "ModuleFilenameHelpers.matchPart": "webpack/namespaces/ModuleFilenameHelpers.html#matchpart", + "ModuleFilenameHelpers.matchPart.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#matchpart#type", + "ModuleFilenameHelpers.NAMESPACE": "webpack/namespaces/ModuleFilenameHelpers.html#namespace", + "ModuleFilenameHelpers.QUERY": "webpack/namespaces/ModuleFilenameHelpers.html#query", + "ModuleFilenameHelpers.REGEXP_ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-absolute-resource-path", + "ModuleFilenameHelpers.REGEXP_ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-all-loaders", + "ModuleFilenameHelpers.REGEXP_ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-all-loaders-resource", + "ModuleFilenameHelpers.REGEXP_HASH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-hash", + "ModuleFilenameHelpers.REGEXP_ID": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-id", + "ModuleFilenameHelpers.REGEXP_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-loaders", + "ModuleFilenameHelpers.REGEXP_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-loaders-resource", + "ModuleFilenameHelpers.REGEXP_NAMESPACE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-namespace", + "ModuleFilenameHelpers.REGEXP_QUERY": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-query", + "ModuleFilenameHelpers.REGEXP_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-resource", + "ModuleFilenameHelpers.REGEXP_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-resource-path", + "ModuleFilenameHelpers.replaceDuplicates": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates", + "ModuleFilenameHelpers.replaceDuplicates.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates#type", + "ModuleFilenameHelpers.replaceDuplicates.__type.__type.T": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates#typet", + "ModuleFilenameHelpers.RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#resource", + "ModuleFilenameHelpers.RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#resource-path", + "node": "webpack/namespaces/node.html", + "node.NodeEnvironmentPlugin": "webpack/namespaces/node.html#nodeenvironmentplugin", + "node.NodeEnvironmentPlugin.constructor": "webpack/namespaces/node.html#nodeenvironmentplugin#constructor", + "node.NodeEnvironmentPlugin.constructor.NodeEnvironmentPlugin": "webpack/namespaces/node.html#nodeenvironmentplugin#constructornodeenvironmentplugin", + "node.NodeEnvironmentPlugin.options": "webpack/namespaces/node.html#nodeenvironmentplugin#options", + "node.NodeEnvironmentPlugin.apply": "webpack/namespaces/node.html#nodeenvironmentplugin#apply", + "node.NodeSourcePlugin": "webpack/namespaces/node.html#nodesourceplugin", + "node.NodeSourcePlugin.constructor": "webpack/namespaces/node.html#nodesourceplugin#constructor", + "node.NodeSourcePlugin.constructor.NodeSourcePlugin": "webpack/namespaces/node.html#nodesourceplugin#constructornodesourceplugin", + "node.NodeSourcePlugin.apply": "webpack/namespaces/node.html#nodesourceplugin#apply", + "node.NodeTargetPlugin": "webpack/namespaces/node.html#nodetargetplugin", + "node.NodeTargetPlugin.constructor": "webpack/namespaces/node.html#nodetargetplugin#constructor", + "node.NodeTargetPlugin.constructor.NodeTargetPlugin": "webpack/namespaces/node.html#nodetargetplugin#constructornodetargetplugin", + "node.NodeTargetPlugin.type": "webpack/namespaces/node.html#nodetargetplugin#type", + "node.NodeTargetPlugin.apply": "webpack/namespaces/node.html#nodetargetplugin#apply", + "node.NodeTemplatePlugin": "webpack/namespaces/node.html#nodetemplateplugin", + "node.NodeTemplatePlugin.constructor": "webpack/namespaces/node.html#nodetemplateplugin#constructor", + "node.NodeTemplatePlugin.constructor.NodeTemplatePlugin": "webpack/namespaces/node.html#nodetemplateplugin#constructornodetemplateplugin", + "node.NodeTemplatePlugin.apply": "webpack/namespaces/node.html#nodetemplateplugin#apply", + "node.ReadFileCompileAsyncWasmPlugin": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin", + "node.ReadFileCompileAsyncWasmPlugin.constructor": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin#constructor", + "node.ReadFileCompileAsyncWasmPlugin.constructor.ReadFileCompileAsyncWasmPlugin": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin#constructorreadfilecompileasyncwasmplugin", + "node.ReadFileCompileAsyncWasmPlugin.apply": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin#apply", + "node.ReadFileCompileWasmPlugin": "webpack/namespaces/node.html#readfilecompilewasmplugin", + "node.ReadFileCompileWasmPlugin.constructor": "webpack/namespaces/node.html#readfilecompilewasmplugin#constructor", + "node.ReadFileCompileWasmPlugin.constructor.ReadFileCompileWasmPlugin": "webpack/namespaces/node.html#readfilecompilewasmplugin#constructorreadfilecompilewasmplugin", + "node.ReadFileCompileWasmPlugin.options": "webpack/namespaces/node.html#readfilecompilewasmplugin#options", + "node.ReadFileCompileWasmPlugin.apply": "webpack/namespaces/node.html#readfilecompilewasmplugin#apply", + "OptimizationStages": "webpack/namespaces/OptimizationStages.html", + "OptimizationStages.STAGE_ADVANCED": "webpack/namespaces/OptimizationStages.html#stage-advanced", + "OptimizationStages.STAGE_BASIC": "webpack/namespaces/OptimizationStages.html#stage-basic", + "OptimizationStages.STAGE_DEFAULT": "webpack/namespaces/OptimizationStages.html#stage-default", + "optimize": "webpack/namespaces/optimize/index.html", + "optimize.InnerGraph": "webpack/namespaces/optimize/namespaces/InnerGraph.html", + "optimize.InnerGraph.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol", + "optimize.InnerGraph.TopLevelSymbol.constructor": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol#constructor", + "optimize.InnerGraph.TopLevelSymbol.constructor.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol#constructortoplevelsymbol", + "optimize.InnerGraph.TopLevelSymbol.name": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol#name", + "optimize.InnerGraph.addUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addusage", + "optimize.InnerGraph.addUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addusage#type", + "optimize.InnerGraph.addVariableUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addvariableusage", + "optimize.InnerGraph.addVariableUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addvariableusage#type", + "optimize.InnerGraph.bailout": "webpack/namespaces/optimize/namespaces/InnerGraph.html#bailout", + "optimize.InnerGraph.bailout.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#bailout#type", + "optimize.InnerGraph.enable": "webpack/namespaces/optimize/namespaces/InnerGraph.html#enable", + "optimize.InnerGraph.enable.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#enable#type", + "optimize.InnerGraph.getDependencyUsedByExportsCondition": "webpack/namespaces/optimize/namespaces/InnerGraph.html#getdependencyusedbyexportscondition", + "optimize.InnerGraph.getDependencyUsedByExportsCondition.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#getdependencyusedbyexportscondition#type", + "optimize.InnerGraph.getTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#gettoplevelsymbol", + "optimize.InnerGraph.getTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#gettoplevelsymbol#type", + "optimize.InnerGraph.inferDependencyUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#inferdependencyusage", + "optimize.InnerGraph.inferDependencyUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#inferdependencyusage#type", + "optimize.InnerGraph.isDependencyUsedByExports": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isdependencyusedbyexports", + "optimize.InnerGraph.isDependencyUsedByExports.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isdependencyusedbyexports#type", + "optimize.InnerGraph.isEnabled": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isenabled", + "optimize.InnerGraph.isEnabled.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isenabled#type", + "optimize.InnerGraph.onUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#onusage", + "optimize.InnerGraph.onUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#onusage#type", + "optimize.InnerGraph.setTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#settoplevelsymbol", + "optimize.InnerGraph.setTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#settoplevelsymbol#type", + "optimize.InnerGraph.tagTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#tagtoplevelsymbol", + "optimize.InnerGraph.tagTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#tagtoplevelsymbol#type", + "optimize.InnerGraph.topLevelSymbolTag": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymboltag", + "optimize.AggressiveMergingPlugin": "webpack/namespaces/optimize/index.html#aggressivemergingplugin", + "optimize.AggressiveMergingPlugin.constructor": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#constructor", + "optimize.AggressiveMergingPlugin.constructor.AggressiveMergingPlugin": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#constructoraggressivemergingplugin", + "optimize.AggressiveMergingPlugin.options": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#options", + "optimize.AggressiveMergingPlugin.apply": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#apply", + "optimize.AggressiveSplittingPlugin": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin", + "optimize.AggressiveSplittingPlugin.constructor": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#constructor", + "optimize.AggressiveSplittingPlugin.constructor.AggressiveSplittingPlugin": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#constructoraggressivesplittingplugin", + "optimize.AggressiveSplittingPlugin.options": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#options", + "optimize.AggressiveSplittingPlugin.apply": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#apply", + "optimize.AggressiveSplittingPlugin.wasChunkRecorded": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#waschunkrecorded", + "optimize.LimitChunkCountPlugin": "webpack/namespaces/optimize/index.html#limitchunkcountplugin", + "optimize.LimitChunkCountPlugin.constructor": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#constructor", + "optimize.LimitChunkCountPlugin.constructor.LimitChunkCountPlugin": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#constructorlimitchunkcountplugin", + "optimize.LimitChunkCountPlugin.options": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#options", + "optimize.LimitChunkCountPlugin.apply": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#apply", + "optimize.MergeDuplicateChunksPlugin": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin", + "optimize.MergeDuplicateChunksPlugin.constructor": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#constructor", + "optimize.MergeDuplicateChunksPlugin.constructor.MergeDuplicateChunksPlugin": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#constructormergeduplicatechunksplugin", + "optimize.MergeDuplicateChunksPlugin.options": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#options", + "optimize.MergeDuplicateChunksPlugin.apply": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#apply", + "optimize.MinChunkSizePlugin": "webpack/namespaces/optimize/index.html#minchunksizeplugin", + "optimize.MinChunkSizePlugin.constructor": "webpack/namespaces/optimize/index.html#minchunksizeplugin#constructor", + "optimize.MinChunkSizePlugin.constructor.MinChunkSizePlugin": "webpack/namespaces/optimize/index.html#minchunksizeplugin#constructorminchunksizeplugin", + "optimize.MinChunkSizePlugin.options": "webpack/namespaces/optimize/index.html#minchunksizeplugin#options", + "optimize.MinChunkSizePlugin.apply": "webpack/namespaces/optimize/index.html#minchunksizeplugin#apply", + "optimize.ModuleConcatenationPlugin": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin", + "optimize.ModuleConcatenationPlugin.constructor": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin#constructor", + "optimize.ModuleConcatenationPlugin.constructor.ModuleConcatenationPlugin": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin#constructormoduleconcatenationplugin", + "optimize.ModuleConcatenationPlugin.apply": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin#apply", + "optimize.RealContentHashPlugin": "webpack/namespaces/optimize/index.html#realcontenthashplugin", + "optimize.RealContentHashPlugin.constructor": "webpack/namespaces/optimize/index.html#realcontenthashplugin#constructor", + "optimize.RealContentHashPlugin.constructor.RealContentHashPlugin": "webpack/namespaces/optimize/index.html#realcontenthashplugin#constructorrealcontenthashplugin", + "optimize.RealContentHashPlugin.apply": "webpack/namespaces/optimize/index.html#realcontenthashplugin#apply", + "optimize.RealContentHashPlugin.getCompilationHooks": "webpack/namespaces/optimize/index.html#realcontenthashplugin#getcompilationhooks", + "optimize.RuntimeChunkPlugin": "webpack/namespaces/optimize/index.html#runtimechunkplugin", + "optimize.RuntimeChunkPlugin.constructor": "webpack/namespaces/optimize/index.html#runtimechunkplugin#constructor", + "optimize.RuntimeChunkPlugin.constructor.RuntimeChunkPlugin": "webpack/namespaces/optimize/index.html#runtimechunkplugin#constructorruntimechunkplugin", + "optimize.RuntimeChunkPlugin.options": "webpack/namespaces/optimize/index.html#runtimechunkplugin#options", + "optimize.RuntimeChunkPlugin.apply": "webpack/namespaces/optimize/index.html#runtimechunkplugin#apply", + "optimize.SideEffectsFlagPlugin": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin", + "optimize.SideEffectsFlagPlugin.constructor": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#constructor", + "optimize.SideEffectsFlagPlugin.constructor.SideEffectsFlagPlugin": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#constructorsideeffectsflagplugin", + "optimize.SideEffectsFlagPlugin.apply": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#apply", + "optimize.SideEffectsFlagPlugin.moduleHasSideEffects": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#modulehassideeffects", + "optimize.SplitChunksPlugin": "webpack/namespaces/optimize/index.html#splitchunksplugin", + "optimize.SplitChunksPlugin.constructor": "webpack/namespaces/optimize/index.html#splitchunksplugin#constructor", + "optimize.SplitChunksPlugin.constructor.SplitChunksPlugin": "webpack/namespaces/optimize/index.html#splitchunksplugin#constructorsplitchunksplugin", + "optimize.SplitChunksPlugin.options": "webpack/namespaces/optimize/index.html#splitchunksplugin#options", + "optimize.SplitChunksPlugin.apply": "webpack/namespaces/optimize/index.html#splitchunksplugin#apply", + "prefetch": "webpack/namespaces/prefetch.html", + "prefetch.ChunkPrefetchPreloadPlugin": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin", + "prefetch.ChunkPrefetchPreloadPlugin.constructor": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin#constructor", + "prefetch.ChunkPrefetchPreloadPlugin.constructor.ChunkPrefetchPreloadPlugin": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin#constructorchunkprefetchpreloadplugin", + "prefetch.ChunkPrefetchPreloadPlugin.apply": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin#apply", + "runtime": "webpack/namespaces/runtime.html", + "runtime.GetChunkFilenameRuntimeModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule", + "runtime.GetChunkFilenameRuntimeModule.constructor": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#constructor", + "runtime.GetChunkFilenameRuntimeModule.constructor.GetChunkFilenameRuntimeModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#constructorgetchunkfilenameruntimemodule", + "runtime.GetChunkFilenameRuntimeModule.allChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#allchunks", + "runtime.GetChunkFilenameRuntimeModule.blocks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#blocks", + "runtime.GetChunkFilenameRuntimeModule.buildInfo": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#buildinfo", + "runtime.GetChunkFilenameRuntimeModule.buildMeta": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#buildmeta", + "runtime.GetChunkFilenameRuntimeModule.chunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunk", + "runtime.GetChunkFilenameRuntimeModule.chunkGraph": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunkgraph", + "runtime.GetChunkFilenameRuntimeModule.chunksIterable": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunksiterable", + "runtime.GetChunkFilenameRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunksiterablechunksiterable", + "runtime.GetChunkFilenameRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#codegenerationdependencies", + "runtime.GetChunkFilenameRuntimeModule.compilation": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#compilation", + "runtime.GetChunkFilenameRuntimeModule.contentType": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#contenttype", + "runtime.GetChunkFilenameRuntimeModule.context": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#context", + "runtime.GetChunkFilenameRuntimeModule.debugId": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#debugid", + "runtime.GetChunkFilenameRuntimeModule.dependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#dependencies", + "runtime.GetChunkFilenameRuntimeModule.dependentHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#dependenthash", + "runtime.GetChunkFilenameRuntimeModule.depth": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#depth", + "runtime.GetChunkFilenameRuntimeModule.errors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#errors", + "runtime.GetChunkFilenameRuntimeModule.errors.errors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#errorserrors", + "runtime.GetChunkFilenameRuntimeModule.exportsArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#exportsargument", + "runtime.GetChunkFilenameRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#exportsargumentexportsargument", + "runtime.GetChunkFilenameRuntimeModule.factoryMeta": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#factorymeta", + "runtime.GetChunkFilenameRuntimeModule.fullHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#fullhash", + "runtime.GetChunkFilenameRuntimeModule.getFilenameForChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getfilenameforchunk", + "runtime.GetChunkFilenameRuntimeModule.global": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#global", + "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasequalschunks", + "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasequalschunkshasequalschunks", + "runtime.GetChunkFilenameRuntimeModule.hash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hash", + "runtime.GetChunkFilenameRuntimeModule.hash.hash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hashhash", + "runtime.GetChunkFilenameRuntimeModule.hot": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hot", + "runtime.GetChunkFilenameRuntimeModule.id": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#id", + "runtime.GetChunkFilenameRuntimeModule.index": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#index", + "runtime.GetChunkFilenameRuntimeModule.index2": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#index2", + "runtime.GetChunkFilenameRuntimeModule.issuer": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#issuer", + "runtime.GetChunkFilenameRuntimeModule.isUsed": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isused", + "runtime.GetChunkFilenameRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isusedisused", + "runtime.GetChunkFilenameRuntimeModule.layer": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#layer", + "runtime.GetChunkFilenameRuntimeModule.moduleArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#moduleargument", + "runtime.GetChunkFilenameRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#moduleargumentmoduleargument", + "runtime.GetChunkFilenameRuntimeModule.name": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#name", + "runtime.GetChunkFilenameRuntimeModule.needId": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#needid", + "runtime.GetChunkFilenameRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optimizationbailout", + "runtime.GetChunkFilenameRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optimizationbailoutoptimizationbailout", + "runtime.GetChunkFilenameRuntimeModule.optional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optional", + "runtime.GetChunkFilenameRuntimeModule.optional.optional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optionaloptional", + "runtime.GetChunkFilenameRuntimeModule.parent": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#parent", + "runtime.GetChunkFilenameRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#presentationaldependencies", + "runtime.GetChunkFilenameRuntimeModule.profile": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#profile", + "runtime.GetChunkFilenameRuntimeModule.renderedHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#renderedhash", + "runtime.GetChunkFilenameRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#renderedhashrenderedhash", + "runtime.GetChunkFilenameRuntimeModule.resolveOptions": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#resolveoptions", + "runtime.GetChunkFilenameRuntimeModule.stage": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage", + "runtime.GetChunkFilenameRuntimeModule.type": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#type", + "runtime.GetChunkFilenameRuntimeModule.used": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#used", + "runtime.GetChunkFilenameRuntimeModule.usedExports": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usedexports", + "runtime.GetChunkFilenameRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usedexportsusedexports", + "runtime.GetChunkFilenameRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usesimplesourcemap", + "runtime.GetChunkFilenameRuntimeModule.useSourceMap": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usesourcemap", + "runtime.GetChunkFilenameRuntimeModule.warnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#warnings", + "runtime.GetChunkFilenameRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#warningswarnings", + "runtime.GetChunkFilenameRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-attach", + "runtime.GetChunkFilenameRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-basic", + "runtime.GetChunkFilenameRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-normal", + "runtime.GetChunkFilenameRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-trigger", + "runtime.GetChunkFilenameRuntimeModule.addBlock": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addblock", + "runtime.GetChunkFilenameRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addcachedependencies", + "runtime.GetChunkFilenameRuntimeModule.addChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addchunk", + "runtime.GetChunkFilenameRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addcodegenerationdependency", + "runtime.GetChunkFilenameRuntimeModule.addDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#adddependency", + "runtime.GetChunkFilenameRuntimeModule.addError": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#adderror", + "runtime.GetChunkFilenameRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addpresentationaldependency", + "runtime.GetChunkFilenameRuntimeModule.addWarning": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addwarning", + "runtime.GetChunkFilenameRuntimeModule.attach": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#attach", + "runtime.GetChunkFilenameRuntimeModule.build": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#build", + "runtime.GetChunkFilenameRuntimeModule.chunkCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunkcondition", + "runtime.GetChunkFilenameRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#cleanupforcache", + "runtime.GetChunkFilenameRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#cleardependenciesandblocks", + "runtime.GetChunkFilenameRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#clearwarningsanderrors", + "runtime.GetChunkFilenameRuntimeModule.codeGeneration": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#codegeneration", + "runtime.GetChunkFilenameRuntimeModule.deserialize": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#deserialize", + "runtime.GetChunkFilenameRuntimeModule.generate": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#generate", + "runtime.GetChunkFilenameRuntimeModule.getChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getchunks", + "runtime.GetChunkFilenameRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getconcatenationbailoutreason", + "runtime.GetChunkFilenameRuntimeModule.getErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#geterrors", + "runtime.GetChunkFilenameRuntimeModule.getExportsType": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getexportstype", + "runtime.GetChunkFilenameRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getgeneratedcode", + "runtime.GetChunkFilenameRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getnumberofchunks", + "runtime.GetChunkFilenameRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getnumberoferrors", + "runtime.GetChunkFilenameRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getnumberofwarnings", + "runtime.GetChunkFilenameRuntimeModule.getRootBlock": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getrootblock", + "runtime.GetChunkFilenameRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getsideeffectsconnectionstate", + "runtime.GetChunkFilenameRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getsourcebasictypes-1", + "runtime.GetChunkFilenameRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getsourcetypes", + "runtime.GetChunkFilenameRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getunsafecachedata", + "runtime.GetChunkFilenameRuntimeModule.getWarnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getwarnings", + "runtime.GetChunkFilenameRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#haschunkcondition", + "runtime.GetChunkFilenameRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasreasonforchunk", + "runtime.GetChunkFilenameRuntimeModule.hasReasons": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasreasons", + "runtime.GetChunkFilenameRuntimeModule.identifier": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#identifier", + "runtime.GetChunkFilenameRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#invalidatebuild", + "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isaccessibleinchunk", + "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isaccessibleinchunkgroup", + "runtime.GetChunkFilenameRuntimeModule.isEntryModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isentrymodule", + "runtime.GetChunkFilenameRuntimeModule.isInChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isinchunk", + "runtime.GetChunkFilenameRuntimeModule.isOptional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isoptional", + "runtime.GetChunkFilenameRuntimeModule.isProvided": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isprovided", + "runtime.GetChunkFilenameRuntimeModule.libIdent": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#libident", + "runtime.GetChunkFilenameRuntimeModule.nameForCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#nameforcondition", + "runtime.GetChunkFilenameRuntimeModule.needBuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#needbuild", + "runtime.GetChunkFilenameRuntimeModule.needRebuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#needrebuild", + "runtime.GetChunkFilenameRuntimeModule.originalSource": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#originalsource", + "runtime.GetChunkFilenameRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#readableidentifier", + "runtime.GetChunkFilenameRuntimeModule.removeChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#removechunk", + "runtime.GetChunkFilenameRuntimeModule.removeDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#removedependency", + "runtime.GetChunkFilenameRuntimeModule.serialize": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#serialize", + "runtime.GetChunkFilenameRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#shouldisolate", + "runtime.GetChunkFilenameRuntimeModule.size": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#size", + "runtime.GetChunkFilenameRuntimeModule.source": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#source", + "runtime.GetChunkFilenameRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#updatecachemodule", + "runtime.GetChunkFilenameRuntimeModule.updateHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#updatehash", + "runtime.LoadScriptRuntimeModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule", + "runtime.LoadScriptRuntimeModule.constructor": "webpack/namespaces/runtime.html#loadscriptruntimemodule#constructor", + "runtime.LoadScriptRuntimeModule.constructor.LoadScriptRuntimeModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule#constructorloadscriptruntimemodule", + "runtime.LoadScriptRuntimeModule.blocks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#blocks", + "runtime.LoadScriptRuntimeModule.buildInfo": "webpack/namespaces/runtime.html#loadscriptruntimemodule#buildinfo", + "runtime.LoadScriptRuntimeModule.buildMeta": "webpack/namespaces/runtime.html#loadscriptruntimemodule#buildmeta", + "runtime.LoadScriptRuntimeModule.chunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunk", + "runtime.LoadScriptRuntimeModule.chunkGraph": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunkgraph", + "runtime.LoadScriptRuntimeModule.chunksIterable": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunksiterable", + "runtime.LoadScriptRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunksiterablechunksiterable", + "runtime.LoadScriptRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#codegenerationdependencies", + "runtime.LoadScriptRuntimeModule.compilation": "webpack/namespaces/runtime.html#loadscriptruntimemodule#compilation", + "runtime.LoadScriptRuntimeModule.context": "webpack/namespaces/runtime.html#loadscriptruntimemodule#context", + "runtime.LoadScriptRuntimeModule.debugId": "webpack/namespaces/runtime.html#loadscriptruntimemodule#debugid", + "runtime.LoadScriptRuntimeModule.dependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#dependencies", + "runtime.LoadScriptRuntimeModule.dependentHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#dependenthash", + "runtime.LoadScriptRuntimeModule.depth": "webpack/namespaces/runtime.html#loadscriptruntimemodule#depth", + "runtime.LoadScriptRuntimeModule.errors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#errors", + "runtime.LoadScriptRuntimeModule.errors.errors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#errorserrors", + "runtime.LoadScriptRuntimeModule.exportsArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#exportsargument", + "runtime.LoadScriptRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#exportsargumentexportsargument", + "runtime.LoadScriptRuntimeModule.factoryMeta": "webpack/namespaces/runtime.html#loadscriptruntimemodule#factorymeta", + "runtime.LoadScriptRuntimeModule.fullHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#fullhash", + "runtime.LoadScriptRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasequalschunks", + "runtime.LoadScriptRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasequalschunkshasequalschunks", + "runtime.LoadScriptRuntimeModule.hash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hash", + "runtime.LoadScriptRuntimeModule.hash.hash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hashhash", + "runtime.LoadScriptRuntimeModule.hot": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hot", + "runtime.LoadScriptRuntimeModule.id": "webpack/namespaces/runtime.html#loadscriptruntimemodule#id", + "runtime.LoadScriptRuntimeModule.index": "webpack/namespaces/runtime.html#loadscriptruntimemodule#index", + "runtime.LoadScriptRuntimeModule.index2": "webpack/namespaces/runtime.html#loadscriptruntimemodule#index2", + "runtime.LoadScriptRuntimeModule.issuer": "webpack/namespaces/runtime.html#loadscriptruntimemodule#issuer", + "runtime.LoadScriptRuntimeModule.isUsed": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isused", + "runtime.LoadScriptRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isusedisused", + "runtime.LoadScriptRuntimeModule.layer": "webpack/namespaces/runtime.html#loadscriptruntimemodule#layer", + "runtime.LoadScriptRuntimeModule.moduleArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#moduleargument", + "runtime.LoadScriptRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#moduleargumentmoduleargument", + "runtime.LoadScriptRuntimeModule.name": "webpack/namespaces/runtime.html#loadscriptruntimemodule#name", + "runtime.LoadScriptRuntimeModule.needId": "webpack/namespaces/runtime.html#loadscriptruntimemodule#needid", + "runtime.LoadScriptRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optimizationbailout", + "runtime.LoadScriptRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optimizationbailoutoptimizationbailout", + "runtime.LoadScriptRuntimeModule.optional": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optional", + "runtime.LoadScriptRuntimeModule.optional.optional": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optionaloptional", + "runtime.LoadScriptRuntimeModule.parent": "webpack/namespaces/runtime.html#loadscriptruntimemodule#parent", + "runtime.LoadScriptRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#presentationaldependencies", + "runtime.LoadScriptRuntimeModule.profile": "webpack/namespaces/runtime.html#loadscriptruntimemodule#profile", + "runtime.LoadScriptRuntimeModule.renderedHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#renderedhash", + "runtime.LoadScriptRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#renderedhashrenderedhash", + "runtime.LoadScriptRuntimeModule.resolveOptions": "webpack/namespaces/runtime.html#loadscriptruntimemodule#resolveoptions", + "runtime.LoadScriptRuntimeModule.stage": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage", + "runtime.LoadScriptRuntimeModule.type": "webpack/namespaces/runtime.html#loadscriptruntimemodule#type", + "runtime.LoadScriptRuntimeModule.used": "webpack/namespaces/runtime.html#loadscriptruntimemodule#used", + "runtime.LoadScriptRuntimeModule.usedExports": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usedexports", + "runtime.LoadScriptRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usedexportsusedexports", + "runtime.LoadScriptRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usesimplesourcemap", + "runtime.LoadScriptRuntimeModule.useSourceMap": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usesourcemap", + "runtime.LoadScriptRuntimeModule.warnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#warnings", + "runtime.LoadScriptRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#warningswarnings", + "runtime.LoadScriptRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-attach", + "runtime.LoadScriptRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-basic", + "runtime.LoadScriptRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-normal", + "runtime.LoadScriptRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-trigger", + "runtime.LoadScriptRuntimeModule.addBlock": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addblock", + "runtime.LoadScriptRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addcachedependencies", + "runtime.LoadScriptRuntimeModule.addChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addchunk", + "runtime.LoadScriptRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addcodegenerationdependency", + "runtime.LoadScriptRuntimeModule.addDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#adddependency", + "runtime.LoadScriptRuntimeModule.addError": "webpack/namespaces/runtime.html#loadscriptruntimemodule#adderror", + "runtime.LoadScriptRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addpresentationaldependency", + "runtime.LoadScriptRuntimeModule.addWarning": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addwarning", + "runtime.LoadScriptRuntimeModule.attach": "webpack/namespaces/runtime.html#loadscriptruntimemodule#attach", + "runtime.LoadScriptRuntimeModule.build": "webpack/namespaces/runtime.html#loadscriptruntimemodule#build", + "runtime.LoadScriptRuntimeModule.chunkCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunkcondition", + "runtime.LoadScriptRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.html#loadscriptruntimemodule#cleanupforcache", + "runtime.LoadScriptRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#cleardependenciesandblocks", + "runtime.LoadScriptRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#clearwarningsanderrors", + "runtime.LoadScriptRuntimeModule.codeGeneration": "webpack/namespaces/runtime.html#loadscriptruntimemodule#codegeneration", + "runtime.LoadScriptRuntimeModule.deserialize": "webpack/namespaces/runtime.html#loadscriptruntimemodule#deserialize", + "runtime.LoadScriptRuntimeModule.generate": "webpack/namespaces/runtime.html#loadscriptruntimemodule#generate", + "runtime.LoadScriptRuntimeModule.getChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getchunks", + "runtime.LoadScriptRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getconcatenationbailoutreason", + "runtime.LoadScriptRuntimeModule.getErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#geterrors", + "runtime.LoadScriptRuntimeModule.getExportsType": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getexportstype", + "runtime.LoadScriptRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getgeneratedcode", + "runtime.LoadScriptRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getnumberofchunks", + "runtime.LoadScriptRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getnumberoferrors", + "runtime.LoadScriptRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getnumberofwarnings", + "runtime.LoadScriptRuntimeModule.getRootBlock": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getrootblock", + "runtime.LoadScriptRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getsideeffectsconnectionstate", + "runtime.LoadScriptRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getsourcebasictypes-1", + "runtime.LoadScriptRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getsourcetypes", + "runtime.LoadScriptRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getunsafecachedata", + "runtime.LoadScriptRuntimeModule.getWarnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getwarnings", + "runtime.LoadScriptRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule#haschunkcondition", + "runtime.LoadScriptRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasreasonforchunk", + "runtime.LoadScriptRuntimeModule.hasReasons": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasreasons", + "runtime.LoadScriptRuntimeModule.identifier": "webpack/namespaces/runtime.html#loadscriptruntimemodule#identifier", + "runtime.LoadScriptRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule#invalidatebuild", + "runtime.LoadScriptRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isaccessibleinchunk", + "runtime.LoadScriptRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isaccessibleinchunkgroup", + "runtime.LoadScriptRuntimeModule.isEntryModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isentrymodule", + "runtime.LoadScriptRuntimeModule.isInChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isinchunk", + "runtime.LoadScriptRuntimeModule.isOptional": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isoptional", + "runtime.LoadScriptRuntimeModule.isProvided": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isprovided", + "runtime.LoadScriptRuntimeModule.libIdent": "webpack/namespaces/runtime.html#loadscriptruntimemodule#libident", + "runtime.LoadScriptRuntimeModule.nameForCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule#nameforcondition", + "runtime.LoadScriptRuntimeModule.needBuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule#needbuild", + "runtime.LoadScriptRuntimeModule.needRebuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule#needrebuild", + "runtime.LoadScriptRuntimeModule.originalSource": "webpack/namespaces/runtime.html#loadscriptruntimemodule#originalsource", + "runtime.LoadScriptRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.html#loadscriptruntimemodule#readableidentifier", + "runtime.LoadScriptRuntimeModule.removeChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#removechunk", + "runtime.LoadScriptRuntimeModule.removeDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#removedependency", + "runtime.LoadScriptRuntimeModule.serialize": "webpack/namespaces/runtime.html#loadscriptruntimemodule#serialize", + "runtime.LoadScriptRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.html#loadscriptruntimemodule#shouldisolate", + "runtime.LoadScriptRuntimeModule.size": "webpack/namespaces/runtime.html#loadscriptruntimemodule#size", + "runtime.LoadScriptRuntimeModule.source": "webpack/namespaces/runtime.html#loadscriptruntimemodule#source", + "runtime.LoadScriptRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule#updatecachemodule", + "runtime.LoadScriptRuntimeModule.updateHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#updatehash", + "runtime.LoadScriptRuntimeModule.getCompilationHooks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getcompilationhooks", + "RuntimeGlobals": "webpack/namespaces/RuntimeGlobals.html", + "RuntimeGlobals.amdDefine": "webpack/namespaces/RuntimeGlobals.html#amddefine", + "RuntimeGlobals.amdOptions": "webpack/namespaces/RuntimeGlobals.html#amdoptions", + "RuntimeGlobals.asyncModule": "webpack/namespaces/RuntimeGlobals.html#asyncmodule", + "RuntimeGlobals.asyncModuleDoneSymbol": "webpack/namespaces/RuntimeGlobals.html#asyncmoduledonesymbol", + "RuntimeGlobals.asyncModuleExportSymbol": "webpack/namespaces/RuntimeGlobals.html#asyncmoduleexportsymbol", + "RuntimeGlobals.baseURI": "webpack/namespaces/RuntimeGlobals.html#baseuri", + "RuntimeGlobals.chunkCallback": "webpack/namespaces/RuntimeGlobals.html#chunkcallback", + "RuntimeGlobals.chunkName": "webpack/namespaces/RuntimeGlobals.html#chunkname", + "RuntimeGlobals.compatGetDefaultExport": "webpack/namespaces/RuntimeGlobals.html#compatgetdefaultexport", + "RuntimeGlobals.createFakeNamespaceObject": "webpack/namespaces/RuntimeGlobals.html#createfakenamespaceobject", + "RuntimeGlobals.createScript": "webpack/namespaces/RuntimeGlobals.html#createscript", + "RuntimeGlobals.createScriptUrl": "webpack/namespaces/RuntimeGlobals.html#createscripturl", + "RuntimeGlobals.cssInjectStyle": "webpack/namespaces/RuntimeGlobals.html#cssinjectstyle", + "RuntimeGlobals.cssMergeStyleSheets": "webpack/namespaces/RuntimeGlobals.html#cssmergestylesheets", + "RuntimeGlobals.currentRemoteGetScope": "webpack/namespaces/RuntimeGlobals.html#currentremotegetscope", + "RuntimeGlobals.deferredModuleAsyncTransitiveDependencies": "webpack/namespaces/RuntimeGlobals.html#deferredmoduleasynctransitivedependencies", + "RuntimeGlobals.deferredModuleAsyncTransitiveDependenciesSymbol": "webpack/namespaces/RuntimeGlobals.html#deferredmoduleasynctransitivedependenciessymbol", + "RuntimeGlobals.definePropertyGetters": "webpack/namespaces/RuntimeGlobals.html#definepropertygetters", + "RuntimeGlobals.ensureChunk": "webpack/namespaces/RuntimeGlobals.html#ensurechunk", + "RuntimeGlobals.ensureChunkHandlers": "webpack/namespaces/RuntimeGlobals.html#ensurechunkhandlers", + "RuntimeGlobals.ensureChunkIncludeEntries": "webpack/namespaces/RuntimeGlobals.html#ensurechunkincludeentries", + "RuntimeGlobals.entryModuleId": "webpack/namespaces/RuntimeGlobals.html#entrymoduleid", + "RuntimeGlobals.esmId": "webpack/namespaces/RuntimeGlobals.html#esmid", + "RuntimeGlobals.esmIds": "webpack/namespaces/RuntimeGlobals.html#esmids", + "RuntimeGlobals.esmModules": "webpack/namespaces/RuntimeGlobals.html#esmmodules", + "RuntimeGlobals.esmRuntime": "webpack/namespaces/RuntimeGlobals.html#esmruntime", + "RuntimeGlobals.exports": "webpack/namespaces/RuntimeGlobals.html#exports", + "RuntimeGlobals.externalInstallChunk": "webpack/namespaces/RuntimeGlobals.html#externalinstallchunk", + "RuntimeGlobals.getChunkCssFilename": "webpack/namespaces/RuntimeGlobals.html#getchunkcssfilename", + "RuntimeGlobals.getChunkScriptFilename": "webpack/namespaces/RuntimeGlobals.html#getchunkscriptfilename", + "RuntimeGlobals.getChunkUpdateCssFilename": "webpack/namespaces/RuntimeGlobals.html#getchunkupdatecssfilename", + "RuntimeGlobals.getChunkUpdateScriptFilename": "webpack/namespaces/RuntimeGlobals.html#getchunkupdatescriptfilename", + "RuntimeGlobals.getFullHash": "webpack/namespaces/RuntimeGlobals.html#getfullhash", + "RuntimeGlobals.getTrustedTypesPolicy": "webpack/namespaces/RuntimeGlobals.html#gettrustedtypespolicy", + "RuntimeGlobals.getUpdateManifestFilename": "webpack/namespaces/RuntimeGlobals.html#getupdatemanifestfilename", + "RuntimeGlobals.global": "webpack/namespaces/RuntimeGlobals.html#global", + "RuntimeGlobals.harmonyModuleDecorator": "webpack/namespaces/RuntimeGlobals.html#harmonymoduledecorator", + "RuntimeGlobals.hasCssModules": "webpack/namespaces/RuntimeGlobals.html#hascssmodules", + "RuntimeGlobals.hasFetchPriority": "webpack/namespaces/RuntimeGlobals.html#hasfetchpriority", + "RuntimeGlobals.hasOwnProperty": "webpack/namespaces/RuntimeGlobals.html#hasownproperty", + "RuntimeGlobals.hmrDownloadManifest": "webpack/namespaces/RuntimeGlobals.html#hmrdownloadmanifest", + "RuntimeGlobals.hmrDownloadUpdateHandlers": "webpack/namespaces/RuntimeGlobals.html#hmrdownloadupdatehandlers", + "RuntimeGlobals.hmrInvalidateModuleHandlers": "webpack/namespaces/RuntimeGlobals.html#hmrinvalidatemodulehandlers", + "RuntimeGlobals.hmrModuleData": "webpack/namespaces/RuntimeGlobals.html#hmrmoduledata", + "RuntimeGlobals.hmrRuntimeStatePrefix": "webpack/namespaces/RuntimeGlobals.html#hmrruntimestateprefix", + "RuntimeGlobals.initializeSharing": "webpack/namespaces/RuntimeGlobals.html#initializesharing", + "RuntimeGlobals.instantiateWasm": "webpack/namespaces/RuntimeGlobals.html#instantiatewasm", + "RuntimeGlobals.interceptModuleExecution": "webpack/namespaces/RuntimeGlobals.html#interceptmoduleexecution", + "RuntimeGlobals.loadScript": "webpack/namespaces/RuntimeGlobals.html#loadscript", + "RuntimeGlobals.makeDeferredNamespaceObject": "webpack/namespaces/RuntimeGlobals.html#makedeferrednamespaceobject", + "RuntimeGlobals.makeNamespaceObject": "webpack/namespaces/RuntimeGlobals.html#makenamespaceobject", + "RuntimeGlobals.makeOptimizedDeferredNamespaceObject": "webpack/namespaces/RuntimeGlobals.html#makeoptimizeddeferrednamespaceobject", + "RuntimeGlobals.module": "webpack/namespaces/RuntimeGlobals.html#module", + "RuntimeGlobals.moduleCache": "webpack/namespaces/RuntimeGlobals.html#modulecache", + "RuntimeGlobals.moduleFactories": "webpack/namespaces/RuntimeGlobals.html#modulefactories", + "RuntimeGlobals.moduleFactoriesAddOnly": "webpack/namespaces/RuntimeGlobals.html#modulefactoriesaddonly", + "RuntimeGlobals.moduleId": "webpack/namespaces/RuntimeGlobals.html#moduleid", + "RuntimeGlobals.moduleLoaded": "webpack/namespaces/RuntimeGlobals.html#moduleloaded", + "RuntimeGlobals.nodeModuleDecorator": "webpack/namespaces/RuntimeGlobals.html#nodemoduledecorator", + "RuntimeGlobals.onChunksLoaded": "webpack/namespaces/RuntimeGlobals.html#onchunksloaded", + "RuntimeGlobals.prefetchChunk": "webpack/namespaces/RuntimeGlobals.html#prefetchchunk", + "RuntimeGlobals.prefetchChunkHandlers": "webpack/namespaces/RuntimeGlobals.html#prefetchchunkhandlers", + "RuntimeGlobals.preloadChunk": "webpack/namespaces/RuntimeGlobals.html#preloadchunk", + "RuntimeGlobals.preloadChunkHandlers": "webpack/namespaces/RuntimeGlobals.html#preloadchunkhandlers", + "RuntimeGlobals.publicPath": "webpack/namespaces/RuntimeGlobals.html#publicpath", + "RuntimeGlobals.relativeUrl": "webpack/namespaces/RuntimeGlobals.html#relativeurl", + "RuntimeGlobals.require": "webpack/namespaces/RuntimeGlobals.html#require", + "RuntimeGlobals.requireScope": "webpack/namespaces/RuntimeGlobals.html#requirescope", + "RuntimeGlobals.returnExportsFromRuntime": "webpack/namespaces/RuntimeGlobals.html#returnexportsfromruntime", + "RuntimeGlobals.runtimeId": "webpack/namespaces/RuntimeGlobals.html#runtimeid", + "RuntimeGlobals.scriptNonce": "webpack/namespaces/RuntimeGlobals.html#scriptnonce", + "RuntimeGlobals.shareScopeMap": "webpack/namespaces/RuntimeGlobals.html#sharescopemap", + "RuntimeGlobals.startup": "webpack/namespaces/RuntimeGlobals.html#startup", + "RuntimeGlobals.startupEntrypoint": "webpack/namespaces/RuntimeGlobals.html#startupentrypoint", + "RuntimeGlobals.startupNoDefault": "webpack/namespaces/RuntimeGlobals.html#startupnodefault", + "RuntimeGlobals.startupOnlyAfter": "webpack/namespaces/RuntimeGlobals.html#startuponlyafter", + "RuntimeGlobals.startupOnlyBefore": "webpack/namespaces/RuntimeGlobals.html#startuponlybefore", + "RuntimeGlobals.system": "webpack/namespaces/RuntimeGlobals.html#system", + "RuntimeGlobals.systemContext": "webpack/namespaces/RuntimeGlobals.html#systemcontext", + "RuntimeGlobals.thisAsExports": "webpack/namespaces/RuntimeGlobals.html#thisasexports", + "RuntimeGlobals.toBinary": "webpack/namespaces/RuntimeGlobals.html#tobinary", + "RuntimeGlobals.uncaughtErrorHandler": "webpack/namespaces/RuntimeGlobals.html#uncaughterrorhandler", + "RuntimeGlobals.wasmInstances": "webpack/namespaces/RuntimeGlobals.html#wasminstances", + "sharing": "webpack/namespaces/sharing.html", + "sharing.ConsumeSharedPlugin": "webpack/namespaces/sharing.html#consumesharedplugin", + "sharing.ConsumeSharedPlugin.constructor": "webpack/namespaces/sharing.html#consumesharedplugin#constructor", + "sharing.ConsumeSharedPlugin.constructor.ConsumeSharedPlugin": "webpack/namespaces/sharing.html#consumesharedplugin#constructorconsumesharedplugin", + "sharing.ConsumeSharedPlugin.options": "webpack/namespaces/sharing.html#consumesharedplugin#options", + "sharing.ConsumeSharedPlugin.apply": "webpack/namespaces/sharing.html#consumesharedplugin#apply", + "sharing.ProvideSharedPlugin": "webpack/namespaces/sharing.html#providesharedplugin", + "sharing.ProvideSharedPlugin.constructor": "webpack/namespaces/sharing.html#providesharedplugin#constructor", + "sharing.ProvideSharedPlugin.constructor.ProvideSharedPlugin": "webpack/namespaces/sharing.html#providesharedplugin#constructorprovidesharedplugin", + "sharing.ProvideSharedPlugin.options": "webpack/namespaces/sharing.html#providesharedplugin#options", + "sharing.ProvideSharedPlugin.apply": "webpack/namespaces/sharing.html#providesharedplugin#apply", + "sharing.SharePlugin": "webpack/namespaces/sharing.html#shareplugin", + "sharing.SharePlugin.constructor": "webpack/namespaces/sharing.html#shareplugin#constructor", + "sharing.SharePlugin.constructor.SharePlugin": "webpack/namespaces/sharing.html#shareplugin#constructorshareplugin", + "sharing.SharePlugin.apply": "webpack/namespaces/sharing.html#shareplugin#apply", + "sharing.scope": "webpack/namespaces/sharing.html#scope", + "sharing.scope.__type.__type": "webpack/namespaces/sharing.html#scope#type", + "sharing.scope.__type.__type.T": "webpack/namespaces/sharing.html#scope#typet", + "sources": "webpack/namespaces/sources.html", + "sources.CachedSource": "webpack/namespaces/sources.html#cachedsource", + "sources.CachedSource.constructor": "webpack/namespaces/sources.html#cachedsource#constructor", + "sources.CachedSource.constructor.CachedSource": "webpack/namespaces/sources.html#cachedsource#constructorcachedsource", + "sources.CachedSource.buffer": "webpack/namespaces/sources.html#cachedsource#buffer", + "sources.CachedSource.getCachedData": "webpack/namespaces/sources.html#cachedsource#getcacheddata", + "sources.CachedSource.map": "webpack/namespaces/sources.html#cachedsource#map", + "sources.CachedSource.original": "webpack/namespaces/sources.html#cachedsource#original", + "sources.CachedSource.originalLazy": "webpack/namespaces/sources.html#cachedsource#originallazy", + "sources.CachedSource.size": "webpack/namespaces/sources.html#cachedsource#size", + "sources.CachedSource.source": "webpack/namespaces/sources.html#cachedsource#source", + "sources.CachedSource.sourceAndMap": "webpack/namespaces/sources.html#cachedsource#sourceandmap", + "sources.CachedSource.streamChunks": "webpack/namespaces/sources.html#cachedsource#streamchunks", + "sources.CachedSource.updateHash": "webpack/namespaces/sources.html#cachedsource#updatehash", + "sources.CompatSource": "webpack/namespaces/sources.html#compatsource", + "sources.CompatSource.constructor": "webpack/namespaces/sources.html#compatsource#constructor", + "sources.CompatSource.constructor.CompatSource": "webpack/namespaces/sources.html#compatsource#constructorcompatsource", + "sources.CompatSource.buffer": "webpack/namespaces/sources.html#compatsource#buffer", + "sources.CompatSource.map": "webpack/namespaces/sources.html#compatsource#map", + "sources.CompatSource.size": "webpack/namespaces/sources.html#compatsource#size", + "sources.CompatSource.source": "webpack/namespaces/sources.html#compatsource#source", + "sources.CompatSource.sourceAndMap": "webpack/namespaces/sources.html#compatsource#sourceandmap", + "sources.CompatSource.updateHash": "webpack/namespaces/sources.html#compatsource#updatehash", + "sources.CompatSource.from": "webpack/namespaces/sources.html#compatsource#from", + "sources.ConcatSource": "webpack/namespaces/sources.html#concatsource", + "sources.ConcatSource.constructor": "webpack/namespaces/sources.html#concatsource#constructor", + "sources.ConcatSource.constructor.ConcatSource": "webpack/namespaces/sources.html#concatsource#constructorconcatsource", + "sources.ConcatSource.add": "webpack/namespaces/sources.html#concatsource#add", + "sources.ConcatSource.addAllSkipOptimizing": "webpack/namespaces/sources.html#concatsource#addallskipoptimizing", + "sources.ConcatSource.buffer": "webpack/namespaces/sources.html#concatsource#buffer", + "sources.ConcatSource.getChildren": "webpack/namespaces/sources.html#concatsource#getchildren", + "sources.ConcatSource.map": "webpack/namespaces/sources.html#concatsource#map", + "sources.ConcatSource.size": "webpack/namespaces/sources.html#concatsource#size", + "sources.ConcatSource.source": "webpack/namespaces/sources.html#concatsource#source", + "sources.ConcatSource.sourceAndMap": "webpack/namespaces/sources.html#concatsource#sourceandmap", + "sources.ConcatSource.streamChunks": "webpack/namespaces/sources.html#concatsource#streamchunks", + "sources.ConcatSource.updateHash": "webpack/namespaces/sources.html#concatsource#updatehash", + "sources.OriginalSource": "webpack/namespaces/sources.html#originalsource", + "sources.OriginalSource.constructor": "webpack/namespaces/sources.html#originalsource#constructor", + "sources.OriginalSource.constructor.OriginalSource": "webpack/namespaces/sources.html#originalsource#constructororiginalsource", + "sources.OriginalSource.buffer": "webpack/namespaces/sources.html#originalsource#buffer", + "sources.OriginalSource.getName": "webpack/namespaces/sources.html#originalsource#getname", + "sources.OriginalSource.map": "webpack/namespaces/sources.html#originalsource#map", + "sources.OriginalSource.size": "webpack/namespaces/sources.html#originalsource#size", + "sources.OriginalSource.source": "webpack/namespaces/sources.html#originalsource#source", + "sources.OriginalSource.sourceAndMap": "webpack/namespaces/sources.html#originalsource#sourceandmap", + "sources.OriginalSource.streamChunks": "webpack/namespaces/sources.html#originalsource#streamchunks", + "sources.OriginalSource.updateHash": "webpack/namespaces/sources.html#originalsource#updatehash", + "sources.PrefixSource": "webpack/namespaces/sources.html#prefixsource", + "sources.PrefixSource.constructor": "webpack/namespaces/sources.html#prefixsource#constructor", + "sources.PrefixSource.constructor.PrefixSource": "webpack/namespaces/sources.html#prefixsource#constructorprefixsource", + "sources.PrefixSource.buffer": "webpack/namespaces/sources.html#prefixsource#buffer", + "sources.PrefixSource.getPrefix": "webpack/namespaces/sources.html#prefixsource#getprefix", + "sources.PrefixSource.map": "webpack/namespaces/sources.html#prefixsource#map", + "sources.PrefixSource.original": "webpack/namespaces/sources.html#prefixsource#original", + "sources.PrefixSource.size": "webpack/namespaces/sources.html#prefixsource#size", + "sources.PrefixSource.source": "webpack/namespaces/sources.html#prefixsource#source", + "sources.PrefixSource.sourceAndMap": "webpack/namespaces/sources.html#prefixsource#sourceandmap", + "sources.PrefixSource.streamChunks": "webpack/namespaces/sources.html#prefixsource#streamchunks", + "sources.PrefixSource.updateHash": "webpack/namespaces/sources.html#prefixsource#updatehash", + "sources.RawSource": "webpack/namespaces/sources.html#rawsource", + "sources.RawSource.constructor": "webpack/namespaces/sources.html#rawsource#constructor", + "sources.RawSource.constructor.RawSource": "webpack/namespaces/sources.html#rawsource#constructorrawsource", + "sources.RawSource.buffer": "webpack/namespaces/sources.html#rawsource#buffer", + "sources.RawSource.isBuffer": "webpack/namespaces/sources.html#rawsource#isbuffer", + "sources.RawSource.map": "webpack/namespaces/sources.html#rawsource#map", + "sources.RawSource.size": "webpack/namespaces/sources.html#rawsource#size", + "sources.RawSource.source": "webpack/namespaces/sources.html#rawsource#source", + "sources.RawSource.sourceAndMap": "webpack/namespaces/sources.html#rawsource#sourceandmap", + "sources.RawSource.streamChunks": "webpack/namespaces/sources.html#rawsource#streamchunks", + "sources.RawSource.updateHash": "webpack/namespaces/sources.html#rawsource#updatehash", + "sources.ReplaceSource": "webpack/namespaces/sources.html#replacesource", + "sources.ReplaceSource.constructor": "webpack/namespaces/sources.html#replacesource#constructor", + "sources.ReplaceSource.constructor.ReplaceSource": "webpack/namespaces/sources.html#replacesource#constructorreplacesource", + "sources.ReplaceSource.Replacement": "webpack/namespaces/sources.html#replacesource#replacement", + "sources.ReplaceSource.buffer": "webpack/namespaces/sources.html#replacesource#buffer", + "sources.ReplaceSource.getName": "webpack/namespaces/sources.html#replacesource#getname", + "sources.ReplaceSource.getReplacements": "webpack/namespaces/sources.html#replacesource#getreplacements", + "sources.ReplaceSource.insert": "webpack/namespaces/sources.html#replacesource#insert", + "sources.ReplaceSource.map": "webpack/namespaces/sources.html#replacesource#map", + "sources.ReplaceSource.original": "webpack/namespaces/sources.html#replacesource#original", + "sources.ReplaceSource.replace": "webpack/namespaces/sources.html#replacesource#replace", + "sources.ReplaceSource.size": "webpack/namespaces/sources.html#replacesource#size", + "sources.ReplaceSource.source": "webpack/namespaces/sources.html#replacesource#source", + "sources.ReplaceSource.sourceAndMap": "webpack/namespaces/sources.html#replacesource#sourceandmap", + "sources.ReplaceSource.streamChunks": "webpack/namespaces/sources.html#replacesource#streamchunks", + "sources.ReplaceSource.updateHash": "webpack/namespaces/sources.html#replacesource#updatehash", + "sources.SizeOnlySource": "webpack/namespaces/sources.html#sizeonlysource", + "sources.SizeOnlySource.constructor": "webpack/namespaces/sources.html#sizeonlysource#constructor", + "sources.SizeOnlySource.constructor.SizeOnlySource": "webpack/namespaces/sources.html#sizeonlysource#constructorsizeonlysource", + "sources.SizeOnlySource.buffer": "webpack/namespaces/sources.html#sizeonlysource#buffer", + "sources.SizeOnlySource.map": "webpack/namespaces/sources.html#sizeonlysource#map", + "sources.SizeOnlySource.size": "webpack/namespaces/sources.html#sizeonlysource#size", + "sources.SizeOnlySource.source": "webpack/namespaces/sources.html#sizeonlysource#source", + "sources.SizeOnlySource.sourceAndMap": "webpack/namespaces/sources.html#sizeonlysource#sourceandmap", + "sources.SizeOnlySource.updateHash": "webpack/namespaces/sources.html#sizeonlysource#updatehash", + "sources.Source": "webpack/namespaces/sources.html#source", + "sources.Source.constructor": "webpack/namespaces/sources.html#source#constructor", + "sources.Source.constructor.Source": "webpack/namespaces/sources.html#source#constructorsource", + "sources.Source.buffer": "webpack/namespaces/sources.html#source#buffer", + "sources.Source.map": "webpack/namespaces/sources.html#source#map", + "sources.Source.size": "webpack/namespaces/sources.html#source#size", + "sources.Source.source": "webpack/namespaces/sources.html#source#source", + "sources.Source.sourceAndMap": "webpack/namespaces/sources.html#source#sourceandmap", + "sources.Source.updateHash": "webpack/namespaces/sources.html#source#updatehash", + "sources.SourceMapSource": "webpack/namespaces/sources.html#sourcemapsource", + "sources.SourceMapSource.constructor": "webpack/namespaces/sources.html#sourcemapsource#constructor", + "sources.SourceMapSource.constructor.SourceMapSource": "webpack/namespaces/sources.html#sourcemapsource#constructorsourcemapsource", + "sources.SourceMapSource.buffer": "webpack/namespaces/sources.html#sourcemapsource#buffer", + "sources.SourceMapSource.getArgsAsBuffers": "webpack/namespaces/sources.html#sourcemapsource#getargsasbuffers", + "sources.SourceMapSource.map": "webpack/namespaces/sources.html#sourcemapsource#map", + "sources.SourceMapSource.size": "webpack/namespaces/sources.html#sourcemapsource#size", + "sources.SourceMapSource.source": "webpack/namespaces/sources.html#sourcemapsource#source", + "sources.SourceMapSource.sourceAndMap": "webpack/namespaces/sources.html#sourcemapsource#sourceandmap", + "sources.SourceMapSource.streamChunks": "webpack/namespaces/sources.html#sourcemapsource#streamchunks", + "sources.SourceMapSource.updateHash": "webpack/namespaces/sources.html#sourcemapsource#updatehash", + "util": "webpack/namespaces/util/index.html", + "util.comparators": "webpack/namespaces/util/namespaces/comparators.html", + "util.comparators.compareChunkGroupsByIndex": "webpack/namespaces/util/namespaces/comparators.html#comparechunkgroupsbyindex", + "util.comparators.compareChunkGroupsByIndex.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparechunkgroupsbyindex#type", + "util.comparators.compareChunks": "webpack/namespaces/util/namespaces/comparators.html#comparechunks", + "util.comparators.compareChunksById": "webpack/namespaces/util/namespaces/comparators.html#comparechunksbyid", + "util.comparators.compareChunksById.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparechunksbyid#type", + "util.comparators.compareChunksNatural": "webpack/namespaces/util/namespaces/comparators.html#comparechunksnatural", + "util.comparators.compareChunksNatural.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparechunksnatural#type", + "util.comparators.compareIds": "webpack/namespaces/util/namespaces/comparators.html#compareids", + "util.comparators.compareIds.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#compareids#type", + "util.comparators.compareIterables": "webpack/namespaces/util/namespaces/comparators.html#compareiterables", + "util.comparators.compareIterables.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#compareiterables#type", + "util.comparators.compareIterables.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#compareiterables#typet", + "util.comparators.compareLocations": "webpack/namespaces/util/namespaces/comparators.html#comparelocations", + "util.comparators.compareLocations.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparelocations#type", + "util.comparators.compareModulesByFullName": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyfullname", + "util.comparators.compareModulesById": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyid", + "util.comparators.compareModulesByIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyidentifier", + "util.comparators.compareModulesByIdentifier.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyidentifier#type", + "util.comparators.compareModulesByIdOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyidoridentifier", + "util.comparators.compareModulesByPostOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbypostorderindexoridentifier", + "util.comparators.compareModulesByPreOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbypreorderindexoridentifier", + "util.comparators.compareNumbers": "webpack/namespaces/util/namespaces/comparators.html#comparenumbers", + "util.comparators.compareNumbers.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparenumbers#type", + "util.comparators.compareSelect": "webpack/namespaces/util/namespaces/comparators.html#compareselect", + "util.comparators.compareSelect.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#compareselect#type", + "util.comparators.compareSelect.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#compareselect#typet", + "util.comparators.compareSelect.__type.__type.R": "webpack/namespaces/util/namespaces/comparators.html#compareselect#typer", + "util.comparators.compareStrings": "webpack/namespaces/util/namespaces/comparators.html#comparestrings", + "util.comparators.compareStrings.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparestrings#type", + "util.comparators.compareStringsNumeric": "webpack/namespaces/util/namespaces/comparators.html#comparestringsnumeric", + "util.comparators.compareStringsNumeric.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparestringsnumeric#type", + "util.comparators.concatComparators": "webpack/namespaces/util/namespaces/comparators.html#concatcomparators", + "util.comparators.concatComparators.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#concatcomparators#type", + "util.comparators.concatComparators.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#concatcomparators#typet", + "util.comparators.keepOriginalOrder": "webpack/namespaces/util/namespaces/comparators.html#keeporiginalorder", + "util.comparators.keepOriginalOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#keeporiginalorder#type", + "util.comparators.keepOriginalOrder.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#keeporiginalorder#typet", + "util.comparators.sortWithSourceOrder": "webpack/namespaces/util/namespaces/comparators.html#sortwithsourceorder", + "util.comparators.sortWithSourceOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#sortwithsourceorder#type", + "util.compileBooleanMatcher": "webpack/namespaces/util/index.html#compilebooleanmatcher", + "util.compileBooleanMatcher.fromLists": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#fromlists", + "util.compileBooleanMatcher.fromLists.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#fromlists#type", + "util.compileBooleanMatcher.itemsToRegexp": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#itemstoregexp", + "util.compileBooleanMatcher.itemsToRegexp.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#itemstoregexp#type", + "util.runtime": "webpack/namespaces/util/namespaces/runtime.html", + "util.runtime.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap", + "util.runtime.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#t", + "util.runtime.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#r", + "util.runtime.RuntimeSpecMap.constructor": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructor", + "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructorruntimespecmap", + "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructorruntimespecmapt", + "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructorruntimespecmapr", + "util.runtime.RuntimeSpecMap.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#size", + "util.runtime.RuntimeSpecMap.size.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#sizesize", + "util.runtime.RuntimeSpecMap.delete": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#delete", + "util.runtime.RuntimeSpecMap.get": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#get", + "util.runtime.RuntimeSpecMap.has": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#has", + "util.runtime.RuntimeSpecMap.keys": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#keys", + "util.runtime.RuntimeSpecMap.provide": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#provide", + "util.runtime.RuntimeSpecMap.set": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#set", + "util.runtime.RuntimeSpecMap.update": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#update", + "util.runtime.RuntimeSpecMap.values": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#values", + "util.runtime.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset", + "util.runtime.RuntimeSpecSet.constructor": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#constructor", + "util.runtime.RuntimeSpecSet.constructor.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#constructorruntimespecset", + "util.runtime.RuntimeSpecSet.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#size", + "util.runtime.RuntimeSpecSet.size.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#sizesize", + "util.runtime.RuntimeSpecSet.[iterator]": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#iterator", + "util.runtime.RuntimeSpecSet.add": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#add", + "util.runtime.RuntimeSpecSet.has": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#has", + "util.runtime.compareRuntime": "webpack/namespaces/util/namespaces/runtime.html#compareruntime", + "util.runtime.compareRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#compareruntime#type", + "util.runtime.filterRuntime": "webpack/namespaces/util/namespaces/runtime.html#filterruntime", + "util.runtime.filterRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#filterruntime#type", + "util.runtime.forEachRuntime": "webpack/namespaces/util/namespaces/runtime.html#foreachruntime", + "util.runtime.forEachRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#foreachruntime#type", + "util.runtime.getEntryRuntime": "webpack/namespaces/util/namespaces/runtime.html#getentryruntime", + "util.runtime.getEntryRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#getentryruntime#type", + "util.runtime.getRuntimeKey": "webpack/namespaces/util/namespaces/runtime.html#getruntimekey", + "util.runtime.getRuntimeKey.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#getruntimekey#type", + "util.runtime.intersectRuntime": "webpack/namespaces/util/namespaces/runtime.html#intersectruntime", + "util.runtime.intersectRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#intersectruntime#type", + "util.runtime.keyToRuntime": "webpack/namespaces/util/namespaces/runtime.html#keytoruntime", + "util.runtime.keyToRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#keytoruntime#type", + "util.runtime.mergeRuntime": "webpack/namespaces/util/namespaces/runtime.html#mergeruntime", + "util.runtime.mergeRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntime#type", + "util.runtime.mergeRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimecondition", + "util.runtime.mergeRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimecondition#type", + "util.runtime.mergeRuntimeConditionNonFalse": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeconditionnonfalse", + "util.runtime.mergeRuntimeConditionNonFalse.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeconditionnonfalse#type", + "util.runtime.mergeRuntimeOwned": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeowned", + "util.runtime.mergeRuntimeOwned.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeowned#type", + "util.runtime.runtimeConditionToString": "webpack/namespaces/util/namespaces/runtime.html#runtimeconditiontostring", + "util.runtime.runtimeConditionToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtimeconditiontostring#type", + "util.runtime.runtimeEqual": "webpack/namespaces/util/namespaces/runtime.html#runtimeequal", + "util.runtime.runtimeEqual.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtimeequal#type", + "util.runtime.runtimeToString": "webpack/namespaces/util/namespaces/runtime.html#runtimetostring", + "util.runtime.runtimeToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtimetostring#type", + "util.runtime.subtractRuntime": "webpack/namespaces/util/namespaces/runtime.html#subtractruntime", + "util.runtime.subtractRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#subtractruntime#type", + "util.runtime.subtractRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.html#subtractruntimecondition", + "util.runtime.subtractRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#subtractruntimecondition#type", + "util.serialization": "webpack/namespaces/util/namespaces/serialization.html", + "util.serialization.buffersSerializer": "webpack/namespaces/util/namespaces/serialization.html#buffersserializer", + "util.serialization.createFileSerializer": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer", + "util.serialization.createFileSerializer.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#type", + "util.serialization.createFileSerializer.__type.__type.D": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#typed", + "util.serialization.createFileSerializer.__type.__type.S": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#types", + "util.serialization.createFileSerializer.__type.__type.C": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#typec", + "util.serialization.MEASURE_END_OPERATION": "webpack/namespaces/util/namespaces/serialization.html#measure-end-operation", + "util.serialization.MEASURE_START_OPERATION": "webpack/namespaces/util/namespaces/serialization.html#measure-start-operation", + "util.serialization.NOT_SERIALIZABLE": "webpack/namespaces/util/namespaces/serialization.html#not-serializable", + "util.serialization.register": "webpack/namespaces/util/namespaces/serialization.html#register", + "util.serialization.register.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#register#type", + "util.serialization.registerLoader": "webpack/namespaces/util/namespaces/serialization.html#registerloader", + "util.serialization.registerLoader.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#registerloader#type", + "util.serialization.registerNotSerializable": "webpack/namespaces/util/namespaces/serialization.html#registernotserializable", + "util.serialization.registerNotSerializable.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#registernotserializable#type", + "util.LazySet": "webpack/namespaces/util/index.html#lazyset", + "util.LazySet.T": "webpack/namespaces/util/index.html#lazyset#t", + "util.LazySet.constructor": "webpack/namespaces/util/index.html#lazyset#constructor", + "util.LazySet.constructor.LazySet": "webpack/namespaces/util/index.html#lazyset#constructorlazyset", + "util.LazySet.constructor.LazySet.T": "webpack/namespaces/util/index.html#lazyset#constructorlazysett", + "util.LazySet.size": "webpack/namespaces/util/index.html#lazyset#size", + "util.LazySet.size.size": "webpack/namespaces/util/index.html#lazyset#sizesize", + "util.LazySet.[iterator]": "webpack/namespaces/util/index.html#lazyset#iterator", + "util.LazySet.add": "webpack/namespaces/util/index.html#lazyset#add", + "util.LazySet.addAll": "webpack/namespaces/util/index.html#lazyset#addall", + "util.LazySet.clear": "webpack/namespaces/util/index.html#lazyset#clear", + "util.LazySet.delete": "webpack/namespaces/util/index.html#lazyset#delete", + "util.LazySet.entries": "webpack/namespaces/util/index.html#lazyset#entries", + "util.LazySet.forEach": "webpack/namespaces/util/index.html#lazyset#foreach", + "util.LazySet.has": "webpack/namespaces/util/index.html#lazyset#has", + "util.LazySet.keys": "webpack/namespaces/util/index.html#lazyset#keys", + "util.LazySet.serialize": "webpack/namespaces/util/index.html#lazyset#serialize", + "util.LazySet.values": "webpack/namespaces/util/index.html#lazyset#values", + "util.LazySet.deserialize": "webpack/namespaces/util/index.html#lazyset#deserialize", + "util.cleverMerge": "webpack/namespaces/util/index.html#clevermerge", + "util.cleverMerge.__type.__type": "webpack/namespaces/util/index.html#clevermerge#type", + "util.cleverMerge.__type.__type.T": "webpack/namespaces/util/index.html#clevermerge#typet", + "util.cleverMerge.__type.__type.O": "webpack/namespaces/util/index.html#clevermerge#typeo", + "util.createHash": "webpack/namespaces/util/index.html#createhash", + "util.createHash.__type.__type": "webpack/namespaces/util/index.html#createhash#type", + "util.compileBooleanMatcher.compileBooleanMatcher": "webpack/namespaces/util/index.html#compilebooleanmatcher#compilebooleanmatcher", + "wasm": "webpack/namespaces/wasm.html", + "wasm.AsyncWebAssemblyModulesPlugin": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin", + "wasm.AsyncWebAssemblyModulesPlugin.constructor": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#constructor", + "wasm.AsyncWebAssemblyModulesPlugin.constructor.AsyncWebAssemblyModulesPlugin": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#constructorasyncwebassemblymodulesplugin", + "wasm.AsyncWebAssemblyModulesPlugin.options": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#options", + "wasm.AsyncWebAssemblyModulesPlugin.apply": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#apply", + "wasm.AsyncWebAssemblyModulesPlugin.renderModule": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#rendermodule", + "wasm.AsyncWebAssemblyModulesPlugin.getCompilationHooks": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#getcompilationhooks", + "wasm.EnableWasmLoadingPlugin": "webpack/namespaces/wasm.html#enablewasmloadingplugin", + "wasm.EnableWasmLoadingPlugin.constructor": "webpack/namespaces/wasm.html#enablewasmloadingplugin#constructor", + "wasm.EnableWasmLoadingPlugin.constructor.EnableWasmLoadingPlugin": "webpack/namespaces/wasm.html#enablewasmloadingplugin#constructorenablewasmloadingplugin", + "wasm.EnableWasmLoadingPlugin.type": "webpack/namespaces/wasm.html#enablewasmloadingplugin#type", + "wasm.EnableWasmLoadingPlugin.apply": "webpack/namespaces/wasm.html#enablewasmloadingplugin#apply", + "wasm.EnableWasmLoadingPlugin.checkEnabled": "webpack/namespaces/wasm.html#enablewasmloadingplugin#checkenabled", + "wasm.EnableWasmLoadingPlugin.setEnabled": "webpack/namespaces/wasm.html#enablewasmloadingplugin#setenabled", + "web": "webpack/namespaces/web.html", + "web.CssLoadingRuntimeModule": "webpack/namespaces/web.html#cssloadingruntimemodule", + "web.CssLoadingRuntimeModule.constructor": "webpack/namespaces/web.html#cssloadingruntimemodule#constructor", + "web.CssLoadingRuntimeModule.constructor.CssLoadingRuntimeModule": "webpack/namespaces/web.html#cssloadingruntimemodule#constructorcssloadingruntimemodule", + "web.CssLoadingRuntimeModule.blocks": "webpack/namespaces/web.html#cssloadingruntimemodule#blocks", + "web.CssLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.html#cssloadingruntimemodule#buildinfo", + "web.CssLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.html#cssloadingruntimemodule#buildmeta", + "web.CssLoadingRuntimeModule.chunk": "webpack/namespaces/web.html#cssloadingruntimemodule#chunk", + "web.CssLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.html#cssloadingruntimemodule#chunkgraph", + "web.CssLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.html#cssloadingruntimemodule#chunksiterable", + "web.CssLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.html#cssloadingruntimemodule#chunksiterablechunksiterable", + "web.CssLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#codegenerationdependencies", + "web.CssLoadingRuntimeModule.compilation": "webpack/namespaces/web.html#cssloadingruntimemodule#compilation", + "web.CssLoadingRuntimeModule.context": "webpack/namespaces/web.html#cssloadingruntimemodule#context", + "web.CssLoadingRuntimeModule.debugId": "webpack/namespaces/web.html#cssloadingruntimemodule#debugid", + "web.CssLoadingRuntimeModule.dependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#dependencies", + "web.CssLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.html#cssloadingruntimemodule#dependenthash", + "web.CssLoadingRuntimeModule.depth": "webpack/namespaces/web.html#cssloadingruntimemodule#depth", + "web.CssLoadingRuntimeModule.errors": "webpack/namespaces/web.html#cssloadingruntimemodule#errors", + "web.CssLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.html#cssloadingruntimemodule#errorserrors", + "web.CssLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#exportsargument", + "web.CssLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#exportsargumentexportsargument", + "web.CssLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.html#cssloadingruntimemodule#factorymeta", + "web.CssLoadingRuntimeModule.fullHash": "webpack/namespaces/web.html#cssloadingruntimemodule#fullhash", + "web.CssLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#hasequalschunks", + "web.CssLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#hasequalschunkshasequalschunks", + "web.CssLoadingRuntimeModule.hash": "webpack/namespaces/web.html#cssloadingruntimemodule#hash", + "web.CssLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.html#cssloadingruntimemodule#hashhash", + "web.CssLoadingRuntimeModule.hot": "webpack/namespaces/web.html#cssloadingruntimemodule#hot", + "web.CssLoadingRuntimeModule.id": "webpack/namespaces/web.html#cssloadingruntimemodule#id", + "web.CssLoadingRuntimeModule.index": "webpack/namespaces/web.html#cssloadingruntimemodule#index", + "web.CssLoadingRuntimeModule.index2": "webpack/namespaces/web.html#cssloadingruntimemodule#index2", + "web.CssLoadingRuntimeModule.issuer": "webpack/namespaces/web.html#cssloadingruntimemodule#issuer", + "web.CssLoadingRuntimeModule.isUsed": "webpack/namespaces/web.html#cssloadingruntimemodule#isused", + "web.CssLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.html#cssloadingruntimemodule#isusedisused", + "web.CssLoadingRuntimeModule.layer": "webpack/namespaces/web.html#cssloadingruntimemodule#layer", + "web.CssLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#moduleargument", + "web.CssLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#moduleargumentmoduleargument", + "web.CssLoadingRuntimeModule.name": "webpack/namespaces/web.html#cssloadingruntimemodule#name", + "web.CssLoadingRuntimeModule.needId": "webpack/namespaces/web.html#cssloadingruntimemodule#needid", + "web.CssLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.html#cssloadingruntimemodule#optimizationbailout", + "web.CssLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.html#cssloadingruntimemodule#optimizationbailoutoptimizationbailout", + "web.CssLoadingRuntimeModule.optional": "webpack/namespaces/web.html#cssloadingruntimemodule#optional", + "web.CssLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.html#cssloadingruntimemodule#optionaloptional", + "web.CssLoadingRuntimeModule.parent": "webpack/namespaces/web.html#cssloadingruntimemodule#parent", + "web.CssLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#presentationaldependencies", + "web.CssLoadingRuntimeModule.profile": "webpack/namespaces/web.html#cssloadingruntimemodule#profile", + "web.CssLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.html#cssloadingruntimemodule#renderedhash", + "web.CssLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.html#cssloadingruntimemodule#renderedhashrenderedhash", + "web.CssLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.html#cssloadingruntimemodule#resolveoptions", + "web.CssLoadingRuntimeModule.stage": "webpack/namespaces/web.html#cssloadingruntimemodule#stage", + "web.CssLoadingRuntimeModule.type": "webpack/namespaces/web.html#cssloadingruntimemodule#type", + "web.CssLoadingRuntimeModule.used": "webpack/namespaces/web.html#cssloadingruntimemodule#used", + "web.CssLoadingRuntimeModule.usedExports": "webpack/namespaces/web.html#cssloadingruntimemodule#usedexports", + "web.CssLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.html#cssloadingruntimemodule#usedexportsusedexports", + "web.CssLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.html#cssloadingruntimemodule#usesimplesourcemap", + "web.CssLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.html#cssloadingruntimemodule#usesourcemap", + "web.CssLoadingRuntimeModule.warnings": "webpack/namespaces/web.html#cssloadingruntimemodule#warnings", + "web.CssLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.html#cssloadingruntimemodule#warningswarnings", + "web.CssLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-attach", + "web.CssLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-basic", + "web.CssLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-normal", + "web.CssLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-trigger", + "web.CssLoadingRuntimeModule.addBlock": "webpack/namespaces/web.html#cssloadingruntimemodule#addblock", + "web.CssLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#addcachedependencies", + "web.CssLoadingRuntimeModule.addChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#addchunk", + "web.CssLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#addcodegenerationdependency", + "web.CssLoadingRuntimeModule.addDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#adddependency", + "web.CssLoadingRuntimeModule.addError": "webpack/namespaces/web.html#cssloadingruntimemodule#adderror", + "web.CssLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#addpresentationaldependency", + "web.CssLoadingRuntimeModule.addWarning": "webpack/namespaces/web.html#cssloadingruntimemodule#addwarning", + "web.CssLoadingRuntimeModule.attach": "webpack/namespaces/web.html#cssloadingruntimemodule#attach", + "web.CssLoadingRuntimeModule.build": "webpack/namespaces/web.html#cssloadingruntimemodule#build", + "web.CssLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.html#cssloadingruntimemodule#chunkcondition", + "web.CssLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.html#cssloadingruntimemodule#cleanupforcache", + "web.CssLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.html#cssloadingruntimemodule#cleardependenciesandblocks", + "web.CssLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.html#cssloadingruntimemodule#clearwarningsanderrors", + "web.CssLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.html#cssloadingruntimemodule#codegeneration", + "web.CssLoadingRuntimeModule.deserialize": "webpack/namespaces/web.html#cssloadingruntimemodule#deserialize", + "web.CssLoadingRuntimeModule.generate": "webpack/namespaces/web.html#cssloadingruntimemodule#generate", + "web.CssLoadingRuntimeModule.getChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#getchunks", + "web.CssLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.html#cssloadingruntimemodule#getconcatenationbailoutreason", + "web.CssLoadingRuntimeModule.getErrors": "webpack/namespaces/web.html#cssloadingruntimemodule#geterrors", + "web.CssLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.html#cssloadingruntimemodule#getexportstype", + "web.CssLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.html#cssloadingruntimemodule#getgeneratedcode", + "web.CssLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#getnumberofchunks", + "web.CssLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.html#cssloadingruntimemodule#getnumberoferrors", + "web.CssLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.html#cssloadingruntimemodule#getnumberofwarnings", + "web.CssLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.html#cssloadingruntimemodule#getrootblock", + "web.CssLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.html#cssloadingruntimemodule#getsideeffectsconnectionstate", + "web.CssLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.html#cssloadingruntimemodule#getsourcebasictypes-1", + "web.CssLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.html#cssloadingruntimemodule#getsourcetypes", + "web.CssLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.html#cssloadingruntimemodule#getunsafecachedata", + "web.CssLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.html#cssloadingruntimemodule#getwarnings", + "web.CssLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.html#cssloadingruntimemodule#haschunkcondition", + "web.CssLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#hasreasonforchunk", + "web.CssLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.html#cssloadingruntimemodule#hasreasons", + "web.CssLoadingRuntimeModule.identifier": "webpack/namespaces/web.html#cssloadingruntimemodule#identifier", + "web.CssLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.html#cssloadingruntimemodule#invalidatebuild", + "web.CssLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#isaccessibleinchunk", + "web.CssLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.html#cssloadingruntimemodule#isaccessibleinchunkgroup", + "web.CssLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.html#cssloadingruntimemodule#isentrymodule", + "web.CssLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#isinchunk", + "web.CssLoadingRuntimeModule.isOptional": "webpack/namespaces/web.html#cssloadingruntimemodule#isoptional", + "web.CssLoadingRuntimeModule.isProvided": "webpack/namespaces/web.html#cssloadingruntimemodule#isprovided", + "web.CssLoadingRuntimeModule.libIdent": "webpack/namespaces/web.html#cssloadingruntimemodule#libident", + "web.CssLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.html#cssloadingruntimemodule#nameforcondition", + "web.CssLoadingRuntimeModule.needBuild": "webpack/namespaces/web.html#cssloadingruntimemodule#needbuild", + "web.CssLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.html#cssloadingruntimemodule#needrebuild", + "web.CssLoadingRuntimeModule.originalSource": "webpack/namespaces/web.html#cssloadingruntimemodule#originalsource", + "web.CssLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.html#cssloadingruntimemodule#readableidentifier", + "web.CssLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#removechunk", + "web.CssLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#removedependency", + "web.CssLoadingRuntimeModule.serialize": "webpack/namespaces/web.html#cssloadingruntimemodule#serialize", + "web.CssLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.html#cssloadingruntimemodule#shouldisolate", + "web.CssLoadingRuntimeModule.size": "webpack/namespaces/web.html#cssloadingruntimemodule#size", + "web.CssLoadingRuntimeModule.source": "webpack/namespaces/web.html#cssloadingruntimemodule#source", + "web.CssLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.html#cssloadingruntimemodule#updatecachemodule", + "web.CssLoadingRuntimeModule.updateHash": "webpack/namespaces/web.html#cssloadingruntimemodule#updatehash", + "web.CssLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.html#cssloadingruntimemodule#getcompilationhooks", + "web.FetchCompileAsyncWasmPlugin": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin", + "web.FetchCompileAsyncWasmPlugin.constructor": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin#constructor", + "web.FetchCompileAsyncWasmPlugin.constructor.FetchCompileAsyncWasmPlugin": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin#constructorfetchcompileasyncwasmplugin", + "web.FetchCompileAsyncWasmPlugin.apply": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin#apply", + "web.FetchCompileWasmPlugin": "webpack/namespaces/web.html#fetchcompilewasmplugin", + "web.FetchCompileWasmPlugin.constructor": "webpack/namespaces/web.html#fetchcompilewasmplugin#constructor", + "web.FetchCompileWasmPlugin.constructor.FetchCompileWasmPlugin": "webpack/namespaces/web.html#fetchcompilewasmplugin#constructorfetchcompilewasmplugin", + "web.FetchCompileWasmPlugin.options": "webpack/namespaces/web.html#fetchcompilewasmplugin#options", + "web.FetchCompileWasmPlugin.apply": "webpack/namespaces/web.html#fetchcompilewasmplugin#apply", + "web.JsonpChunkLoadingRuntimeModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule", + "web.JsonpChunkLoadingRuntimeModule.constructor": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#constructor", + "web.JsonpChunkLoadingRuntimeModule.constructor.JsonpChunkLoadingRuntimeModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#constructorjsonpchunkloadingruntimemodule", + "web.JsonpChunkLoadingRuntimeModule.blocks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#blocks", + "web.JsonpChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#buildinfo", + "web.JsonpChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#buildmeta", + "web.JsonpChunkLoadingRuntimeModule.chunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunk", + "web.JsonpChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunkgraph", + "web.JsonpChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunksiterable", + "web.JsonpChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunksiterablechunksiterable", + "web.JsonpChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#codegenerationdependencies", + "web.JsonpChunkLoadingRuntimeModule.compilation": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#compilation", + "web.JsonpChunkLoadingRuntimeModule.context": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#context", + "web.JsonpChunkLoadingRuntimeModule.debugId": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#debugid", + "web.JsonpChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#dependencies", + "web.JsonpChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#dependenthash", + "web.JsonpChunkLoadingRuntimeModule.depth": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#depth", + "web.JsonpChunkLoadingRuntimeModule.errors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#errors", + "web.JsonpChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#errorserrors", + "web.JsonpChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#exportsargument", + "web.JsonpChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#exportsargumentexportsargument", + "web.JsonpChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#factorymeta", + "web.JsonpChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#fullhash", + "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasequalschunks", + "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasequalschunkshasequalschunks", + "web.JsonpChunkLoadingRuntimeModule.hash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hash", + "web.JsonpChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hashhash", + "web.JsonpChunkLoadingRuntimeModule.hot": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hot", + "web.JsonpChunkLoadingRuntimeModule.id": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#id", + "web.JsonpChunkLoadingRuntimeModule.index": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#index", + "web.JsonpChunkLoadingRuntimeModule.index2": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#index2", + "web.JsonpChunkLoadingRuntimeModule.issuer": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#issuer", + "web.JsonpChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isused", + "web.JsonpChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isusedisused", + "web.JsonpChunkLoadingRuntimeModule.layer": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#layer", + "web.JsonpChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#moduleargument", + "web.JsonpChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#moduleargumentmoduleargument", + "web.JsonpChunkLoadingRuntimeModule.name": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#name", + "web.JsonpChunkLoadingRuntimeModule.needId": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#needid", + "web.JsonpChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optimizationbailout", + "web.JsonpChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optimizationbailoutoptimizationbailout", + "web.JsonpChunkLoadingRuntimeModule.optional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optional", + "web.JsonpChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optionaloptional", + "web.JsonpChunkLoadingRuntimeModule.parent": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#parent", + "web.JsonpChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#presentationaldependencies", + "web.JsonpChunkLoadingRuntimeModule.profile": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#profile", + "web.JsonpChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#renderedhash", + "web.JsonpChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#renderedhashrenderedhash", + "web.JsonpChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#resolveoptions", + "web.JsonpChunkLoadingRuntimeModule.stage": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage", + "web.JsonpChunkLoadingRuntimeModule.type": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#type", + "web.JsonpChunkLoadingRuntimeModule.used": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#used", + "web.JsonpChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usedexports", + "web.JsonpChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usedexportsusedexports", + "web.JsonpChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usesimplesourcemap", + "web.JsonpChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usesourcemap", + "web.JsonpChunkLoadingRuntimeModule.warnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#warnings", + "web.JsonpChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#warningswarnings", + "web.JsonpChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-attach", + "web.JsonpChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-basic", + "web.JsonpChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-normal", + "web.JsonpChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-trigger", + "web.JsonpChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addblock", + "web.JsonpChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addcachedependencies", + "web.JsonpChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addchunk", + "web.JsonpChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addcodegenerationdependency", + "web.JsonpChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#adddependency", + "web.JsonpChunkLoadingRuntimeModule.addError": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#adderror", + "web.JsonpChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addpresentationaldependency", + "web.JsonpChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addwarning", + "web.JsonpChunkLoadingRuntimeModule.attach": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#attach", + "web.JsonpChunkLoadingRuntimeModule.build": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#build", + "web.JsonpChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunkcondition", + "web.JsonpChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#cleanupforcache", + "web.JsonpChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#cleardependenciesandblocks", + "web.JsonpChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#clearwarningsanderrors", + "web.JsonpChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#codegeneration", + "web.JsonpChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#deserialize", + "web.JsonpChunkLoadingRuntimeModule.generate": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#generate", + "web.JsonpChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getchunks", + "web.JsonpChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getconcatenationbailoutreason", + "web.JsonpChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#geterrors", + "web.JsonpChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getexportstype", + "web.JsonpChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getgeneratedcode", + "web.JsonpChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getnumberofchunks", + "web.JsonpChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getnumberoferrors", + "web.JsonpChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getnumberofwarnings", + "web.JsonpChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getrootblock", + "web.JsonpChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getsideeffectsconnectionstate", + "web.JsonpChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getsourcebasictypes-1", + "web.JsonpChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getsourcetypes", + "web.JsonpChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getunsafecachedata", + "web.JsonpChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getwarnings", + "web.JsonpChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#haschunkcondition", + "web.JsonpChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasreasonforchunk", + "web.JsonpChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasreasons", + "web.JsonpChunkLoadingRuntimeModule.identifier": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#identifier", + "web.JsonpChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#invalidatebuild", + "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isaccessibleinchunk", + "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isaccessibleinchunkgroup", + "web.JsonpChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isentrymodule", + "web.JsonpChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isinchunk", + "web.JsonpChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isoptional", + "web.JsonpChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isprovided", + "web.JsonpChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#libident", + "web.JsonpChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#nameforcondition", + "web.JsonpChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#needbuild", + "web.JsonpChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#needrebuild", + "web.JsonpChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#originalsource", + "web.JsonpChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#readableidentifier", + "web.JsonpChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#removechunk", + "web.JsonpChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#removedependency", + "web.JsonpChunkLoadingRuntimeModule.serialize": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#serialize", + "web.JsonpChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#shouldisolate", + "web.JsonpChunkLoadingRuntimeModule.size": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#size", + "web.JsonpChunkLoadingRuntimeModule.source": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#source", + "web.JsonpChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#updatecachemodule", + "web.JsonpChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#updatehash", + "web.JsonpChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getcompilationhooks", + "web.JsonpTemplatePlugin": "webpack/namespaces/web.html#jsonptemplateplugin", + "web.JsonpTemplatePlugin.constructor": "webpack/namespaces/web.html#jsonptemplateplugin#constructor", + "web.JsonpTemplatePlugin.constructor.JsonpTemplatePlugin": "webpack/namespaces/web.html#jsonptemplateplugin#constructorjsonptemplateplugin", + "web.JsonpTemplatePlugin.apply": "webpack/namespaces/web.html#jsonptemplateplugin#apply", + "web.JsonpTemplatePlugin.getCompilationHooks": "webpack/namespaces/web.html#jsonptemplateplugin#getcompilationhooks", + "webworker": "webpack/namespaces/webworker.html", + "webworker.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.html#webworkertemplateplugin", + "webworker.WebWorkerTemplatePlugin.constructor": "webpack/namespaces/webworker.html#webworkertemplateplugin#constructor", + "webworker.WebWorkerTemplatePlugin.constructor.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.html#webworkertemplateplugin#constructorwebworkertemplateplugin", + "webworker.WebWorkerTemplatePlugin.apply": "webpack/namespaces/webworker.html#webworkertemplateplugin#apply", + "AsyncDependenciesBlock": "globals.html#asyncdependenciesblock", + "AsyncDependenciesBlock.constructor": "globals.html#asyncdependenciesblock#constructor", + "AsyncDependenciesBlock.constructor.AsyncDependenciesBlock": "globals.html#asyncdependenciesblock#constructorasyncdependenciesblock", + "AsyncDependenciesBlock.blocks": "globals.html#asyncdependenciesblock#blocks", + "AsyncDependenciesBlock.chunkName": "globals.html#asyncdependenciesblock#chunkname", + "AsyncDependenciesBlock.circular": "globals.html#asyncdependenciesblock#circular", + "AsyncDependenciesBlock.circular.circular": "globals.html#asyncdependenciesblock#circularcircular", + "AsyncDependenciesBlock.dependencies": "globals.html#asyncdependenciesblock#dependencies", + "AsyncDependenciesBlock.groupOptions": "globals.html#asyncdependenciesblock#groupoptions", + "AsyncDependenciesBlock.loc": "globals.html#asyncdependenciesblock#loc", + "AsyncDependenciesBlock.module": "globals.html#asyncdependenciesblock#module", + "AsyncDependenciesBlock.parent": "globals.html#asyncdependenciesblock#parent", + "AsyncDependenciesBlock.request": "globals.html#asyncdependenciesblock#request", + "AsyncDependenciesBlock.addBlock": "globals.html#asyncdependenciesblock#addblock", + "AsyncDependenciesBlock.addDependency": "globals.html#asyncdependenciesblock#adddependency", + "AsyncDependenciesBlock.clearDependenciesAndBlocks": "globals.html#asyncdependenciesblock#cleardependenciesandblocks", + "AsyncDependenciesBlock.deserialize": "globals.html#asyncdependenciesblock#deserialize", + "AsyncDependenciesBlock.getRootBlock": "globals.html#asyncdependenciesblock#getrootblock", + "AsyncDependenciesBlock.removeDependency": "globals.html#asyncdependenciesblock#removedependency", + "AsyncDependenciesBlock.serialize": "globals.html#asyncdependenciesblock#serialize", + "AsyncDependenciesBlock.updateHash": "globals.html#asyncdependenciesblock#updatehash", + "AutomaticPrefetchPlugin": "globals.html#automaticprefetchplugin", + "AutomaticPrefetchPlugin.constructor": "globals.html#automaticprefetchplugin#constructor", + "AutomaticPrefetchPlugin.constructor.AutomaticPrefetchPlugin": "globals.html#automaticprefetchplugin#constructorautomaticprefetchplugin", + "AutomaticPrefetchPlugin.apply": "globals.html#automaticprefetchplugin#apply", + "BannerPlugin": "globals.html#bannerplugin", + "BannerPlugin.constructor": "globals.html#bannerplugin#constructor", + "BannerPlugin.constructor.BannerPlugin": "globals.html#bannerplugin#constructorbannerplugin", + "BannerPlugin.banner": "globals.html#bannerplugin#banner", + "BannerPlugin.options": "globals.html#bannerplugin#options", + "BannerPlugin.apply": "globals.html#bannerplugin#apply", + "Cache": "globals.html#cache", + "Cache.constructor": "globals.html#cache#constructor", + "Cache.constructor.Cache": "globals.html#cache#constructorcache", + "Cache.hooks": "globals.html#cache#hooks", + "Cache.STAGE_DEFAULT": "globals.html#cache#stage-default", + "Cache.STAGE_DISK": "globals.html#cache#stage-disk", + "Cache.STAGE_MEMORY": "globals.html#cache#stage-memory", + "Cache.STAGE_NETWORK": "globals.html#cache#stage-network", + "Cache.beginIdle": "globals.html#cache#beginidle", + "Cache.endIdle": "globals.html#cache#endidle", + "Cache.get": "globals.html#cache#get", + "Cache.shutdown": "globals.html#cache#shutdown", + "Cache.store": "globals.html#cache#store", + "Cache.storeBuildDependencies": "globals.html#cache#storebuilddependencies", + "Chunk": "globals.html#chunk", + "Chunk.constructor": "globals.html#chunk#constructor", + "Chunk.constructor.Chunk": "globals.html#chunk#constructorchunk", + "Chunk.auxiliaryFiles": "globals.html#chunk#auxiliaryfiles", + "Chunk.chunkReason": "globals.html#chunk#chunkreason", + "Chunk.contentHash": "globals.html#chunk#contenthash", + "Chunk.cssFilenameTemplate": "globals.html#chunk#cssfilenametemplate", + "Chunk.debugId": "globals.html#chunk#debugid", + "Chunk.entryModule": "globals.html#chunk#entrymodule", + "Chunk.entryModule.entryModule": "globals.html#chunk#entrymoduleentrymodule", + "Chunk.extraAsync": "globals.html#chunk#extraasync", + "Chunk.filenameTemplate": "globals.html#chunk#filenametemplate", + "Chunk.files": "globals.html#chunk#files", + "Chunk.groupsIterable": "globals.html#chunk#groupsiterable", + "Chunk.groupsIterable.groupsIterable": "globals.html#chunk#groupsiterablegroupsiterable", + "Chunk.hash": "globals.html#chunk#hash", + "Chunk.id": "globals.html#chunk#id", + "Chunk.idNameHints": "globals.html#chunk#idnamehints", + "Chunk.ids": "globals.html#chunk#ids", + "Chunk.modulesIterable": "globals.html#chunk#modulesiterable", + "Chunk.modulesIterable.modulesIterable": "globals.html#chunk#modulesiterablemodulesiterable", + "Chunk.name": "globals.html#chunk#name", + "Chunk.preventIntegration": "globals.html#chunk#preventintegration", + "Chunk.rendered": "globals.html#chunk#rendered", + "Chunk.renderedHash": "globals.html#chunk#renderedhash", + "Chunk.runtime": "globals.html#chunk#runtime", + "Chunk.addGroup": "globals.html#chunk#addgroup", + "Chunk.addModule": "globals.html#chunk#addmodule", + "Chunk.canBeInitial": "globals.html#chunk#canbeinitial", + "Chunk.canBeIntegrated": "globals.html#chunk#canbeintegrated", + "Chunk.compareTo": "globals.html#chunk#compareto", + "Chunk.containsModule": "globals.html#chunk#containsmodule", + "Chunk.disconnectFromGroups": "globals.html#chunk#disconnectfromgroups", + "Chunk.getAllAsyncChunks": "globals.html#chunk#getallasyncchunks", + "Chunk.getAllInitialChunks": "globals.html#chunk#getallinitialchunks", + "Chunk.getAllReferencedAsyncEntrypoints": "globals.html#chunk#getallreferencedasyncentrypoints", + "Chunk.getAllReferencedChunks": "globals.html#chunk#getallreferencedchunks", + "Chunk.getChildIdsByOrders": "globals.html#chunk#getchildidsbyorders", + "Chunk.getChildIdsByOrdersMap": "globals.html#chunk#getchildidsbyordersmap", + "Chunk.getChildrenOfTypeInOrder": "globals.html#chunk#getchildrenoftypeinorder", + "Chunk.getChunkMaps": "globals.html#chunk#getchunkmaps", + "Chunk.getChunkModuleMaps": "globals.html#chunk#getchunkmodulemaps", + "Chunk.getEntryOptions": "globals.html#chunk#getentryoptions", + "Chunk.getModules": "globals.html#chunk#getmodules", + "Chunk.getNumberOfGroups": "globals.html#chunk#getnumberofgroups", + "Chunk.getNumberOfModules": "globals.html#chunk#getnumberofmodules", + "Chunk.hasAsyncChunks": "globals.html#chunk#hasasyncchunks", + "Chunk.hasChildByOrder": "globals.html#chunk#haschildbyorder", + "Chunk.hasEntryModule": "globals.html#chunk#hasentrymodule", + "Chunk.hasModuleInGraph": "globals.html#chunk#hasmoduleingraph", + "Chunk.hasRuntime": "globals.html#chunk#hasruntime", + "Chunk.integrate": "globals.html#chunk#integrate", + "Chunk.integratedSize": "globals.html#chunk#integratedsize", + "Chunk.isEmpty": "globals.html#chunk#isempty", + "Chunk.isInGroup": "globals.html#chunk#isingroup", + "Chunk.isOnlyInitial": "globals.html#chunk#isonlyinitial", + "Chunk.modulesSize": "globals.html#chunk#modulessize", + "Chunk.moveModule": "globals.html#chunk#movemodule", + "Chunk.remove": "globals.html#chunk#remove", + "Chunk.removeGroup": "globals.html#chunk#removegroup", + "Chunk.removeModule": "globals.html#chunk#removemodule", + "Chunk.size": "globals.html#chunk#size", + "Chunk.split": "globals.html#chunk#split", + "Chunk.updateHash": "globals.html#chunk#updatehash", + "ChunkGraph": "globals.html#chunkgraph", + "ChunkGraph.constructor": "globals.html#chunkgraph#constructor", + "ChunkGraph.constructor.ChunkGraph": "globals.html#chunkgraph#constructorchunkgraph", + "ChunkGraph.moduleGraph": "globals.html#chunkgraph#modulegraph", + "ChunkGraph.addChunkRuntimeRequirements": "globals.html#chunkgraph#addchunkruntimerequirements", + "ChunkGraph.addDependentHashModuleToChunk": "globals.html#chunkgraph#adddependenthashmoduletochunk", + "ChunkGraph.addFullHashModuleToChunk": "globals.html#chunkgraph#addfullhashmoduletochunk", + "ChunkGraph.addModuleRuntimeRequirements": "globals.html#chunkgraph#addmoduleruntimerequirements", + "ChunkGraph.addTreeRuntimeRequirements": "globals.html#chunkgraph#addtreeruntimerequirements", + "ChunkGraph.attachDependentHashModules": "globals.html#chunkgraph#attachdependenthashmodules", + "ChunkGraph.attachFullHashModules": "globals.html#chunkgraph#attachfullhashmodules", + "ChunkGraph.attachModules": "globals.html#chunkgraph#attachmodules", + "ChunkGraph.attachRuntimeModules": "globals.html#chunkgraph#attachruntimemodules", + "ChunkGraph.canChunksBeIntegrated": "globals.html#chunkgraph#canchunksbeintegrated", + "ChunkGraph.compareChunks": "globals.html#chunkgraph#comparechunks", + "ChunkGraph.connectBlockAndChunkGroup": "globals.html#chunkgraph#connectblockandchunkgroup", + "ChunkGraph.connectChunkAndEntryModule": "globals.html#chunkgraph#connectchunkandentrymodule", + "ChunkGraph.connectChunkAndModule": "globals.html#chunkgraph#connectchunkandmodule", + "ChunkGraph.connectChunkAndRuntimeModule": "globals.html#chunkgraph#connectchunkandruntimemodule", + "ChunkGraph.disconnectChunk": "globals.html#chunkgraph#disconnectchunk", + "ChunkGraph.disconnectChunkAndEntryModule": "globals.html#chunkgraph#disconnectchunkandentrymodule", + "ChunkGraph.disconnectChunkAndModule": "globals.html#chunkgraph#disconnectchunkandmodule", + "ChunkGraph.disconnectChunkAndRuntimeModule": "globals.html#chunkgraph#disconnectchunkandruntimemodule", + "ChunkGraph.disconnectChunkGroup": "globals.html#chunkgraph#disconnectchunkgroup", + "ChunkGraph.disconnectEntries": "globals.html#chunkgraph#disconnectentries", + "ChunkGraph.disconnectEntryModule": "globals.html#chunkgraph#disconnectentrymodule", + "ChunkGraph.getBlockChunkGroup": "globals.html#chunkgraph#getblockchunkgroup", + "ChunkGraph.getChunkConditionMap": "globals.html#chunkgraph#getchunkconditionmap", + "ChunkGraph.getChunkDependentHashModulesIterable": "globals.html#chunkgraph#getchunkdependenthashmodulesiterable", + "ChunkGraph.getChunkEntryDependentChunksIterable": "globals.html#chunkgraph#getchunkentrydependentchunksiterable", + "ChunkGraph.getChunkEntryModulesIterable": "globals.html#chunkgraph#getchunkentrymodulesiterable", + "ChunkGraph.getChunkEntryModulesWithChunkGroupIterable": "globals.html#chunkgraph#getchunkentrymoduleswithchunkgroupiterable", + "ChunkGraph.getChunkFullHashModulesIterable": "globals.html#chunkgraph#getchunkfullhashmodulesiterable", + "ChunkGraph.getChunkFullHashModulesSet": "globals.html#chunkgraph#getchunkfullhashmodulesset", + "ChunkGraph.getChunkModuleIdMap": "globals.html#chunkgraph#getchunkmoduleidmap", + "ChunkGraph.getChunkModuleRenderedHashMap": "globals.html#chunkgraph#getchunkmodulerenderedhashmap", + "ChunkGraph.getChunkModules": "globals.html#chunkgraph#getchunkmodules", + "ChunkGraph.getChunkModulesIterable": "globals.html#chunkgraph#getchunkmodulesiterable", + "ChunkGraph.getChunkModulesIterableBySourceType": "globals.html#chunkgraph#getchunkmodulesiterablebysourcetype", + "ChunkGraph.getChunkModuleSourceTypes": "globals.html#chunkgraph#getchunkmodulesourcetypes", + "ChunkGraph.getChunkModulesSize": "globals.html#chunkgraph#getchunkmodulessize", + "ChunkGraph.getChunkModulesSizes": "globals.html#chunkgraph#getchunkmodulessizes", + "ChunkGraph.getChunkRootModules": "globals.html#chunkgraph#getchunkrootmodules", + "ChunkGraph.getChunkRuntimeModulesInOrder": "globals.html#chunkgraph#getchunkruntimemodulesinorder", + "ChunkGraph.getChunkRuntimeModulesIterable": "globals.html#chunkgraph#getchunkruntimemodulesiterable", + "ChunkGraph.getChunkRuntimeRequirements": "globals.html#chunkgraph#getchunkruntimerequirements", + "ChunkGraph.getChunkSize": "globals.html#chunkgraph#getchunksize", + "ChunkGraph.getIntegratedChunksSize": "globals.html#chunkgraph#getintegratedchunkssize", + "ChunkGraph.getModuleChunks": "globals.html#chunkgraph#getmodulechunks", + "ChunkGraph.getModuleChunksIterable": "globals.html#chunkgraph#getmodulechunksiterable", + "ChunkGraph.getModuleGraphHash": "globals.html#chunkgraph#getmodulegraphhash", + "ChunkGraph.getModuleGraphHashBigInt": "globals.html#chunkgraph#getmodulegraphhashbigint", + "ChunkGraph.getModuleHash": "globals.html#chunkgraph#getmodulehash", + "ChunkGraph.getModuleId": "globals.html#chunkgraph#getmoduleid", + "ChunkGraph.getModuleRuntimeRequirements": "globals.html#chunkgraph#getmoduleruntimerequirements", + "ChunkGraph.getModuleRuntimes": "globals.html#chunkgraph#getmoduleruntimes", + "ChunkGraph.getModuleSourceTypes": "globals.html#chunkgraph#getmodulesourcetypes", + "ChunkGraph.getNumberOfChunkFullHashModules": "globals.html#chunkgraph#getnumberofchunkfullhashmodules", + "ChunkGraph.getNumberOfChunkModules": "globals.html#chunkgraph#getnumberofchunkmodules", + "ChunkGraph.getNumberOfEntryModules": "globals.html#chunkgraph#getnumberofentrymodules", + "ChunkGraph.getNumberOfModuleChunks": "globals.html#chunkgraph#getnumberofmodulechunks", + "ChunkGraph.getNumberOfRuntimeModules": "globals.html#chunkgraph#getnumberofruntimemodules", + "ChunkGraph.getOrderedChunkModules": "globals.html#chunkgraph#getorderedchunkmodules", + "ChunkGraph.getOrderedChunkModulesIterable": "globals.html#chunkgraph#getorderedchunkmodulesiterable", + "ChunkGraph.getOrderedChunkModulesIterableBySourceType": "globals.html#chunkgraph#getorderedchunkmodulesiterablebysourcetype", + "ChunkGraph.getOrderedModuleChunksIterable": "globals.html#chunkgraph#getorderedmodulechunksiterable", + "ChunkGraph.getRenderedModuleHash": "globals.html#chunkgraph#getrenderedmodulehash", + "ChunkGraph.getRuntimeChunkDependentChunksIterable": "globals.html#chunkgraph#getruntimechunkdependentchunksiterable", + "ChunkGraph.getRuntimeId": "globals.html#chunkgraph#getruntimeid", + "ChunkGraph.getTreeRuntimeRequirements": "globals.html#chunkgraph#gettreeruntimerequirements", + "ChunkGraph.hasChunkEntryDependentChunks": "globals.html#chunkgraph#haschunkentrydependentchunks", + "ChunkGraph.hasModuleHashes": "globals.html#chunkgraph#hasmodulehashes", + "ChunkGraph.hasModuleInGraph": "globals.html#chunkgraph#hasmoduleingraph", + "ChunkGraph.integrateChunks": "globals.html#chunkgraph#integratechunks", + "ChunkGraph.isEntryModule": "globals.html#chunkgraph#isentrymodule", + "ChunkGraph.isEntryModuleInChunk": "globals.html#chunkgraph#isentrymoduleinchunk", + "ChunkGraph.isModuleInChunk": "globals.html#chunkgraph#ismoduleinchunk", + "ChunkGraph.isModuleInChunkGroup": "globals.html#chunkgraph#ismoduleinchunkgroup", + "ChunkGraph.replaceModule": "globals.html#chunkgraph#replacemodule", + "ChunkGraph.setChunkModuleSourceTypes": "globals.html#chunkgraph#setchunkmodulesourcetypes", + "ChunkGraph.setModuleHashes": "globals.html#chunkgraph#setmodulehashes", + "ChunkGraph.setModuleId": "globals.html#chunkgraph#setmoduleid", + "ChunkGraph.setRuntimeId": "globals.html#chunkgraph#setruntimeid", + "ChunkGraph.upgradeDependentToFullHashModules": "globals.html#chunkgraph#upgradedependenttofullhashmodules", + "ChunkGraph.clearChunkGraphForChunk": "globals.html#chunkgraph#clearchunkgraphforchunk", + "ChunkGraph.clearChunkGraphForModule": "globals.html#chunkgraph#clearchunkgraphformodule", + "ChunkGraph.getChunkGraphForChunk": "globals.html#chunkgraph#getchunkgraphforchunk", + "ChunkGraph.getChunkGraphForModule": "globals.html#chunkgraph#getchunkgraphformodule", + "ChunkGraph.setChunkGraphForChunk": "globals.html#chunkgraph#setchunkgraphforchunk", + "ChunkGraph.setChunkGraphForModule": "globals.html#chunkgraph#setchunkgraphformodule", + "ChunkGroup": "globals.html#abstract-chunkgroup", + "ChunkGroup.constructor": "globals.html#abstract-chunkgroup#constructor", + "ChunkGroup.constructor.ChunkGroup": "globals.html#abstract-chunkgroup#constructorchunkgroup", + "ChunkGroup.asyncEntrypointsIterable": "globals.html#abstract-chunkgroup#asyncentrypointsiterable", + "ChunkGroup.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#abstract-chunkgroup#asyncentrypointsiterableasyncentrypointsiterable", + "ChunkGroup.blocksIterable": "globals.html#abstract-chunkgroup#blocksiterable", + "ChunkGroup.blocksIterable.blocksIterable": "globals.html#abstract-chunkgroup#blocksiterableblocksiterable", + "ChunkGroup.childrenIterable": "globals.html#abstract-chunkgroup#childreniterable", + "ChunkGroup.childrenIterable.childrenIterable": "globals.html#abstract-chunkgroup#childreniterablechildreniterable", + "ChunkGroup.chunks": "globals.html#abstract-chunkgroup#chunks", + "ChunkGroup.debugId": "globals.html#abstract-chunkgroup#debugid", + "ChunkGroup.debugId.debugId": "globals.html#abstract-chunkgroup#debugiddebugid", + "ChunkGroup.getModuleIndex": "globals.html#abstract-chunkgroup#getmoduleindex", + "ChunkGroup.getModuleIndex2": "globals.html#abstract-chunkgroup#getmoduleindex2", + "ChunkGroup.groupDebugId": "globals.html#abstract-chunkgroup#groupdebugid", + "ChunkGroup.id": "globals.html#abstract-chunkgroup#id", + "ChunkGroup.id.id": "globals.html#abstract-chunkgroup#idid", + "ChunkGroup.index": "globals.html#abstract-chunkgroup#index", + "ChunkGroup.name": "globals.html#abstract-chunkgroup#name", + "ChunkGroup.options": "globals.html#abstract-chunkgroup#options", + "ChunkGroup.origins": "globals.html#abstract-chunkgroup#origins", + "ChunkGroup.parentsIterable": "globals.html#abstract-chunkgroup#parentsiterable", + "ChunkGroup.parentsIterable.parentsIterable": "globals.html#abstract-chunkgroup#parentsiterableparentsiterable", + "ChunkGroup.addAsyncEntrypoint": "globals.html#abstract-chunkgroup#addasyncentrypoint", + "ChunkGroup.addBlock": "globals.html#abstract-chunkgroup#addblock", + "ChunkGroup.addChild": "globals.html#abstract-chunkgroup#addchild", + "ChunkGroup.addOptions": "globals.html#abstract-chunkgroup#addoptions", + "ChunkGroup.addOrigin": "globals.html#abstract-chunkgroup#addorigin", + "ChunkGroup.addParent": "globals.html#abstract-chunkgroup#addparent", + "ChunkGroup.checkConstraints": "globals.html#abstract-chunkgroup#checkconstraints", + "ChunkGroup.compareTo": "globals.html#abstract-chunkgroup#compareto", + "ChunkGroup.getBlocks": "globals.html#abstract-chunkgroup#getblocks", + "ChunkGroup.getChildren": "globals.html#abstract-chunkgroup#getchildren", + "ChunkGroup.getChildrenByOrders": "globals.html#abstract-chunkgroup#getchildrenbyorders", + "ChunkGroup.getFiles": "globals.html#abstract-chunkgroup#getfiles", + "ChunkGroup.getModulePostOrderIndex": "globals.html#abstract-chunkgroup#getmodulepostorderindex", + "ChunkGroup.getModulePreOrderIndex": "globals.html#abstract-chunkgroup#getmodulepreorderindex", + "ChunkGroup.getNumberOfBlocks": "globals.html#abstract-chunkgroup#getnumberofblocks", + "ChunkGroup.getNumberOfChildren": "globals.html#abstract-chunkgroup#getnumberofchildren", + "ChunkGroup.getNumberOfParents": "globals.html#abstract-chunkgroup#getnumberofparents", + "ChunkGroup.getParents": "globals.html#abstract-chunkgroup#getparents", + "ChunkGroup.hasBlock": "globals.html#abstract-chunkgroup#hasblock", + "ChunkGroup.hasParent": "globals.html#abstract-chunkgroup#hasparent", + "ChunkGroup.insertChunk": "globals.html#abstract-chunkgroup#insertchunk", + "ChunkGroup.isInitial": "globals.html#abstract-chunkgroup#isinitial", + "ChunkGroup.pushChunk": "globals.html#abstract-chunkgroup#pushchunk", + "ChunkGroup.remove": "globals.html#abstract-chunkgroup#remove", + "ChunkGroup.removeChild": "globals.html#abstract-chunkgroup#removechild", + "ChunkGroup.removeChunk": "globals.html#abstract-chunkgroup#removechunk", + "ChunkGroup.removeParent": "globals.html#abstract-chunkgroup#removeparent", + "ChunkGroup.replaceChunk": "globals.html#abstract-chunkgroup#replacechunk", + "ChunkGroup.setModulePostOrderIndex": "globals.html#abstract-chunkgroup#setmodulepostorderindex", + "ChunkGroup.setModulePreOrderIndex": "globals.html#abstract-chunkgroup#setmodulepreorderindex", + "ChunkGroup.sortItems": "globals.html#abstract-chunkgroup#sortitems", + "ChunkGroup.unshiftChunk": "globals.html#abstract-chunkgroup#unshiftchunk", + "CleanPlugin": "globals.html#cleanplugin", + "CleanPlugin.constructor": "globals.html#cleanplugin#constructor", + "CleanPlugin.constructor.CleanPlugin": "globals.html#cleanplugin#constructorcleanplugin", + "CleanPlugin.options": "globals.html#cleanplugin#options", + "CleanPlugin.apply": "globals.html#cleanplugin#apply", + "CleanPlugin.getCompilationHooks": "globals.html#cleanplugin#getcompilationhooks", + "CodeGenerationResults": "globals.html#abstract-codegenerationresults", + "CodeGenerationResults.constructor": "globals.html#abstract-codegenerationresults#constructor", + "CodeGenerationResults.constructor.CodeGenerationResults": "globals.html#abstract-codegenerationresults#constructorcodegenerationresults", + "CodeGenerationResults.map": "globals.html#abstract-codegenerationresults#map", + "CodeGenerationResults.add": "globals.html#abstract-codegenerationresults#add", + "CodeGenerationResults.get": "globals.html#abstract-codegenerationresults#get", + "CodeGenerationResults.getData": "globals.html#abstract-codegenerationresults#getdata", + "CodeGenerationResults.getHash": "globals.html#abstract-codegenerationresults#gethash", + "CodeGenerationResults.getRuntimeRequirements": "globals.html#abstract-codegenerationresults#getruntimerequirements", + "CodeGenerationResults.getSource": "globals.html#abstract-codegenerationresults#getsource", + "CodeGenerationResults.has": "globals.html#abstract-codegenerationresults#has", + "Compilation": "globals.html#compilation", + "Compilation.constructor": "globals.html#compilation#constructor", + "Compilation.constructor.Compilation": "globals.html#compilation#constructorcompilation", + "Compilation.additionalChunkAssets": "globals.html#compilation#additionalchunkassets", + "Compilation.addModuleQueue": "globals.html#compilation#addmodulequeue", + "Compilation.assets": "globals.html#compilation#assets", + "Compilation.assetsInfo": "globals.html#compilation#assetsinfo", + "Compilation.asyncEntrypoints": "globals.html#compilation#asyncentrypoints", + "Compilation.bail": "globals.html#compilation#bail", + "Compilation.buildDependencies": "globals.html#compilation#builddependencies", + "Compilation.buildQueue": "globals.html#compilation#buildqueue", + "Compilation.buildTimeExecutedModules": "globals.html#compilation#buildtimeexecutedmodules", + "Compilation.builtModules": "globals.html#compilation#builtmodules", + "Compilation.children": "globals.html#compilation#children", + "Compilation.childrenCounters": "globals.html#compilation#childrencounters", + "Compilation.chunkGraph": "globals.html#compilation#chunkgraph", + "Compilation.chunkGroups": "globals.html#compilation#chunkgroups", + "Compilation.chunks": "globals.html#compilation#chunks", + "Compilation.chunkTemplate": "globals.html#compilation#chunktemplate", + "Compilation.codeGeneratedModules": "globals.html#compilation#codegeneratedmodules", + "Compilation.codeGenerationResults": "globals.html#compilation#codegenerationresults", + "Compilation.comparedForEmitAssets": "globals.html#compilation#comparedforemitassets", + "Compilation.compilationDependencies": "globals.html#compilation#compilationdependencies", + "Compilation.compiler": "globals.html#compilation#compiler", + "Compilation.compilerPath": "globals.html#compilation#compilerpath", + "Compilation.contextDependencies": "globals.html#compilation#contextdependencies", + "Compilation.creatingModuleDuringBuild": "globals.html#compilation#creatingmoduleduringbuild", + "Compilation.dependencyFactories": "globals.html#compilation#dependencyfactories", + "Compilation.dependencyTemplates": "globals.html#compilation#dependencytemplates", + "Compilation.emittedAssets": "globals.html#compilation#emittedassets", + "Compilation.endTime": "globals.html#compilation#endtime", + "Compilation.entries": "globals.html#compilation#entries", + "Compilation.entrypoints": "globals.html#compilation#entrypoints", + "Compilation.errors": "globals.html#compilation#errors", + "Compilation.factorizeQueue": "globals.html#compilation#factorizequeue", + "Compilation.fileDependencies": "globals.html#compilation#filedependencies", + "Compilation.fileSystemInfo": "globals.html#compilation#filesysteminfo", + "Compilation.fullHash": "globals.html#compilation#fullhash", + "Compilation.globalEntry": "globals.html#compilation#globalentry", + "Compilation.hash": "globals.html#compilation#hash", + "Compilation.hooks": "globals.html#compilation#hooks", + "Compilation.inputFileSystem": "globals.html#compilation#inputfilesystem", + "Compilation.logger": "globals.html#compilation#logger", + "Compilation.logging": "globals.html#compilation#logging", + "Compilation.mainTemplate": "globals.html#compilation#maintemplate", + "Compilation.missingDependencies": "globals.html#compilation#missingdependencies", + "Compilation.moduleGraph": "globals.html#compilation#modulegraph", + "Compilation.moduleMemCaches": "globals.html#compilation#modulememcaches", + "Compilation.moduleMemCaches2": "globals.html#compilation#modulememcaches2", + "Compilation.modules": "globals.html#compilation#modules", + "Compilation.moduleTemplates": "globals.html#compilation#moduletemplates", + "Compilation.name": "globals.html#compilation#name", + "Compilation.namedChunkGroups": "globals.html#compilation#namedchunkgroups", + "Compilation.namedChunks": "globals.html#compilation#namedchunks", + "Compilation.needAdditionalPass": "globals.html#compilation#needadditionalpass", + "Compilation.options": "globals.html#compilation#options", + "Compilation.outputOptions": "globals.html#compilation#outputoptions", + "Compilation.params": "globals.html#compilation#params", + "Compilation.processDependenciesQueue": "globals.html#compilation#processdependenciesqueue", + "Compilation.profile": "globals.html#compilation#profile", + "Compilation.rebuildQueue": "globals.html#compilation#rebuildqueue", + "Compilation.records": "globals.html#compilation#records", + "Compilation.requestShortener": "globals.html#compilation#requestshortener", + "Compilation.resolverFactory": "globals.html#compilation#resolverfactory", + "Compilation.runtimeTemplate": "globals.html#compilation#runtimetemplate", + "Compilation.startTime": "globals.html#compilation#starttime", + "Compilation.usedChunkIds": "globals.html#compilation#usedchunkids", + "Compilation.usedModuleIds": "globals.html#compilation#usedmoduleids", + "Compilation.valueCacheVersions": "globals.html#compilation#valuecacheversions", + "Compilation.warnings": "globals.html#compilation#warnings", + "Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL": "globals.html#compilation#process-assets-stage-additional", + "Compilation.PROCESS_ASSETS_STAGE_ADDITIONS": "globals.html#compilation#process-assets-stage-additions", + "Compilation.PROCESS_ASSETS_STAGE_ANALYSE": "globals.html#compilation#process-assets-stage-analyse", + "Compilation.PROCESS_ASSETS_STAGE_DERIVED": "globals.html#compilation#process-assets-stage-derived", + "Compilation.PROCESS_ASSETS_STAGE_DEV_TOOLING": "globals.html#compilation#process-assets-stage-dev-tooling", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE": "globals.html#compilation#process-assets-stage-optimize", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY": "globals.html#compilation#process-assets-stage-optimize-compatibility", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT": "globals.html#compilation#process-assets-stage-optimize-count", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_HASH": "globals.html#compilation#process-assets-stage-optimize-hash", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE": "globals.html#compilation#process-assets-stage-optimize-inline", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE": "globals.html#compilation#process-assets-stage-optimize-size", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER": "globals.html#compilation#process-assets-stage-optimize-transfer", + "Compilation.PROCESS_ASSETS_STAGE_PRE_PROCESS": "globals.html#compilation#process-assets-stage-pre-process", + "Compilation.PROCESS_ASSETS_STAGE_REPORT": "globals.html#compilation#process-assets-stage-report", + "Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE": "globals.html#compilation#process-assets-stage-summarize", + "Compilation.addAsyncEntrypoint": "globals.html#compilation#addasyncentrypoint", + "Compilation.addChunk": "globals.html#compilation#addchunk", + "Compilation.addChunkInGroup": "globals.html#compilation#addchunkingroup", + "Compilation.addEntry": "globals.html#compilation#addentry", + "Compilation.addInclude": "globals.html#compilation#addinclude", + "Compilation.addModule": "globals.html#compilation#addmodule", + "Compilation.addModuleChain": "globals.html#compilation#addmodulechain", + "Compilation.addModuleTree": "globals.html#compilation#addmoduletree", + "Compilation.addRuntimeModule": "globals.html#compilation#addruntimemodule", + "Compilation.assignDepth": "globals.html#compilation#assigndepth", + "Compilation.assignDepths": "globals.html#compilation#assigndepths", + "Compilation.assignRuntimeIds": "globals.html#compilation#assignruntimeids", + "Compilation.buildModule": "globals.html#compilation#buildmodule", + "Compilation.checkConstraints": "globals.html#compilation#checkconstraints", + "Compilation.clearAssets": "globals.html#compilation#clearassets", + "Compilation.codeGeneration": "globals.html#compilation#codegeneration", + "Compilation.createChildCompiler": "globals.html#compilation#createchildcompiler", + "Compilation.createChunkAssets": "globals.html#compilation#createchunkassets", + "Compilation.createHash": "globals.html#compilation#createhash", + "Compilation.createModuleAssets": "globals.html#compilation#createmoduleassets", + "Compilation.createModuleHashes": "globals.html#compilation#createmodulehashes", + "Compilation.createStatsFactory": "globals.html#compilation#createstatsfactory", + "Compilation.createStatsOptions": "globals.html#compilation#createstatsoptions", + "Compilation.createStatsPrinter": "globals.html#compilation#createstatsprinter", + "Compilation.deleteAsset": "globals.html#compilation#deleteasset", + "Compilation.emitAsset": "globals.html#compilation#emitasset", + "Compilation.executeModule": "globals.html#compilation#executemodule", + "Compilation.factorizeModule": "globals.html#compilation#factorizemodule", + "Compilation.findModule": "globals.html#compilation#findmodule", + "Compilation.finish": "globals.html#compilation#finish", + "Compilation.getAsset": "globals.html#compilation#getasset", + "Compilation.getAssetPath": "globals.html#compilation#getassetpath", + "Compilation.getAssetPathWithInfo": "globals.html#compilation#getassetpathwithinfo", + "Compilation.getAssets": "globals.html#compilation#getassets", + "Compilation.getCache": "globals.html#compilation#getcache", + "Compilation.getDependencyReferencedExports": "globals.html#compilation#getdependencyreferencedexports", + "Compilation.getErrors": "globals.html#compilation#geterrors", + "Compilation.getLogger": "globals.html#compilation#getlogger", + "Compilation.getModule": "globals.html#compilation#getmodule", + "Compilation.getPath": "globals.html#compilation#getpath", + "Compilation.getPathWithInfo": "globals.html#compilation#getpathwithinfo", + "Compilation.getRenderManifest": "globals.html#compilation#getrendermanifest", + "Compilation.getStats": "globals.html#compilation#getstats", + "Compilation.getWarnings": "globals.html#compilation#getwarnings", + "Compilation.handleModuleCreation": "globals.html#compilation#handlemodulecreation", + "Compilation.patchChunksAfterReasonRemoval": "globals.html#compilation#patchchunksafterreasonremoval", + "Compilation.processModuleDependencies": "globals.html#compilation#processmoduledependencies", + "Compilation.processModuleDependenciesNonRecursive": "globals.html#compilation#processmoduledependenciesnonrecursive", + "Compilation.processRuntimeRequirements": "globals.html#compilation#processruntimerequirements", + "Compilation.rebuildModule": "globals.html#compilation#rebuildmodule", + "Compilation.removeChunkFromDependencies": "globals.html#compilation#removechunkfromdependencies", + "Compilation.removeReasonsOfDependencyBlock": "globals.html#compilation#removereasonsofdependencyblock", + "Compilation.renameAsset": "globals.html#compilation#renameasset", + "Compilation.reportDependencyErrorsAndWarnings": "globals.html#compilation#reportdependencyerrorsandwarnings", + "Compilation.seal": "globals.html#compilation#seal", + "Compilation.sortItemsWithChunkIds": "globals.html#compilation#sortitemswithchunkids", + "Compilation.summarizeDependencies": "globals.html#compilation#summarizedependencies", + "Compilation.unseal": "globals.html#compilation#unseal", + "Compilation.updateAsset": "globals.html#compilation#updateasset", + "Compiler": "globals.html#compiler", + "Compiler.constructor": "globals.html#compiler#constructor", + "Compiler.constructor.Compiler": "globals.html#compiler#constructorcompiler", + "Compiler.cache": "globals.html#compiler#cache", + "Compiler.compilerPath": "globals.html#compiler#compilerpath", + "Compiler.context": "globals.html#compiler#context", + "Compiler.contextTimestamps": "globals.html#compiler#contexttimestamps", + "Compiler.fileTimestamps": "globals.html#compiler#filetimestamps", + "Compiler.fsStartTime": "globals.html#compiler#fsstarttime", + "Compiler.hooks": "globals.html#compiler#hooks", + "Compiler.idle": "globals.html#compiler#idle", + "Compiler.immutablePaths": "globals.html#compiler#immutablepaths", + "Compiler.infrastructureLogger": "globals.html#compiler#infrastructurelogger", + "Compiler.inputFileSystem": "globals.html#compiler#inputfilesystem", + "Compiler.intermediateFileSystem": "globals.html#compiler#intermediatefilesystem", + "Compiler.managedPaths": "globals.html#compiler#managedpaths", + "Compiler.modifiedFiles": "globals.html#compiler#modifiedfiles", + "Compiler.moduleMemCaches": "globals.html#compiler#modulememcaches", + "Compiler.name": "globals.html#compiler#name", + "Compiler.options": "globals.html#compiler#options", + "Compiler.outputFileSystem": "globals.html#compiler#outputfilesystem", + "Compiler.outputPath": "globals.html#compiler#outputpath", + "Compiler.parentCompilation": "globals.html#compiler#parentcompilation", + "Compiler.platform": "globals.html#compiler#platform", + "Compiler.records": "globals.html#compiler#records", + "Compiler.recordsInputPath": "globals.html#compiler#recordsinputpath", + "Compiler.recordsOutputPath": "globals.html#compiler#recordsoutputpath", + "Compiler.removedFiles": "globals.html#compiler#removedfiles", + "Compiler.requestShortener": "globals.html#compiler#requestshortener", + "Compiler.resolverFactory": "globals.html#compiler#resolverfactory", + "Compiler.root": "globals.html#compiler#root", + "Compiler.running": "globals.html#compiler#running", + "Compiler.unmanagedPaths": "globals.html#compiler#unmanagedpaths", + "Compiler.watchFileSystem": "globals.html#compiler#watchfilesystem", + "Compiler.watching": "globals.html#compiler#watching", + "Compiler.watchMode": "globals.html#compiler#watchmode", + "Compiler.webpack": "globals.html#compiler#webpack", + "Compiler.close": "globals.html#compiler#close", + "Compiler.compile": "globals.html#compiler#compile", + "Compiler.createChildCompiler": "globals.html#compiler#createchildcompiler", + "Compiler.createCompilation": "globals.html#compiler#createcompilation", + "Compiler.createContextModuleFactory": "globals.html#compiler#createcontextmodulefactory", + "Compiler.createNormalModuleFactory": "globals.html#compiler#createnormalmodulefactory", + "Compiler.emitAssets": "globals.html#compiler#emitassets", + "Compiler.emitRecords": "globals.html#compiler#emitrecords", + "Compiler.getCache": "globals.html#compiler#getcache", + "Compiler.getInfrastructureLogger": "globals.html#compiler#getinfrastructurelogger", + "Compiler.isChild": "globals.html#compiler#ischild", + "Compiler.newCompilation": "globals.html#compiler#newcompilation", + "Compiler.newCompilationParams": "globals.html#compiler#newcompilationparams", + "Compiler.purgeInputFileSystem": "globals.html#compiler#purgeinputfilesystem", + "Compiler.readRecords": "globals.html#compiler#readrecords", + "Compiler.run": "globals.html#compiler#run", + "Compiler.runAsChild": "globals.html#compiler#runaschild", + "Compiler.validate": "globals.html#compiler#validate", + "Compiler.watch": "globals.html#compiler#watch", + "ConcatenationScope": "globals.html#concatenationscope", + "ConcatenationScope.constructor": "globals.html#concatenationscope#constructor", + "ConcatenationScope.constructor.ConcatenationScope": "globals.html#concatenationscope#constructorconcatenationscope", + "ConcatenationScope.usedNames": "globals.html#concatenationscope#usednames", + "ConcatenationScope.DEFAULT_EXPORT": "globals.html#concatenationscope#default-export", + "ConcatenationScope.NAMESPACE_OBJECT_EXPORT": "globals.html#concatenationscope#namespace-object-export", + "ConcatenationScope.createModuleReference": "globals.html#concatenationscope#createmodulereference", + "ConcatenationScope.getRawExport": "globals.html#concatenationscope#getrawexport", + "ConcatenationScope.isModuleInScope": "globals.html#concatenationscope#ismoduleinscope", + "ConcatenationScope.registerExport": "globals.html#concatenationscope#registerexport", + "ConcatenationScope.registerNamespaceExport": "globals.html#concatenationscope#registernamespaceexport", + "ConcatenationScope.registerRawExport": "globals.html#concatenationscope#registerrawexport", + "ConcatenationScope.setRawExportMap": "globals.html#concatenationscope#setrawexportmap", + "ConcatenationScope.isModuleReference": "globals.html#concatenationscope#ismodulereference", + "ConcatenationScope.matchModuleReference": "globals.html#concatenationscope#matchmodulereference", + "ContextExclusionPlugin": "globals.html#contextexclusionplugin", + "ContextExclusionPlugin.constructor": "globals.html#contextexclusionplugin#constructor", + "ContextExclusionPlugin.constructor.ContextExclusionPlugin": "globals.html#contextexclusionplugin#constructorcontextexclusionplugin", + "ContextExclusionPlugin.negativeMatcher": "globals.html#contextexclusionplugin#negativematcher", + "ContextExclusionPlugin.apply": "globals.html#contextexclusionplugin#apply", + "ContextReplacementPlugin": "globals.html#contextreplacementplugin", + "ContextReplacementPlugin.constructor": "globals.html#contextreplacementplugin#constructor", + "ContextReplacementPlugin.constructor.ContextReplacementPlugin": "globals.html#contextreplacementplugin#constructorcontextreplacementplugin", + "ContextReplacementPlugin.newContentCallback": "globals.html#contextreplacementplugin#newcontentcallback", + "ContextReplacementPlugin.newContentCreateContextMap": "globals.html#contextreplacementplugin#newcontentcreatecontextmap", + "ContextReplacementPlugin.newContentRecursive": "globals.html#contextreplacementplugin#newcontentrecursive", + "ContextReplacementPlugin.newContentRegExp": "globals.html#contextreplacementplugin#newcontentregexp", + "ContextReplacementPlugin.newContentResource": "globals.html#contextreplacementplugin#newcontentresource", + "ContextReplacementPlugin.resourceRegExp": "globals.html#contextreplacementplugin#resourceregexp", + "ContextReplacementPlugin.apply": "globals.html#contextreplacementplugin#apply", + "DefinePlugin": "globals.html#defineplugin", + "DefinePlugin.constructor": "globals.html#defineplugin#constructor", + "DefinePlugin.constructor.DefinePlugin": "globals.html#defineplugin#constructordefineplugin", + "DefinePlugin.definitions": "globals.html#defineplugin#definitions", + "DefinePlugin.apply": "globals.html#defineplugin#apply", + "DefinePlugin.getCompilationHooks": "globals.html#defineplugin#getcompilationhooks", + "DefinePlugin.runtimeValue": "globals.html#defineplugin#runtimevalue", + "DelegatedPlugin": "globals.html#delegatedplugin", + "DelegatedPlugin.constructor": "globals.html#delegatedplugin#constructor", + "DelegatedPlugin.constructor.DelegatedPlugin": "globals.html#delegatedplugin#constructordelegatedplugin", + "DelegatedPlugin.options": "globals.html#delegatedplugin#options", + "DelegatedPlugin.apply": "globals.html#delegatedplugin#apply", + "Dependency": "globals.html#dependency", + "Dependency.constructor": "globals.html#dependency#constructor", + "Dependency.constructor.Dependency": "globals.html#dependency#constructordependency", + "Dependency.category": "globals.html#dependency#category", + "Dependency.category.category": "globals.html#dependency#categorycategory", + "Dependency.disconnect": "globals.html#dependency#disconnect", + "Dependency.disconnect.disconnect": "globals.html#dependency#disconnectdisconnect", + "Dependency.loc": "globals.html#dependency#loc", + "Dependency.module": "globals.html#dependency#module", + "Dependency.optional": "globals.html#dependency#optional", + "Dependency.type": "globals.html#dependency#type", + "Dependency.type.type": "globals.html#dependency#typetype", + "Dependency.weak": "globals.html#dependency#weak", + "Dependency.EXPORTS_OBJECT_REFERENCED": "globals.html#dependency#exports-object-referenced", + "Dependency.NO_EXPORTS_REFERENCED": "globals.html#dependency#no-exports-referenced", + "Dependency.TRANSITIVE": "globals.html#dependency#transitive", + "Dependency.couldAffectReferencingModule": "globals.html#dependency#couldaffectreferencingmodule", + "Dependency.createIgnoredModule": "globals.html#dependency#createignoredmodule", + "Dependency.deserialize": "globals.html#dependency#deserialize", + "Dependency.getCondition": "globals.html#dependency#getcondition", + "Dependency.getContext": "globals.html#dependency#getcontext", + "Dependency.getErrors": "globals.html#dependency#geterrors", + "Dependency.getExports": "globals.html#dependency#getexports", + "Dependency.getModuleEvaluationSideEffectsState": "globals.html#dependency#getmoduleevaluationsideeffectsstate", + "Dependency.getNumberOfIdOccurrences": "globals.html#dependency#getnumberofidoccurrences", + "Dependency.getReference": "globals.html#dependency#getreference", + "Dependency.getReferencedExports": "globals.html#dependency#getreferencedexports", + "Dependency.getResourceIdentifier": "globals.html#dependency#getresourceidentifier", + "Dependency.getWarnings": "globals.html#dependency#getwarnings", + "Dependency.serialize": "globals.html#dependency#serialize", + "Dependency.setLoc": "globals.html#dependency#setloc", + "Dependency.updateHash": "globals.html#dependency#updatehash", + "Dependency.isLowPriorityDependency": "globals.html#dependency#islowprioritydependency", + "DllPlugin": "globals.html#dllplugin", + "DllPlugin.constructor": "globals.html#dllplugin#constructor", + "DllPlugin.constructor.DllPlugin": "globals.html#dllplugin#constructordllplugin", + "DllPlugin.options": "globals.html#dllplugin#options", + "DllPlugin.apply": "globals.html#dllplugin#apply", + "DllReferencePlugin": "globals.html#dllreferenceplugin", + "DllReferencePlugin.constructor": "globals.html#dllreferenceplugin#constructor", + "DllReferencePlugin.constructor.DllReferencePlugin": "globals.html#dllreferenceplugin#constructordllreferenceplugin", + "DllReferencePlugin.options": "globals.html#dllreferenceplugin#options", + "DllReferencePlugin.apply": "globals.html#dllreferenceplugin#apply", + "DotenvPlugin": "globals.html#dotenvplugin", + "DotenvPlugin.constructor": "globals.html#dotenvplugin#constructor", + "DotenvPlugin.constructor.DotenvPlugin": "globals.html#dotenvplugin#constructordotenvplugin", + "DotenvPlugin.options": "globals.html#dotenvplugin#options", + "DotenvPlugin.apply": "globals.html#dotenvplugin#apply", + "DynamicEntryPlugin": "globals.html#dynamicentryplugin", + "DynamicEntryPlugin.constructor": "globals.html#dynamicentryplugin#constructor", + "DynamicEntryPlugin.constructor.DynamicEntryPlugin": "globals.html#dynamicentryplugin#constructordynamicentryplugin", + "DynamicEntryPlugin.context": "globals.html#dynamicentryplugin#context", + "DynamicEntryPlugin.entry": "globals.html#dynamicentryplugin#entry", + "DynamicEntryPlugin.apply": "globals.html#dynamicentryplugin#apply", + "EntryOptionPlugin": "globals.html#entryoptionplugin", + "EntryOptionPlugin.constructor": "globals.html#entryoptionplugin#constructor", + "EntryOptionPlugin.constructor.EntryOptionPlugin": "globals.html#entryoptionplugin#constructorentryoptionplugin", + "EntryOptionPlugin.apply": "globals.html#entryoptionplugin#apply", + "EntryOptionPlugin.applyEntryOption": "globals.html#entryoptionplugin#applyentryoption", + "EntryOptionPlugin.entryDescriptionToOptions": "globals.html#entryoptionplugin#entrydescriptiontooptions", + "EntryPlugin": "globals.html#entryplugin", + "EntryPlugin.constructor": "globals.html#entryplugin#constructor", + "EntryPlugin.constructor.EntryPlugin": "globals.html#entryplugin#constructorentryplugin", + "EntryPlugin.context": "globals.html#entryplugin#context", + "EntryPlugin.entry": "globals.html#entryplugin#entry", + "EntryPlugin.options": "globals.html#entryplugin#options", + "EntryPlugin.apply": "globals.html#entryplugin#apply", + "EntryPlugin.createDependency": "globals.html#entryplugin#createdependency", + "Entrypoint": "globals.html#abstract-entrypoint", + "Entrypoint.constructor": "globals.html#abstract-entrypoint#constructor", + "Entrypoint.constructor.Entrypoint": "globals.html#abstract-entrypoint#constructorentrypoint", + "Entrypoint.asyncEntrypointsIterable": "globals.html#abstract-entrypoint#asyncentrypointsiterable", + "Entrypoint.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#abstract-entrypoint#asyncentrypointsiterableasyncentrypointsiterable", + "Entrypoint.blocksIterable": "globals.html#abstract-entrypoint#blocksiterable", + "Entrypoint.blocksIterable.blocksIterable": "globals.html#abstract-entrypoint#blocksiterableblocksiterable", + "Entrypoint.childrenIterable": "globals.html#abstract-entrypoint#childreniterable", + "Entrypoint.childrenIterable.childrenIterable": "globals.html#abstract-entrypoint#childreniterablechildreniterable", + "Entrypoint.chunks": "globals.html#abstract-entrypoint#chunks", + "Entrypoint.debugId": "globals.html#abstract-entrypoint#debugid", + "Entrypoint.debugId.debugId": "globals.html#abstract-entrypoint#debugiddebugid", + "Entrypoint.getModuleIndex": "globals.html#abstract-entrypoint#getmoduleindex", + "Entrypoint.getModuleIndex2": "globals.html#abstract-entrypoint#getmoduleindex2", + "Entrypoint.groupDebugId": "globals.html#abstract-entrypoint#groupdebugid", + "Entrypoint.id": "globals.html#abstract-entrypoint#id", + "Entrypoint.id.id": "globals.html#abstract-entrypoint#idid", + "Entrypoint.index": "globals.html#abstract-entrypoint#index", + "Entrypoint.name": "globals.html#abstract-entrypoint#name", + "Entrypoint.options": "globals.html#abstract-entrypoint#options", + "Entrypoint.origins": "globals.html#abstract-entrypoint#origins", + "Entrypoint.parentsIterable": "globals.html#abstract-entrypoint#parentsiterable", + "Entrypoint.parentsIterable.parentsIterable": "globals.html#abstract-entrypoint#parentsiterableparentsiterable", + "Entrypoint.addAsyncEntrypoint": "globals.html#abstract-entrypoint#addasyncentrypoint", + "Entrypoint.addBlock": "globals.html#abstract-entrypoint#addblock", + "Entrypoint.addChild": "globals.html#abstract-entrypoint#addchild", + "Entrypoint.addDependOn": "globals.html#abstract-entrypoint#adddependon", + "Entrypoint.addOptions": "globals.html#abstract-entrypoint#addoptions", + "Entrypoint.addOrigin": "globals.html#abstract-entrypoint#addorigin", + "Entrypoint.addParent": "globals.html#abstract-entrypoint#addparent", + "Entrypoint.checkConstraints": "globals.html#abstract-entrypoint#checkconstraints", + "Entrypoint.compareTo": "globals.html#abstract-entrypoint#compareto", + "Entrypoint.dependOn": "globals.html#abstract-entrypoint#dependon", + "Entrypoint.getBlocks": "globals.html#abstract-entrypoint#getblocks", + "Entrypoint.getChildren": "globals.html#abstract-entrypoint#getchildren", + "Entrypoint.getChildrenByOrders": "globals.html#abstract-entrypoint#getchildrenbyorders", + "Entrypoint.getEntrypointChunk": "globals.html#abstract-entrypoint#getentrypointchunk", + "Entrypoint.getFiles": "globals.html#abstract-entrypoint#getfiles", + "Entrypoint.getModulePostOrderIndex": "globals.html#abstract-entrypoint#getmodulepostorderindex", + "Entrypoint.getModulePreOrderIndex": "globals.html#abstract-entrypoint#getmodulepreorderindex", + "Entrypoint.getNumberOfBlocks": "globals.html#abstract-entrypoint#getnumberofblocks", + "Entrypoint.getNumberOfChildren": "globals.html#abstract-entrypoint#getnumberofchildren", + "Entrypoint.getNumberOfParents": "globals.html#abstract-entrypoint#getnumberofparents", + "Entrypoint.getParents": "globals.html#abstract-entrypoint#getparents", + "Entrypoint.getRuntimeChunk": "globals.html#abstract-entrypoint#getruntimechunk", + "Entrypoint.hasBlock": "globals.html#abstract-entrypoint#hasblock", + "Entrypoint.hasParent": "globals.html#abstract-entrypoint#hasparent", + "Entrypoint.insertChunk": "globals.html#abstract-entrypoint#insertchunk", + "Entrypoint.isInitial": "globals.html#abstract-entrypoint#isinitial", + "Entrypoint.pushChunk": "globals.html#abstract-entrypoint#pushchunk", + "Entrypoint.remove": "globals.html#abstract-entrypoint#remove", + "Entrypoint.removeChild": "globals.html#abstract-entrypoint#removechild", + "Entrypoint.removeChunk": "globals.html#abstract-entrypoint#removechunk", + "Entrypoint.removeParent": "globals.html#abstract-entrypoint#removeparent", + "Entrypoint.replaceChunk": "globals.html#abstract-entrypoint#replacechunk", + "Entrypoint.setEntrypointChunk": "globals.html#abstract-entrypoint#setentrypointchunk", + "Entrypoint.setModulePostOrderIndex": "globals.html#abstract-entrypoint#setmodulepostorderindex", + "Entrypoint.setModulePreOrderIndex": "globals.html#abstract-entrypoint#setmodulepreorderindex", + "Entrypoint.setRuntimeChunk": "globals.html#abstract-entrypoint#setruntimechunk", + "Entrypoint.sortItems": "globals.html#abstract-entrypoint#sortitems", + "Entrypoint.unshiftChunk": "globals.html#abstract-entrypoint#unshiftchunk", + "EnvironmentPlugin": "globals.html#environmentplugin", + "EnvironmentPlugin.constructor": "globals.html#environmentplugin#constructor", + "EnvironmentPlugin.constructor.EnvironmentPlugin": "globals.html#environmentplugin#constructorenvironmentplugin", + "EnvironmentPlugin.defaultValues": "globals.html#environmentplugin#defaultvalues", + "EnvironmentPlugin.keys": "globals.html#environmentplugin#keys", + "EnvironmentPlugin.apply": "globals.html#environmentplugin#apply", + "EvalDevToolModulePlugin": "globals.html#evaldevtoolmoduleplugin", + "EvalDevToolModulePlugin.constructor": "globals.html#evaldevtoolmoduleplugin#constructor", + "EvalDevToolModulePlugin.constructor.EvalDevToolModulePlugin": "globals.html#evaldevtoolmoduleplugin#constructorevaldevtoolmoduleplugin", + "EvalDevToolModulePlugin.moduleFilenameTemplate": "globals.html#evaldevtoolmoduleplugin#modulefilenametemplate", + "EvalDevToolModulePlugin.namespace": "globals.html#evaldevtoolmoduleplugin#namespace", + "EvalDevToolModulePlugin.sourceUrlComment": "globals.html#evaldevtoolmoduleplugin#sourceurlcomment", + "EvalDevToolModulePlugin.apply": "globals.html#evaldevtoolmoduleplugin#apply", + "EvalSourceMapDevToolPlugin": "globals.html#evalsourcemapdevtoolplugin", + "EvalSourceMapDevToolPlugin.constructor": "globals.html#evalsourcemapdevtoolplugin#constructor", + "EvalSourceMapDevToolPlugin.constructor.EvalSourceMapDevToolPlugin": "globals.html#evalsourcemapdevtoolplugin#constructorevalsourcemapdevtoolplugin", + "EvalSourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#evalsourcemapdevtoolplugin#modulefilenametemplate", + "EvalSourceMapDevToolPlugin.namespace": "globals.html#evalsourcemapdevtoolplugin#namespace", + "EvalSourceMapDevToolPlugin.options": "globals.html#evalsourcemapdevtoolplugin#options", + "EvalSourceMapDevToolPlugin.sourceMapComment": "globals.html#evalsourcemapdevtoolplugin#sourcemapcomment", + "EvalSourceMapDevToolPlugin.apply": "globals.html#evalsourcemapdevtoolplugin#apply", + "ExternalModule": "globals.html#externalmodule", + "ExternalModule.constructor": "globals.html#externalmodule#constructor", + "ExternalModule.constructor.ExternalModule": "globals.html#externalmodule#constructorexternalmodule", + "ExternalModule.blocks": "globals.html#externalmodule#blocks", + "ExternalModule.buildInfo": "globals.html#externalmodule#buildinfo", + "ExternalModule.buildMeta": "globals.html#externalmodule#buildmeta", + "ExternalModule.chunksIterable": "globals.html#externalmodule#chunksiterable", + "ExternalModule.chunksIterable.chunksIterable": "globals.html#externalmodule#chunksiterablechunksiterable", + "ExternalModule.codeGenerationDependencies": "globals.html#externalmodule#codegenerationdependencies", + "ExternalModule.context": "globals.html#externalmodule#context", + "ExternalModule.debugId": "globals.html#externalmodule#debugid", + "ExternalModule.dependencies": "globals.html#externalmodule#dependencies", + "ExternalModule.dependencyMeta": "globals.html#externalmodule#dependencymeta", + "ExternalModule.depth": "globals.html#externalmodule#depth", + "ExternalModule.errors": "globals.html#externalmodule#errors", + "ExternalModule.errors.errors": "globals.html#externalmodule#errorserrors", + "ExternalModule.exportsArgument": "globals.html#externalmodule#exportsargument", + "ExternalModule.exportsArgument.exportsArgument": "globals.html#externalmodule#exportsargumentexportsargument", + "ExternalModule.externalType": "globals.html#externalmodule#externaltype", + "ExternalModule.factoryMeta": "globals.html#externalmodule#factorymeta", + "ExternalModule.hasEqualsChunks": "globals.html#externalmodule#hasequalschunks", + "ExternalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#externalmodule#hasequalschunkshasequalschunks", + "ExternalModule.hash": "globals.html#externalmodule#hash", + "ExternalModule.hash.hash": "globals.html#externalmodule#hashhash", + "ExternalModule.hot": "globals.html#externalmodule#hot", + "ExternalModule.id": "globals.html#externalmodule#id", + "ExternalModule.index": "globals.html#externalmodule#index", + "ExternalModule.index2": "globals.html#externalmodule#index2", + "ExternalModule.issuer": "globals.html#externalmodule#issuer", + "ExternalModule.isUsed": "globals.html#externalmodule#isused", + "ExternalModule.isUsed.isUsed": "globals.html#externalmodule#isusedisused", + "ExternalModule.layer": "globals.html#externalmodule#layer", + "ExternalModule.moduleArgument": "globals.html#externalmodule#moduleargument", + "ExternalModule.moduleArgument.moduleArgument": "globals.html#externalmodule#moduleargumentmoduleargument", + "ExternalModule.needId": "globals.html#externalmodule#needid", + "ExternalModule.optimizationBailout": "globals.html#externalmodule#optimizationbailout", + "ExternalModule.optimizationBailout.optimizationBailout": "globals.html#externalmodule#optimizationbailoutoptimizationbailout", + "ExternalModule.optional": "globals.html#externalmodule#optional", + "ExternalModule.optional.optional": "globals.html#externalmodule#optionaloptional", + "ExternalModule.parent": "globals.html#externalmodule#parent", + "ExternalModule.presentationalDependencies": "globals.html#externalmodule#presentationaldependencies", + "ExternalModule.profile": "globals.html#externalmodule#profile", + "ExternalModule.renderedHash": "globals.html#externalmodule#renderedhash", + "ExternalModule.renderedHash.renderedHash": "globals.html#externalmodule#renderedhashrenderedhash", + "ExternalModule.request": "globals.html#externalmodule#request", + "ExternalModule.resolveOptions": "globals.html#externalmodule#resolveoptions", + "ExternalModule.type": "globals.html#externalmodule#type", + "ExternalModule.used": "globals.html#externalmodule#used", + "ExternalModule.usedExports": "globals.html#externalmodule#usedexports", + "ExternalModule.usedExports.usedExports": "globals.html#externalmodule#usedexportsusedexports", + "ExternalModule.userRequest": "globals.html#externalmodule#userrequest", + "ExternalModule.useSimpleSourceMap": "globals.html#externalmodule#usesimplesourcemap", + "ExternalModule.useSourceMap": "globals.html#externalmodule#usesourcemap", + "ExternalModule.warnings": "globals.html#externalmodule#warnings", + "ExternalModule.warnings.warnings": "globals.html#externalmodule#warningswarnings", + "ExternalModule.getExternalModuleNodeCommonjsInitFragment": "globals.html#externalmodule#getexternalmodulenodecommonjsinitfragment", + "ExternalModule.ModuleExternalInitFragment": "globals.html#externalmodule#moduleexternalinitfragment", + "ExternalModule.addBlock": "globals.html#externalmodule#addblock", + "ExternalModule.addCacheDependencies": "globals.html#externalmodule#addcachedependencies", + "ExternalModule.addChunk": "globals.html#externalmodule#addchunk", + "ExternalModule.addCodeGenerationDependency": "globals.html#externalmodule#addcodegenerationdependency", + "ExternalModule.addDependency": "globals.html#externalmodule#adddependency", + "ExternalModule.addError": "globals.html#externalmodule#adderror", + "ExternalModule.addPresentationalDependency": "globals.html#externalmodule#addpresentationaldependency", + "ExternalModule.addWarning": "globals.html#externalmodule#addwarning", + "ExternalModule.build": "globals.html#externalmodule#build", + "ExternalModule.chunkCondition": "globals.html#externalmodule#chunkcondition", + "ExternalModule.cleanupForCache": "globals.html#externalmodule#cleanupforcache", + "ExternalModule.clearDependenciesAndBlocks": "globals.html#externalmodule#cleardependenciesandblocks", + "ExternalModule.clearWarningsAndErrors": "globals.html#externalmodule#clearwarningsanderrors", + "ExternalModule.codeGeneration": "globals.html#externalmodule#codegeneration", + "ExternalModule.deserialize": "globals.html#externalmodule#deserialize", + "ExternalModule.getChunks": "globals.html#externalmodule#getchunks", + "ExternalModule.getConcatenationBailoutReason": "globals.html#externalmodule#getconcatenationbailoutreason", + "ExternalModule.getErrors": "globals.html#externalmodule#geterrors", + "ExternalModule.getExportsType": "globals.html#externalmodule#getexportstype", + "ExternalModule.getNumberOfChunks": "globals.html#externalmodule#getnumberofchunks", + "ExternalModule.getNumberOfErrors": "globals.html#externalmodule#getnumberoferrors", + "ExternalModule.getNumberOfWarnings": "globals.html#externalmodule#getnumberofwarnings", + "ExternalModule.getRootBlock": "globals.html#externalmodule#getrootblock", + "ExternalModule.getSideEffectsConnectionState": "globals.html#externalmodule#getsideeffectsconnectionstate", + "ExternalModule.getSourceBasicTypes": "globals.html#externalmodule#getsourcebasictypes-1", + "ExternalModule.getSourceTypes": "globals.html#externalmodule#getsourcetypes", + "ExternalModule.getUnsafeCacheData": "globals.html#externalmodule#getunsafecachedata", + "ExternalModule.getWarnings": "globals.html#externalmodule#getwarnings", + "ExternalModule.hasChunkCondition": "globals.html#externalmodule#haschunkcondition", + "ExternalModule.hasReasonForChunk": "globals.html#externalmodule#hasreasonforchunk", + "ExternalModule.hasReasons": "globals.html#externalmodule#hasreasons", + "ExternalModule.identifier": "globals.html#externalmodule#identifier", + "ExternalModule.invalidateBuild": "globals.html#externalmodule#invalidatebuild", + "ExternalModule.isAccessibleInChunk": "globals.html#externalmodule#isaccessibleinchunk", + "ExternalModule.isAccessibleInChunkGroup": "globals.html#externalmodule#isaccessibleinchunkgroup", + "ExternalModule.isEntryModule": "globals.html#externalmodule#isentrymodule", + "ExternalModule.isInChunk": "globals.html#externalmodule#isinchunk", + "ExternalModule.isOptional": "globals.html#externalmodule#isoptional", + "ExternalModule.isProvided": "globals.html#externalmodule#isprovided", + "ExternalModule.libIdent": "globals.html#externalmodule#libident", + "ExternalModule.nameForCondition": "globals.html#externalmodule#nameforcondition", + "ExternalModule.needBuild": "globals.html#externalmodule#needbuild", + "ExternalModule.needRebuild": "globals.html#externalmodule#needrebuild", + "ExternalModule.originalSource": "globals.html#externalmodule#originalsource", + "ExternalModule.readableIdentifier": "globals.html#externalmodule#readableidentifier", + "ExternalModule.removeChunk": "globals.html#externalmodule#removechunk", + "ExternalModule.removeDependency": "globals.html#externalmodule#removedependency", + "ExternalModule.restoreFromUnsafeCache": "globals.html#externalmodule#restorefromunsafecache", + "ExternalModule.serialize": "globals.html#externalmodule#serialize", + "ExternalModule.size": "globals.html#externalmodule#size", + "ExternalModule.source": "globals.html#externalmodule#source", + "ExternalModule.updateCacheModule": "globals.html#externalmodule#updatecachemodule", + "ExternalModule.updateHash": "globals.html#externalmodule#updatehash", + "ExternalsPlugin": "globals.html#externalsplugin", + "ExternalsPlugin.constructor": "globals.html#externalsplugin#constructor", + "ExternalsPlugin.constructor.ExternalsPlugin": "globals.html#externalsplugin#constructorexternalsplugin", + "ExternalsPlugin.externals": "globals.html#externalsplugin#externals", + "ExternalsPlugin.type": "globals.html#externalsplugin#type", + "ExternalsPlugin.apply": "globals.html#externalsplugin#apply", + "Generator": "globals.html#generator", + "Generator.constructor": "globals.html#generator#constructor", + "Generator.constructor.Generator": "globals.html#generator#constructorgenerator", + "Generator.generate": "globals.html#generator#generate", + "Generator.getConcatenationBailoutReason": "globals.html#generator#getconcatenationbailoutreason", + "Generator.getSize": "globals.html#generator#getsize", + "Generator.getTypes": "globals.html#generator#gettypes", + "Generator.updateHash": "globals.html#generator#updatehash", + "Generator.byType": "globals.html#generator#bytype", + "HotModuleReplacementPlugin": "globals.html#hotmodulereplacementplugin", + "HotModuleReplacementPlugin.constructor": "globals.html#hotmodulereplacementplugin#constructor", + "HotModuleReplacementPlugin.constructor.HotModuleReplacementPlugin": "globals.html#hotmodulereplacementplugin#constructorhotmodulereplacementplugin", + "HotModuleReplacementPlugin.apply": "globals.html#hotmodulereplacementplugin#apply", + "HotModuleReplacementPlugin.getParserHooks": "globals.html#hotmodulereplacementplugin#getparserhooks", + "HotUpdateChunk": "globals.html#hotupdatechunk", + "HotUpdateChunk.constructor": "globals.html#hotupdatechunk#constructor", + "HotUpdateChunk.constructor.HotUpdateChunk": "globals.html#hotupdatechunk#constructorhotupdatechunk", + "HotUpdateChunk.auxiliaryFiles": "globals.html#hotupdatechunk#auxiliaryfiles", + "HotUpdateChunk.chunkReason": "globals.html#hotupdatechunk#chunkreason", + "HotUpdateChunk.contentHash": "globals.html#hotupdatechunk#contenthash", + "HotUpdateChunk.cssFilenameTemplate": "globals.html#hotupdatechunk#cssfilenametemplate", + "HotUpdateChunk.debugId": "globals.html#hotupdatechunk#debugid", + "HotUpdateChunk.entryModule": "globals.html#hotupdatechunk#entrymodule", + "HotUpdateChunk.entryModule.entryModule": "globals.html#hotupdatechunk#entrymoduleentrymodule", + "HotUpdateChunk.extraAsync": "globals.html#hotupdatechunk#extraasync", + "HotUpdateChunk.filenameTemplate": "globals.html#hotupdatechunk#filenametemplate", + "HotUpdateChunk.files": "globals.html#hotupdatechunk#files", + "HotUpdateChunk.groupsIterable": "globals.html#hotupdatechunk#groupsiterable", + "HotUpdateChunk.groupsIterable.groupsIterable": "globals.html#hotupdatechunk#groupsiterablegroupsiterable", + "HotUpdateChunk.hash": "globals.html#hotupdatechunk#hash", + "HotUpdateChunk.id": "globals.html#hotupdatechunk#id", + "HotUpdateChunk.idNameHints": "globals.html#hotupdatechunk#idnamehints", + "HotUpdateChunk.ids": "globals.html#hotupdatechunk#ids", + "HotUpdateChunk.modulesIterable": "globals.html#hotupdatechunk#modulesiterable", + "HotUpdateChunk.modulesIterable.modulesIterable": "globals.html#hotupdatechunk#modulesiterablemodulesiterable", + "HotUpdateChunk.name": "globals.html#hotupdatechunk#name", + "HotUpdateChunk.preventIntegration": "globals.html#hotupdatechunk#preventintegration", + "HotUpdateChunk.rendered": "globals.html#hotupdatechunk#rendered", + "HotUpdateChunk.renderedHash": "globals.html#hotupdatechunk#renderedhash", + "HotUpdateChunk.runtime": "globals.html#hotupdatechunk#runtime", + "HotUpdateChunk.addGroup": "globals.html#hotupdatechunk#addgroup", + "HotUpdateChunk.addModule": "globals.html#hotupdatechunk#addmodule", + "HotUpdateChunk.canBeInitial": "globals.html#hotupdatechunk#canbeinitial", + "HotUpdateChunk.canBeIntegrated": "globals.html#hotupdatechunk#canbeintegrated", + "HotUpdateChunk.compareTo": "globals.html#hotupdatechunk#compareto", + "HotUpdateChunk.containsModule": "globals.html#hotupdatechunk#containsmodule", + "HotUpdateChunk.disconnectFromGroups": "globals.html#hotupdatechunk#disconnectfromgroups", + "HotUpdateChunk.getAllAsyncChunks": "globals.html#hotupdatechunk#getallasyncchunks", + "HotUpdateChunk.getAllInitialChunks": "globals.html#hotupdatechunk#getallinitialchunks", + "HotUpdateChunk.getAllReferencedAsyncEntrypoints": "globals.html#hotupdatechunk#getallreferencedasyncentrypoints", + "HotUpdateChunk.getAllReferencedChunks": "globals.html#hotupdatechunk#getallreferencedchunks", + "HotUpdateChunk.getChildIdsByOrders": "globals.html#hotupdatechunk#getchildidsbyorders", + "HotUpdateChunk.getChildIdsByOrdersMap": "globals.html#hotupdatechunk#getchildidsbyordersmap", + "HotUpdateChunk.getChildrenOfTypeInOrder": "globals.html#hotupdatechunk#getchildrenoftypeinorder", + "HotUpdateChunk.getChunkMaps": "globals.html#hotupdatechunk#getchunkmaps", + "HotUpdateChunk.getChunkModuleMaps": "globals.html#hotupdatechunk#getchunkmodulemaps", + "HotUpdateChunk.getEntryOptions": "globals.html#hotupdatechunk#getentryoptions", + "HotUpdateChunk.getModules": "globals.html#hotupdatechunk#getmodules", + "HotUpdateChunk.getNumberOfGroups": "globals.html#hotupdatechunk#getnumberofgroups", + "HotUpdateChunk.getNumberOfModules": "globals.html#hotupdatechunk#getnumberofmodules", + "HotUpdateChunk.hasAsyncChunks": "globals.html#hotupdatechunk#hasasyncchunks", + "HotUpdateChunk.hasChildByOrder": "globals.html#hotupdatechunk#haschildbyorder", + "HotUpdateChunk.hasEntryModule": "globals.html#hotupdatechunk#hasentrymodule", + "HotUpdateChunk.hasModuleInGraph": "globals.html#hotupdatechunk#hasmoduleingraph", + "HotUpdateChunk.hasRuntime": "globals.html#hotupdatechunk#hasruntime", + "HotUpdateChunk.integrate": "globals.html#hotupdatechunk#integrate", + "HotUpdateChunk.integratedSize": "globals.html#hotupdatechunk#integratedsize", + "HotUpdateChunk.isEmpty": "globals.html#hotupdatechunk#isempty", + "HotUpdateChunk.isInGroup": "globals.html#hotupdatechunk#isingroup", + "HotUpdateChunk.isOnlyInitial": "globals.html#hotupdatechunk#isonlyinitial", + "HotUpdateChunk.modulesSize": "globals.html#hotupdatechunk#modulessize", + "HotUpdateChunk.moveModule": "globals.html#hotupdatechunk#movemodule", + "HotUpdateChunk.remove": "globals.html#hotupdatechunk#remove", + "HotUpdateChunk.removeGroup": "globals.html#hotupdatechunk#removegroup", + "HotUpdateChunk.removeModule": "globals.html#hotupdatechunk#removemodule", + "HotUpdateChunk.size": "globals.html#hotupdatechunk#size", + "HotUpdateChunk.split": "globals.html#hotupdatechunk#split", + "HotUpdateChunk.updateHash": "globals.html#hotupdatechunk#updatehash", + "IgnorePlugin": "globals.html#ignoreplugin", + "IgnorePlugin.constructor": "globals.html#ignoreplugin#constructor", + "IgnorePlugin.constructor.IgnorePlugin": "globals.html#ignoreplugin#constructorignoreplugin", + "IgnorePlugin.options": "globals.html#ignoreplugin#options", + "IgnorePlugin.apply": "globals.html#ignoreplugin#apply", + "IgnorePlugin.checkIgnore": "globals.html#ignoreplugin#checkignore", + "InitFragment": "globals.html#initfragment", + "InitFragment.GenerateContext": "globals.html#initfragment#generatecontext", + "InitFragment.constructor": "globals.html#initfragment#constructor", + "InitFragment.constructor.InitFragment": "globals.html#initfragment#constructorinitfragment", + "InitFragment.constructor.InitFragment.GenerateContext": "globals.html#initfragment#constructorinitfragmentgeneratecontext", + "InitFragment.content": "globals.html#initfragment#content", + "InitFragment.endContent": "globals.html#initfragment#endcontent", + "InitFragment.key": "globals.html#initfragment#key", + "InitFragment.position": "globals.html#initfragment#position", + "InitFragment.stage": "globals.html#initfragment#stage", + "InitFragment.STAGE_ASYNC_BOUNDARY": "globals.html#initfragment#stage-async-boundary", + "InitFragment.STAGE_ASYNC_DEPENDENCIES": "globals.html#initfragment#stage-async-dependencies", + "InitFragment.STAGE_ASYNC_HARMONY_IMPORTS": "globals.html#initfragment#stage-async-harmony-imports", + "InitFragment.STAGE_CONSTANTS": "globals.html#initfragment#stage-constants", + "InitFragment.STAGE_HARMONY_EXPORTS": "globals.html#initfragment#stage-harmony-exports", + "InitFragment.STAGE_HARMONY_IMPORTS": "globals.html#initfragment#stage-harmony-imports", + "InitFragment.STAGE_PROVIDES": "globals.html#initfragment#stage-provides", + "InitFragment.deserialize": "globals.html#initfragment#deserialize", + "InitFragment.getContent": "globals.html#initfragment#getcontent", + "InitFragment.getEndContent": "globals.html#initfragment#getendcontent", + "InitFragment.serialize": "globals.html#initfragment#serialize", + "InitFragment.addToSource": "globals.html#initfragment#addtosource", + "JavascriptModulesPlugin": "globals.html#javascriptmodulesplugin", + "JavascriptModulesPlugin.constructor": "globals.html#javascriptmodulesplugin#constructor", + "JavascriptModulesPlugin.constructor.JavascriptModulesPlugin": "globals.html#javascriptmodulesplugin#constructorjavascriptmodulesplugin", + "JavascriptModulesPlugin.options": "globals.html#javascriptmodulesplugin#options", + "JavascriptModulesPlugin.chunkHasJs": "globals.html#javascriptmodulesplugin#chunkhasjs", + "JavascriptModulesPlugin.apply": "globals.html#javascriptmodulesplugin#apply", + "JavascriptModulesPlugin.renderBootstrap": "globals.html#javascriptmodulesplugin#renderbootstrap", + "JavascriptModulesPlugin.renderChunk": "globals.html#javascriptmodulesplugin#renderchunk", + "JavascriptModulesPlugin.renderMain": "globals.html#javascriptmodulesplugin#rendermain", + "JavascriptModulesPlugin.renderModule": "globals.html#javascriptmodulesplugin#rendermodule", + "JavascriptModulesPlugin.renderRequire": "globals.html#javascriptmodulesplugin#renderrequire", + "JavascriptModulesPlugin.updateHashWithBootstrap": "globals.html#javascriptmodulesplugin#updatehashwithbootstrap", + "JavascriptModulesPlugin.getChunkFilenameTemplate": "globals.html#javascriptmodulesplugin#getchunkfilenametemplate", + "JavascriptModulesPlugin.getCompilationHooks": "globals.html#javascriptmodulesplugin#getcompilationhooks", + "LibManifestPlugin": "globals.html#libmanifestplugin", + "LibManifestPlugin.constructor": "globals.html#libmanifestplugin#constructor", + "LibManifestPlugin.constructor.LibManifestPlugin": "globals.html#libmanifestplugin#constructorlibmanifestplugin", + "LibManifestPlugin.options": "globals.html#libmanifestplugin#options", + "LibManifestPlugin.apply": "globals.html#libmanifestplugin#apply", + "LibraryTemplatePlugin": "globals.html#librarytemplateplugin", + "LibraryTemplatePlugin.constructor": "globals.html#librarytemplateplugin#constructor", + "LibraryTemplatePlugin.constructor.LibraryTemplatePlugin": "globals.html#librarytemplateplugin#constructorlibrarytemplateplugin", + "LibraryTemplatePlugin.library": "globals.html#librarytemplateplugin#library", + "LibraryTemplatePlugin.apply": "globals.html#librarytemplateplugin#apply", + "LoaderOptionsPlugin": "globals.html#loaderoptionsplugin", + "LoaderOptionsPlugin.constructor": "globals.html#loaderoptionsplugin#constructor", + "LoaderOptionsPlugin.constructor.LoaderOptionsPlugin": "globals.html#loaderoptionsplugin#constructorloaderoptionsplugin", + "LoaderOptionsPlugin.options": "globals.html#loaderoptionsplugin#options", + "LoaderOptionsPlugin.apply": "globals.html#loaderoptionsplugin#apply", + "LoaderTargetPlugin": "globals.html#loadertargetplugin", + "LoaderTargetPlugin.constructor": "globals.html#loadertargetplugin#constructor", + "LoaderTargetPlugin.constructor.LoaderTargetPlugin": "globals.html#loadertargetplugin#constructorloadertargetplugin", + "LoaderTargetPlugin.target": "globals.html#loadertargetplugin#target", + "LoaderTargetPlugin.apply": "globals.html#loadertargetplugin#apply", + "ManifestPlugin": "globals.html#manifestplugin", + "ManifestPlugin.constructor": "globals.html#manifestplugin#constructor", + "ManifestPlugin.constructor.ManifestPlugin": "globals.html#manifestplugin#constructormanifestplugin", + "ManifestPlugin.options": "globals.html#manifestplugin#options", + "ManifestPlugin.apply": "globals.html#manifestplugin#apply", + "Module": "globals.html#module", + "Module.constructor": "globals.html#module#constructor", + "Module.constructor.Module": "globals.html#module#constructormodule", + "Module.blocks": "globals.html#module#blocks", + "Module.buildInfo": "globals.html#module#buildinfo", + "Module.buildMeta": "globals.html#module#buildmeta", + "Module.chunksIterable": "globals.html#module#chunksiterable", + "Module.chunksIterable.chunksIterable": "globals.html#module#chunksiterablechunksiterable", + "Module.codeGenerationDependencies": "globals.html#module#codegenerationdependencies", + "Module.context": "globals.html#module#context", + "Module.debugId": "globals.html#module#debugid", + "Module.dependencies": "globals.html#module#dependencies", + "Module.depth": "globals.html#module#depth", + "Module.errors": "globals.html#module#errors", + "Module.errors.errors": "globals.html#module#errorserrors", + "Module.exportsArgument": "globals.html#module#exportsargument", + "Module.exportsArgument.exportsArgument": "globals.html#module#exportsargumentexportsargument", + "Module.factoryMeta": "globals.html#module#factorymeta", + "Module.hasEqualsChunks": "globals.html#module#hasequalschunks", + "Module.hasEqualsChunks.hasEqualsChunks": "globals.html#module#hasequalschunkshasequalschunks", + "Module.hash": "globals.html#module#hash", + "Module.hash.hash": "globals.html#module#hashhash", + "Module.hot": "globals.html#module#hot", + "Module.id": "globals.html#module#id", + "Module.index": "globals.html#module#index", + "Module.index2": "globals.html#module#index2", + "Module.issuer": "globals.html#module#issuer", + "Module.isUsed": "globals.html#module#isused", + "Module.isUsed.isUsed": "globals.html#module#isusedisused", + "Module.layer": "globals.html#module#layer", + "Module.moduleArgument": "globals.html#module#moduleargument", + "Module.moduleArgument.moduleArgument": "globals.html#module#moduleargumentmoduleargument", + "Module.needId": "globals.html#module#needid", + "Module.optimizationBailout": "globals.html#module#optimizationbailout", + "Module.optimizationBailout.optimizationBailout": "globals.html#module#optimizationbailoutoptimizationbailout", + "Module.optional": "globals.html#module#optional", + "Module.optional.optional": "globals.html#module#optionaloptional", + "Module.parent": "globals.html#module#parent", + "Module.presentationalDependencies": "globals.html#module#presentationaldependencies", + "Module.profile": "globals.html#module#profile", + "Module.renderedHash": "globals.html#module#renderedhash", + "Module.renderedHash.renderedHash": "globals.html#module#renderedhashrenderedhash", + "Module.resolveOptions": "globals.html#module#resolveoptions", + "Module.type": "globals.html#module#type", + "Module.used": "globals.html#module#used", + "Module.usedExports": "globals.html#module#usedexports", + "Module.usedExports.usedExports": "globals.html#module#usedexportsusedexports", + "Module.useSimpleSourceMap": "globals.html#module#usesimplesourcemap", + "Module.useSourceMap": "globals.html#module#usesourcemap", + "Module.warnings": "globals.html#module#warnings", + "Module.warnings.warnings": "globals.html#module#warningswarnings", + "Module.addBlock": "globals.html#module#addblock", + "Module.addCacheDependencies": "globals.html#module#addcachedependencies", + "Module.addChunk": "globals.html#module#addchunk", + "Module.addCodeGenerationDependency": "globals.html#module#addcodegenerationdependency", + "Module.addDependency": "globals.html#module#adddependency", + "Module.addError": "globals.html#module#adderror", + "Module.addPresentationalDependency": "globals.html#module#addpresentationaldependency", + "Module.addWarning": "globals.html#module#addwarning", + "Module.build": "globals.html#module#build", + "Module.chunkCondition": "globals.html#module#chunkcondition", + "Module.cleanupForCache": "globals.html#module#cleanupforcache", + "Module.clearDependenciesAndBlocks": "globals.html#module#cleardependenciesandblocks", + "Module.clearWarningsAndErrors": "globals.html#module#clearwarningsanderrors", + "Module.codeGeneration": "globals.html#module#codegeneration", + "Module.deserialize": "globals.html#module#deserialize", + "Module.getChunks": "globals.html#module#getchunks", + "Module.getConcatenationBailoutReason": "globals.html#module#getconcatenationbailoutreason", + "Module.getErrors": "globals.html#module#geterrors", + "Module.getExportsType": "globals.html#module#getexportstype", + "Module.getNumberOfChunks": "globals.html#module#getnumberofchunks", + "Module.getNumberOfErrors": "globals.html#module#getnumberoferrors", + "Module.getNumberOfWarnings": "globals.html#module#getnumberofwarnings", + "Module.getRootBlock": "globals.html#module#getrootblock", + "Module.getSideEffectsConnectionState": "globals.html#module#getsideeffectsconnectionstate", + "Module.getSourceBasicTypes": "globals.html#module#getsourcebasictypes-1", + "Module.getSourceTypes": "globals.html#module#getsourcetypes", + "Module.getUnsafeCacheData": "globals.html#module#getunsafecachedata", + "Module.getWarnings": "globals.html#module#getwarnings", + "Module.hasChunkCondition": "globals.html#module#haschunkcondition", + "Module.hasReasonForChunk": "globals.html#module#hasreasonforchunk", + "Module.hasReasons": "globals.html#module#hasreasons", + "Module.identifier": "globals.html#module#identifier", + "Module.invalidateBuild": "globals.html#module#invalidatebuild", + "Module.isAccessibleInChunk": "globals.html#module#isaccessibleinchunk", + "Module.isAccessibleInChunkGroup": "globals.html#module#isaccessibleinchunkgroup", + "Module.isEntryModule": "globals.html#module#isentrymodule", + "Module.isInChunk": "globals.html#module#isinchunk", + "Module.isOptional": "globals.html#module#isoptional", + "Module.isProvided": "globals.html#module#isprovided", + "Module.libIdent": "globals.html#module#libident", + "Module.nameForCondition": "globals.html#module#nameforcondition", + "Module.needBuild": "globals.html#module#needbuild", + "Module.needRebuild": "globals.html#module#needrebuild", + "Module.originalSource": "globals.html#module#originalsource", + "Module.readableIdentifier": "globals.html#module#readableidentifier", + "Module.removeChunk": "globals.html#module#removechunk", + "Module.removeDependency": "globals.html#module#removedependency", + "Module.serialize": "globals.html#module#serialize", + "Module.size": "globals.html#module#size", + "Module.source": "globals.html#module#source", + "Module.updateCacheModule": "globals.html#module#updatecachemodule", + "Module.updateHash": "globals.html#module#updatehash", + "ModuleFactory": "globals.html#modulefactory", + "ModuleFactory.constructor": "globals.html#modulefactory#constructor", + "ModuleFactory.constructor.ModuleFactory": "globals.html#modulefactory#constructormodulefactory", + "ModuleFactory.create": "globals.html#modulefactory#create", + "ModuleGraph": "globals.html#modulegraph", + "ModuleGraph.constructor": "globals.html#modulegraph#constructor", + "ModuleGraph.constructor.ModuleGraph": "globals.html#modulegraph#constructormodulegraph", + "ModuleGraph.ModuleGraphConnection": "globals.html#modulegraph#modulegraphconnection", + "ModuleGraph.addExplanation": "globals.html#modulegraph#addexplanation", + "ModuleGraph.addExtraReason": "globals.html#modulegraph#addextrareason", + "ModuleGraph.cached": "globals.html#modulegraph#cached", + "ModuleGraph.cloneModuleAttributes": "globals.html#modulegraph#clonemoduleattributes", + "ModuleGraph.copyOutgoingModuleConnections": "globals.html#modulegraph#copyoutgoingmoduleconnections", + "ModuleGraph.dependencyCacheProvide": "globals.html#modulegraph#dependencycacheprovide", + "ModuleGraph.finishUpdateParent": "globals.html#modulegraph#finishupdateparent", + "ModuleGraph.freeze": "globals.html#modulegraph#freeze", + "ModuleGraph.getConnection": "globals.html#modulegraph#getconnection", + "ModuleGraph.getDepth": "globals.html#modulegraph#getdepth", + "ModuleGraph.getExportInfo": "globals.html#modulegraph#getexportinfo", + "ModuleGraph.getExportsInfo": "globals.html#modulegraph#getexportsinfo", + "ModuleGraph.getIncomingConnections": "globals.html#modulegraph#getincomingconnections", + "ModuleGraph.getIncomingConnectionsByOriginModule": "globals.html#modulegraph#getincomingconnectionsbyoriginmodule", + "ModuleGraph.getIssuer": "globals.html#modulegraph#getissuer", + "ModuleGraph.getMeta": "globals.html#modulegraph#getmeta", + "ModuleGraph.getMetaIfExisting": "globals.html#modulegraph#getmetaifexisting", + "ModuleGraph.getModule": "globals.html#modulegraph#getmodule", + "ModuleGraph.getOptimizationBailout": "globals.html#modulegraph#getoptimizationbailout", + "ModuleGraph.getOrigin": "globals.html#modulegraph#getorigin", + "ModuleGraph.getOutgoingConnections": "globals.html#modulegraph#getoutgoingconnections", + "ModuleGraph.getOutgoingConnectionsByModule": "globals.html#modulegraph#getoutgoingconnectionsbymodule", + "ModuleGraph.getParentBlock": "globals.html#modulegraph#getparentblock", + "ModuleGraph.getParentBlockIndex": "globals.html#modulegraph#getparentblockindex", + "ModuleGraph.getParentModule": "globals.html#modulegraph#getparentmodule", + "ModuleGraph.getPostOrderIndex": "globals.html#modulegraph#getpostorderindex", + "ModuleGraph.getPreOrderIndex": "globals.html#modulegraph#getpreorderindex", + "ModuleGraph.getProfile": "globals.html#modulegraph#getprofile", + "ModuleGraph.getProvidedExports": "globals.html#modulegraph#getprovidedexports", + "ModuleGraph.getReadOnlyExportInfo": "globals.html#modulegraph#getreadonlyexportinfo", + "ModuleGraph.getResolvedModule": "globals.html#modulegraph#getresolvedmodule", + "ModuleGraph.getResolvedOrigin": "globals.html#modulegraph#getresolvedorigin", + "ModuleGraph.getUsedExports": "globals.html#modulegraph#getusedexports", + "ModuleGraph.isAsync": "globals.html#modulegraph#isasync", + "ModuleGraph.isDeferred": "globals.html#modulegraph#isdeferred", + "ModuleGraph.isExportProvided": "globals.html#modulegraph#isexportprovided", + "ModuleGraph.moveModuleConnections": "globals.html#modulegraph#movemoduleconnections", + "ModuleGraph.removeAllModuleAttributes": "globals.html#modulegraph#removeallmoduleattributes", + "ModuleGraph.removeConnection": "globals.html#modulegraph#removeconnection", + "ModuleGraph.removeModuleAttributes": "globals.html#modulegraph#removemoduleattributes", + "ModuleGraph.setAsync": "globals.html#modulegraph#setasync", + "ModuleGraph.setDepth": "globals.html#modulegraph#setdepth", + "ModuleGraph.setDepthIfLower": "globals.html#modulegraph#setdepthiflower", + "ModuleGraph.setIssuer": "globals.html#modulegraph#setissuer", + "ModuleGraph.setIssuerIfUnset": "globals.html#modulegraph#setissuerifunset", + "ModuleGraph.setModuleMemCaches": "globals.html#modulegraph#setmodulememcaches", + "ModuleGraph.setParentDependenciesBlockIndex": "globals.html#modulegraph#setparentdependenciesblockindex", + "ModuleGraph.setParents": "globals.html#modulegraph#setparents", + "ModuleGraph.setPostOrderIndex": "globals.html#modulegraph#setpostorderindex", + "ModuleGraph.setPostOrderIndexIfUnset": "globals.html#modulegraph#setpostorderindexifunset", + "ModuleGraph.setPreOrderIndex": "globals.html#modulegraph#setpreorderindex", + "ModuleGraph.setPreOrderIndexIfUnset": "globals.html#modulegraph#setpreorderindexifunset", + "ModuleGraph.setProfile": "globals.html#modulegraph#setprofile", + "ModuleGraph.setResolvedModule": "globals.html#modulegraph#setresolvedmodule", + "ModuleGraph.unfreeze": "globals.html#modulegraph#unfreeze", + "ModuleGraph.updateModule": "globals.html#modulegraph#updatemodule", + "ModuleGraph.updateParent": "globals.html#modulegraph#updateparent", + "ModuleGraph.clearModuleGraphForModule": "globals.html#modulegraph#clearmodulegraphformodule", + "ModuleGraph.getModuleGraphForModule": "globals.html#modulegraph#getmodulegraphformodule", + "ModuleGraph.setModuleGraphForModule": "globals.html#modulegraph#setmodulegraphformodule", + "ModuleGraphConnection": "globals.html#modulegraphconnection", + "ModuleGraphConnection.constructor": "globals.html#modulegraphconnection#constructor", + "ModuleGraphConnection.constructor.ModuleGraphConnection": "globals.html#modulegraphconnection#constructormodulegraphconnection", + "ModuleGraphConnection.condition": "globals.html#modulegraphconnection#condition", + "ModuleGraphConnection.conditional": "globals.html#modulegraphconnection#conditional", + "ModuleGraphConnection.dependency": "globals.html#modulegraphconnection#dependency", + "ModuleGraphConnection.explanation": "globals.html#modulegraphconnection#explanation", + "ModuleGraphConnection.explanation.explanation": "globals.html#modulegraphconnection#explanationexplanation", + "ModuleGraphConnection.explanations": "globals.html#modulegraphconnection#explanations", + "ModuleGraphConnection.module": "globals.html#modulegraphconnection#module", + "ModuleGraphConnection.originModule": "globals.html#modulegraphconnection#originmodule", + "ModuleGraphConnection.resolvedModule": "globals.html#modulegraphconnection#resolvedmodule", + "ModuleGraphConnection.resolvedOriginModule": "globals.html#modulegraphconnection#resolvedoriginmodule", + "ModuleGraphConnection.weak": "globals.html#modulegraphconnection#weak", + "ModuleGraphConnection.addConnectionStates": "globals.html#modulegraphconnection#addconnectionstates", + "ModuleGraphConnection.CIRCULAR_CONNECTION": "globals.html#modulegraphconnection#circular-connection", + "ModuleGraphConnection.TRANSITIVE_ONLY": "globals.html#modulegraphconnection#transitive-only", + "ModuleGraphConnection.addCondition": "globals.html#modulegraphconnection#addcondition", + "ModuleGraphConnection.addExplanation": "globals.html#modulegraphconnection#addexplanation", + "ModuleGraphConnection.clone": "globals.html#modulegraphconnection#clone", + "ModuleGraphConnection.getActiveState": "globals.html#modulegraphconnection#getactivestate", + "ModuleGraphConnection.isActive": "globals.html#modulegraphconnection#isactive", + "ModuleGraphConnection.isTargetActive": "globals.html#modulegraphconnection#istargetactive", + "ModuleGraphConnection.setActive": "globals.html#modulegraphconnection#setactive", + "MultiCompiler": "globals.html#multicompiler", + "MultiCompiler.constructor": "globals.html#multicompiler#constructor", + "MultiCompiler.constructor.MultiCompiler": "globals.html#multicompiler#constructormulticompiler", + "MultiCompiler.compilers": "globals.html#multicompiler#compilers", + "MultiCompiler.dependencies": "globals.html#multicompiler#dependencies", + "MultiCompiler.hooks": "globals.html#multicompiler#hooks", + "MultiCompiler.inputFileSystem": "globals.html#multicompiler#inputfilesystem", + "MultiCompiler.intermediateFileSystem": "globals.html#multicompiler#intermediatefilesystem", + "MultiCompiler.options": "globals.html#multicompiler#options", + "MultiCompiler.options.options": "globals.html#multicompiler#optionsoptions", + "MultiCompiler.outputFileSystem": "globals.html#multicompiler#outputfilesystem", + "MultiCompiler.outputPath": "globals.html#multicompiler#outputpath", + "MultiCompiler.outputPath.outputPath": "globals.html#multicompiler#outputpathoutputpath", + "MultiCompiler.running": "globals.html#multicompiler#running", + "MultiCompiler.watchFileSystem": "globals.html#multicompiler#watchfilesystem", + "MultiCompiler.close": "globals.html#multicompiler#close", + "MultiCompiler.getInfrastructureLogger": "globals.html#multicompiler#getinfrastructurelogger", + "MultiCompiler.purgeInputFileSystem": "globals.html#multicompiler#purgeinputfilesystem", + "MultiCompiler.run": "globals.html#multicompiler#run", + "MultiCompiler.runWithDependencies": "globals.html#multicompiler#runwithdependencies", + "MultiCompiler.setDependencies": "globals.html#multicompiler#setdependencies", + "MultiCompiler.validateDependencies": "globals.html#multicompiler#validatedependencies", + "MultiCompiler.watch": "globals.html#multicompiler#watch", + "MultiStats": "globals.html#abstract-multistats", + "MultiStats.constructor": "globals.html#abstract-multistats#constructor", + "MultiStats.constructor.MultiStats": "globals.html#abstract-multistats#constructormultistats", + "MultiStats.hash": "globals.html#abstract-multistats#hash", + "MultiStats.hash.hash": "globals.html#abstract-multistats#hashhash", + "MultiStats.stats": "globals.html#abstract-multistats#stats", + "MultiStats.hasErrors": "globals.html#abstract-multistats#haserrors", + "MultiStats.hasWarnings": "globals.html#abstract-multistats#haswarnings", + "MultiStats.toJson": "globals.html#abstract-multistats#tojson", + "MultiStats.toString": "globals.html#abstract-multistats#tostring", + "NoEmitOnErrorsPlugin": "globals.html#noemitonerrorsplugin", + "NoEmitOnErrorsPlugin.constructor": "globals.html#noemitonerrorsplugin#constructor", + "NoEmitOnErrorsPlugin.constructor.NoEmitOnErrorsPlugin": "globals.html#noemitonerrorsplugin#constructornoemitonerrorsplugin", + "NoEmitOnErrorsPlugin.apply": "globals.html#noemitonerrorsplugin#apply", + "NormalModule": "globals.html#normalmodule", + "NormalModule.constructor": "globals.html#normalmodule#constructor", + "NormalModule.constructor.NormalModule": "globals.html#normalmodule#constructornormalmodule", + "NormalModule.binary": "globals.html#normalmodule#binary", + "NormalModule.blocks": "globals.html#normalmodule#blocks", + "NormalModule.buildInfo": "globals.html#normalmodule#buildinfo", + "NormalModule.buildMeta": "globals.html#normalmodule#buildmeta", + "NormalModule.chunksIterable": "globals.html#normalmodule#chunksiterable", + "NormalModule.chunksIterable.chunksIterable": "globals.html#normalmodule#chunksiterablechunksiterable", + "NormalModule.codeGenerationDependencies": "globals.html#normalmodule#codegenerationdependencies", + "NormalModule.context": "globals.html#normalmodule#context", + "NormalModule.debugId": "globals.html#normalmodule#debugid", + "NormalModule.dependencies": "globals.html#normalmodule#dependencies", + "NormalModule.depth": "globals.html#normalmodule#depth", + "NormalModule.error": "globals.html#normalmodule#error", + "NormalModule.errors": "globals.html#normalmodule#errors", + "NormalModule.errors.errors": "globals.html#normalmodule#errorserrors", + "NormalModule.exportsArgument": "globals.html#normalmodule#exportsargument", + "NormalModule.exportsArgument.exportsArgument": "globals.html#normalmodule#exportsargumentexportsargument", + "NormalModule.extractSourceMap": "globals.html#normalmodule#extractsourcemap", + "NormalModule.factoryMeta": "globals.html#normalmodule#factorymeta", + "NormalModule.generator": "globals.html#normalmodule#generator", + "NormalModule.generatorOptions": "globals.html#normalmodule#generatoroptions", + "NormalModule.hasEqualsChunks": "globals.html#normalmodule#hasequalschunks", + "NormalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#normalmodule#hasequalschunkshasequalschunks", + "NormalModule.hash": "globals.html#normalmodule#hash", + "NormalModule.hash.hash": "globals.html#normalmodule#hashhash", + "NormalModule.hot": "globals.html#normalmodule#hot", + "NormalModule.id": "globals.html#normalmodule#id", + "NormalModule.index": "globals.html#normalmodule#index", + "NormalModule.index2": "globals.html#normalmodule#index2", + "NormalModule.issuer": "globals.html#normalmodule#issuer", + "NormalModule.isUsed": "globals.html#normalmodule#isused", + "NormalModule.isUsed.isUsed": "globals.html#normalmodule#isusedisused", + "NormalModule.layer": "globals.html#normalmodule#layer", + "NormalModule.loaders": "globals.html#normalmodule#loaders", + "NormalModule.matchResource": "globals.html#normalmodule#matchresource", + "NormalModule.moduleArgument": "globals.html#normalmodule#moduleargument", + "NormalModule.moduleArgument.moduleArgument": "globals.html#normalmodule#moduleargumentmoduleargument", + "NormalModule.needId": "globals.html#normalmodule#needid", + "NormalModule.optimizationBailout": "globals.html#normalmodule#optimizationbailout", + "NormalModule.optimizationBailout.optimizationBailout": "globals.html#normalmodule#optimizationbailoutoptimizationbailout", + "NormalModule.optional": "globals.html#normalmodule#optional", + "NormalModule.optional.optional": "globals.html#normalmodule#optionaloptional", + "NormalModule.parent": "globals.html#normalmodule#parent", + "NormalModule.parser": "globals.html#normalmodule#parser", + "NormalModule.parserOptions": "globals.html#normalmodule#parseroptions", + "NormalModule.presentationalDependencies": "globals.html#normalmodule#presentationaldependencies", + "NormalModule.profile": "globals.html#normalmodule#profile", + "NormalModule.rawRequest": "globals.html#normalmodule#rawrequest", + "NormalModule.renderedHash": "globals.html#normalmodule#renderedhash", + "NormalModule.renderedHash.renderedHash": "globals.html#normalmodule#renderedhashrenderedhash", + "NormalModule.request": "globals.html#normalmodule#request", + "NormalModule.resolveOptions": "globals.html#normalmodule#resolveoptions", + "NormalModule.resource": "globals.html#normalmodule#resource", + "NormalModule.resourceResolveData": "globals.html#normalmodule#resourceresolvedata", + "NormalModule.type": "globals.html#normalmodule#type", + "NormalModule.used": "globals.html#normalmodule#used", + "NormalModule.usedExports": "globals.html#normalmodule#usedexports", + "NormalModule.usedExports.usedExports": "globals.html#normalmodule#usedexportsusedexports", + "NormalModule.userRequest": "globals.html#normalmodule#userrequest", + "NormalModule.useSimpleSourceMap": "globals.html#normalmodule#usesimplesourcemap", + "NormalModule.useSourceMap": "globals.html#normalmodule#usesourcemap", + "NormalModule.warnings": "globals.html#normalmodule#warnings", + "NormalModule.warnings.warnings": "globals.html#normalmodule#warningswarnings", + "NormalModule.addBlock": "globals.html#normalmodule#addblock", + "NormalModule.addCacheDependencies": "globals.html#normalmodule#addcachedependencies", + "NormalModule.addChunk": "globals.html#normalmodule#addchunk", + "NormalModule.addCodeGenerationDependency": "globals.html#normalmodule#addcodegenerationdependency", + "NormalModule.addDependency": "globals.html#normalmodule#adddependency", + "NormalModule.addError": "globals.html#normalmodule#adderror", + "NormalModule.addPresentationalDependency": "globals.html#normalmodule#addpresentationaldependency", + "NormalModule.addWarning": "globals.html#normalmodule#addwarning", + "NormalModule.applyNoParseRule": "globals.html#normalmodule#applynoparserule", + "NormalModule.build": "globals.html#normalmodule#build", + "NormalModule.chunkCondition": "globals.html#normalmodule#chunkcondition", + "NormalModule.cleanupForCache": "globals.html#normalmodule#cleanupforcache", + "NormalModule.clearDependenciesAndBlocks": "globals.html#normalmodule#cleardependenciesandblocks", + "NormalModule.clearWarningsAndErrors": "globals.html#normalmodule#clearwarningsanderrors", + "NormalModule.codeGeneration": "globals.html#normalmodule#codegeneration", + "NormalModule.createSource": "globals.html#normalmodule#createsource", + "NormalModule.createSourceForAsset": "globals.html#normalmodule#createsourceforasset", + "NormalModule.deserialize": "globals.html#normalmodule#deserialize-1", + "NormalModule.getChunks": "globals.html#normalmodule#getchunks", + "NormalModule.getConcatenationBailoutReason": "globals.html#normalmodule#getconcatenationbailoutreason", + "NormalModule.getCurrentLoader": "globals.html#normalmodule#getcurrentloader", + "NormalModule.getErrors": "globals.html#normalmodule#geterrors", + "NormalModule.getExportsType": "globals.html#normalmodule#getexportstype", + "NormalModule.getNumberOfChunks": "globals.html#normalmodule#getnumberofchunks", + "NormalModule.getNumberOfErrors": "globals.html#normalmodule#getnumberoferrors", + "NormalModule.getNumberOfWarnings": "globals.html#normalmodule#getnumberofwarnings", + "NormalModule.getResource": "globals.html#normalmodule#getresource", + "NormalModule.getRootBlock": "globals.html#normalmodule#getrootblock", + "NormalModule.getSideEffectsConnectionState": "globals.html#normalmodule#getsideeffectsconnectionstate", + "NormalModule.getSourceBasicTypes": "globals.html#normalmodule#getsourcebasictypes-1", + "NormalModule.getSourceTypes": "globals.html#normalmodule#getsourcetypes", + "NormalModule.getUnsafeCacheData": "globals.html#normalmodule#getunsafecachedata", + "NormalModule.getWarnings": "globals.html#normalmodule#getwarnings", + "NormalModule.hasChunkCondition": "globals.html#normalmodule#haschunkcondition", + "NormalModule.hasReasonForChunk": "globals.html#normalmodule#hasreasonforchunk", + "NormalModule.hasReasons": "globals.html#normalmodule#hasreasons", + "NormalModule.identifier": "globals.html#normalmodule#identifier", + "NormalModule.invalidateBuild": "globals.html#normalmodule#invalidatebuild", + "NormalModule.isAccessibleInChunk": "globals.html#normalmodule#isaccessibleinchunk", + "NormalModule.isAccessibleInChunkGroup": "globals.html#normalmodule#isaccessibleinchunkgroup", + "NormalModule.isEntryModule": "globals.html#normalmodule#isentrymodule", + "NormalModule.isInChunk": "globals.html#normalmodule#isinchunk", + "NormalModule.isOptional": "globals.html#normalmodule#isoptional", + "NormalModule.isProvided": "globals.html#normalmodule#isprovided", + "NormalModule.libIdent": "globals.html#normalmodule#libident", + "NormalModule.markModuleAsErrored": "globals.html#normalmodule#markmoduleaserrored", + "NormalModule.nameForCondition": "globals.html#normalmodule#nameforcondition", + "NormalModule.needBuild": "globals.html#normalmodule#needbuild", + "NormalModule.needRebuild": "globals.html#normalmodule#needrebuild", + "NormalModule.originalSource": "globals.html#normalmodule#originalsource", + "NormalModule.readableIdentifier": "globals.html#normalmodule#readableidentifier", + "NormalModule.removeChunk": "globals.html#normalmodule#removechunk", + "NormalModule.removeDependency": "globals.html#normalmodule#removedependency", + "NormalModule.restoreFromUnsafeCache": "globals.html#normalmodule#restorefromunsafecache", + "NormalModule.serialize": "globals.html#normalmodule#serialize", + "NormalModule.shouldPreventParsing": "globals.html#normalmodule#shouldpreventparsing", + "NormalModule.size": "globals.html#normalmodule#size", + "NormalModule.source": "globals.html#normalmodule#source", + "NormalModule.updateCacheModule": "globals.html#normalmodule#updatecachemodule", + "NormalModule.updateHash": "globals.html#normalmodule#updatehash", + "NormalModule.getCompilationHooks": "globals.html#normalmodule#getcompilationhooks", + "NormalModuleReplacementPlugin": "globals.html#normalmodulereplacementplugin", + "NormalModuleReplacementPlugin.constructor": "globals.html#normalmodulereplacementplugin#constructor", + "NormalModuleReplacementPlugin.constructor.NormalModuleReplacementPlugin": "globals.html#normalmodulereplacementplugin#constructornormalmodulereplacementplugin", + "NormalModuleReplacementPlugin.newResource": "globals.html#normalmodulereplacementplugin#newresource", + "NormalModuleReplacementPlugin.resourceRegExp": "globals.html#normalmodulereplacementplugin#resourceregexp", + "NormalModuleReplacementPlugin.apply": "globals.html#normalmodulereplacementplugin#apply", + "Parser": "globals.html#parser", + "Parser.constructor": "globals.html#parser#constructor", + "Parser.constructor.Parser": "globals.html#parser#constructorparser", + "Parser.parse": "globals.html#parser#parse", + "PlatformPlugin": "globals.html#platformplugin", + "PlatformPlugin.constructor": "globals.html#platformplugin#constructor", + "PlatformPlugin.constructor.PlatformPlugin": "globals.html#platformplugin#constructorplatformplugin", + "PlatformPlugin.platform": "globals.html#platformplugin#platform", + "PlatformPlugin.apply": "globals.html#platformplugin#apply", + "PrefetchPlugin": "globals.html#prefetchplugin", + "PrefetchPlugin.constructor": "globals.html#prefetchplugin#constructor", + "PrefetchPlugin.constructor.PrefetchPlugin": "globals.html#prefetchplugin#constructorprefetchplugin", + "PrefetchPlugin.context": "globals.html#prefetchplugin#context", + "PrefetchPlugin.request": "globals.html#prefetchplugin#request", + "PrefetchPlugin.apply": "globals.html#prefetchplugin#apply", + "ProgressPlugin": "globals.html#progressplugin", + "ProgressPlugin.constructor": "globals.html#progressplugin#constructor", + "ProgressPlugin.constructor.ProgressPlugin": "globals.html#progressplugin#constructorprogressplugin", + "ProgressPlugin.dependenciesCount": "globals.html#progressplugin#dependenciescount", + "ProgressPlugin.handler": "globals.html#progressplugin#handler", + "ProgressPlugin.modulesCount": "globals.html#progressplugin#modulescount", + "ProgressPlugin.options": "globals.html#progressplugin#options", + "ProgressPlugin.percentBy": "globals.html#progressplugin#percentby", + "ProgressPlugin.profile": "globals.html#progressplugin#profile", + "ProgressPlugin.showActiveModules": "globals.html#progressplugin#showactivemodules", + "ProgressPlugin.showDependencies": "globals.html#progressplugin#showdependencies", + "ProgressPlugin.showEntries": "globals.html#progressplugin#showentries", + "ProgressPlugin.showModules": "globals.html#progressplugin#showmodules", + "ProgressPlugin.createDefaultHandler": "globals.html#progressplugin#createdefaulthandler", + "ProgressPlugin.defaultOptions": "globals.html#progressplugin#defaultoptions", + "ProgressPlugin.apply": "globals.html#progressplugin#apply", + "ProgressPlugin.getReporter": "globals.html#progressplugin#getreporter", + "ProvidePlugin": "globals.html#provideplugin", + "ProvidePlugin.constructor": "globals.html#provideplugin#constructor", + "ProvidePlugin.constructor.ProvidePlugin": "globals.html#provideplugin#constructorprovideplugin", + "ProvidePlugin.definitions": "globals.html#provideplugin#definitions", + "ProvidePlugin.apply": "globals.html#provideplugin#apply", + "Resolver": "globals.html#abstract-resolver", + "Resolver.constructor": "globals.html#abstract-resolver#constructor", + "Resolver.constructor.Resolver": "globals.html#abstract-resolver#constructorresolver", + "Resolver.fileSystem": "globals.html#abstract-resolver#filesystem", + "Resolver.hooks": "globals.html#abstract-resolver#hooks", + "Resolver.options": "globals.html#abstract-resolver#options", + "Resolver.doResolve": "globals.html#abstract-resolver#doresolve", + "Resolver.ensureHook": "globals.html#abstract-resolver#ensurehook", + "Resolver.getHook": "globals.html#abstract-resolver#gethook", + "Resolver.isDirectory": "globals.html#abstract-resolver#isdirectory", + "Resolver.isModule": "globals.html#abstract-resolver#ismodule", + "Resolver.isPrivate": "globals.html#abstract-resolver#isprivate", + "Resolver.join": "globals.html#abstract-resolver#join", + "Resolver.normalize": "globals.html#abstract-resolver#normalize", + "Resolver.parse": "globals.html#abstract-resolver#parse", + "Resolver.resolve": "globals.html#abstract-resolver#resolve", + "Resolver.resolveSync": "globals.html#abstract-resolver#resolvesync", + "RuntimeModule": "globals.html#runtimemodule", + "RuntimeModule.constructor": "globals.html#runtimemodule#constructor", + "RuntimeModule.constructor.RuntimeModule": "globals.html#runtimemodule#constructorruntimemodule", + "RuntimeModule.blocks": "globals.html#runtimemodule#blocks", + "RuntimeModule.buildInfo": "globals.html#runtimemodule#buildinfo", + "RuntimeModule.buildMeta": "globals.html#runtimemodule#buildmeta", + "RuntimeModule.chunk": "globals.html#runtimemodule#chunk", + "RuntimeModule.chunkGraph": "globals.html#runtimemodule#chunkgraph", + "RuntimeModule.chunksIterable": "globals.html#runtimemodule#chunksiterable", + "RuntimeModule.chunksIterable.chunksIterable": "globals.html#runtimemodule#chunksiterablechunksiterable", + "RuntimeModule.codeGenerationDependencies": "globals.html#runtimemodule#codegenerationdependencies", + "RuntimeModule.compilation": "globals.html#runtimemodule#compilation", + "RuntimeModule.context": "globals.html#runtimemodule#context", + "RuntimeModule.debugId": "globals.html#runtimemodule#debugid", + "RuntimeModule.dependencies": "globals.html#runtimemodule#dependencies", + "RuntimeModule.dependentHash": "globals.html#runtimemodule#dependenthash", + "RuntimeModule.depth": "globals.html#runtimemodule#depth", + "RuntimeModule.errors": "globals.html#runtimemodule#errors", + "RuntimeModule.errors.errors": "globals.html#runtimemodule#errorserrors", + "RuntimeModule.exportsArgument": "globals.html#runtimemodule#exportsargument", + "RuntimeModule.exportsArgument.exportsArgument": "globals.html#runtimemodule#exportsargumentexportsargument", + "RuntimeModule.factoryMeta": "globals.html#runtimemodule#factorymeta", + "RuntimeModule.fullHash": "globals.html#runtimemodule#fullhash", + "RuntimeModule.hasEqualsChunks": "globals.html#runtimemodule#hasequalschunks", + "RuntimeModule.hasEqualsChunks.hasEqualsChunks": "globals.html#runtimemodule#hasequalschunkshasequalschunks", + "RuntimeModule.hash": "globals.html#runtimemodule#hash", + "RuntimeModule.hash.hash": "globals.html#runtimemodule#hashhash", + "RuntimeModule.hot": "globals.html#runtimemodule#hot", + "RuntimeModule.id": "globals.html#runtimemodule#id", + "RuntimeModule.index": "globals.html#runtimemodule#index", + "RuntimeModule.index2": "globals.html#runtimemodule#index2", + "RuntimeModule.issuer": "globals.html#runtimemodule#issuer", + "RuntimeModule.isUsed": "globals.html#runtimemodule#isused", + "RuntimeModule.isUsed.isUsed": "globals.html#runtimemodule#isusedisused", + "RuntimeModule.layer": "globals.html#runtimemodule#layer", + "RuntimeModule.moduleArgument": "globals.html#runtimemodule#moduleargument", + "RuntimeModule.moduleArgument.moduleArgument": "globals.html#runtimemodule#moduleargumentmoduleargument", + "RuntimeModule.name": "globals.html#runtimemodule#name", + "RuntimeModule.needId": "globals.html#runtimemodule#needid", + "RuntimeModule.optimizationBailout": "globals.html#runtimemodule#optimizationbailout", + "RuntimeModule.optimizationBailout.optimizationBailout": "globals.html#runtimemodule#optimizationbailoutoptimizationbailout", + "RuntimeModule.optional": "globals.html#runtimemodule#optional", + "RuntimeModule.optional.optional": "globals.html#runtimemodule#optionaloptional", + "RuntimeModule.parent": "globals.html#runtimemodule#parent", + "RuntimeModule.presentationalDependencies": "globals.html#runtimemodule#presentationaldependencies", + "RuntimeModule.profile": "globals.html#runtimemodule#profile", + "RuntimeModule.renderedHash": "globals.html#runtimemodule#renderedhash", + "RuntimeModule.renderedHash.renderedHash": "globals.html#runtimemodule#renderedhashrenderedhash", + "RuntimeModule.resolveOptions": "globals.html#runtimemodule#resolveoptions", + "RuntimeModule.stage": "globals.html#runtimemodule#stage", + "RuntimeModule.type": "globals.html#runtimemodule#type", + "RuntimeModule.used": "globals.html#runtimemodule#used", + "RuntimeModule.usedExports": "globals.html#runtimemodule#usedexports", + "RuntimeModule.usedExports.usedExports": "globals.html#runtimemodule#usedexportsusedexports", + "RuntimeModule.useSimpleSourceMap": "globals.html#runtimemodule#usesimplesourcemap", + "RuntimeModule.useSourceMap": "globals.html#runtimemodule#usesourcemap", + "RuntimeModule.warnings": "globals.html#runtimemodule#warnings", + "RuntimeModule.warnings.warnings": "globals.html#runtimemodule#warningswarnings", + "RuntimeModule.STAGE_ATTACH": "globals.html#runtimemodule#stage-attach", + "RuntimeModule.STAGE_BASIC": "globals.html#runtimemodule#stage-basic", + "RuntimeModule.STAGE_NORMAL": "globals.html#runtimemodule#stage-normal", + "RuntimeModule.STAGE_TRIGGER": "globals.html#runtimemodule#stage-trigger", + "RuntimeModule.addBlock": "globals.html#runtimemodule#addblock", + "RuntimeModule.addCacheDependencies": "globals.html#runtimemodule#addcachedependencies", + "RuntimeModule.addChunk": "globals.html#runtimemodule#addchunk", + "RuntimeModule.addCodeGenerationDependency": "globals.html#runtimemodule#addcodegenerationdependency", + "RuntimeModule.addDependency": "globals.html#runtimemodule#adddependency", + "RuntimeModule.addError": "globals.html#runtimemodule#adderror", + "RuntimeModule.addPresentationalDependency": "globals.html#runtimemodule#addpresentationaldependency", + "RuntimeModule.addWarning": "globals.html#runtimemodule#addwarning", + "RuntimeModule.attach": "globals.html#runtimemodule#attach", + "RuntimeModule.build": "globals.html#runtimemodule#build", + "RuntimeModule.chunkCondition": "globals.html#runtimemodule#chunkcondition", + "RuntimeModule.cleanupForCache": "globals.html#runtimemodule#cleanupforcache", + "RuntimeModule.clearDependenciesAndBlocks": "globals.html#runtimemodule#cleardependenciesandblocks", + "RuntimeModule.clearWarningsAndErrors": "globals.html#runtimemodule#clearwarningsanderrors", + "RuntimeModule.codeGeneration": "globals.html#runtimemodule#codegeneration", + "RuntimeModule.deserialize": "globals.html#runtimemodule#deserialize", + "RuntimeModule.generate": "globals.html#runtimemodule#generate", + "RuntimeModule.getChunks": "globals.html#runtimemodule#getchunks", + "RuntimeModule.getConcatenationBailoutReason": "globals.html#runtimemodule#getconcatenationbailoutreason", + "RuntimeModule.getErrors": "globals.html#runtimemodule#geterrors", + "RuntimeModule.getExportsType": "globals.html#runtimemodule#getexportstype", + "RuntimeModule.getGeneratedCode": "globals.html#runtimemodule#getgeneratedcode", + "RuntimeModule.getNumberOfChunks": "globals.html#runtimemodule#getnumberofchunks", + "RuntimeModule.getNumberOfErrors": "globals.html#runtimemodule#getnumberoferrors", + "RuntimeModule.getNumberOfWarnings": "globals.html#runtimemodule#getnumberofwarnings", + "RuntimeModule.getRootBlock": "globals.html#runtimemodule#getrootblock", + "RuntimeModule.getSideEffectsConnectionState": "globals.html#runtimemodule#getsideeffectsconnectionstate", + "RuntimeModule.getSourceBasicTypes": "globals.html#runtimemodule#getsourcebasictypes-1", + "RuntimeModule.getSourceTypes": "globals.html#runtimemodule#getsourcetypes", + "RuntimeModule.getUnsafeCacheData": "globals.html#runtimemodule#getunsafecachedata", + "RuntimeModule.getWarnings": "globals.html#runtimemodule#getwarnings", + "RuntimeModule.hasChunkCondition": "globals.html#runtimemodule#haschunkcondition", + "RuntimeModule.hasReasonForChunk": "globals.html#runtimemodule#hasreasonforchunk", + "RuntimeModule.hasReasons": "globals.html#runtimemodule#hasreasons", + "RuntimeModule.identifier": "globals.html#runtimemodule#identifier", + "RuntimeModule.invalidateBuild": "globals.html#runtimemodule#invalidatebuild", + "RuntimeModule.isAccessibleInChunk": "globals.html#runtimemodule#isaccessibleinchunk", + "RuntimeModule.isAccessibleInChunkGroup": "globals.html#runtimemodule#isaccessibleinchunkgroup", + "RuntimeModule.isEntryModule": "globals.html#runtimemodule#isentrymodule", + "RuntimeModule.isInChunk": "globals.html#runtimemodule#isinchunk", + "RuntimeModule.isOptional": "globals.html#runtimemodule#isoptional", + "RuntimeModule.isProvided": "globals.html#runtimemodule#isprovided", + "RuntimeModule.libIdent": "globals.html#runtimemodule#libident", + "RuntimeModule.nameForCondition": "globals.html#runtimemodule#nameforcondition", + "RuntimeModule.needBuild": "globals.html#runtimemodule#needbuild", + "RuntimeModule.needRebuild": "globals.html#runtimemodule#needrebuild", + "RuntimeModule.originalSource": "globals.html#runtimemodule#originalsource", + "RuntimeModule.readableIdentifier": "globals.html#runtimemodule#readableidentifier", + "RuntimeModule.removeChunk": "globals.html#runtimemodule#removechunk", + "RuntimeModule.removeDependency": "globals.html#runtimemodule#removedependency", + "RuntimeModule.serialize": "globals.html#runtimemodule#serialize", + "RuntimeModule.shouldIsolate": "globals.html#runtimemodule#shouldisolate", + "RuntimeModule.size": "globals.html#runtimemodule#size", + "RuntimeModule.source": "globals.html#runtimemodule#source", + "RuntimeModule.updateCacheModule": "globals.html#runtimemodule#updatecachemodule", + "RuntimeModule.updateHash": "globals.html#runtimemodule#updatehash", + "SourceMapDevToolPlugin": "globals.html#sourcemapdevtoolplugin", + "SourceMapDevToolPlugin.constructor": "globals.html#sourcemapdevtoolplugin#constructor", + "SourceMapDevToolPlugin.constructor.SourceMapDevToolPlugin": "globals.html#sourcemapdevtoolplugin#constructorsourcemapdevtoolplugin", + "SourceMapDevToolPlugin.fallbackModuleFilenameTemplate": "globals.html#sourcemapdevtoolplugin#fallbackmodulefilenametemplate", + "SourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#sourcemapdevtoolplugin#modulefilenametemplate", + "SourceMapDevToolPlugin.namespace": "globals.html#sourcemapdevtoolplugin#namespace", + "SourceMapDevToolPlugin.options": "globals.html#sourcemapdevtoolplugin#options", + "SourceMapDevToolPlugin.sourceMapFilename": "globals.html#sourcemapdevtoolplugin#sourcemapfilename", + "SourceMapDevToolPlugin.sourceMappingURLComment": "globals.html#sourcemapdevtoolplugin#sourcemappingurlcomment", + "SourceMapDevToolPlugin.apply": "globals.html#sourcemapdevtoolplugin#apply", + "Stats": "globals.html#stats", + "Stats.constructor": "globals.html#stats#constructor", + "Stats.constructor.Stats": "globals.html#stats#constructorstats", + "Stats.compilation": "globals.html#stats#compilation", + "Stats.endTime": "globals.html#stats#endtime", + "Stats.endTime.endTime": "globals.html#stats#endtimeendtime", + "Stats.hash": "globals.html#stats#hash", + "Stats.hash.hash": "globals.html#stats#hashhash", + "Stats.startTime": "globals.html#stats#starttime", + "Stats.startTime.startTime": "globals.html#stats#starttimestarttime", + "Stats.hasErrors": "globals.html#stats#haserrors", + "Stats.hasWarnings": "globals.html#stats#haswarnings", + "Stats.toJson": "globals.html#stats#tojson", + "Stats.toString": "globals.html#stats#tostring", + "Template": "globals.html#template", + "Template.constructor": "globals.html#template#constructor", + "Template.constructor.Template": "globals.html#template#constructortemplate", + "Template.NUMBER_OF_IDENTIFIER_CONTINUATION_CHARS": "globals.html#template#number-of-identifier-continuation-chars", + "Template.NUMBER_OF_IDENTIFIER_START_CHARS": "globals.html#template#number-of-identifier-start-chars", + "Template.asString": "globals.html#template#asstring", + "Template.getFunctionContent": "globals.html#template#getfunctioncontent", + "Template.getModulesArrayBounds": "globals.html#template#getmodulesarraybounds", + "Template.indent": "globals.html#template#indent", + "Template.numberToIdentifier": "globals.html#template#numbertoidentifier", + "Template.numberToIdentifierContinuation": "globals.html#template#numbertoidentifiercontinuation", + "Template.prefix": "globals.html#template#prefix", + "Template.renderChunkModules": "globals.html#template#renderchunkmodules", + "Template.renderChunkRuntimeModules": "globals.html#template#renderchunkruntimemodules", + "Template.renderRuntimeModules": "globals.html#template#renderruntimemodules", + "Template.toComment": "globals.html#template#tocomment", + "Template.toIdentifier": "globals.html#template#toidentifier", + "Template.toNormalComment": "globals.html#template#tonormalcomment", + "Template.toPath": "globals.html#template#topath", + "WatchIgnorePlugin": "globals.html#watchignoreplugin", + "WatchIgnorePlugin.constructor": "globals.html#watchignoreplugin#constructor", + "WatchIgnorePlugin.constructor.WatchIgnorePlugin": "globals.html#watchignoreplugin#constructorwatchignoreplugin", + "WatchIgnorePlugin.options": "globals.html#watchignoreplugin#options", + "WatchIgnorePlugin.apply": "globals.html#watchignoreplugin#apply", + "Watching": "globals.html#abstract-watching", + "Watching.constructor": "globals.html#abstract-watching#constructor", + "Watching.constructor.Watching": "globals.html#abstract-watching#constructorwatching", + "Watching.blocked": "globals.html#abstract-watching#blocked", + "Watching.callbacks": "globals.html#abstract-watching#callbacks", + "Watching.closed": "globals.html#abstract-watching#closed", + "Watching.compiler": "globals.html#abstract-watching#compiler", + "Watching.handler": "globals.html#abstract-watching#handler", + "Watching.invalid": "globals.html#abstract-watching#invalid", + "Watching.lastWatcherStartTime": "globals.html#abstract-watching#lastwatcherstarttime", + "Watching.pausedWatcher": "globals.html#abstract-watching#pausedwatcher", + "Watching.running": "globals.html#abstract-watching#running", + "Watching.startTime": "globals.html#abstract-watching#starttime", + "Watching.suspended": "globals.html#abstract-watching#suspended", + "Watching.watcher": "globals.html#abstract-watching#watcher", + "Watching.watchOptions": "globals.html#abstract-watching#watchoptions", + "Watching.close": "globals.html#abstract-watching#close", + "Watching.invalidate": "globals.html#abstract-watching#invalidate", + "Watching.resume": "globals.html#abstract-watching#resume", + "Watching.suspend": "globals.html#abstract-watching#suspend", + "Watching.watch": "globals.html#abstract-watching#watch", + "WebpackError": "globals.html#webpackerror", + "WebpackError.__index": "globals.html#webpackerror#index", + "WebpackError.constructor": "globals.html#webpackerror#constructor", + "WebpackError.constructor.WebpackError": "globals.html#webpackerror#constructorwebpackerror", + "WebpackError.chunk": "globals.html#webpackerror#chunk", + "WebpackError.details": "globals.html#webpackerror#details", + "WebpackError.file": "globals.html#webpackerror#file", + "WebpackError.hideStack": "globals.html#webpackerror#hidestack", + "WebpackError.loc": "globals.html#webpackerror#loc", + "WebpackError.message": "globals.html#webpackerror#message", + "WebpackError.module": "globals.html#webpackerror#module", + "WebpackError.name": "globals.html#webpackerror#name", + "WebpackError.stack": "globals.html#webpackerror#stack", + "WebpackError.stackTraceLimit": "globals.html#webpackerror#stacktracelimit", + "WebpackError.deserialize": "globals.html#webpackerror#deserialize", + "WebpackError.serialize": "globals.html#webpackerror#serialize", + "WebpackError.captureStackTrace": "globals.html#webpackerror#capturestacktrace", + "WebpackError.prepareStackTrace": "globals.html#webpackerror#preparestacktrace", + "WebpackOptionsApply": "globals.html#webpackoptionsapply", + "WebpackOptionsApply.constructor": "globals.html#webpackoptionsapply#constructor", + "WebpackOptionsApply.constructor.WebpackOptionsApply": "globals.html#webpackoptionsapply#constructorwebpackoptionsapply", + "WebpackOptionsApply.process": "globals.html#webpackoptionsapply#process", + "WebpackOptionsDefaulter": "globals.html#webpackoptionsdefaulter", + "WebpackOptionsDefaulter.constructor": "globals.html#webpackoptionsdefaulter#constructor", + "WebpackOptionsDefaulter.constructor.WebpackOptionsDefaulter": "globals.html#webpackoptionsdefaulter#constructorwebpackoptionsdefaulter", + "WebpackOptionsDefaulter.process": "globals.html#webpackoptionsdefaulter#process", + "WebpackOptionsValidationError": "globals.html#webpackoptionsvalidationerror", + "WebpackOptionsValidationError.constructor": "globals.html#webpackoptionsvalidationerror#constructor", + "WebpackOptionsValidationError.constructor.WebpackOptionsValidationError": "globals.html#webpackoptionsvalidationerror#constructorwebpackoptionsvalidationerror", + "WebpackOptionsValidationError.baseDataPath": "globals.html#webpackoptionsvalidationerror#basedatapath", + "WebpackOptionsValidationError.errors": "globals.html#webpackoptionsvalidationerror#errors", + "WebpackOptionsValidationError.headerName": "globals.html#webpackoptionsvalidationerror#headername", + "WebpackOptionsValidationError.message": "globals.html#webpackoptionsvalidationerror#message", + "WebpackOptionsValidationError.name": "globals.html#webpackoptionsvalidationerror#name", + "WebpackOptionsValidationError.postFormatter": "globals.html#webpackoptionsvalidationerror#postformatter", + "WebpackOptionsValidationError.schema": "globals.html#webpackoptionsvalidationerror#schema", + "WebpackOptionsValidationError.stack": "globals.html#webpackoptionsvalidationerror#stack", + "WebpackOptionsValidationError.stackTraceLimit": "globals.html#webpackoptionsvalidationerror#stacktracelimit", + "WebpackOptionsValidationError.formatSchema": "globals.html#webpackoptionsvalidationerror#formatschema", + "WebpackOptionsValidationError.formatValidationError": "globals.html#webpackoptionsvalidationerror#formatvalidationerror", + "WebpackOptionsValidationError.formatValidationErrors": "globals.html#webpackoptionsvalidationerror#formatvalidationerrors", + "WebpackOptionsValidationError.getSchemaPart": "globals.html#webpackoptionsvalidationerror#getschemapart", + "WebpackOptionsValidationError.getSchemaPartDescription": "globals.html#webpackoptionsvalidationerror#getschemapartdescription", + "WebpackOptionsValidationError.getSchemaPartText": "globals.html#webpackoptionsvalidationerror#getschemaparttext", + "WebpackOptionsValidationError.captureStackTrace": "globals.html#webpackoptionsvalidationerror#capturestacktrace", + "WebpackOptionsValidationError.prepareStackTrace": "globals.html#webpackoptionsvalidationerror#preparestacktrace", + "Argument": "globals.html#argument", + "Argument.configs": "globals.html#argument#configs", + "Argument.description": "globals.html#argument#description", + "Argument.multiple": "globals.html#argument#multiple", + "Argument.simpleType": "globals.html#argument#simpletype", + "Asset": "globals.html#asset", + "Asset.info": "globals.html#asset#info", + "Asset.name": "globals.html#asset#name", + "Asset.source": "globals.html#asset#source", + "AssetEmittedInfo": "globals.html#assetemittedinfo", + "AssetEmittedInfo.compilation": "globals.html#assetemittedinfo#compilation", + "AssetEmittedInfo.content": "globals.html#assetemittedinfo#content", + "AssetEmittedInfo.outputPath": "globals.html#assetemittedinfo#outputpath", + "AssetEmittedInfo.source": "globals.html#assetemittedinfo#source", + "AssetEmittedInfo.targetPath": "globals.html#assetemittedinfo#targetpath", + "Colors": "globals.html#colors", + "Colors.bgBlack": "globals.html#colors#bgblack", + "Colors.bgBlackBright": "globals.html#colors#bgblackbright", + "Colors.bgBlue": "globals.html#colors#bgblue", + "Colors.bgBlueBright": "globals.html#colors#bgbluebright", + "Colors.bgCyan": "globals.html#colors#bgcyan", + "Colors.bgCyanBright": "globals.html#colors#bgcyanbright", + "Colors.bgGreen": "globals.html#colors#bggreen", + "Colors.bgGreenBright": "globals.html#colors#bggreenbright", + "Colors.bgMagenta": "globals.html#colors#bgmagenta", + "Colors.bgMagentaBright": "globals.html#colors#bgmagentabright", + "Colors.bgRed": "globals.html#colors#bgred", + "Colors.bgRedBright": "globals.html#colors#bgredbright", + "Colors.bgWhite": "globals.html#colors#bgwhite", + "Colors.bgWhiteBright": "globals.html#colors#bgwhitebright", + "Colors.bgYellow": "globals.html#colors#bgyellow", + "Colors.bgYellowBright": "globals.html#colors#bgyellowbright", + "Colors.black": "globals.html#colors#black", + "Colors.blackBright": "globals.html#colors#blackbright", + "Colors.blue": "globals.html#colors#blue", + "Colors.blueBright": "globals.html#colors#bluebright", + "Colors.bold": "globals.html#colors#bold", + "Colors.cyan": "globals.html#colors#cyan", + "Colors.cyanBright": "globals.html#colors#cyanbright", + "Colors.dim": "globals.html#colors#dim", + "Colors.gray": "globals.html#colors#gray", + "Colors.green": "globals.html#colors#green", + "Colors.greenBright": "globals.html#colors#greenbright", + "Colors.hidden": "globals.html#colors#hidden", + "Colors.inverse": "globals.html#colors#inverse", + "Colors.italic": "globals.html#colors#italic", + "Colors.magenta": "globals.html#colors#magenta", + "Colors.magentaBright": "globals.html#colors#magentabright", + "Colors.red": "globals.html#colors#red", + "Colors.redBright": "globals.html#colors#redbright", + "Colors.reset": "globals.html#colors#reset", + "Colors.strikethrough": "globals.html#colors#strikethrough", + "Colors.underline": "globals.html#colors#underline", + "Colors.white": "globals.html#colors#white", + "Colors.whiteBright": "globals.html#colors#whitebright", + "Colors.yellow": "globals.html#colors#yellow", + "Colors.yellowBright": "globals.html#colors#yellowbright", + "ColorsOptions": "globals.html#colorsoptions", + "ColorsOptions.useColor": "globals.html#colorsoptions#usecolor", + "Configuration": "globals.html#configuration", + "Configuration.amd": "globals.html#configuration#amd", + "Configuration.bail": "globals.html#configuration#bail", + "Configuration.cache": "globals.html#configuration#cache", + "Configuration.context": "globals.html#configuration#context", + "Configuration.dependencies": "globals.html#configuration#dependencies", + "Configuration.devtool": "globals.html#configuration#devtool", + "Configuration.dotenv": "globals.html#configuration#dotenv", + "Configuration.entry": "globals.html#configuration#entry", + "Configuration.experiments": "globals.html#configuration#experiments", + "Configuration.extends": "globals.html#configuration#extends", + "Configuration.externals": "globals.html#configuration#externals", + "Configuration.externalsPresets": "globals.html#configuration#externalspresets", + "Configuration.externalsType": "globals.html#configuration#externalstype", + "Configuration.ignoreWarnings": "globals.html#configuration#ignorewarnings", + "Configuration.infrastructureLogging": "globals.html#configuration#infrastructurelogging", + "Configuration.loader": "globals.html#configuration#loader", + "Configuration.mode": "globals.html#configuration#mode", + "Configuration.module": "globals.html#configuration#module", + "Configuration.name": "globals.html#configuration#name", + "Configuration.node": "globals.html#configuration#node", + "Configuration.optimization": "globals.html#configuration#optimization", + "Configuration.output": "globals.html#configuration#output", + "Configuration.parallelism": "globals.html#configuration#parallelism", + "Configuration.performance": "globals.html#configuration#performance", + "Configuration.plugins": "globals.html#configuration#plugins", + "Configuration.profile": "globals.html#configuration#profile", + "Configuration.recordsInputPath": "globals.html#configuration#recordsinputpath", + "Configuration.recordsOutputPath": "globals.html#configuration#recordsoutputpath", + "Configuration.recordsPath": "globals.html#configuration#recordspath", + "Configuration.resolve": "globals.html#configuration#resolve", + "Configuration.resolveLoader": "globals.html#configuration#resolveloader", + "Configuration.snapshot": "globals.html#configuration#snapshot", + "Configuration.stats": "globals.html#configuration#stats", + "Configuration.target": "globals.html#configuration#target", + "Configuration.validate": "globals.html#configuration#validate", + "Configuration.watch": "globals.html#configuration#watch", + "Configuration.watchOptions": "globals.html#configuration#watchoptions", + "EntryObject": "globals.html#entryobject", + "EntryObject.__index": "globals.html#entryobject#index", + "ExternalItemFunctionData": "globals.html#externalitemfunctiondata", + "ExternalItemFunctionData.context": "globals.html#externalitemfunctiondata#context", + "ExternalItemFunctionData.contextInfo": "globals.html#externalitemfunctiondata#contextinfo", + "ExternalItemFunctionData.dependencyType": "globals.html#externalitemfunctiondata#dependencytype", + "ExternalItemFunctionData.getResolve": "globals.html#externalitemfunctiondata#getresolve", + "ExternalItemFunctionData.request": "globals.html#externalitemfunctiondata#request", + "ExternalItemObjectKnown": "globals.html#externalitemobjectknown", + "ExternalItemObjectKnown.byLayer": "globals.html#externalitemobjectknown#bylayer", + "ExternalItemObjectUnknown": "globals.html#externalitemobjectunknown", + "ExternalItemObjectUnknown.__index": "globals.html#externalitemobjectunknown#index", + "FileCacheOptions": "globals.html#filecacheoptions", + "FileCacheOptions.allowCollectingMemory": "globals.html#filecacheoptions#allowcollectingmemory", + "FileCacheOptions.buildDependencies": "globals.html#filecacheoptions#builddependencies", + "FileCacheOptions.cacheDirectory": "globals.html#filecacheoptions#cachedirectory", + "FileCacheOptions.cacheLocation": "globals.html#filecacheoptions#cachelocation", + "FileCacheOptions.compression": "globals.html#filecacheoptions#compression", + "FileCacheOptions.hashAlgorithm": "globals.html#filecacheoptions#hashalgorithm", + "FileCacheOptions.idleTimeout": "globals.html#filecacheoptions#idletimeout", + "FileCacheOptions.idleTimeoutAfterLargeChanges": "globals.html#filecacheoptions#idletimeoutafterlargechanges", + "FileCacheOptions.idleTimeoutForInitialStore": "globals.html#filecacheoptions#idletimeoutforinitialstore", + "FileCacheOptions.immutablePaths": "globals.html#filecacheoptions#immutablepaths", + "FileCacheOptions.managedPaths": "globals.html#filecacheoptions#managedpaths", + "FileCacheOptions.maxAge": "globals.html#filecacheoptions#maxage", + "FileCacheOptions.maxMemoryGenerations": "globals.html#filecacheoptions#maxmemorygenerations", + "FileCacheOptions.memoryCacheUnaffected": "globals.html#filecacheoptions#memorycacheunaffected", + "FileCacheOptions.name": "globals.html#filecacheoptions#name", + "FileCacheOptions.profile": "globals.html#filecacheoptions#profile", + "FileCacheOptions.readonly": "globals.html#filecacheoptions#readonly", + "FileCacheOptions.store": "globals.html#filecacheoptions#store", + "FileCacheOptions.type": "globals.html#filecacheoptions#type", + "FileCacheOptions.version": "globals.html#filecacheoptions#version", + "GeneratorOptionsByModuleTypeKnown": "globals.html#generatoroptionsbymoduletypeknown", + "GeneratorOptionsByModuleTypeKnown.asset": "globals.html#generatoroptionsbymoduletypeknown#asset", + "GeneratorOptionsByModuleTypeKnown.asset/bytes": "globals.html#generatoroptionsbymoduletypeknown#assetbytes", + "GeneratorOptionsByModuleTypeKnown.asset/inline": "globals.html#generatoroptionsbymoduletypeknown#assetinline", + "GeneratorOptionsByModuleTypeKnown.asset/resource": "globals.html#generatoroptionsbymoduletypeknown#assetresource", + "GeneratorOptionsByModuleTypeKnown.asset/source": "globals.html#generatoroptionsbymoduletypeknown#assetsource", + "GeneratorOptionsByModuleTypeKnown.css": "globals.html#generatoroptionsbymoduletypeknown#css", + "GeneratorOptionsByModuleTypeKnown.css/auto": "globals.html#generatoroptionsbymoduletypeknown#cssauto", + "GeneratorOptionsByModuleTypeKnown.css/global": "globals.html#generatoroptionsbymoduletypeknown#cssglobal", + "GeneratorOptionsByModuleTypeKnown.css/module": "globals.html#generatoroptionsbymoduletypeknown#cssmodule", + "GeneratorOptionsByModuleTypeKnown.javascript": "globals.html#generatoroptionsbymoduletypeknown#javascript", + "GeneratorOptionsByModuleTypeKnown.javascript/auto": "globals.html#generatoroptionsbymoduletypeknown#javascriptauto", + "GeneratorOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#generatoroptionsbymoduletypeknown#javascriptdynamic", + "GeneratorOptionsByModuleTypeKnown.javascript/esm": "globals.html#generatoroptionsbymoduletypeknown#javascriptesm", + "GeneratorOptionsByModuleTypeKnown.json": "globals.html#generatoroptionsbymoduletypeknown#json", + "InputFileSystem": "globals.html#inputfilesystem", + "InputFileSystem.dirname": "globals.html#inputfilesystem#dirname", + "InputFileSystem.join": "globals.html#inputfilesystem#join", + "InputFileSystem.lstat": "globals.html#inputfilesystem#lstat", + "InputFileSystem.lstatSync": "globals.html#inputfilesystem#lstatsync", + "InputFileSystem.purge": "globals.html#inputfilesystem#purge", + "InputFileSystem.readdir": "globals.html#inputfilesystem#readdir", + "InputFileSystem.readdirSync": "globals.html#inputfilesystem#readdirsync", + "InputFileSystem.readFile": "globals.html#inputfilesystem#readfile", + "InputFileSystem.readFileSync": "globals.html#inputfilesystem#readfilesync", + "InputFileSystem.readJson": "globals.html#inputfilesystem#readjson", + "InputFileSystem.readJsonSync": "globals.html#inputfilesystem#readjsonsync", + "InputFileSystem.readlink": "globals.html#inputfilesystem#readlink", + "InputFileSystem.readlinkSync": "globals.html#inputfilesystem#readlinksync", + "InputFileSystem.realpath": "globals.html#inputfilesystem#realpath", + "InputFileSystem.realpathSync": "globals.html#inputfilesystem#realpathsync", + "InputFileSystem.relative": "globals.html#inputfilesystem#relative", + "InputFileSystem.stat": "globals.html#inputfilesystem#stat", + "InputFileSystem.statSync": "globals.html#inputfilesystem#statsync", + "LibraryOptions": "globals.html#libraryoptions", + "LibraryOptions.amdContainer": "globals.html#libraryoptions#amdcontainer", + "LibraryOptions.auxiliaryComment": "globals.html#libraryoptions#auxiliarycomment", + "LibraryOptions.export": "globals.html#libraryoptions#export", + "LibraryOptions.name": "globals.html#libraryoptions#name", + "LibraryOptions.type": "globals.html#libraryoptions#type", + "LibraryOptions.umdNamedDefine": "globals.html#libraryoptions#umdnameddefine", + "LoaderDefinitionFunction": "globals.html#loaderdefinitionfunction", + "LoaderDefinitionFunction.OptionsType": "globals.html#loaderdefinitionfunction#optionstype", + "LoaderDefinitionFunction.ContextAdditions": "globals.html#loaderdefinitionfunction#contextadditions", + "LoaderDefinitionFunction.LoaderDefinitionFunction": "globals.html#loaderdefinitionfunction#loaderdefinitionfunction", + "LoaderModule": "globals.html#loadermodule", + "LoaderModule.OptionsType": "globals.html#loadermodule#optionstype", + "LoaderModule.ContextAdditions": "globals.html#loadermodule#contextadditions", + "LoaderModule.default": "globals.html#loadermodule#default", + "LoaderModule.pitch": "globals.html#loadermodule#pitch", + "LoaderModule.raw": "globals.html#loadermodule#raw", + "MemoryCacheOptions": "globals.html#memorycacheoptions", + "MemoryCacheOptions.cacheUnaffected": "globals.html#memorycacheoptions#cacheunaffected", + "MemoryCacheOptions.maxGenerations": "globals.html#memorycacheoptions#maxgenerations", + "MemoryCacheOptions.type": "globals.html#memorycacheoptions#type", + "ModuleOptions": "globals.html#moduleoptions", + "ModuleOptions.defaultRules": "globals.html#moduleoptions#defaultrules", + "ModuleOptions.exprContextCritical": "globals.html#moduleoptions#exprcontextcritical", + "ModuleOptions.exprContextRecursive": "globals.html#moduleoptions#exprcontextrecursive", + "ModuleOptions.exprContextRegExp": "globals.html#moduleoptions#exprcontextregexp", + "ModuleOptions.exprContextRequest": "globals.html#moduleoptions#exprcontextrequest", + "ModuleOptions.generator": "globals.html#moduleoptions#generator", + "ModuleOptions.noParse": "globals.html#moduleoptions#noparse", + "ModuleOptions.parser": "globals.html#moduleoptions#parser", + "ModuleOptions.rules": "globals.html#moduleoptions#rules", + "ModuleOptions.strictExportPresence": "globals.html#moduleoptions#strictexportpresence", + "ModuleOptions.strictThisContextOnImports": "globals.html#moduleoptions#strictthiscontextonimports", + "ModuleOptions.unknownContextCritical": "globals.html#moduleoptions#unknowncontextcritical", + "ModuleOptions.unknownContextRecursive": "globals.html#moduleoptions#unknowncontextrecursive", + "ModuleOptions.unknownContextRegExp": "globals.html#moduleoptions#unknowncontextregexp", + "ModuleOptions.unknownContextRequest": "globals.html#moduleoptions#unknowncontextrequest", + "ModuleOptions.unsafeCache": "globals.html#moduleoptions#unsafecache", + "ModuleOptions.wrappedContextCritical": "globals.html#moduleoptions#wrappedcontextcritical", + "ModuleOptions.wrappedContextRecursive": "globals.html#moduleoptions#wrappedcontextrecursive", + "ModuleOptions.wrappedContextRegExp": "globals.html#moduleoptions#wrappedcontextregexp", + "MultiCompilerOptions": "globals.html#multicompileroptions-1", + "MultiCompilerOptions.parallelism": "globals.html#multicompileroptions-1#parallelism", + "ObjectDeserializerContext": "globals.html#objectdeserializercontext", + "ObjectDeserializerContext.read": "globals.html#objectdeserializercontext#read", + "ObjectDeserializerContext.setCircularReference": "globals.html#objectdeserializercontext#setcircularreference", + "ObjectSerializerContext": "globals.html#objectserializercontext", + "ObjectSerializerContext.rollback": "globals.html#objectserializercontext#rollback", + "ObjectSerializerContext.setCircularReference": "globals.html#objectserializercontext#setcircularreference", + "ObjectSerializerContext.snapshot": "globals.html#objectserializercontext#snapshot", + "ObjectSerializerContext.write": "globals.html#objectserializercontext#write", + "ObjectSerializerContext.writeLazy": "globals.html#objectserializercontext#writelazy", + "ObjectSerializerContext.writeSeparate": "globals.html#objectserializercontext#writeseparate", + "OutputFileSystem": "globals.html#outputfilesystem", + "OutputFileSystem.createReadStream": "globals.html#outputfilesystem#createreadstream", + "OutputFileSystem.dirname": "globals.html#outputfilesystem#dirname", + "OutputFileSystem.join": "globals.html#outputfilesystem#join", + "OutputFileSystem.lstat": "globals.html#outputfilesystem#lstat", + "OutputFileSystem.mkdir": "globals.html#outputfilesystem#mkdir", + "OutputFileSystem.readdir": "globals.html#outputfilesystem#readdir", + "OutputFileSystem.readFile": "globals.html#outputfilesystem#readfile", + "OutputFileSystem.relative": "globals.html#outputfilesystem#relative", + "OutputFileSystem.rmdir": "globals.html#outputfilesystem#rmdir", + "OutputFileSystem.stat": "globals.html#outputfilesystem#stat", + "OutputFileSystem.unlink": "globals.html#outputfilesystem#unlink", + "OutputFileSystem.writeFile": "globals.html#outputfilesystem#writefile", + "ParserOptionsByModuleTypeKnown": "globals.html#parseroptionsbymoduletypeknown", + "ParserOptionsByModuleTypeKnown.asset": "globals.html#parseroptionsbymoduletypeknown#asset", + "ParserOptionsByModuleTypeKnown.asset/bytes": "globals.html#parseroptionsbymoduletypeknown#assetbytes", + "ParserOptionsByModuleTypeKnown.asset/inline": "globals.html#parseroptionsbymoduletypeknown#assetinline", + "ParserOptionsByModuleTypeKnown.asset/resource": "globals.html#parseroptionsbymoduletypeknown#assetresource", + "ParserOptionsByModuleTypeKnown.asset/source": "globals.html#parseroptionsbymoduletypeknown#assetsource", + "ParserOptionsByModuleTypeKnown.css": "globals.html#parseroptionsbymoduletypeknown#css", + "ParserOptionsByModuleTypeKnown.css/auto": "globals.html#parseroptionsbymoduletypeknown#cssauto", + "ParserOptionsByModuleTypeKnown.css/global": "globals.html#parseroptionsbymoduletypeknown#cssglobal", + "ParserOptionsByModuleTypeKnown.css/module": "globals.html#parseroptionsbymoduletypeknown#cssmodule", + "ParserOptionsByModuleTypeKnown.javascript": "globals.html#parseroptionsbymoduletypeknown#javascript", + "ParserOptionsByModuleTypeKnown.javascript/auto": "globals.html#parseroptionsbymoduletypeknown#javascriptauto", + "ParserOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#parseroptionsbymoduletypeknown#javascriptdynamic", + "ParserOptionsByModuleTypeKnown.javascript/esm": "globals.html#parseroptionsbymoduletypeknown#javascriptesm", + "ParserOptionsByModuleTypeKnown.json": "globals.html#parseroptionsbymoduletypeknown#json", + "PathData": "globals.html#pathdata", + "PathData.basename": "globals.html#pathdata#basename", + "PathData.chunk": "globals.html#pathdata#chunk", + "PathData.chunkGraph": "globals.html#pathdata#chunkgraph", + "PathData.contentHash": "globals.html#pathdata#contenthash", + "PathData.contentHashType": "globals.html#pathdata#contenthashtype", + "PathData.contentHashWithLength": "globals.html#pathdata#contenthashwithlength", + "PathData.filename": "globals.html#pathdata#filename", + "PathData.hash": "globals.html#pathdata#hash", + "PathData.hashWithLength": "globals.html#pathdata#hashwithlength", + "PathData.module": "globals.html#pathdata#module", + "PathData.noChunkHash": "globals.html#pathdata#nochunkhash", + "PathData.prepareId": "globals.html#pathdata#prepareid", + "PathData.query": "globals.html#pathdata#query", + "PathData.runtime": "globals.html#pathdata#runtime", + "PathData.url": "globals.html#pathdata#url", + "PitchLoaderDefinitionFunction": "globals.html#pitchloaderdefinitionfunction", + "PitchLoaderDefinitionFunction.OptionsType": "globals.html#pitchloaderdefinitionfunction#optionstype", + "PitchLoaderDefinitionFunction.ContextAdditions": "globals.html#pitchloaderdefinitionfunction#contextadditions", + "PitchLoaderDefinitionFunction.PitchLoaderDefinitionFunction": "globals.html#pitchloaderdefinitionfunction#pitchloaderdefinitionfunction", + "Problem": "globals.html#problem", + "Problem.argument": "globals.html#problem#argument", + "Problem.expected": "globals.html#problem#expected", + "Problem.index": "globals.html#problem#index", + "Problem.path": "globals.html#problem#path", + "Problem.type": "globals.html#problem#type", + "Problem.value": "globals.html#problem#value", + "RawLoaderDefinitionFunction": "globals.html#rawloaderdefinitionfunction", + "RawLoaderDefinitionFunction.OptionsType": "globals.html#rawloaderdefinitionfunction#optionstype", + "RawLoaderDefinitionFunction.ContextAdditions": "globals.html#rawloaderdefinitionfunction#contextadditions", + "RawLoaderDefinitionFunction.RawLoaderDefinitionFunction": "globals.html#rawloaderdefinitionfunction#rawloaderdefinitionfunction", + "RenderManifestOptions": "globals.html#rendermanifestoptions", + "RenderManifestOptions.chunk": "globals.html#rendermanifestoptions#chunk", + "RenderManifestOptions.chunkGraph": "globals.html#rendermanifestoptions#chunkgraph", + "RenderManifestOptions.codeGenerationResults": "globals.html#rendermanifestoptions#codegenerationresults", + "RenderManifestOptions.dependencyTemplates": "globals.html#rendermanifestoptions#dependencytemplates", + "RenderManifestOptions.fullHash": "globals.html#rendermanifestoptions#fullhash", + "RenderManifestOptions.hash": "globals.html#rendermanifestoptions#hash", + "RenderManifestOptions.moduleGraph": "globals.html#rendermanifestoptions#modulegraph", + "RenderManifestOptions.moduleTemplates": "globals.html#rendermanifestoptions#moduletemplates", + "RenderManifestOptions.outputOptions": "globals.html#rendermanifestoptions#outputoptions", + "RenderManifestOptions.runtimeTemplate": "globals.html#rendermanifestoptions#runtimetemplate", + "ResolveData": "globals.html#resolvedata", + "ResolveData.attributes": "globals.html#resolvedata#attributes", + "ResolveData.cacheable": "globals.html#resolvedata#cacheable", + "ResolveData.context": "globals.html#resolvedata#context", + "ResolveData.contextDependencies": "globals.html#resolvedata#contextdependencies", + "ResolveData.contextInfo": "globals.html#resolvedata#contextinfo", + "ResolveData.createData": "globals.html#resolvedata#createdata", + "ResolveData.dependencies": "globals.html#resolvedata#dependencies", + "ResolveData.dependencyType": "globals.html#resolvedata#dependencytype", + "ResolveData.fileDependencies": "globals.html#resolvedata#filedependencies", + "ResolveData.ignoredModule": "globals.html#resolvedata#ignoredmodule", + "ResolveData.missingDependencies": "globals.html#resolvedata#missingdependencies", + "ResolveData.request": "globals.html#resolvedata#request", + "ResolveData.resolveOptions": "globals.html#resolvedata#resolveoptions", + "ResolveOptions": "globals.html#resolveoptions", + "ResolveOptions.alias": "globals.html#resolveoptions#alias", + "ResolveOptions.aliasFields": "globals.html#resolveoptions#aliasfields", + "ResolveOptions.byDependency": "globals.html#resolveoptions#bydependency", + "ResolveOptions.cache": "globals.html#resolveoptions#cache", + "ResolveOptions.cachePredicate": "globals.html#resolveoptions#cachepredicate", + "ResolveOptions.cacheWithContext": "globals.html#resolveoptions#cachewithcontext", + "ResolveOptions.conditionNames": "globals.html#resolveoptions#conditionnames", + "ResolveOptions.descriptionFiles": "globals.html#resolveoptions#descriptionfiles", + "ResolveOptions.enforceExtension": "globals.html#resolveoptions#enforceextension", + "ResolveOptions.exportsFields": "globals.html#resolveoptions#exportsfields", + "ResolveOptions.extensionAlias": "globals.html#resolveoptions#extensionalias", + "ResolveOptions.extensions": "globals.html#resolveoptions#extensions", + "ResolveOptions.fallback": "globals.html#resolveoptions#fallback", + "ResolveOptions.fileSystem": "globals.html#resolveoptions#filesystem", + "ResolveOptions.fullySpecified": "globals.html#resolveoptions#fullyspecified", + "ResolveOptions.importsFields": "globals.html#resolveoptions#importsfields", + "ResolveOptions.mainFields": "globals.html#resolveoptions#mainfields", + "ResolveOptions.mainFiles": "globals.html#resolveoptions#mainfiles", + "ResolveOptions.modules": "globals.html#resolveoptions#modules", + "ResolveOptions.plugins": "globals.html#resolveoptions#plugins", + "ResolveOptions.preferAbsolute": "globals.html#resolveoptions#preferabsolute", + "ResolveOptions.preferRelative": "globals.html#resolveoptions#preferrelative", + "ResolveOptions.resolver": "globals.html#resolveoptions#resolver", + "ResolveOptions.restrictions": "globals.html#resolveoptions#restrictions", + "ResolveOptions.roots": "globals.html#resolveoptions#roots", + "ResolveOptions.symlinks": "globals.html#resolveoptions#symlinks", + "ResolveOptions.tsconfig": "globals.html#resolveoptions#tsconfig", + "ResolveOptions.unsafeCache": "globals.html#resolveoptions#unsafecache", + "ResolveOptions.useSyncFileSystemCalls": "globals.html#resolveoptions#usesyncfilesystemcalls", + "RuleSetRule": "globals.html#rulesetrule", + "RuleSetRule.assert": "globals.html#rulesetrule#assert", + "RuleSetRule.compiler": "globals.html#rulesetrule#compiler", + "RuleSetRule.dependency": "globals.html#rulesetrule#dependency", + "RuleSetRule.descriptionData": "globals.html#rulesetrule#descriptiondata", + "RuleSetRule.enforce": "globals.html#rulesetrule#enforce", + "RuleSetRule.exclude": "globals.html#rulesetrule#exclude", + "RuleSetRule.extractSourceMap": "globals.html#rulesetrule#extractsourcemap", + "RuleSetRule.generator": "globals.html#rulesetrule#generator", + "RuleSetRule.include": "globals.html#rulesetrule#include", + "RuleSetRule.issuer": "globals.html#rulesetrule#issuer", + "RuleSetRule.issuerLayer": "globals.html#rulesetrule#issuerlayer", + "RuleSetRule.layer": "globals.html#rulesetrule#layer", + "RuleSetRule.loader": "globals.html#rulesetrule#loader", + "RuleSetRule.mimetype": "globals.html#rulesetrule#mimetype", + "RuleSetRule.oneOf": "globals.html#rulesetrule#oneof", + "RuleSetRule.options": "globals.html#rulesetrule#options", + "RuleSetRule.parser": "globals.html#rulesetrule#parser", + "RuleSetRule.realResource": "globals.html#rulesetrule#realresource", + "RuleSetRule.resolve": "globals.html#rulesetrule#resolve", + "RuleSetRule.resource": "globals.html#rulesetrule#resource", + "RuleSetRule.resourceFragment": "globals.html#rulesetrule#resourcefragment", + "RuleSetRule.resourceQuery": "globals.html#rulesetrule#resourcequery", + "RuleSetRule.rules": "globals.html#rulesetrule#rules", + "RuleSetRule.scheme": "globals.html#rulesetrule#scheme", + "RuleSetRule.sideEffects": "globals.html#rulesetrule#sideeffects", + "RuleSetRule.test": "globals.html#rulesetrule#test", + "RuleSetRule.type": "globals.html#rulesetrule#type", + "RuleSetRule.use": "globals.html#rulesetrule#use", + "RuleSetRule.with": "globals.html#rulesetrule#with", + "StatsOptions": "globals.html#statsoptions", + "StatsOptions.all": "globals.html#statsoptions#all", + "StatsOptions.assets": "globals.html#statsoptions#assets", + "StatsOptions.assetsSort": "globals.html#statsoptions#assetssort", + "StatsOptions.assetsSpace": "globals.html#statsoptions#assetsspace", + "StatsOptions.builtAt": "globals.html#statsoptions#builtat", + "StatsOptions.cached": "globals.html#statsoptions#cached", + "StatsOptions.cachedAssets": "globals.html#statsoptions#cachedassets", + "StatsOptions.cachedModules": "globals.html#statsoptions#cachedmodules", + "StatsOptions.children": "globals.html#statsoptions#children", + "StatsOptions.chunkGroupAuxiliary": "globals.html#statsoptions#chunkgroupauxiliary", + "StatsOptions.chunkGroupChildren": "globals.html#statsoptions#chunkgroupchildren", + "StatsOptions.chunkGroupMaxAssets": "globals.html#statsoptions#chunkgroupmaxassets", + "StatsOptions.chunkGroups": "globals.html#statsoptions#chunkgroups", + "StatsOptions.chunkModules": "globals.html#statsoptions#chunkmodules", + "StatsOptions.chunkModulesSpace": "globals.html#statsoptions#chunkmodulesspace", + "StatsOptions.chunkOrigins": "globals.html#statsoptions#chunkorigins", + "StatsOptions.chunkRelations": "globals.html#statsoptions#chunkrelations", + "StatsOptions.chunks": "globals.html#statsoptions#chunks", + "StatsOptions.chunksSort": "globals.html#statsoptions#chunkssort", + "StatsOptions.colors": "globals.html#statsoptions#colors", + "StatsOptions.context": "globals.html#statsoptions#context", + "StatsOptions.dependentModules": "globals.html#statsoptions#dependentmodules", + "StatsOptions.depth": "globals.html#statsoptions#depth", + "StatsOptions.entrypoints": "globals.html#statsoptions#entrypoints", + "StatsOptions.env": "globals.html#statsoptions#env", + "StatsOptions.errorCause": "globals.html#statsoptions#errorcause", + "StatsOptions.errorDetails": "globals.html#statsoptions#errordetails", + "StatsOptions.errorErrors": "globals.html#statsoptions#errorerrors", + "StatsOptions.errors": "globals.html#statsoptions#errors", + "StatsOptions.errorsCount": "globals.html#statsoptions#errorscount", + "StatsOptions.errorsSpace": "globals.html#statsoptions#errorsspace", + "StatsOptions.errorStack": "globals.html#statsoptions#errorstack", + "StatsOptions.exclude": "globals.html#statsoptions#exclude", + "StatsOptions.excludeAssets": "globals.html#statsoptions#excludeassets", + "StatsOptions.excludeModules": "globals.html#statsoptions#excludemodules", + "StatsOptions.groupAssetsByChunk": "globals.html#statsoptions#groupassetsbychunk", + "StatsOptions.groupAssetsByEmitStatus": "globals.html#statsoptions#groupassetsbyemitstatus", + "StatsOptions.groupAssetsByExtension": "globals.html#statsoptions#groupassetsbyextension", + "StatsOptions.groupAssetsByInfo": "globals.html#statsoptions#groupassetsbyinfo", + "StatsOptions.groupAssetsByPath": "globals.html#statsoptions#groupassetsbypath", + "StatsOptions.groupModulesByAttributes": "globals.html#statsoptions#groupmodulesbyattributes", + "StatsOptions.groupModulesByCacheStatus": "globals.html#statsoptions#groupmodulesbycachestatus", + "StatsOptions.groupModulesByExtension": "globals.html#statsoptions#groupmodulesbyextension", + "StatsOptions.groupModulesByLayer": "globals.html#statsoptions#groupmodulesbylayer", + "StatsOptions.groupModulesByPath": "globals.html#statsoptions#groupmodulesbypath", + "StatsOptions.groupModulesByType": "globals.html#statsoptions#groupmodulesbytype", + "StatsOptions.groupReasonsByOrigin": "globals.html#statsoptions#groupreasonsbyorigin", + "StatsOptions.hash": "globals.html#statsoptions#hash", + "StatsOptions.ids": "globals.html#statsoptions#ids", + "StatsOptions.logging": "globals.html#statsoptions#logging", + "StatsOptions.loggingDebug": "globals.html#statsoptions#loggingdebug", + "StatsOptions.loggingTrace": "globals.html#statsoptions#loggingtrace", + "StatsOptions.moduleAssets": "globals.html#statsoptions#moduleassets", + "StatsOptions.modules": "globals.html#statsoptions#modules", + "StatsOptions.modulesSort": "globals.html#statsoptions#modulessort", + "StatsOptions.modulesSpace": "globals.html#statsoptions#modulesspace", + "StatsOptions.moduleTrace": "globals.html#statsoptions#moduletrace", + "StatsOptions.nestedModules": "globals.html#statsoptions#nestedmodules", + "StatsOptions.nestedModulesSpace": "globals.html#statsoptions#nestedmodulesspace", + "StatsOptions.optimizationBailout": "globals.html#statsoptions#optimizationbailout", + "StatsOptions.orphanModules": "globals.html#statsoptions#orphanmodules", + "StatsOptions.outputPath": "globals.html#statsoptions#outputpath", + "StatsOptions.performance": "globals.html#statsoptions#performance", + "StatsOptions.preset": "globals.html#statsoptions#preset", + "StatsOptions.providedExports": "globals.html#statsoptions#providedexports", + "StatsOptions.publicPath": "globals.html#statsoptions#publicpath", + "StatsOptions.reasons": "globals.html#statsoptions#reasons", + "StatsOptions.reasonsSpace": "globals.html#statsoptions#reasonsspace", + "StatsOptions.relatedAssets": "globals.html#statsoptions#relatedassets", + "StatsOptions.runtime": "globals.html#statsoptions#runtime", + "StatsOptions.runtimeModules": "globals.html#statsoptions#runtimemodules", + "StatsOptions.source": "globals.html#statsoptions#source", + "StatsOptions.timings": "globals.html#statsoptions#timings", + "StatsOptions.usedExports": "globals.html#statsoptions#usedexports", + "StatsOptions.version": "globals.html#statsoptions#version", + "StatsOptions.warnings": "globals.html#statsoptions#warnings", + "StatsOptions.warningsCount": "globals.html#statsoptions#warningscount", + "StatsOptions.warningsFilter": "globals.html#statsoptions#warningsfilter", + "StatsOptions.warningsSpace": "globals.html#statsoptions#warningsspace", + "WebpackOptionsNormalized": "globals.html#webpackoptionsnormalized", + "WebpackOptionsNormalized.amd": "globals.html#webpackoptionsnormalized#amd", + "WebpackOptionsNormalized.bail": "globals.html#webpackoptionsnormalized#bail", + "WebpackOptionsNormalized.cache": "globals.html#webpackoptionsnormalized#cache", + "WebpackOptionsNormalized.context": "globals.html#webpackoptionsnormalized#context", + "WebpackOptionsNormalized.dependencies": "globals.html#webpackoptionsnormalized#dependencies", + "WebpackOptionsNormalized.devServer": "globals.html#webpackoptionsnormalized#devserver", + "WebpackOptionsNormalized.devtool": "globals.html#webpackoptionsnormalized#devtool", + "WebpackOptionsNormalized.dotenv": "globals.html#webpackoptionsnormalized#dotenv", + "WebpackOptionsNormalized.entry": "globals.html#webpackoptionsnormalized#entry", + "WebpackOptionsNormalized.experiments": "globals.html#webpackoptionsnormalized#experiments", + "WebpackOptionsNormalized.externals": "globals.html#webpackoptionsnormalized#externals", + "WebpackOptionsNormalized.externalsPresets": "globals.html#webpackoptionsnormalized#externalspresets", + "WebpackOptionsNormalized.externalsType": "globals.html#webpackoptionsnormalized#externalstype", + "WebpackOptionsNormalized.ignoreWarnings": "globals.html#webpackoptionsnormalized#ignorewarnings", + "WebpackOptionsNormalized.infrastructureLogging": "globals.html#webpackoptionsnormalized#infrastructurelogging", + "WebpackOptionsNormalized.loader": "globals.html#webpackoptionsnormalized#loader", + "WebpackOptionsNormalized.mode": "globals.html#webpackoptionsnormalized#mode", + "WebpackOptionsNormalized.module": "globals.html#webpackoptionsnormalized#module", + "WebpackOptionsNormalized.name": "globals.html#webpackoptionsnormalized#name", + "WebpackOptionsNormalized.node": "globals.html#webpackoptionsnormalized#node", + "WebpackOptionsNormalized.optimization": "globals.html#webpackoptionsnormalized#optimization", + "WebpackOptionsNormalized.output": "globals.html#webpackoptionsnormalized#output", + "WebpackOptionsNormalized.parallelism": "globals.html#webpackoptionsnormalized#parallelism", + "WebpackOptionsNormalized.performance": "globals.html#webpackoptionsnormalized#performance", + "WebpackOptionsNormalized.plugins": "globals.html#webpackoptionsnormalized#plugins", + "WebpackOptionsNormalized.profile": "globals.html#webpackoptionsnormalized#profile", + "WebpackOptionsNormalized.recordsInputPath": "globals.html#webpackoptionsnormalized#recordsinputpath", + "WebpackOptionsNormalized.recordsOutputPath": "globals.html#webpackoptionsnormalized#recordsoutputpath", + "WebpackOptionsNormalized.resolve": "globals.html#webpackoptionsnormalized#resolve", + "WebpackOptionsNormalized.resolveLoader": "globals.html#webpackoptionsnormalized#resolveloader", + "WebpackOptionsNormalized.snapshot": "globals.html#webpackoptionsnormalized#snapshot", + "WebpackOptionsNormalized.stats": "globals.html#webpackoptionsnormalized#stats", + "WebpackOptionsNormalized.target": "globals.html#webpackoptionsnormalized#target", + "WebpackOptionsNormalized.validate": "globals.html#webpackoptionsnormalized#validate", + "WebpackOptionsNormalized.watch": "globals.html#webpackoptionsnormalized#watch", + "WebpackOptionsNormalized.watchOptions": "globals.html#webpackoptionsnormalized#watchoptions", + "WebpackPluginInstance": "globals.html#webpackplugininstance", + "WebpackPluginInstance.__index": "globals.html#webpackplugininstance#index", + "WebpackPluginInstance.apply": "globals.html#webpackplugininstance#apply", + "AssetInfo": "globals.html#assetinfo-1", + "Entry": "globals.html#entry", + "EntryNormalized": "globals.html#entrynormalized", + "EntryOptions": "globals.html#entryoptions", + "ExternalItem": "globals.html#externalitem", + "ExternalItemFunction": "globals.html#externalitemfunction", + "ExternalItemFunctionCallback": "globals.html#externalitemfunctioncallback", + "ExternalItemFunctionCallback.__type.__type": "globals.html#externalitemfunctioncallback#type", + "ExternalItemFunctionDataGetResolve": "globals.html#externalitemfunctiondatagetresolve-1", + "ExternalItemFunctionDataGetResolve.__type.__type": "globals.html#externalitemfunctiondatagetresolve-1#type", + "ExternalItemFunctionDataGetResolveCallbackResult": "globals.html#externalitemfunctiondatagetresolvecallbackresult", + "ExternalItemFunctionDataGetResolveCallbackResult.__type.__type": "globals.html#externalitemfunctiondatagetresolvecallbackresult#type", + "ExternalItemFunctionDataGetResolveResult": "globals.html#externalitemfunctiondatagetresolveresult", + "ExternalItemFunctionDataGetResolveResult.__type.__type": "globals.html#externalitemfunctiondatagetresolveresult#type", + "ExternalItemFunctionPromise": "globals.html#externalitemfunctionpromise", + "ExternalItemFunctionPromise.__type.__type": "globals.html#externalitemfunctionpromise#type", + "ExternalItemValue": "globals.html#externalitemvalue", + "Externals": "globals.html#externals", + "LoaderContext": "globals.html#loadercontext", + "LoaderContext.OptionsType": "globals.html#loadercontext#optionstype", + "LoaderDefinition": "globals.html#loaderdefinition", + "LoaderDefinition.OptionsType": "globals.html#loaderdefinition#optionstype", + "LoaderDefinition.ContextAdditions": "globals.html#loaderdefinition#contextadditions", + "MultiConfiguration": "globals.html#multiconfiguration", + "ParserState": "globals.html#parserstate", + "RawLoaderDefinition": "globals.html#rawloaderdefinition", + "RawLoaderDefinition.OptionsType": "globals.html#rawloaderdefinition#optionstype", + "RawLoaderDefinition.ContextAdditions": "globals.html#rawloaderdefinition#contextadditions", + "RenderManifestEntry": "globals.html#rendermanifestentry", + "ResolvePluginInstance": "globals.html#resolveplugininstance", + "RuleSetCondition": "globals.html#rulesetcondition", + "RuleSetConditionAbsolute": "globals.html#rulesetconditionabsolute", + "RuleSetUse": "globals.html#rulesetuse", + "RuleSetUseFunction": "globals.html#rulesetusefunction", + "RuleSetUseFunction.__type.__type": "globals.html#rulesetusefunction#type", + "RuleSetUseItem": "globals.html#rulesetuseitem", + "StatsAsset": "globals.html#statsasset", + "StatsChunk": "globals.html#statschunk", + "StatsChunkGroup": "globals.html#statschunkgroup", + "StatsChunkOrigin": "globals.html#statschunkorigin", + "StatsCompilation": "globals.html#statscompilation-1", + "StatsError": "globals.html#statserror", + "StatsLogging": "globals.html#statslogging", + "StatsLoggingEntry": "globals.html#statsloggingentry", + "StatsModule": "globals.html#statsmodule", + "StatsModuleIssuer": "globals.html#statsmoduleissuer", + "StatsModuleReason": "globals.html#statsmodulereason", + "StatsModuleTraceDependency": "globals.html#statsmoduletracedependency", + "StatsModuleTraceItem": "globals.html#statsmoduletraceitem", + "StatsProfile": "globals.html#statsprofile", + "TemplatePath": "globals.html#templatepath", + "WebpackPluginFunction": "globals.html#webpackpluginfunction", + "WebpackPluginFunction.__type.__type": "globals.html#webpackpluginfunction#type", + "UsageState": "globals.html#usagestate", + "validate": "globals.html#validate", + "validate.__type.__type": "globals.html#validate#type", + "validateSchema": "globals.html#validateschema", + "validateSchema.__type.__type": "globals.html#validateschema#type", + "version": "globals.html#version", + "export=": "globals.html#export", + "export=.export=": "globals.html#export#export-3" } \ No newline at end of file diff --git a/plugins/processor.mjs b/plugins/processor.mjs index 0ea5f5c..34c5cbc 100644 --- a/plugins/processor.mjs +++ b/plugins/processor.mjs @@ -37,12 +37,12 @@ export function load(app) { app.renderer.on(Renderer.EVENT_END, () => { const typeMap = Object.fromEntries( - app.renderer.router - .getLinkTargets() - .map(target => [ - target.getFullName(), - app.renderer.router.getAnchoredURL(target), - ]) + app.renderer.router.getLinkTargets().map(target => { + const fullUrl = app.renderer.router + .getFullUrl(target) + .replace('.md', '.html'); + return [target.getFullName(), fullUrl]; + }) ); writeFileSync( From 873d7ac11ccb8dd633062dc5b82afb82f0707f31 Mon Sep 17 00:00:00 2001 From: Tushar <80577646+TusharThakur04@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:48:12 +0530 Subject: [PATCH 2/3] regenerate docs --- pages/v5.x/globals.md | 5 +++++ pages/v5.x/type-map.json | 1 + 2 files changed, 6 insertions(+) diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index 369ff87..afd8ee8 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -3046,6 +3046,11 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +#### Static method: `getCompilationHooks(compilation)` + +* `compilation` {Compilation} +* Returns: {ExternalModuleHooks} + #### Static method: `getSourceBasicTypes(module)` > Stability: 0 - Deprecated diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json index 538f87e..8467593 100644 --- a/pages/v5.x/type-map.json +++ b/pages/v5.x/type-map.json @@ -2403,6 +2403,7 @@ "ExternalModule.source": "globals.html#externalmodule#source", "ExternalModule.updateCacheModule": "globals.html#externalmodule#updatecachemodule", "ExternalModule.updateHash": "globals.html#externalmodule#updatehash", + "ExternalModule.getCompilationHooks": "globals.html#externalmodule#getcompilationhooks", "ExternalsPlugin": "globals.html#externalsplugin", "ExternalsPlugin.constructor": "globals.html#externalsplugin#constructor", "ExternalsPlugin.constructor.ExternalsPlugin": "globals.html#externalsplugin#constructorexternalsplugin", From d7fa8f756e72740e39867915c1ef4005f038bff8 Mon Sep 17 00:00:00 2001 From: Tushar <80577646+TusharThakur04@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:56:56 +0530 Subject: [PATCH 3/3] fix: generate valid unique anchors in type map --- pages/v5.x/type-map.json | 6824 +++++++++++++++++++------------------- plugins/processor.mjs | 12 +- plugins/theme/router.mjs | 20 + 3 files changed, 3438 insertions(+), 3418 deletions(-) diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json index 8467593..b4b282f 100644 --- a/pages/v5.x/type-map.json +++ b/pages/v5.x/type-map.json @@ -2,997 +2,997 @@ "webpack": "globals.html#webpack", "cache": "webpack/namespaces/cache.html", "cache.MemoryCachePlugin": "webpack/namespaces/cache.html#memorycacheplugin", - "cache.MemoryCachePlugin.constructor": "webpack/namespaces/cache.html#memorycacheplugin#constructor", - "cache.MemoryCachePlugin.constructor.MemoryCachePlugin": "webpack/namespaces/cache.html#memorycacheplugin#constructormemorycacheplugin", - "cache.MemoryCachePlugin.apply": "webpack/namespaces/cache.html#memorycacheplugin#apply", + "cache.MemoryCachePlugin.constructor": "webpack/namespaces/cache.html#memorycacheplugin-constructor", + "cache.MemoryCachePlugin.constructor.MemoryCachePlugin": "webpack/namespaces/cache.html#memorycacheplugin-constructor-memorycacheplugin", + "cache.MemoryCachePlugin.apply": "webpack/namespaces/cache.html#memorycacheplugin-apply", "cli": "webpack/namespaces/cli.html", "cli.createColors": "webpack/namespaces/cli.html#createcolors", - "cli.createColors.__type.__type": "webpack/namespaces/cli.html#createcolors#type", + "cli.createColors.__type.__type": "webpack/namespaces/cli.html#createcolors-__type-__type", "cli.getArguments": "webpack/namespaces/cli.html#getarguments", - "cli.getArguments.__type.__type": "webpack/namespaces/cli.html#getarguments#type", + "cli.getArguments.__type.__type": "webpack/namespaces/cli.html#getarguments-__type-__type", "cli.isColorSupported": "webpack/namespaces/cli.html#iscolorsupported", - "cli.isColorSupported.__type.__type": "webpack/namespaces/cli.html#iscolorsupported#type", + "cli.isColorSupported.__type.__type": "webpack/namespaces/cli.html#iscolorsupported-__type-__type", "cli.processArguments": "webpack/namespaces/cli.html#processarguments", - "cli.processArguments.__type.__type": "webpack/namespaces/cli.html#processarguments#type", + "cli.processArguments.__type.__type": "webpack/namespaces/cli.html#processarguments-__type-__type", "config": "webpack/namespaces/config.html", "config.applyWebpackOptionsDefaults": "webpack/namespaces/config.html#applywebpackoptionsdefaults", - "config.applyWebpackOptionsDefaults.__type.__type": "webpack/namespaces/config.html#applywebpackoptionsdefaults#type", + "config.applyWebpackOptionsDefaults.__type.__type": "webpack/namespaces/config.html#applywebpackoptionsdefaults-__type-__type", "config.getNormalizedWebpackOptions": "webpack/namespaces/config.html#getnormalizedwebpackoptions", - "config.getNormalizedWebpackOptions.__type.__type": "webpack/namespaces/config.html#getnormalizedwebpackoptions#type", + "config.getNormalizedWebpackOptions.__type.__type": "webpack/namespaces/config.html#getnormalizedwebpackoptions-__type-__type", "container": "webpack/namespaces/container.html", "container.ContainerPlugin": "webpack/namespaces/container.html#containerplugin", - "container.ContainerPlugin.constructor": "webpack/namespaces/container.html#containerplugin#constructor", - "container.ContainerPlugin.constructor.ContainerPlugin": "webpack/namespaces/container.html#containerplugin#constructorcontainerplugin", - "container.ContainerPlugin.options": "webpack/namespaces/container.html#containerplugin#options", - "container.ContainerPlugin.apply": "webpack/namespaces/container.html#containerplugin#apply", + "container.ContainerPlugin.constructor": "webpack/namespaces/container.html#containerplugin-constructor", + "container.ContainerPlugin.constructor.ContainerPlugin": "webpack/namespaces/container.html#containerplugin-constructor-containerplugin", + "container.ContainerPlugin.options": "webpack/namespaces/container.html#containerplugin-options", + "container.ContainerPlugin.apply": "webpack/namespaces/container.html#containerplugin-apply", "container.ContainerReferencePlugin": "webpack/namespaces/container.html#containerreferenceplugin", - "container.ContainerReferencePlugin.constructor": "webpack/namespaces/container.html#containerreferenceplugin#constructor", - "container.ContainerReferencePlugin.constructor.ContainerReferencePlugin": "webpack/namespaces/container.html#containerreferenceplugin#constructorcontainerreferenceplugin", - "container.ContainerReferencePlugin.options": "webpack/namespaces/container.html#containerreferenceplugin#options", - "container.ContainerReferencePlugin.apply": "webpack/namespaces/container.html#containerreferenceplugin#apply", + "container.ContainerReferencePlugin.constructor": "webpack/namespaces/container.html#containerreferenceplugin-constructor", + "container.ContainerReferencePlugin.constructor.ContainerReferencePlugin": "webpack/namespaces/container.html#containerreferenceplugin-constructor-containerreferenceplugin", + "container.ContainerReferencePlugin.options": "webpack/namespaces/container.html#containerreferenceplugin-options", + "container.ContainerReferencePlugin.apply": "webpack/namespaces/container.html#containerreferenceplugin-apply", "container.ModuleFederationPlugin": "webpack/namespaces/container.html#modulefederationplugin", - "container.ModuleFederationPlugin.constructor": "webpack/namespaces/container.html#modulefederationplugin#constructor", - "container.ModuleFederationPlugin.constructor.ModuleFederationPlugin": "webpack/namespaces/container.html#modulefederationplugin#constructormodulefederationplugin", - "container.ModuleFederationPlugin.options": "webpack/namespaces/container.html#modulefederationplugin#options", - "container.ModuleFederationPlugin.apply": "webpack/namespaces/container.html#modulefederationplugin#apply", - "container.ModuleFederationPlugin.getCompilationHooks": "webpack/namespaces/container.html#modulefederationplugin#getcompilationhooks", + "container.ModuleFederationPlugin.constructor": "webpack/namespaces/container.html#modulefederationplugin-constructor", + "container.ModuleFederationPlugin.constructor.ModuleFederationPlugin": "webpack/namespaces/container.html#modulefederationplugin-constructor-modulefederationplugin", + "container.ModuleFederationPlugin.options": "webpack/namespaces/container.html#modulefederationplugin-options", + "container.ModuleFederationPlugin.apply": "webpack/namespaces/container.html#modulefederationplugin-apply", + "container.ModuleFederationPlugin.getCompilationHooks": "webpack/namespaces/container.html#modulefederationplugin-getcompilationhooks", "container.scope": "webpack/namespaces/container.html#scope", - "container.scope.__type.__type": "webpack/namespaces/container.html#scope#type", - "container.scope.__type.__type.T": "webpack/namespaces/container.html#scope#typet", + "container.scope.__type.__type": "webpack/namespaces/container.html#scope-__type-__type", + "container.scope.__type.__type.T": "webpack/namespaces/container.html#scope-__type-__type-t", "css": "webpack/namespaces/css.html", "css.CssModulesPlugin": "webpack/namespaces/css.html#cssmodulesplugin", - "css.CssModulesPlugin.constructor": "webpack/namespaces/css.html#cssmodulesplugin#constructor", - "css.CssModulesPlugin.constructor.CssModulesPlugin": "webpack/namespaces/css.html#cssmodulesplugin#constructorcssmodulesplugin", - "css.CssModulesPlugin.apply": "webpack/namespaces/css.html#cssmodulesplugin#apply", - "css.CssModulesPlugin.getModulesInOrder": "webpack/namespaces/css.html#cssmodulesplugin#getmodulesinorder", - "css.CssModulesPlugin.getOrderedChunkCssModules": "webpack/namespaces/css.html#cssmodulesplugin#getorderedchunkcssmodules", - "css.CssModulesPlugin.renderChunk": "webpack/namespaces/css.html#cssmodulesplugin#renderchunk", - "css.CssModulesPlugin.chunkHasCss": "webpack/namespaces/css.html#cssmodulesplugin#chunkhascss", - "css.CssModulesPlugin.getChunkFilenameTemplate": "webpack/namespaces/css.html#cssmodulesplugin#getchunkfilenametemplate", - "css.CssModulesPlugin.getCompilationHooks": "webpack/namespaces/css.html#cssmodulesplugin#getcompilationhooks", - "css.CssModulesPlugin.renderModule": "webpack/namespaces/css.html#cssmodulesplugin#rendermodule", + "css.CssModulesPlugin.constructor": "webpack/namespaces/css.html#cssmodulesplugin-constructor", + "css.CssModulesPlugin.constructor.CssModulesPlugin": "webpack/namespaces/css.html#cssmodulesplugin-constructor-cssmodulesplugin", + "css.CssModulesPlugin.apply": "webpack/namespaces/css.html#cssmodulesplugin-apply", + "css.CssModulesPlugin.getModulesInOrder": "webpack/namespaces/css.html#cssmodulesplugin-getmodulesinorder", + "css.CssModulesPlugin.getOrderedChunkCssModules": "webpack/namespaces/css.html#cssmodulesplugin-getorderedchunkcssmodules", + "css.CssModulesPlugin.renderChunk": "webpack/namespaces/css.html#cssmodulesplugin-renderchunk", + "css.CssModulesPlugin.chunkHasCss": "webpack/namespaces/css.html#cssmodulesplugin-chunkhascss", + "css.CssModulesPlugin.getChunkFilenameTemplate": "webpack/namespaces/css.html#cssmodulesplugin-getchunkfilenametemplate", + "css.CssModulesPlugin.getCompilationHooks": "webpack/namespaces/css.html#cssmodulesplugin-getcompilationhooks", + "css.CssModulesPlugin.renderModule": "webpack/namespaces/css.html#cssmodulesplugin-rendermodule", "debug": "webpack/namespaces/debug.html", "debug.ProfilingPlugin": "webpack/namespaces/debug.html#profilingplugin", - "debug.ProfilingPlugin.constructor": "webpack/namespaces/debug.html#profilingplugin#constructor", - "debug.ProfilingPlugin.constructor.ProfilingPlugin": "webpack/namespaces/debug.html#profilingplugin#constructorprofilingplugin", - "debug.ProfilingPlugin.options": "webpack/namespaces/debug.html#profilingplugin#options", - "debug.ProfilingPlugin.Profiler": "webpack/namespaces/debug.html#profilingplugin#profiler", - "debug.ProfilingPlugin.apply": "webpack/namespaces/debug.html#profilingplugin#apply", + "debug.ProfilingPlugin.constructor": "webpack/namespaces/debug.html#profilingplugin-constructor", + "debug.ProfilingPlugin.constructor.ProfilingPlugin": "webpack/namespaces/debug.html#profilingplugin-constructor-profilingplugin", + "debug.ProfilingPlugin.options": "webpack/namespaces/debug.html#profilingplugin-options", + "debug.ProfilingPlugin.Profiler": "webpack/namespaces/debug.html#profilingplugin-profiler", + "debug.ProfilingPlugin.apply": "webpack/namespaces/debug.html#profilingplugin-apply", "dependencies": "webpack/namespaces/dependencies.html", "dependencies.ConstDependency": "webpack/namespaces/dependencies.html#constdependency", - "dependencies.ConstDependency.constructor": "webpack/namespaces/dependencies.html#constdependency#constructor", - "dependencies.ConstDependency.constructor.ConstDependency": "webpack/namespaces/dependencies.html#constdependency#constructorconstdependency", - "dependencies.ConstDependency.category": "webpack/namespaces/dependencies.html#constdependency#category", - "dependencies.ConstDependency.category.category": "webpack/namespaces/dependencies.html#constdependency#categorycategory", - "dependencies.ConstDependency.disconnect": "webpack/namespaces/dependencies.html#constdependency#disconnect", - "dependencies.ConstDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#constdependency#disconnectdisconnect", - "dependencies.ConstDependency.expression": "webpack/namespaces/dependencies.html#constdependency#expression", - "dependencies.ConstDependency.loc": "webpack/namespaces/dependencies.html#constdependency#loc", - "dependencies.ConstDependency.module": "webpack/namespaces/dependencies.html#constdependency#module", - "dependencies.ConstDependency.optional": "webpack/namespaces/dependencies.html#constdependency#optional", - "dependencies.ConstDependency.range": "webpack/namespaces/dependencies.html#constdependency#range", - "dependencies.ConstDependency.runtimeRequirements": "webpack/namespaces/dependencies.html#constdependency#runtimerequirements", - "dependencies.ConstDependency.type": "webpack/namespaces/dependencies.html#constdependency#type", - "dependencies.ConstDependency.type.type": "webpack/namespaces/dependencies.html#constdependency#typetype", - "dependencies.ConstDependency.weak": "webpack/namespaces/dependencies.html#constdependency#weak", - "dependencies.ConstDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#constdependency#exports-object-referenced", - "dependencies.ConstDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#constdependency#no-exports-referenced", - "dependencies.ConstDependency.Template": "webpack/namespaces/dependencies.html#constdependency#template", - "dependencies.ConstDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#constdependency#transitive", - "dependencies.ConstDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#constdependency#couldaffectreferencingmodule", - "dependencies.ConstDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#constdependency#createignoredmodule", - "dependencies.ConstDependency.deserialize": "webpack/namespaces/dependencies.html#constdependency#deserialize", - "dependencies.ConstDependency.getCondition": "webpack/namespaces/dependencies.html#constdependency#getcondition", - "dependencies.ConstDependency.getContext": "webpack/namespaces/dependencies.html#constdependency#getcontext", - "dependencies.ConstDependency.getErrors": "webpack/namespaces/dependencies.html#constdependency#geterrors", - "dependencies.ConstDependency.getExports": "webpack/namespaces/dependencies.html#constdependency#getexports", - "dependencies.ConstDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#constdependency#getmoduleevaluationsideeffectsstate", - "dependencies.ConstDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#constdependency#getnumberofidoccurrences", - "dependencies.ConstDependency.getReference": "webpack/namespaces/dependencies.html#constdependency#getreference", - "dependencies.ConstDependency.getReferencedExports": "webpack/namespaces/dependencies.html#constdependency#getreferencedexports", - "dependencies.ConstDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#constdependency#getresourceidentifier", - "dependencies.ConstDependency.getWarnings": "webpack/namespaces/dependencies.html#constdependency#getwarnings", - "dependencies.ConstDependency.serialize": "webpack/namespaces/dependencies.html#constdependency#serialize", - "dependencies.ConstDependency.setLoc": "webpack/namespaces/dependencies.html#constdependency#setloc", - "dependencies.ConstDependency.updateHash": "webpack/namespaces/dependencies.html#constdependency#updatehash", - "dependencies.ConstDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#constdependency#islowprioritydependency", + "dependencies.ConstDependency.constructor": "webpack/namespaces/dependencies.html#constdependency-constructor", + "dependencies.ConstDependency.constructor.ConstDependency": "webpack/namespaces/dependencies.html#constdependency-constructor-constdependency", + "dependencies.ConstDependency.category": "webpack/namespaces/dependencies.html#constdependency-category", + "dependencies.ConstDependency.category.category": "webpack/namespaces/dependencies.html#constdependency-category-category", + "dependencies.ConstDependency.disconnect": "webpack/namespaces/dependencies.html#constdependency-disconnect", + "dependencies.ConstDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#constdependency-disconnect-disconnect", + "dependencies.ConstDependency.expression": "webpack/namespaces/dependencies.html#constdependency-expression", + "dependencies.ConstDependency.loc": "webpack/namespaces/dependencies.html#constdependency-loc", + "dependencies.ConstDependency.module": "webpack/namespaces/dependencies.html#constdependency-module", + "dependencies.ConstDependency.optional": "webpack/namespaces/dependencies.html#constdependency-optional", + "dependencies.ConstDependency.range": "webpack/namespaces/dependencies.html#constdependency-range", + "dependencies.ConstDependency.runtimeRequirements": "webpack/namespaces/dependencies.html#constdependency-runtimerequirements", + "dependencies.ConstDependency.type": "webpack/namespaces/dependencies.html#constdependency-type", + "dependencies.ConstDependency.type.type": "webpack/namespaces/dependencies.html#constdependency-type-type", + "dependencies.ConstDependency.weak": "webpack/namespaces/dependencies.html#constdependency-weak", + "dependencies.ConstDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#constdependency-exports_object_referenced", + "dependencies.ConstDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#constdependency-no_exports_referenced", + "dependencies.ConstDependency.Template": "webpack/namespaces/dependencies.html#constdependency-template", + "dependencies.ConstDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#constdependency-transitive", + "dependencies.ConstDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#constdependency-couldaffectreferencingmodule", + "dependencies.ConstDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#constdependency-createignoredmodule", + "dependencies.ConstDependency.deserialize": "webpack/namespaces/dependencies.html#constdependency-deserialize", + "dependencies.ConstDependency.getCondition": "webpack/namespaces/dependencies.html#constdependency-getcondition", + "dependencies.ConstDependency.getContext": "webpack/namespaces/dependencies.html#constdependency-getcontext", + "dependencies.ConstDependency.getErrors": "webpack/namespaces/dependencies.html#constdependency-geterrors", + "dependencies.ConstDependency.getExports": "webpack/namespaces/dependencies.html#constdependency-getexports", + "dependencies.ConstDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#constdependency-getmoduleevaluationsideeffectsstate", + "dependencies.ConstDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#constdependency-getnumberofidoccurrences", + "dependencies.ConstDependency.getReference": "webpack/namespaces/dependencies.html#constdependency-getreference", + "dependencies.ConstDependency.getReferencedExports": "webpack/namespaces/dependencies.html#constdependency-getreferencedexports", + "dependencies.ConstDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#constdependency-getresourceidentifier", + "dependencies.ConstDependency.getWarnings": "webpack/namespaces/dependencies.html#constdependency-getwarnings", + "dependencies.ConstDependency.serialize": "webpack/namespaces/dependencies.html#constdependency-serialize", + "dependencies.ConstDependency.setLoc": "webpack/namespaces/dependencies.html#constdependency-setloc", + "dependencies.ConstDependency.updateHash": "webpack/namespaces/dependencies.html#constdependency-updatehash", + "dependencies.ConstDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#constdependency-islowprioritydependency", "dependencies.HarmonyImportDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency", - "dependencies.HarmonyImportDependency.constructor": "webpack/namespaces/dependencies.html#harmonyimportdependency#constructor", - "dependencies.HarmonyImportDependency.constructor.HarmonyImportDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency#constructorharmonyimportdependency", - "dependencies.HarmonyImportDependency.attributes": "webpack/namespaces/dependencies.html#harmonyimportdependency#attributes", - "dependencies.HarmonyImportDependency.category": "webpack/namespaces/dependencies.html#harmonyimportdependency#category", - "dependencies.HarmonyImportDependency.category.category": "webpack/namespaces/dependencies.html#harmonyimportdependency#categorycategory", - "dependencies.HarmonyImportDependency.disconnect": "webpack/namespaces/dependencies.html#harmonyimportdependency#disconnect", - "dependencies.HarmonyImportDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#harmonyimportdependency#disconnectdisconnect", - "dependencies.HarmonyImportDependency.loc": "webpack/namespaces/dependencies.html#harmonyimportdependency#loc", - "dependencies.HarmonyImportDependency.module": "webpack/namespaces/dependencies.html#harmonyimportdependency#module", - "dependencies.HarmonyImportDependency.optional": "webpack/namespaces/dependencies.html#harmonyimportdependency#optional", - "dependencies.HarmonyImportDependency.phase": "webpack/namespaces/dependencies.html#harmonyimportdependency#phase", - "dependencies.HarmonyImportDependency.range": "webpack/namespaces/dependencies.html#harmonyimportdependency#range", - "dependencies.HarmonyImportDependency.request": "webpack/namespaces/dependencies.html#harmonyimportdependency#request", - "dependencies.HarmonyImportDependency.sourceOrder": "webpack/namespaces/dependencies.html#harmonyimportdependency#sourceorder", - "dependencies.HarmonyImportDependency.type": "webpack/namespaces/dependencies.html#harmonyimportdependency#type", - "dependencies.HarmonyImportDependency.type.type": "webpack/namespaces/dependencies.html#harmonyimportdependency#typetype", - "dependencies.HarmonyImportDependency.userRequest": "webpack/namespaces/dependencies.html#harmonyimportdependency#userrequest", - "dependencies.HarmonyImportDependency.weak": "webpack/namespaces/dependencies.html#harmonyimportdependency#weak", - "dependencies.HarmonyImportDependency.ExportPresenceModes": "webpack/namespaces/dependencies.html#harmonyimportdependency#exportpresencemodes", - "dependencies.HarmonyImportDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#harmonyimportdependency#exports-object-referenced", - "dependencies.HarmonyImportDependency.getNonOptionalPart": "webpack/namespaces/dependencies.html#harmonyimportdependency#getnonoptionalpart", - "dependencies.HarmonyImportDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#harmonyimportdependency#no-exports-referenced", - "dependencies.HarmonyImportDependency.Template": "webpack/namespaces/dependencies.html#harmonyimportdependency#template", - "dependencies.HarmonyImportDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#harmonyimportdependency#transitive", - "dependencies.HarmonyImportDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#harmonyimportdependency#couldaffectreferencingmodule", - "dependencies.HarmonyImportDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#harmonyimportdependency#createignoredmodule", - "dependencies.HarmonyImportDependency.deserialize": "webpack/namespaces/dependencies.html#harmonyimportdependency#deserialize", - "dependencies.HarmonyImportDependency.getCondition": "webpack/namespaces/dependencies.html#harmonyimportdependency#getcondition", - "dependencies.HarmonyImportDependency.getContext": "webpack/namespaces/dependencies.html#harmonyimportdependency#getcontext", - "dependencies.HarmonyImportDependency.getErrors": "webpack/namespaces/dependencies.html#harmonyimportdependency#geterrors", - "dependencies.HarmonyImportDependency.getExports": "webpack/namespaces/dependencies.html#harmonyimportdependency#getexports", - "dependencies.HarmonyImportDependency.getImportStatement": "webpack/namespaces/dependencies.html#harmonyimportdependency#getimportstatement", - "dependencies.HarmonyImportDependency.getImportVar": "webpack/namespaces/dependencies.html#harmonyimportdependency#getimportvar", - "dependencies.HarmonyImportDependency.getLinkingErrors": "webpack/namespaces/dependencies.html#harmonyimportdependency#getlinkingerrors", - "dependencies.HarmonyImportDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#harmonyimportdependency#getmoduleevaluationsideeffectsstate", - "dependencies.HarmonyImportDependency.getModuleExports": "webpack/namespaces/dependencies.html#harmonyimportdependency#getmoduleexports", - "dependencies.HarmonyImportDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#harmonyimportdependency#getnumberofidoccurrences", - "dependencies.HarmonyImportDependency.getReference": "webpack/namespaces/dependencies.html#harmonyimportdependency#getreference", - "dependencies.HarmonyImportDependency.getReferencedExports": "webpack/namespaces/dependencies.html#harmonyimportdependency#getreferencedexports", - "dependencies.HarmonyImportDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#harmonyimportdependency#getresourceidentifier", - "dependencies.HarmonyImportDependency.getWarnings": "webpack/namespaces/dependencies.html#harmonyimportdependency#getwarnings", - "dependencies.HarmonyImportDependency.serialize": "webpack/namespaces/dependencies.html#harmonyimportdependency#serialize", - "dependencies.HarmonyImportDependency.setLoc": "webpack/namespaces/dependencies.html#harmonyimportdependency#setloc", - "dependencies.HarmonyImportDependency.updateHash": "webpack/namespaces/dependencies.html#harmonyimportdependency#updatehash", - "dependencies.HarmonyImportDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency#islowprioritydependency", + "dependencies.HarmonyImportDependency.constructor": "webpack/namespaces/dependencies.html#harmonyimportdependency-constructor", + "dependencies.HarmonyImportDependency.constructor.HarmonyImportDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency-constructor-harmonyimportdependency", + "dependencies.HarmonyImportDependency.attributes": "webpack/namespaces/dependencies.html#harmonyimportdependency-attributes", + "dependencies.HarmonyImportDependency.category": "webpack/namespaces/dependencies.html#harmonyimportdependency-category", + "dependencies.HarmonyImportDependency.category.category": "webpack/namespaces/dependencies.html#harmonyimportdependency-category-category", + "dependencies.HarmonyImportDependency.disconnect": "webpack/namespaces/dependencies.html#harmonyimportdependency-disconnect", + "dependencies.HarmonyImportDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#harmonyimportdependency-disconnect-disconnect", + "dependencies.HarmonyImportDependency.loc": "webpack/namespaces/dependencies.html#harmonyimportdependency-loc", + "dependencies.HarmonyImportDependency.module": "webpack/namespaces/dependencies.html#harmonyimportdependency-module", + "dependencies.HarmonyImportDependency.optional": "webpack/namespaces/dependencies.html#harmonyimportdependency-optional", + "dependencies.HarmonyImportDependency.phase": "webpack/namespaces/dependencies.html#harmonyimportdependency-phase", + "dependencies.HarmonyImportDependency.range": "webpack/namespaces/dependencies.html#harmonyimportdependency-range", + "dependencies.HarmonyImportDependency.request": "webpack/namespaces/dependencies.html#harmonyimportdependency-request", + "dependencies.HarmonyImportDependency.sourceOrder": "webpack/namespaces/dependencies.html#harmonyimportdependency-sourceorder", + "dependencies.HarmonyImportDependency.type": "webpack/namespaces/dependencies.html#harmonyimportdependency-type", + "dependencies.HarmonyImportDependency.type.type": "webpack/namespaces/dependencies.html#harmonyimportdependency-type-type", + "dependencies.HarmonyImportDependency.userRequest": "webpack/namespaces/dependencies.html#harmonyimportdependency-userrequest", + "dependencies.HarmonyImportDependency.weak": "webpack/namespaces/dependencies.html#harmonyimportdependency-weak", + "dependencies.HarmonyImportDependency.ExportPresenceModes": "webpack/namespaces/dependencies.html#harmonyimportdependency-exportpresencemodes", + "dependencies.HarmonyImportDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#harmonyimportdependency-exports_object_referenced", + "dependencies.HarmonyImportDependency.getNonOptionalPart": "webpack/namespaces/dependencies.html#harmonyimportdependency-getnonoptionalpart", + "dependencies.HarmonyImportDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#harmonyimportdependency-no_exports_referenced", + "dependencies.HarmonyImportDependency.Template": "webpack/namespaces/dependencies.html#harmonyimportdependency-template", + "dependencies.HarmonyImportDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#harmonyimportdependency-transitive", + "dependencies.HarmonyImportDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#harmonyimportdependency-couldaffectreferencingmodule", + "dependencies.HarmonyImportDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#harmonyimportdependency-createignoredmodule", + "dependencies.HarmonyImportDependency.deserialize": "webpack/namespaces/dependencies.html#harmonyimportdependency-deserialize", + "dependencies.HarmonyImportDependency.getCondition": "webpack/namespaces/dependencies.html#harmonyimportdependency-getcondition", + "dependencies.HarmonyImportDependency.getContext": "webpack/namespaces/dependencies.html#harmonyimportdependency-getcontext", + "dependencies.HarmonyImportDependency.getErrors": "webpack/namespaces/dependencies.html#harmonyimportdependency-geterrors", + "dependencies.HarmonyImportDependency.getExports": "webpack/namespaces/dependencies.html#harmonyimportdependency-getexports", + "dependencies.HarmonyImportDependency.getImportStatement": "webpack/namespaces/dependencies.html#harmonyimportdependency-getimportstatement", + "dependencies.HarmonyImportDependency.getImportVar": "webpack/namespaces/dependencies.html#harmonyimportdependency-getimportvar", + "dependencies.HarmonyImportDependency.getLinkingErrors": "webpack/namespaces/dependencies.html#harmonyimportdependency-getlinkingerrors", + "dependencies.HarmonyImportDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#harmonyimportdependency-getmoduleevaluationsideeffectsstate", + "dependencies.HarmonyImportDependency.getModuleExports": "webpack/namespaces/dependencies.html#harmonyimportdependency-getmoduleexports", + "dependencies.HarmonyImportDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#harmonyimportdependency-getnumberofidoccurrences", + "dependencies.HarmonyImportDependency.getReference": "webpack/namespaces/dependencies.html#harmonyimportdependency-getreference", + "dependencies.HarmonyImportDependency.getReferencedExports": "webpack/namespaces/dependencies.html#harmonyimportdependency-getreferencedexports", + "dependencies.HarmonyImportDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#harmonyimportdependency-getresourceidentifier", + "dependencies.HarmonyImportDependency.getWarnings": "webpack/namespaces/dependencies.html#harmonyimportdependency-getwarnings", + "dependencies.HarmonyImportDependency.serialize": "webpack/namespaces/dependencies.html#harmonyimportdependency-serialize", + "dependencies.HarmonyImportDependency.setLoc": "webpack/namespaces/dependencies.html#harmonyimportdependency-setloc", + "dependencies.HarmonyImportDependency.updateHash": "webpack/namespaces/dependencies.html#harmonyimportdependency-updatehash", + "dependencies.HarmonyImportDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#harmonyimportdependency-islowprioritydependency", "dependencies.ModuleDependency": "webpack/namespaces/dependencies.html#moduledependency", - "dependencies.ModuleDependency.constructor": "webpack/namespaces/dependencies.html#moduledependency#constructor", - "dependencies.ModuleDependency.constructor.ModuleDependency": "webpack/namespaces/dependencies.html#moduledependency#constructormoduledependency", - "dependencies.ModuleDependency.category": "webpack/namespaces/dependencies.html#moduledependency#category", - "dependencies.ModuleDependency.category.category": "webpack/namespaces/dependencies.html#moduledependency#categorycategory", - "dependencies.ModuleDependency.disconnect": "webpack/namespaces/dependencies.html#moduledependency#disconnect", - "dependencies.ModuleDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#moduledependency#disconnectdisconnect", - "dependencies.ModuleDependency.loc": "webpack/namespaces/dependencies.html#moduledependency#loc", - "dependencies.ModuleDependency.module": "webpack/namespaces/dependencies.html#moduledependency#module", - "dependencies.ModuleDependency.optional": "webpack/namespaces/dependencies.html#moduledependency#optional", - "dependencies.ModuleDependency.range": "webpack/namespaces/dependencies.html#moduledependency#range", - "dependencies.ModuleDependency.request": "webpack/namespaces/dependencies.html#moduledependency#request", - "dependencies.ModuleDependency.sourceOrder": "webpack/namespaces/dependencies.html#moduledependency#sourceorder", - "dependencies.ModuleDependency.type": "webpack/namespaces/dependencies.html#moduledependency#type", - "dependencies.ModuleDependency.type.type": "webpack/namespaces/dependencies.html#moduledependency#typetype", - "dependencies.ModuleDependency.userRequest": "webpack/namespaces/dependencies.html#moduledependency#userrequest", - "dependencies.ModuleDependency.weak": "webpack/namespaces/dependencies.html#moduledependency#weak", - "dependencies.ModuleDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#moduledependency#exports-object-referenced", - "dependencies.ModuleDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#moduledependency#no-exports-referenced", - "dependencies.ModuleDependency.Template": "webpack/namespaces/dependencies.html#moduledependency#template", - "dependencies.ModuleDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#moduledependency#transitive", - "dependencies.ModuleDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#moduledependency#couldaffectreferencingmodule", - "dependencies.ModuleDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#moduledependency#createignoredmodule", - "dependencies.ModuleDependency.deserialize": "webpack/namespaces/dependencies.html#moduledependency#deserialize", - "dependencies.ModuleDependency.getCondition": "webpack/namespaces/dependencies.html#moduledependency#getcondition", - "dependencies.ModuleDependency.getContext": "webpack/namespaces/dependencies.html#moduledependency#getcontext", - "dependencies.ModuleDependency.getErrors": "webpack/namespaces/dependencies.html#moduledependency#geterrors", - "dependencies.ModuleDependency.getExports": "webpack/namespaces/dependencies.html#moduledependency#getexports", - "dependencies.ModuleDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#moduledependency#getmoduleevaluationsideeffectsstate", - "dependencies.ModuleDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#moduledependency#getnumberofidoccurrences", - "dependencies.ModuleDependency.getReference": "webpack/namespaces/dependencies.html#moduledependency#getreference", - "dependencies.ModuleDependency.getReferencedExports": "webpack/namespaces/dependencies.html#moduledependency#getreferencedexports", - "dependencies.ModuleDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#moduledependency#getresourceidentifier", - "dependencies.ModuleDependency.getWarnings": "webpack/namespaces/dependencies.html#moduledependency#getwarnings", - "dependencies.ModuleDependency.serialize": "webpack/namespaces/dependencies.html#moduledependency#serialize", - "dependencies.ModuleDependency.setLoc": "webpack/namespaces/dependencies.html#moduledependency#setloc", - "dependencies.ModuleDependency.updateHash": "webpack/namespaces/dependencies.html#moduledependency#updatehash", - "dependencies.ModuleDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#moduledependency#islowprioritydependency", + "dependencies.ModuleDependency.constructor": "webpack/namespaces/dependencies.html#moduledependency-constructor", + "dependencies.ModuleDependency.constructor.ModuleDependency": "webpack/namespaces/dependencies.html#moduledependency-constructor-moduledependency", + "dependencies.ModuleDependency.category": "webpack/namespaces/dependencies.html#moduledependency-category", + "dependencies.ModuleDependency.category.category": "webpack/namespaces/dependencies.html#moduledependency-category-category", + "dependencies.ModuleDependency.disconnect": "webpack/namespaces/dependencies.html#moduledependency-disconnect", + "dependencies.ModuleDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#moduledependency-disconnect-disconnect", + "dependencies.ModuleDependency.loc": "webpack/namespaces/dependencies.html#moduledependency-loc", + "dependencies.ModuleDependency.module": "webpack/namespaces/dependencies.html#moduledependency-module", + "dependencies.ModuleDependency.optional": "webpack/namespaces/dependencies.html#moduledependency-optional", + "dependencies.ModuleDependency.range": "webpack/namespaces/dependencies.html#moduledependency-range", + "dependencies.ModuleDependency.request": "webpack/namespaces/dependencies.html#moduledependency-request", + "dependencies.ModuleDependency.sourceOrder": "webpack/namespaces/dependencies.html#moduledependency-sourceorder", + "dependencies.ModuleDependency.type": "webpack/namespaces/dependencies.html#moduledependency-type", + "dependencies.ModuleDependency.type.type": "webpack/namespaces/dependencies.html#moduledependency-type-type", + "dependencies.ModuleDependency.userRequest": "webpack/namespaces/dependencies.html#moduledependency-userrequest", + "dependencies.ModuleDependency.weak": "webpack/namespaces/dependencies.html#moduledependency-weak", + "dependencies.ModuleDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#moduledependency-exports_object_referenced", + "dependencies.ModuleDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#moduledependency-no_exports_referenced", + "dependencies.ModuleDependency.Template": "webpack/namespaces/dependencies.html#moduledependency-template", + "dependencies.ModuleDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#moduledependency-transitive", + "dependencies.ModuleDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#moduledependency-couldaffectreferencingmodule", + "dependencies.ModuleDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#moduledependency-createignoredmodule", + "dependencies.ModuleDependency.deserialize": "webpack/namespaces/dependencies.html#moduledependency-deserialize", + "dependencies.ModuleDependency.getCondition": "webpack/namespaces/dependencies.html#moduledependency-getcondition", + "dependencies.ModuleDependency.getContext": "webpack/namespaces/dependencies.html#moduledependency-getcontext", + "dependencies.ModuleDependency.getErrors": "webpack/namespaces/dependencies.html#moduledependency-geterrors", + "dependencies.ModuleDependency.getExports": "webpack/namespaces/dependencies.html#moduledependency-getexports", + "dependencies.ModuleDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#moduledependency-getmoduleevaluationsideeffectsstate", + "dependencies.ModuleDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#moduledependency-getnumberofidoccurrences", + "dependencies.ModuleDependency.getReference": "webpack/namespaces/dependencies.html#moduledependency-getreference", + "dependencies.ModuleDependency.getReferencedExports": "webpack/namespaces/dependencies.html#moduledependency-getreferencedexports", + "dependencies.ModuleDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#moduledependency-getresourceidentifier", + "dependencies.ModuleDependency.getWarnings": "webpack/namespaces/dependencies.html#moduledependency-getwarnings", + "dependencies.ModuleDependency.serialize": "webpack/namespaces/dependencies.html#moduledependency-serialize", + "dependencies.ModuleDependency.setLoc": "webpack/namespaces/dependencies.html#moduledependency-setloc", + "dependencies.ModuleDependency.updateHash": "webpack/namespaces/dependencies.html#moduledependency-updatehash", + "dependencies.ModuleDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#moduledependency-islowprioritydependency", "dependencies.NullDependency": "webpack/namespaces/dependencies.html#nulldependency", - "dependencies.NullDependency.constructor": "webpack/namespaces/dependencies.html#nulldependency#constructor", - "dependencies.NullDependency.constructor.NullDependency": "webpack/namespaces/dependencies.html#nulldependency#constructornulldependency", - "dependencies.NullDependency.category": "webpack/namespaces/dependencies.html#nulldependency#category", - "dependencies.NullDependency.category.category": "webpack/namespaces/dependencies.html#nulldependency#categorycategory", - "dependencies.NullDependency.disconnect": "webpack/namespaces/dependencies.html#nulldependency#disconnect", - "dependencies.NullDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#nulldependency#disconnectdisconnect", - "dependencies.NullDependency.loc": "webpack/namespaces/dependencies.html#nulldependency#loc", - "dependencies.NullDependency.module": "webpack/namespaces/dependencies.html#nulldependency#module", - "dependencies.NullDependency.optional": "webpack/namespaces/dependencies.html#nulldependency#optional", - "dependencies.NullDependency.type": "webpack/namespaces/dependencies.html#nulldependency#type", - "dependencies.NullDependency.type.type": "webpack/namespaces/dependencies.html#nulldependency#typetype", - "dependencies.NullDependency.weak": "webpack/namespaces/dependencies.html#nulldependency#weak", - "dependencies.NullDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#nulldependency#exports-object-referenced", - "dependencies.NullDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#nulldependency#no-exports-referenced", - "dependencies.NullDependency.Template": "webpack/namespaces/dependencies.html#nulldependency#template", - "dependencies.NullDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#nulldependency#transitive", - "dependencies.NullDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#nulldependency#couldaffectreferencingmodule", - "dependencies.NullDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#nulldependency#createignoredmodule", - "dependencies.NullDependency.deserialize": "webpack/namespaces/dependencies.html#nulldependency#deserialize", - "dependencies.NullDependency.getCondition": "webpack/namespaces/dependencies.html#nulldependency#getcondition", - "dependencies.NullDependency.getContext": "webpack/namespaces/dependencies.html#nulldependency#getcontext", - "dependencies.NullDependency.getErrors": "webpack/namespaces/dependencies.html#nulldependency#geterrors", - "dependencies.NullDependency.getExports": "webpack/namespaces/dependencies.html#nulldependency#getexports", - "dependencies.NullDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#nulldependency#getmoduleevaluationsideeffectsstate", - "dependencies.NullDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#nulldependency#getnumberofidoccurrences", - "dependencies.NullDependency.getReference": "webpack/namespaces/dependencies.html#nulldependency#getreference", - "dependencies.NullDependency.getReferencedExports": "webpack/namespaces/dependencies.html#nulldependency#getreferencedexports", - "dependencies.NullDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#nulldependency#getresourceidentifier", - "dependencies.NullDependency.getWarnings": "webpack/namespaces/dependencies.html#nulldependency#getwarnings", - "dependencies.NullDependency.serialize": "webpack/namespaces/dependencies.html#nulldependency#serialize", - "dependencies.NullDependency.setLoc": "webpack/namespaces/dependencies.html#nulldependency#setloc", - "dependencies.NullDependency.updateHash": "webpack/namespaces/dependencies.html#nulldependency#updatehash", - "dependencies.NullDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#nulldependency#islowprioritydependency", + "dependencies.NullDependency.constructor": "webpack/namespaces/dependencies.html#nulldependency-constructor", + "dependencies.NullDependency.constructor.NullDependency": "webpack/namespaces/dependencies.html#nulldependency-constructor-nulldependency", + "dependencies.NullDependency.category": "webpack/namespaces/dependencies.html#nulldependency-category", + "dependencies.NullDependency.category.category": "webpack/namespaces/dependencies.html#nulldependency-category-category", + "dependencies.NullDependency.disconnect": "webpack/namespaces/dependencies.html#nulldependency-disconnect", + "dependencies.NullDependency.disconnect.disconnect": "webpack/namespaces/dependencies.html#nulldependency-disconnect-disconnect", + "dependencies.NullDependency.loc": "webpack/namespaces/dependencies.html#nulldependency-loc", + "dependencies.NullDependency.module": "webpack/namespaces/dependencies.html#nulldependency-module", + "dependencies.NullDependency.optional": "webpack/namespaces/dependencies.html#nulldependency-optional", + "dependencies.NullDependency.type": "webpack/namespaces/dependencies.html#nulldependency-type", + "dependencies.NullDependency.type.type": "webpack/namespaces/dependencies.html#nulldependency-type-type", + "dependencies.NullDependency.weak": "webpack/namespaces/dependencies.html#nulldependency-weak", + "dependencies.NullDependency.EXPORTS_OBJECT_REFERENCED": "webpack/namespaces/dependencies.html#nulldependency-exports_object_referenced", + "dependencies.NullDependency.NO_EXPORTS_REFERENCED": "webpack/namespaces/dependencies.html#nulldependency-no_exports_referenced", + "dependencies.NullDependency.Template": "webpack/namespaces/dependencies.html#nulldependency-template", + "dependencies.NullDependency.TRANSITIVE": "webpack/namespaces/dependencies.html#nulldependency-transitive", + "dependencies.NullDependency.couldAffectReferencingModule": "webpack/namespaces/dependencies.html#nulldependency-couldaffectreferencingmodule", + "dependencies.NullDependency.createIgnoredModule": "webpack/namespaces/dependencies.html#nulldependency-createignoredmodule", + "dependencies.NullDependency.deserialize": "webpack/namespaces/dependencies.html#nulldependency-deserialize", + "dependencies.NullDependency.getCondition": "webpack/namespaces/dependencies.html#nulldependency-getcondition", + "dependencies.NullDependency.getContext": "webpack/namespaces/dependencies.html#nulldependency-getcontext", + "dependencies.NullDependency.getErrors": "webpack/namespaces/dependencies.html#nulldependency-geterrors", + "dependencies.NullDependency.getExports": "webpack/namespaces/dependencies.html#nulldependency-getexports", + "dependencies.NullDependency.getModuleEvaluationSideEffectsState": "webpack/namespaces/dependencies.html#nulldependency-getmoduleevaluationsideeffectsstate", + "dependencies.NullDependency.getNumberOfIdOccurrences": "webpack/namespaces/dependencies.html#nulldependency-getnumberofidoccurrences", + "dependencies.NullDependency.getReference": "webpack/namespaces/dependencies.html#nulldependency-getreference", + "dependencies.NullDependency.getReferencedExports": "webpack/namespaces/dependencies.html#nulldependency-getreferencedexports", + "dependencies.NullDependency.getResourceIdentifier": "webpack/namespaces/dependencies.html#nulldependency-getresourceidentifier", + "dependencies.NullDependency.getWarnings": "webpack/namespaces/dependencies.html#nulldependency-getwarnings", + "dependencies.NullDependency.serialize": "webpack/namespaces/dependencies.html#nulldependency-serialize", + "dependencies.NullDependency.setLoc": "webpack/namespaces/dependencies.html#nulldependency-setloc", + "dependencies.NullDependency.updateHash": "webpack/namespaces/dependencies.html#nulldependency-updatehash", + "dependencies.NullDependency.isLowPriorityDependency": "webpack/namespaces/dependencies.html#nulldependency-islowprioritydependency", "electron": "webpack/namespaces/electron.html", "electron.ElectronTargetPlugin": "webpack/namespaces/electron.html#electrontargetplugin", - "electron.ElectronTargetPlugin.constructor": "webpack/namespaces/electron.html#electrontargetplugin#constructor", - "electron.ElectronTargetPlugin.constructor.ElectronTargetPlugin": "webpack/namespaces/electron.html#electrontargetplugin#constructorelectrontargetplugin", - "electron.ElectronTargetPlugin.apply": "webpack/namespaces/electron.html#electrontargetplugin#apply", + "electron.ElectronTargetPlugin.constructor": "webpack/namespaces/electron.html#electrontargetplugin-constructor", + "electron.ElectronTargetPlugin.constructor.ElectronTargetPlugin": "webpack/namespaces/electron.html#electrontargetplugin-constructor-electrontargetplugin", + "electron.ElectronTargetPlugin.apply": "webpack/namespaces/electron.html#electrontargetplugin-apply", "esm": "webpack/namespaces/esm.html", "esm.ModuleChunkLoadingRuntimeModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule", - "esm.ModuleChunkLoadingRuntimeModule.constructor": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#constructor", - "esm.ModuleChunkLoadingRuntimeModule.constructor.ModuleChunkLoadingRuntimeModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#constructormodulechunkloadingruntimemodule", - "esm.ModuleChunkLoadingRuntimeModule.blocks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#blocks", - "esm.ModuleChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#buildinfo", - "esm.ModuleChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#buildmeta", - "esm.ModuleChunkLoadingRuntimeModule.chunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunk", - "esm.ModuleChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunkgraph", - "esm.ModuleChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunksiterable", - "esm.ModuleChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunksiterablechunksiterable", - "esm.ModuleChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#codegenerationdependencies", - "esm.ModuleChunkLoadingRuntimeModule.compilation": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#compilation", - "esm.ModuleChunkLoadingRuntimeModule.context": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#context", - "esm.ModuleChunkLoadingRuntimeModule.debugId": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#debugid", - "esm.ModuleChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#dependencies", - "esm.ModuleChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#dependenthash", - "esm.ModuleChunkLoadingRuntimeModule.depth": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#depth", - "esm.ModuleChunkLoadingRuntimeModule.errors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#errors", - "esm.ModuleChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#errorserrors", - "esm.ModuleChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#exportsargument", - "esm.ModuleChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#exportsargumentexportsargument", - "esm.ModuleChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#factorymeta", - "esm.ModuleChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#fullhash", - "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasequalschunks", - "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasequalschunkshasequalschunks", - "esm.ModuleChunkLoadingRuntimeModule.hash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hash", - "esm.ModuleChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hashhash", - "esm.ModuleChunkLoadingRuntimeModule.hot": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hot", - "esm.ModuleChunkLoadingRuntimeModule.id": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#id", - "esm.ModuleChunkLoadingRuntimeModule.index": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#index", - "esm.ModuleChunkLoadingRuntimeModule.index2": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#index2", - "esm.ModuleChunkLoadingRuntimeModule.issuer": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#issuer", - "esm.ModuleChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isused", - "esm.ModuleChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isusedisused", - "esm.ModuleChunkLoadingRuntimeModule.layer": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#layer", - "esm.ModuleChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#moduleargument", - "esm.ModuleChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#moduleargumentmoduleargument", - "esm.ModuleChunkLoadingRuntimeModule.name": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#name", - "esm.ModuleChunkLoadingRuntimeModule.needId": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#needid", - "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optimizationbailout", - "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optimizationbailoutoptimizationbailout", - "esm.ModuleChunkLoadingRuntimeModule.optional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optional", - "esm.ModuleChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#optionaloptional", - "esm.ModuleChunkLoadingRuntimeModule.parent": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#parent", - "esm.ModuleChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#presentationaldependencies", - "esm.ModuleChunkLoadingRuntimeModule.profile": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#profile", - "esm.ModuleChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#renderedhash", - "esm.ModuleChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#renderedhashrenderedhash", - "esm.ModuleChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#resolveoptions", - "esm.ModuleChunkLoadingRuntimeModule.stage": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage", - "esm.ModuleChunkLoadingRuntimeModule.type": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#type", - "esm.ModuleChunkLoadingRuntimeModule.used": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#used", - "esm.ModuleChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usedexports", - "esm.ModuleChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usedexportsusedexports", - "esm.ModuleChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usesimplesourcemap", - "esm.ModuleChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#usesourcemap", - "esm.ModuleChunkLoadingRuntimeModule.warnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#warnings", - "esm.ModuleChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#warningswarnings", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-attach", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-basic", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-normal", - "esm.ModuleChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#stage-trigger", - "esm.ModuleChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addblock", - "esm.ModuleChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addcachedependencies", - "esm.ModuleChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addchunk", - "esm.ModuleChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addcodegenerationdependency", - "esm.ModuleChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#adddependency", - "esm.ModuleChunkLoadingRuntimeModule.addError": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#adderror", - "esm.ModuleChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addpresentationaldependency", - "esm.ModuleChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#addwarning", - "esm.ModuleChunkLoadingRuntimeModule.attach": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#attach", - "esm.ModuleChunkLoadingRuntimeModule.build": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#build", - "esm.ModuleChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#chunkcondition", - "esm.ModuleChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#cleanupforcache", - "esm.ModuleChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#cleardependenciesandblocks", - "esm.ModuleChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#clearwarningsanderrors", - "esm.ModuleChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#codegeneration", - "esm.ModuleChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#deserialize", - "esm.ModuleChunkLoadingRuntimeModule.generate": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#generate", - "esm.ModuleChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getchunks", - "esm.ModuleChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getconcatenationbailoutreason", - "esm.ModuleChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#geterrors", - "esm.ModuleChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getexportstype", - "esm.ModuleChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getgeneratedcode", - "esm.ModuleChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getnumberofchunks", - "esm.ModuleChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getnumberoferrors", - "esm.ModuleChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getnumberofwarnings", - "esm.ModuleChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getrootblock", - "esm.ModuleChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getsideeffectsconnectionstate", - "esm.ModuleChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getsourcebasictypes-1", - "esm.ModuleChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getsourcetypes", - "esm.ModuleChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getunsafecachedata", - "esm.ModuleChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getwarnings", - "esm.ModuleChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#haschunkcondition", - "esm.ModuleChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasreasonforchunk", - "esm.ModuleChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#hasreasons", - "esm.ModuleChunkLoadingRuntimeModule.identifier": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#identifier", - "esm.ModuleChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#invalidatebuild", - "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isaccessibleinchunk", - "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isaccessibleinchunkgroup", - "esm.ModuleChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isentrymodule", - "esm.ModuleChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isinchunk", - "esm.ModuleChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isoptional", - "esm.ModuleChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#isprovided", - "esm.ModuleChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#libident", - "esm.ModuleChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#nameforcondition", - "esm.ModuleChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#needbuild", - "esm.ModuleChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#needrebuild", - "esm.ModuleChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#originalsource", - "esm.ModuleChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#readableidentifier", - "esm.ModuleChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#removechunk", - "esm.ModuleChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#removedependency", - "esm.ModuleChunkLoadingRuntimeModule.serialize": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#serialize", - "esm.ModuleChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#shouldisolate", - "esm.ModuleChunkLoadingRuntimeModule.size": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#size", - "esm.ModuleChunkLoadingRuntimeModule.source": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#source", - "esm.ModuleChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#updatecachemodule", - "esm.ModuleChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#updatehash", - "esm.ModuleChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule#getcompilationhooks", + "esm.ModuleChunkLoadingRuntimeModule.constructor": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-constructor", + "esm.ModuleChunkLoadingRuntimeModule.constructor.ModuleChunkLoadingRuntimeModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-constructor-modulechunkloadingruntimemodule", + "esm.ModuleChunkLoadingRuntimeModule.blocks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-blocks", + "esm.ModuleChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-buildinfo", + "esm.ModuleChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-buildmeta", + "esm.ModuleChunkLoadingRuntimeModule.chunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-chunk", + "esm.ModuleChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-chunkgraph", + "esm.ModuleChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-chunksiterable", + "esm.ModuleChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-chunksiterable-chunksiterable", + "esm.ModuleChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-codegenerationdependencies", + "esm.ModuleChunkLoadingRuntimeModule.compilation": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-compilation", + "esm.ModuleChunkLoadingRuntimeModule.context": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-context", + "esm.ModuleChunkLoadingRuntimeModule.debugId": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-debugid", + "esm.ModuleChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-dependencies", + "esm.ModuleChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-dependenthash", + "esm.ModuleChunkLoadingRuntimeModule.depth": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-depth", + "esm.ModuleChunkLoadingRuntimeModule.errors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-errors", + "esm.ModuleChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-errors-errors", + "esm.ModuleChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-exportsargument", + "esm.ModuleChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-exportsargument-exportsargument", + "esm.ModuleChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-factorymeta", + "esm.ModuleChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-fullhash", + "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-hasequalschunks", + "esm.ModuleChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-hasequalschunks-hasequalschunks", + "esm.ModuleChunkLoadingRuntimeModule.hash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-hash", + "esm.ModuleChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-hash-hash", + "esm.ModuleChunkLoadingRuntimeModule.hot": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-hot", + "esm.ModuleChunkLoadingRuntimeModule.id": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-id", + "esm.ModuleChunkLoadingRuntimeModule.index": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-index", + "esm.ModuleChunkLoadingRuntimeModule.index2": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-index2", + "esm.ModuleChunkLoadingRuntimeModule.issuer": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-issuer", + "esm.ModuleChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isused", + "esm.ModuleChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isused-isused", + "esm.ModuleChunkLoadingRuntimeModule.layer": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-layer", + "esm.ModuleChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-moduleargument", + "esm.ModuleChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-moduleargument-moduleargument", + "esm.ModuleChunkLoadingRuntimeModule.name": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-name", + "esm.ModuleChunkLoadingRuntimeModule.needId": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-needid", + "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-optimizationbailout", + "esm.ModuleChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-optimizationbailout-optimizationbailout", + "esm.ModuleChunkLoadingRuntimeModule.optional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-optional", + "esm.ModuleChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-optional-optional", + "esm.ModuleChunkLoadingRuntimeModule.parent": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-parent", + "esm.ModuleChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-presentationaldependencies", + "esm.ModuleChunkLoadingRuntimeModule.profile": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-profile", + "esm.ModuleChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-renderedhash", + "esm.ModuleChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-renderedhash-renderedhash", + "esm.ModuleChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-resolveoptions", + "esm.ModuleChunkLoadingRuntimeModule.stage": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-stage", + "esm.ModuleChunkLoadingRuntimeModule.type": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-type", + "esm.ModuleChunkLoadingRuntimeModule.used": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-used", + "esm.ModuleChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-usedexports", + "esm.ModuleChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-usedexports-usedexports", + "esm.ModuleChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-usesimplesourcemap", + "esm.ModuleChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-usesourcemap", + "esm.ModuleChunkLoadingRuntimeModule.warnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-warnings", + "esm.ModuleChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-warnings-warnings", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-stage_attach", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-stage_basic", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-stage_normal", + "esm.ModuleChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-stage_trigger", + "esm.ModuleChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-addblock", + "esm.ModuleChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-addcachedependencies", + "esm.ModuleChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-addchunk", + "esm.ModuleChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-addcodegenerationdependency", + "esm.ModuleChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-adddependency", + "esm.ModuleChunkLoadingRuntimeModule.addError": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-adderror", + "esm.ModuleChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-addpresentationaldependency", + "esm.ModuleChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-addwarning", + "esm.ModuleChunkLoadingRuntimeModule.attach": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-attach", + "esm.ModuleChunkLoadingRuntimeModule.build": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-build", + "esm.ModuleChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-chunkcondition", + "esm.ModuleChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-cleanupforcache", + "esm.ModuleChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-cleardependenciesandblocks", + "esm.ModuleChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-clearwarningsanderrors", + "esm.ModuleChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-codegeneration", + "esm.ModuleChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-deserialize", + "esm.ModuleChunkLoadingRuntimeModule.generate": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-generate", + "esm.ModuleChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getchunks", + "esm.ModuleChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getconcatenationbailoutreason", + "esm.ModuleChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-geterrors", + "esm.ModuleChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getexportstype", + "esm.ModuleChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getgeneratedcode", + "esm.ModuleChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getnumberofchunks", + "esm.ModuleChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getnumberoferrors", + "esm.ModuleChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getnumberofwarnings", + "esm.ModuleChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getrootblock", + "esm.ModuleChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getsideeffectsconnectionstate", + "esm.ModuleChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getsourcebasictypes", + "esm.ModuleChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getsourcetypes", + "esm.ModuleChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getunsafecachedata", + "esm.ModuleChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getwarnings", + "esm.ModuleChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-haschunkcondition", + "esm.ModuleChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-hasreasonforchunk", + "esm.ModuleChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-hasreasons", + "esm.ModuleChunkLoadingRuntimeModule.identifier": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-identifier", + "esm.ModuleChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-invalidatebuild", + "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isaccessibleinchunk", + "esm.ModuleChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isaccessibleinchunkgroup", + "esm.ModuleChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isentrymodule", + "esm.ModuleChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isinchunk", + "esm.ModuleChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isoptional", + "esm.ModuleChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-isprovided", + "esm.ModuleChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-libident", + "esm.ModuleChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-nameforcondition", + "esm.ModuleChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-needbuild", + "esm.ModuleChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-needrebuild", + "esm.ModuleChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-originalsource", + "esm.ModuleChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-readableidentifier", + "esm.ModuleChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-removechunk", + "esm.ModuleChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-removedependency", + "esm.ModuleChunkLoadingRuntimeModule.serialize": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-serialize", + "esm.ModuleChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-shouldisolate", + "esm.ModuleChunkLoadingRuntimeModule.size": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-size", + "esm.ModuleChunkLoadingRuntimeModule.source": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-source", + "esm.ModuleChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-updatecachemodule", + "esm.ModuleChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-updatehash", + "esm.ModuleChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/esm.html#modulechunkloadingruntimemodule-getcompilationhooks", "experiments": "webpack/namespaces/experiments/index.html", "experiments.ids": "webpack/namespaces/experiments/namespaces/ids.html", - "experiments.ids.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin", - "experiments.ids.SyncModuleIdsPlugin.constructor": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#constructor", - "experiments.ids.SyncModuleIdsPlugin.constructor.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#constructorsyncmoduleidsplugin", - "experiments.ids.SyncModuleIdsPlugin.options": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#options", - "experiments.ids.SyncModuleIdsPlugin.apply": "webpack/namespaces/experiments/namespaces/ids.html#syncmoduleidsplugin#apply", + "experiments.ids.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.html#ids-syncmoduleidsplugin", + "experiments.ids.SyncModuleIdsPlugin.constructor": "webpack/namespaces/experiments/namespaces/ids.html#ids-syncmoduleidsplugin-constructor", + "experiments.ids.SyncModuleIdsPlugin.constructor.SyncModuleIdsPlugin": "webpack/namespaces/experiments/namespaces/ids.html#ids-syncmoduleidsplugin-constructor-syncmoduleidsplugin", + "experiments.ids.SyncModuleIdsPlugin.options": "webpack/namespaces/experiments/namespaces/ids.html#ids-syncmoduleidsplugin-options", + "experiments.ids.SyncModuleIdsPlugin.apply": "webpack/namespaces/experiments/namespaces/ids.html#ids-syncmoduleidsplugin-apply", "experiments.schemes": "webpack/namespaces/experiments/namespaces/schemes.html", - "experiments.schemes.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin", - "experiments.schemes.HttpUriPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#constructor", - "experiments.schemes.HttpUriPlugin.constructor.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#constructorhttpuriplugin", - "experiments.schemes.HttpUriPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#options", - "experiments.schemes.HttpUriPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.html#httpuriplugin#apply", - "experiments.schemes.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin", - "experiments.schemes.VirtualUrlPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#constructor", - "experiments.schemes.VirtualUrlPlugin.constructor.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#constructorvirtualurlplugin", - "experiments.schemes.VirtualUrlPlugin.context": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#context", - "experiments.schemes.VirtualUrlPlugin.modules": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#modules", - "experiments.schemes.VirtualUrlPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#options", - "experiments.schemes.VirtualUrlPlugin.scheme": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#scheme", - "experiments.schemes.VirtualUrlPlugin.DEFAULT_SCHEME": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#default-scheme", - "experiments.schemes.VirtualUrlPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#apply", - "experiments.schemes.VirtualUrlPlugin.findVirtualModuleConfigById": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#findvirtualmoduleconfigbyid", - "experiments.schemes.VirtualUrlPlugin.getCacheVersion": "webpack/namespaces/experiments/namespaces/schemes.html#virtualurlplugin#getcacheversion", + "experiments.schemes.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-httpuriplugin", + "experiments.schemes.HttpUriPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-httpuriplugin-constructor", + "experiments.schemes.HttpUriPlugin.constructor.HttpUriPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-httpuriplugin-constructor-httpuriplugin", + "experiments.schemes.HttpUriPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-httpuriplugin-options", + "experiments.schemes.HttpUriPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-httpuriplugin-apply", + "experiments.schemes.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin", + "experiments.schemes.VirtualUrlPlugin.constructor": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-constructor", + "experiments.schemes.VirtualUrlPlugin.constructor.VirtualUrlPlugin": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-constructor-virtualurlplugin", + "experiments.schemes.VirtualUrlPlugin.context": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-context", + "experiments.schemes.VirtualUrlPlugin.modules": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-modules", + "experiments.schemes.VirtualUrlPlugin.options": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-options", + "experiments.schemes.VirtualUrlPlugin.scheme": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-scheme", + "experiments.schemes.VirtualUrlPlugin.DEFAULT_SCHEME": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-default_scheme", + "experiments.schemes.VirtualUrlPlugin.apply": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-apply", + "experiments.schemes.VirtualUrlPlugin.findVirtualModuleConfigById": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-findvirtualmoduleconfigbyid", + "experiments.schemes.VirtualUrlPlugin.getCacheVersion": "webpack/namespaces/experiments/namespaces/schemes.html#schemes-virtualurlplugin-getcacheversion", "ids": "webpack/namespaces/ids.html", "ids.ChunkModuleIdRangePlugin": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin", - "ids.ChunkModuleIdRangePlugin.constructor": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#constructor", - "ids.ChunkModuleIdRangePlugin.constructor.ChunkModuleIdRangePlugin": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#constructorchunkmoduleidrangeplugin", - "ids.ChunkModuleIdRangePlugin.options": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#options", - "ids.ChunkModuleIdRangePlugin.apply": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin#apply", + "ids.ChunkModuleIdRangePlugin.constructor": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin-constructor", + "ids.ChunkModuleIdRangePlugin.constructor.ChunkModuleIdRangePlugin": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin-constructor-chunkmoduleidrangeplugin", + "ids.ChunkModuleIdRangePlugin.options": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin-options", + "ids.ChunkModuleIdRangePlugin.apply": "webpack/namespaces/ids.html#chunkmoduleidrangeplugin-apply", "ids.DeterministicChunkIdsPlugin": "webpack/namespaces/ids.html#deterministicchunkidsplugin", - "ids.DeterministicChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#deterministicchunkidsplugin#constructor", - "ids.DeterministicChunkIdsPlugin.constructor.DeterministicChunkIdsPlugin": "webpack/namespaces/ids.html#deterministicchunkidsplugin#constructordeterministicchunkidsplugin", - "ids.DeterministicChunkIdsPlugin.options": "webpack/namespaces/ids.html#deterministicchunkidsplugin#options", - "ids.DeterministicChunkIdsPlugin.apply": "webpack/namespaces/ids.html#deterministicchunkidsplugin#apply", + "ids.DeterministicChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#deterministicchunkidsplugin-constructor", + "ids.DeterministicChunkIdsPlugin.constructor.DeterministicChunkIdsPlugin": "webpack/namespaces/ids.html#deterministicchunkidsplugin-constructor-deterministicchunkidsplugin", + "ids.DeterministicChunkIdsPlugin.options": "webpack/namespaces/ids.html#deterministicchunkidsplugin-options", + "ids.DeterministicChunkIdsPlugin.apply": "webpack/namespaces/ids.html#deterministicchunkidsplugin-apply", "ids.DeterministicModuleIdsPlugin": "webpack/namespaces/ids.html#deterministicmoduleidsplugin", - "ids.DeterministicModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#constructor", - "ids.DeterministicModuleIdsPlugin.constructor.DeterministicModuleIdsPlugin": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#constructordeterministicmoduleidsplugin", - "ids.DeterministicModuleIdsPlugin.options": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#options", - "ids.DeterministicModuleIdsPlugin.apply": "webpack/namespaces/ids.html#deterministicmoduleidsplugin#apply", + "ids.DeterministicModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#deterministicmoduleidsplugin-constructor", + "ids.DeterministicModuleIdsPlugin.constructor.DeterministicModuleIdsPlugin": "webpack/namespaces/ids.html#deterministicmoduleidsplugin-constructor-deterministicmoduleidsplugin", + "ids.DeterministicModuleIdsPlugin.options": "webpack/namespaces/ids.html#deterministicmoduleidsplugin-options", + "ids.DeterministicModuleIdsPlugin.apply": "webpack/namespaces/ids.html#deterministicmoduleidsplugin-apply", "ids.HashedModuleIdsPlugin": "webpack/namespaces/ids.html#hashedmoduleidsplugin", - "ids.HashedModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#hashedmoduleidsplugin#constructor", - "ids.HashedModuleIdsPlugin.constructor.HashedModuleIdsPlugin": "webpack/namespaces/ids.html#hashedmoduleidsplugin#constructorhashedmoduleidsplugin", - "ids.HashedModuleIdsPlugin.options": "webpack/namespaces/ids.html#hashedmoduleidsplugin#options", - "ids.HashedModuleIdsPlugin.apply": "webpack/namespaces/ids.html#hashedmoduleidsplugin#apply", + "ids.HashedModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#hashedmoduleidsplugin-constructor", + "ids.HashedModuleIdsPlugin.constructor.HashedModuleIdsPlugin": "webpack/namespaces/ids.html#hashedmoduleidsplugin-constructor-hashedmoduleidsplugin", + "ids.HashedModuleIdsPlugin.options": "webpack/namespaces/ids.html#hashedmoduleidsplugin-options", + "ids.HashedModuleIdsPlugin.apply": "webpack/namespaces/ids.html#hashedmoduleidsplugin-apply", "ids.NamedChunkIdsPlugin": "webpack/namespaces/ids.html#namedchunkidsplugin", - "ids.NamedChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#namedchunkidsplugin#constructor", - "ids.NamedChunkIdsPlugin.constructor.NamedChunkIdsPlugin": "webpack/namespaces/ids.html#namedchunkidsplugin#constructornamedchunkidsplugin", - "ids.NamedChunkIdsPlugin.options": "webpack/namespaces/ids.html#namedchunkidsplugin#options", - "ids.NamedChunkIdsPlugin.apply": "webpack/namespaces/ids.html#namedchunkidsplugin#apply", + "ids.NamedChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#namedchunkidsplugin-constructor", + "ids.NamedChunkIdsPlugin.constructor.NamedChunkIdsPlugin": "webpack/namespaces/ids.html#namedchunkidsplugin-constructor-namedchunkidsplugin", + "ids.NamedChunkIdsPlugin.options": "webpack/namespaces/ids.html#namedchunkidsplugin-options", + "ids.NamedChunkIdsPlugin.apply": "webpack/namespaces/ids.html#namedchunkidsplugin-apply", "ids.NamedModuleIdsPlugin": "webpack/namespaces/ids.html#namedmoduleidsplugin", - "ids.NamedModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#namedmoduleidsplugin#constructor", - "ids.NamedModuleIdsPlugin.constructor.NamedModuleIdsPlugin": "webpack/namespaces/ids.html#namedmoduleidsplugin#constructornamedmoduleidsplugin", - "ids.NamedModuleIdsPlugin.options": "webpack/namespaces/ids.html#namedmoduleidsplugin#options", - "ids.NamedModuleIdsPlugin.apply": "webpack/namespaces/ids.html#namedmoduleidsplugin#apply", + "ids.NamedModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#namedmoduleidsplugin-constructor", + "ids.NamedModuleIdsPlugin.constructor.NamedModuleIdsPlugin": "webpack/namespaces/ids.html#namedmoduleidsplugin-constructor-namedmoduleidsplugin", + "ids.NamedModuleIdsPlugin.options": "webpack/namespaces/ids.html#namedmoduleidsplugin-options", + "ids.NamedModuleIdsPlugin.apply": "webpack/namespaces/ids.html#namedmoduleidsplugin-apply", "ids.NaturalModuleIdsPlugin": "webpack/namespaces/ids.html#naturalmoduleidsplugin", - "ids.NaturalModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#naturalmoduleidsplugin#constructor", - "ids.NaturalModuleIdsPlugin.constructor.NaturalModuleIdsPlugin": "webpack/namespaces/ids.html#naturalmoduleidsplugin#constructornaturalmoduleidsplugin", - "ids.NaturalModuleIdsPlugin.apply": "webpack/namespaces/ids.html#naturalmoduleidsplugin#apply", + "ids.NaturalModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#naturalmoduleidsplugin-constructor", + "ids.NaturalModuleIdsPlugin.constructor.NaturalModuleIdsPlugin": "webpack/namespaces/ids.html#naturalmoduleidsplugin-constructor-naturalmoduleidsplugin", + "ids.NaturalModuleIdsPlugin.apply": "webpack/namespaces/ids.html#naturalmoduleidsplugin-apply", "ids.OccurrenceChunkIdsPlugin": "webpack/namespaces/ids.html#occurrencechunkidsplugin", - "ids.OccurrenceChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#occurrencechunkidsplugin#constructor", - "ids.OccurrenceChunkIdsPlugin.constructor.OccurrenceChunkIdsPlugin": "webpack/namespaces/ids.html#occurrencechunkidsplugin#constructoroccurrencechunkidsplugin", - "ids.OccurrenceChunkIdsPlugin.options": "webpack/namespaces/ids.html#occurrencechunkidsplugin#options", - "ids.OccurrenceChunkIdsPlugin.apply": "webpack/namespaces/ids.html#occurrencechunkidsplugin#apply", + "ids.OccurrenceChunkIdsPlugin.constructor": "webpack/namespaces/ids.html#occurrencechunkidsplugin-constructor", + "ids.OccurrenceChunkIdsPlugin.constructor.OccurrenceChunkIdsPlugin": "webpack/namespaces/ids.html#occurrencechunkidsplugin-constructor-occurrencechunkidsplugin", + "ids.OccurrenceChunkIdsPlugin.options": "webpack/namespaces/ids.html#occurrencechunkidsplugin-options", + "ids.OccurrenceChunkIdsPlugin.apply": "webpack/namespaces/ids.html#occurrencechunkidsplugin-apply", "ids.OccurrenceModuleIdsPlugin": "webpack/namespaces/ids.html#occurrencemoduleidsplugin", - "ids.OccurrenceModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#constructor", - "ids.OccurrenceModuleIdsPlugin.constructor.OccurrenceModuleIdsPlugin": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#constructoroccurrencemoduleidsplugin", - "ids.OccurrenceModuleIdsPlugin.options": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#options", - "ids.OccurrenceModuleIdsPlugin.apply": "webpack/namespaces/ids.html#occurrencemoduleidsplugin#apply", + "ids.OccurrenceModuleIdsPlugin.constructor": "webpack/namespaces/ids.html#occurrencemoduleidsplugin-constructor", + "ids.OccurrenceModuleIdsPlugin.constructor.OccurrenceModuleIdsPlugin": "webpack/namespaces/ids.html#occurrencemoduleidsplugin-constructor-occurrencemoduleidsplugin", + "ids.OccurrenceModuleIdsPlugin.options": "webpack/namespaces/ids.html#occurrencemoduleidsplugin-options", + "ids.OccurrenceModuleIdsPlugin.apply": "webpack/namespaces/ids.html#occurrencemoduleidsplugin-apply", "javascript": "webpack/namespaces/javascript.html", "javascript.EnableChunkLoadingPlugin": "webpack/namespaces/javascript.html#enablechunkloadingplugin", - "javascript.EnableChunkLoadingPlugin.constructor": "webpack/namespaces/javascript.html#enablechunkloadingplugin#constructor", - "javascript.EnableChunkLoadingPlugin.constructor.EnableChunkLoadingPlugin": "webpack/namespaces/javascript.html#enablechunkloadingplugin#constructorenablechunkloadingplugin", - "javascript.EnableChunkLoadingPlugin.type": "webpack/namespaces/javascript.html#enablechunkloadingplugin#type", - "javascript.EnableChunkLoadingPlugin.apply": "webpack/namespaces/javascript.html#enablechunkloadingplugin#apply", - "javascript.EnableChunkLoadingPlugin.checkEnabled": "webpack/namespaces/javascript.html#enablechunkloadingplugin#checkenabled", - "javascript.EnableChunkLoadingPlugin.setEnabled": "webpack/namespaces/javascript.html#enablechunkloadingplugin#setenabled", + "javascript.EnableChunkLoadingPlugin.constructor": "webpack/namespaces/javascript.html#enablechunkloadingplugin-constructor", + "javascript.EnableChunkLoadingPlugin.constructor.EnableChunkLoadingPlugin": "webpack/namespaces/javascript.html#enablechunkloadingplugin-constructor-enablechunkloadingplugin", + "javascript.EnableChunkLoadingPlugin.type": "webpack/namespaces/javascript.html#enablechunkloadingplugin-type", + "javascript.EnableChunkLoadingPlugin.apply": "webpack/namespaces/javascript.html#enablechunkloadingplugin-apply", + "javascript.EnableChunkLoadingPlugin.checkEnabled": "webpack/namespaces/javascript.html#enablechunkloadingplugin-checkenabled", + "javascript.EnableChunkLoadingPlugin.setEnabled": "webpack/namespaces/javascript.html#enablechunkloadingplugin-setenabled", "javascript.JavascriptParser": "webpack/namespaces/javascript.html#javascriptparser", - "javascript.JavascriptParser.constructor": "webpack/namespaces/javascript.html#javascriptparser#constructor", - "javascript.JavascriptParser.constructor.JavascriptParser": "webpack/namespaces/javascript.html#javascriptparser#constructorjavascriptparser", - "javascript.JavascriptParser.comments": "webpack/namespaces/javascript.html#javascriptparser#comments", - "javascript.JavascriptParser.currentTagData": "webpack/namespaces/javascript.html#javascriptparser#currenttagdata", - "javascript.JavascriptParser.destructuringAssignmentProperties": "webpack/namespaces/javascript.html#javascriptparser#destructuringassignmentproperties", - "javascript.JavascriptParser.hooks": "webpack/namespaces/javascript.html#javascriptparser#hooks", - "javascript.JavascriptParser.magicCommentContext": "webpack/namespaces/javascript.html#javascriptparser#magiccommentcontext", - "javascript.JavascriptParser.options": "webpack/namespaces/javascript.html#javascriptparser#options", - "javascript.JavascriptParser.prevStatement": "webpack/namespaces/javascript.html#javascriptparser#prevstatement", - "javascript.JavascriptParser.scope": "webpack/namespaces/javascript.html#javascriptparser#scope", - "javascript.JavascriptParser.semicolons": "webpack/namespaces/javascript.html#javascriptparser#semicolons", - "javascript.JavascriptParser.sourceType": "webpack/namespaces/javascript.html#javascriptparser#sourcetype", - "javascript.JavascriptParser.state": "webpack/namespaces/javascript.html#javascriptparser#state", - "javascript.JavascriptParser.statementPath": "webpack/namespaces/javascript.html#javascriptparser#statementpath", - "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_ALL": "webpack/namespaces/javascript.html#javascriptparser#allowed-member-types-all", - "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_CALL_EXPRESSION": "webpack/namespaces/javascript.html#javascriptparser#allowed-member-types-call-expression", - "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_EXPRESSION": "webpack/namespaces/javascript.html#javascriptparser#allowed-member-types-expression", - "javascript.JavascriptParser.getImportAttributes": "webpack/namespaces/javascript.html#javascriptparser#getimportattributes", - "javascript.JavascriptParser.VariableInfo": "webpack/namespaces/javascript.html#javascriptparser#variableinfo", - "javascript.JavascriptParser.VariableInfoFlags": "webpack/namespaces/javascript.html#javascriptparser#variableinfoflags", - "javascript.JavascriptParser.blockPreWalkClassDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkclassdeclaration", - "javascript.JavascriptParser.blockPreWalkExportDefaultDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkexportdefaultdeclaration", - "javascript.JavascriptParser.blockPreWalkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkexportnameddeclaration", - "javascript.JavascriptParser.blockPreWalkExpressionStatement": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkexpressionstatement", - "javascript.JavascriptParser.blockPreWalkStatement": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkstatement", - "javascript.JavascriptParser.blockPreWalkStatements": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkstatements", - "javascript.JavascriptParser.blockPreWalkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser#blockprewalkvariabledeclaration", - "javascript.JavascriptParser.callHooksForExpression": "webpack/namespaces/javascript.html#javascriptparser#callhooksforexpression", - "javascript.JavascriptParser.callHooksForExpressionWithFallback": "webpack/namespaces/javascript.html#javascriptparser#callhooksforexpressionwithfallback", - "javascript.JavascriptParser.callHooksForInfo": "webpack/namespaces/javascript.html#javascriptparser#callhooksforinfo", - "javascript.JavascriptParser.callHooksForInfoWithFallback": "webpack/namespaces/javascript.html#javascriptparser#callhooksforinfowithfallback", - "javascript.JavascriptParser.callHooksForName": "webpack/namespaces/javascript.html#javascriptparser#callhooksforname", - "javascript.JavascriptParser.callHooksForNameWithFallback": "webpack/namespaces/javascript.html#javascriptparser#callhooksfornamewithfallback", - "javascript.JavascriptParser.defineVariable": "webpack/namespaces/javascript.html#javascriptparser#definevariable", - "javascript.JavascriptParser.destructuringAssignmentPropertiesFor": "webpack/namespaces/javascript.html#javascriptparser#destructuringassignmentpropertiesfor", - "javascript.JavascriptParser.detectMode": "webpack/namespaces/javascript.html#javascriptparser#detectmode", - "javascript.JavascriptParser.enterArrayPattern": "webpack/namespaces/javascript.html#javascriptparser#enterarraypattern", - "javascript.JavascriptParser.enterAssignmentPattern": "webpack/namespaces/javascript.html#javascriptparser#enterassignmentpattern", - "javascript.JavascriptParser.enterDeclaration": "webpack/namespaces/javascript.html#javascriptparser#enterdeclaration", - "javascript.JavascriptParser.enterDestructuringAssignment": "webpack/namespaces/javascript.html#javascriptparser#enterdestructuringassignment", - "javascript.JavascriptParser.enterIdentifier": "webpack/namespaces/javascript.html#javascriptparser#enteridentifier", - "javascript.JavascriptParser.enterObjectPattern": "webpack/namespaces/javascript.html#javascriptparser#enterobjectpattern", - "javascript.JavascriptParser.enterPattern": "webpack/namespaces/javascript.html#javascriptparser#enterpattern", - "javascript.JavascriptParser.enterPatterns": "webpack/namespaces/javascript.html#javascriptparser#enterpatterns", - "javascript.JavascriptParser.enterRestElement": "webpack/namespaces/javascript.html#javascriptparser#enterrestelement", - "javascript.JavascriptParser.evaluate": "webpack/namespaces/javascript.html#javascriptparser#evaluate", - "javascript.JavascriptParser.evaluatedVariable": "webpack/namespaces/javascript.html#javascriptparser#evaluatedvariable", - "javascript.JavascriptParser.evaluateExpression": "webpack/namespaces/javascript.html#javascriptparser#evaluateexpression", - "javascript.JavascriptParser.extractMemberExpressionChain": "webpack/namespaces/javascript.html#javascriptparser#extractmemberexpressionchain", - "javascript.JavascriptParser.getComments": "webpack/namespaces/javascript.html#javascriptparser#getcomments", - "javascript.JavascriptParser.getFreeInfoFromVariable": "webpack/namespaces/javascript.html#javascriptparser#getfreeinfofromvariable", - "javascript.JavascriptParser.getMemberExpressionInfo": "webpack/namespaces/javascript.html#javascriptparser#getmemberexpressioninfo", - "javascript.JavascriptParser.getNameForExpression": "webpack/namespaces/javascript.html#javascriptparser#getnameforexpression", - "javascript.JavascriptParser.getNameInfoFromVariable": "webpack/namespaces/javascript.html#javascriptparser#getnameinfofromvariable", - "javascript.JavascriptParser.getRenameIdentifier": "webpack/namespaces/javascript.html#javascriptparser#getrenameidentifier", - "javascript.JavascriptParser.getTagData": "webpack/namespaces/javascript.html#javascriptparser#gettagdata", - "javascript.JavascriptParser.getVariableInfo": "webpack/namespaces/javascript.html#javascriptparser#getvariableinfo", - "javascript.JavascriptParser.inBlockScope": "webpack/namespaces/javascript.html#javascriptparser#inblockscope", - "javascript.JavascriptParser.inClassScope": "webpack/namespaces/javascript.html#javascriptparser#inclassscope", - "javascript.JavascriptParser.inFunctionScope": "webpack/namespaces/javascript.html#javascriptparser#infunctionscope", - "javascript.JavascriptParser.inScope": "webpack/namespaces/javascript.html#javascriptparser#inscope", - "javascript.JavascriptParser.isAsiPosition": "webpack/namespaces/javascript.html#javascriptparser#isasiposition", - "javascript.JavascriptParser.isPure": "webpack/namespaces/javascript.html#javascriptparser#ispure", - "javascript.JavascriptParser.isStatementLevelExpression": "webpack/namespaces/javascript.html#javascriptparser#isstatementlevelexpression", - "javascript.JavascriptParser.isVariableDefined": "webpack/namespaces/javascript.html#javascriptparser#isvariabledefined", - "javascript.JavascriptParser.modulePreWalkExportAllDeclaration": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkexportalldeclaration", - "javascript.JavascriptParser.modulePreWalkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkexportnameddeclaration", - "javascript.JavascriptParser.modulePreWalkImportDeclaration": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkimportdeclaration", - "javascript.JavascriptParser.modulePreWalkStatements": "webpack/namespaces/javascript.html#javascriptparser#moduleprewalkstatements", - "javascript.JavascriptParser.parse": "webpack/namespaces/javascript.html#javascriptparser#parse", - "javascript.JavascriptParser.parseCalculatedString": "webpack/namespaces/javascript.html#javascriptparser#parsecalculatedstring", - "javascript.JavascriptParser.parseCommentOptions": "webpack/namespaces/javascript.html#javascriptparser#parsecommentoptions", - "javascript.JavascriptParser.parseString": "webpack/namespaces/javascript.html#javascriptparser#parsestring", - "javascript.JavascriptParser.preWalkAssignmentExpression": "webpack/namespaces/javascript.html#javascriptparser#prewalkassignmentexpression", - "javascript.JavascriptParser.preWalkBlockStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkblockstatement", - "javascript.JavascriptParser.preWalkCatchClause": "webpack/namespaces/javascript.html#javascriptparser#prewalkcatchclause", - "javascript.JavascriptParser.preWalkDoWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkdowhilestatement", - "javascript.JavascriptParser.preWalkForInStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkforinstatement", - "javascript.JavascriptParser.preWalkForOfStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkforofstatement", - "javascript.JavascriptParser.preWalkForStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkforstatement", - "javascript.JavascriptParser.preWalkFunctionDeclaration": "webpack/namespaces/javascript.html#javascriptparser#prewalkfunctiondeclaration", - "javascript.JavascriptParser.preWalkIfStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkifstatement", - "javascript.JavascriptParser.preWalkLabeledStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalklabeledstatement", - "javascript.JavascriptParser.preWalkStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkstatement", - "javascript.JavascriptParser.preWalkStatements": "webpack/namespaces/javascript.html#javascriptparser#prewalkstatements", - "javascript.JavascriptParser.preWalkSwitchCases": "webpack/namespaces/javascript.html#javascriptparser#prewalkswitchcases", - "javascript.JavascriptParser.preWalkSwitchStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkswitchstatement", - "javascript.JavascriptParser.preWalkTryStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalktrystatement", - "javascript.JavascriptParser.preWalkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser#prewalkvariabledeclaration", - "javascript.JavascriptParser.preWalkVariableDeclarator": "webpack/namespaces/javascript.html#javascriptparser#prewalkvariabledeclarator", - "javascript.JavascriptParser.preWalkWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkwhilestatement", - "javascript.JavascriptParser.preWalkWithStatement": "webpack/namespaces/javascript.html#javascriptparser#prewalkwithstatement", - "javascript.JavascriptParser.setAsiPosition": "webpack/namespaces/javascript.html#javascriptparser#setasiposition", - "javascript.JavascriptParser.setVariable": "webpack/namespaces/javascript.html#javascriptparser#setvariable", - "javascript.JavascriptParser.tagVariable": "webpack/namespaces/javascript.html#javascriptparser#tagvariable", - "javascript.JavascriptParser.undefineVariable": "webpack/namespaces/javascript.html#javascriptparser#undefinevariable", - "javascript.JavascriptParser.unsetAsiPosition": "webpack/namespaces/javascript.html#javascriptparser#unsetasiposition", - "javascript.JavascriptParser.walkArrayExpression": "webpack/namespaces/javascript.html#javascriptparser#walkarrayexpression", - "javascript.JavascriptParser.walkArrayPattern": "webpack/namespaces/javascript.html#javascriptparser#walkarraypattern", - "javascript.JavascriptParser.walkArrowFunctionExpression": "webpack/namespaces/javascript.html#javascriptparser#walkarrowfunctionexpression", - "javascript.JavascriptParser.walkAssignmentExpression": "webpack/namespaces/javascript.html#javascriptparser#walkassignmentexpression", - "javascript.JavascriptParser.walkAssignmentPattern": "webpack/namespaces/javascript.html#javascriptparser#walkassignmentpattern", - "javascript.JavascriptParser.walkAwaitExpression": "webpack/namespaces/javascript.html#javascriptparser#walkawaitexpression", - "javascript.JavascriptParser.walkBinaryExpression": "webpack/namespaces/javascript.html#javascriptparser#walkbinaryexpression", - "javascript.JavascriptParser.walkBlockStatement": "webpack/namespaces/javascript.html#javascriptparser#walkblockstatement", - "javascript.JavascriptParser.walkCallExpression": "webpack/namespaces/javascript.html#javascriptparser#walkcallexpression", - "javascript.JavascriptParser.walkCatchClause": "webpack/namespaces/javascript.html#javascriptparser#walkcatchclause", - "javascript.JavascriptParser.walkChainExpression": "webpack/namespaces/javascript.html#javascriptparser#walkchainexpression", - "javascript.JavascriptParser.walkClass": "webpack/namespaces/javascript.html#javascriptparser#walkclass", - "javascript.JavascriptParser.walkClassDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkclassdeclaration", - "javascript.JavascriptParser.walkClassExpression": "webpack/namespaces/javascript.html#javascriptparser#walkclassexpression", - "javascript.JavascriptParser.walkConditionalExpression": "webpack/namespaces/javascript.html#javascriptparser#walkconditionalexpression", - "javascript.JavascriptParser.walkDoWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#walkdowhilestatement", - "javascript.JavascriptParser.walkExportDefaultDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkexportdefaultdeclaration", - "javascript.JavascriptParser.walkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkexportnameddeclaration", - "javascript.JavascriptParser.walkExpression": "webpack/namespaces/javascript.html#javascriptparser#walkexpression", - "javascript.JavascriptParser.walkExpressions": "webpack/namespaces/javascript.html#javascriptparser#walkexpressions", - "javascript.JavascriptParser.walkExpressionStatement": "webpack/namespaces/javascript.html#javascriptparser#walkexpressionstatement", - "javascript.JavascriptParser.walkForInStatement": "webpack/namespaces/javascript.html#javascriptparser#walkforinstatement", - "javascript.JavascriptParser.walkForOfStatement": "webpack/namespaces/javascript.html#javascriptparser#walkforofstatement", - "javascript.JavascriptParser.walkForStatement": "webpack/namespaces/javascript.html#javascriptparser#walkforstatement", - "javascript.JavascriptParser.walkFunctionDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkfunctiondeclaration", - "javascript.JavascriptParser.walkFunctionExpression": "webpack/namespaces/javascript.html#javascriptparser#walkfunctionexpression", - "javascript.JavascriptParser.walkIdentifier": "webpack/namespaces/javascript.html#javascriptparser#walkidentifier", - "javascript.JavascriptParser.walkIfStatement": "webpack/namespaces/javascript.html#javascriptparser#walkifstatement", - "javascript.JavascriptParser.walkImportExpression": "webpack/namespaces/javascript.html#javascriptparser#walkimportexpression", - "javascript.JavascriptParser.walkLabeledStatement": "webpack/namespaces/javascript.html#javascriptparser#walklabeledstatement", - "javascript.JavascriptParser.walkLeftRightExpression": "webpack/namespaces/javascript.html#javascriptparser#walkleftrightexpression", - "javascript.JavascriptParser.walkLogicalExpression": "webpack/namespaces/javascript.html#javascriptparser#walklogicalexpression", - "javascript.JavascriptParser.walkMemberExpression": "webpack/namespaces/javascript.html#javascriptparser#walkmemberexpression", - "javascript.JavascriptParser.walkMemberExpressionWithExpressionName": "webpack/namespaces/javascript.html#javascriptparser#walkmemberexpressionwithexpressionname", - "javascript.JavascriptParser.walkMetaProperty": "webpack/namespaces/javascript.html#javascriptparser#walkmetaproperty", - "javascript.JavascriptParser.walkNestedStatement": "webpack/namespaces/javascript.html#javascriptparser#walknestedstatement", - "javascript.JavascriptParser.walkNewExpression": "webpack/namespaces/javascript.html#javascriptparser#walknewexpression", - "javascript.JavascriptParser.walkObjectExpression": "webpack/namespaces/javascript.html#javascriptparser#walkobjectexpression", - "javascript.JavascriptParser.walkObjectPattern": "webpack/namespaces/javascript.html#javascriptparser#walkobjectpattern", - "javascript.JavascriptParser.walkPattern": "webpack/namespaces/javascript.html#javascriptparser#walkpattern", - "javascript.JavascriptParser.walkProperty": "webpack/namespaces/javascript.html#javascriptparser#walkproperty", - "javascript.JavascriptParser.walkRestElement": "webpack/namespaces/javascript.html#javascriptparser#walkrestelement", - "javascript.JavascriptParser.walkReturnStatement": "webpack/namespaces/javascript.html#javascriptparser#walkreturnstatement", - "javascript.JavascriptParser.walkSequenceExpression": "webpack/namespaces/javascript.html#javascriptparser#walksequenceexpression", - "javascript.JavascriptParser.walkSpreadElement": "webpack/namespaces/javascript.html#javascriptparser#walkspreadelement", - "javascript.JavascriptParser.walkStatement": "webpack/namespaces/javascript.html#javascriptparser#walkstatement", - "javascript.JavascriptParser.walkStatements": "webpack/namespaces/javascript.html#javascriptparser#walkstatements", - "javascript.JavascriptParser.walkSwitchCases": "webpack/namespaces/javascript.html#javascriptparser#walkswitchcases", - "javascript.JavascriptParser.walkSwitchStatement": "webpack/namespaces/javascript.html#javascriptparser#walkswitchstatement", - "javascript.JavascriptParser.walkTaggedTemplateExpression": "webpack/namespaces/javascript.html#javascriptparser#walktaggedtemplateexpression", - "javascript.JavascriptParser.walkTemplateLiteral": "webpack/namespaces/javascript.html#javascriptparser#walktemplateliteral", - "javascript.JavascriptParser.walkTerminatingStatement": "webpack/namespaces/javascript.html#javascriptparser#walkterminatingstatement", - "javascript.JavascriptParser.walkThisExpression": "webpack/namespaces/javascript.html#javascriptparser#walkthisexpression", - "javascript.JavascriptParser.walkThrowStatement": "webpack/namespaces/javascript.html#javascriptparser#walkthrowstatement", - "javascript.JavascriptParser.walkTryStatement": "webpack/namespaces/javascript.html#javascriptparser#walktrystatement", - "javascript.JavascriptParser.walkUnaryExpression": "webpack/namespaces/javascript.html#javascriptparser#walkunaryexpression", - "javascript.JavascriptParser.walkUpdateExpression": "webpack/namespaces/javascript.html#javascriptparser#walkupdateexpression", - "javascript.JavascriptParser.walkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser#walkvariabledeclaration", - "javascript.JavascriptParser.walkWhileStatement": "webpack/namespaces/javascript.html#javascriptparser#walkwhilestatement", - "javascript.JavascriptParser.walkWithStatement": "webpack/namespaces/javascript.html#javascriptparser#walkwithstatement", - "javascript.JavascriptParser.walkYieldExpression": "webpack/namespaces/javascript.html#javascriptparser#walkyieldexpression", - "javascript.JavascriptParser.extend": "webpack/namespaces/javascript.html#javascriptparser#extend", + "javascript.JavascriptParser.constructor": "webpack/namespaces/javascript.html#javascriptparser-constructor", + "javascript.JavascriptParser.constructor.JavascriptParser": "webpack/namespaces/javascript.html#javascriptparser-constructor-javascriptparser", + "javascript.JavascriptParser.comments": "webpack/namespaces/javascript.html#javascriptparser-comments", + "javascript.JavascriptParser.currentTagData": "webpack/namespaces/javascript.html#javascriptparser-currenttagdata", + "javascript.JavascriptParser.destructuringAssignmentProperties": "webpack/namespaces/javascript.html#javascriptparser-destructuringassignmentproperties", + "javascript.JavascriptParser.hooks": "webpack/namespaces/javascript.html#javascriptparser-hooks", + "javascript.JavascriptParser.magicCommentContext": "webpack/namespaces/javascript.html#javascriptparser-magiccommentcontext", + "javascript.JavascriptParser.options": "webpack/namespaces/javascript.html#javascriptparser-options", + "javascript.JavascriptParser.prevStatement": "webpack/namespaces/javascript.html#javascriptparser-prevstatement", + "javascript.JavascriptParser.scope": "webpack/namespaces/javascript.html#javascriptparser-scope", + "javascript.JavascriptParser.semicolons": "webpack/namespaces/javascript.html#javascriptparser-semicolons", + "javascript.JavascriptParser.sourceType": "webpack/namespaces/javascript.html#javascriptparser-sourcetype", + "javascript.JavascriptParser.state": "webpack/namespaces/javascript.html#javascriptparser-state", + "javascript.JavascriptParser.statementPath": "webpack/namespaces/javascript.html#javascriptparser-statementpath", + "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_ALL": "webpack/namespaces/javascript.html#javascriptparser-allowed_member_types_all", + "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_CALL_EXPRESSION": "webpack/namespaces/javascript.html#javascriptparser-allowed_member_types_call_expression", + "javascript.JavascriptParser.ALLOWED_MEMBER_TYPES_EXPRESSION": "webpack/namespaces/javascript.html#javascriptparser-allowed_member_types_expression", + "javascript.JavascriptParser.getImportAttributes": "webpack/namespaces/javascript.html#javascriptparser-getimportattributes", + "javascript.JavascriptParser.VariableInfo": "webpack/namespaces/javascript.html#javascriptparser-variableinfo", + "javascript.JavascriptParser.VariableInfoFlags": "webpack/namespaces/javascript.html#javascriptparser-variableinfoflags", + "javascript.JavascriptParser.blockPreWalkClassDeclaration": "webpack/namespaces/javascript.html#javascriptparser-blockprewalkclassdeclaration", + "javascript.JavascriptParser.blockPreWalkExportDefaultDeclaration": "webpack/namespaces/javascript.html#javascriptparser-blockprewalkexportdefaultdeclaration", + "javascript.JavascriptParser.blockPreWalkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser-blockprewalkexportnameddeclaration", + "javascript.JavascriptParser.blockPreWalkExpressionStatement": "webpack/namespaces/javascript.html#javascriptparser-blockprewalkexpressionstatement", + "javascript.JavascriptParser.blockPreWalkStatement": "webpack/namespaces/javascript.html#javascriptparser-blockprewalkstatement", + "javascript.JavascriptParser.blockPreWalkStatements": "webpack/namespaces/javascript.html#javascriptparser-blockprewalkstatements", + "javascript.JavascriptParser.blockPreWalkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser-blockprewalkvariabledeclaration", + "javascript.JavascriptParser.callHooksForExpression": "webpack/namespaces/javascript.html#javascriptparser-callhooksforexpression", + "javascript.JavascriptParser.callHooksForExpressionWithFallback": "webpack/namespaces/javascript.html#javascriptparser-callhooksforexpressionwithfallback", + "javascript.JavascriptParser.callHooksForInfo": "webpack/namespaces/javascript.html#javascriptparser-callhooksforinfo", + "javascript.JavascriptParser.callHooksForInfoWithFallback": "webpack/namespaces/javascript.html#javascriptparser-callhooksforinfowithfallback", + "javascript.JavascriptParser.callHooksForName": "webpack/namespaces/javascript.html#javascriptparser-callhooksforname", + "javascript.JavascriptParser.callHooksForNameWithFallback": "webpack/namespaces/javascript.html#javascriptparser-callhooksfornamewithfallback", + "javascript.JavascriptParser.defineVariable": "webpack/namespaces/javascript.html#javascriptparser-definevariable", + "javascript.JavascriptParser.destructuringAssignmentPropertiesFor": "webpack/namespaces/javascript.html#javascriptparser-destructuringassignmentpropertiesfor", + "javascript.JavascriptParser.detectMode": "webpack/namespaces/javascript.html#javascriptparser-detectmode", + "javascript.JavascriptParser.enterArrayPattern": "webpack/namespaces/javascript.html#javascriptparser-enterarraypattern", + "javascript.JavascriptParser.enterAssignmentPattern": "webpack/namespaces/javascript.html#javascriptparser-enterassignmentpattern", + "javascript.JavascriptParser.enterDeclaration": "webpack/namespaces/javascript.html#javascriptparser-enterdeclaration", + "javascript.JavascriptParser.enterDestructuringAssignment": "webpack/namespaces/javascript.html#javascriptparser-enterdestructuringassignment", + "javascript.JavascriptParser.enterIdentifier": "webpack/namespaces/javascript.html#javascriptparser-enteridentifier", + "javascript.JavascriptParser.enterObjectPattern": "webpack/namespaces/javascript.html#javascriptparser-enterobjectpattern", + "javascript.JavascriptParser.enterPattern": "webpack/namespaces/javascript.html#javascriptparser-enterpattern", + "javascript.JavascriptParser.enterPatterns": "webpack/namespaces/javascript.html#javascriptparser-enterpatterns", + "javascript.JavascriptParser.enterRestElement": "webpack/namespaces/javascript.html#javascriptparser-enterrestelement", + "javascript.JavascriptParser.evaluate": "webpack/namespaces/javascript.html#javascriptparser-evaluate", + "javascript.JavascriptParser.evaluatedVariable": "webpack/namespaces/javascript.html#javascriptparser-evaluatedvariable", + "javascript.JavascriptParser.evaluateExpression": "webpack/namespaces/javascript.html#javascriptparser-evaluateexpression", + "javascript.JavascriptParser.extractMemberExpressionChain": "webpack/namespaces/javascript.html#javascriptparser-extractmemberexpressionchain", + "javascript.JavascriptParser.getComments": "webpack/namespaces/javascript.html#javascriptparser-getcomments", + "javascript.JavascriptParser.getFreeInfoFromVariable": "webpack/namespaces/javascript.html#javascriptparser-getfreeinfofromvariable", + "javascript.JavascriptParser.getMemberExpressionInfo": "webpack/namespaces/javascript.html#javascriptparser-getmemberexpressioninfo", + "javascript.JavascriptParser.getNameForExpression": "webpack/namespaces/javascript.html#javascriptparser-getnameforexpression", + "javascript.JavascriptParser.getNameInfoFromVariable": "webpack/namespaces/javascript.html#javascriptparser-getnameinfofromvariable", + "javascript.JavascriptParser.getRenameIdentifier": "webpack/namespaces/javascript.html#javascriptparser-getrenameidentifier", + "javascript.JavascriptParser.getTagData": "webpack/namespaces/javascript.html#javascriptparser-gettagdata", + "javascript.JavascriptParser.getVariableInfo": "webpack/namespaces/javascript.html#javascriptparser-getvariableinfo", + "javascript.JavascriptParser.inBlockScope": "webpack/namespaces/javascript.html#javascriptparser-inblockscope", + "javascript.JavascriptParser.inClassScope": "webpack/namespaces/javascript.html#javascriptparser-inclassscope", + "javascript.JavascriptParser.inFunctionScope": "webpack/namespaces/javascript.html#javascriptparser-infunctionscope", + "javascript.JavascriptParser.inScope": "webpack/namespaces/javascript.html#javascriptparser-inscope", + "javascript.JavascriptParser.isAsiPosition": "webpack/namespaces/javascript.html#javascriptparser-isasiposition", + "javascript.JavascriptParser.isPure": "webpack/namespaces/javascript.html#javascriptparser-ispure", + "javascript.JavascriptParser.isStatementLevelExpression": "webpack/namespaces/javascript.html#javascriptparser-isstatementlevelexpression", + "javascript.JavascriptParser.isVariableDefined": "webpack/namespaces/javascript.html#javascriptparser-isvariabledefined", + "javascript.JavascriptParser.modulePreWalkExportAllDeclaration": "webpack/namespaces/javascript.html#javascriptparser-moduleprewalkexportalldeclaration", + "javascript.JavascriptParser.modulePreWalkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser-moduleprewalkexportnameddeclaration", + "javascript.JavascriptParser.modulePreWalkImportDeclaration": "webpack/namespaces/javascript.html#javascriptparser-moduleprewalkimportdeclaration", + "javascript.JavascriptParser.modulePreWalkStatements": "webpack/namespaces/javascript.html#javascriptparser-moduleprewalkstatements", + "javascript.JavascriptParser.parse": "webpack/namespaces/javascript.html#javascriptparser-parse", + "javascript.JavascriptParser.parseCalculatedString": "webpack/namespaces/javascript.html#javascriptparser-parsecalculatedstring", + "javascript.JavascriptParser.parseCommentOptions": "webpack/namespaces/javascript.html#javascriptparser-parsecommentoptions", + "javascript.JavascriptParser.parseString": "webpack/namespaces/javascript.html#javascriptparser-parsestring", + "javascript.JavascriptParser.preWalkAssignmentExpression": "webpack/namespaces/javascript.html#javascriptparser-prewalkassignmentexpression", + "javascript.JavascriptParser.preWalkBlockStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkblockstatement", + "javascript.JavascriptParser.preWalkCatchClause": "webpack/namespaces/javascript.html#javascriptparser-prewalkcatchclause", + "javascript.JavascriptParser.preWalkDoWhileStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkdowhilestatement", + "javascript.JavascriptParser.preWalkForInStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkforinstatement", + "javascript.JavascriptParser.preWalkForOfStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkforofstatement", + "javascript.JavascriptParser.preWalkForStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkforstatement", + "javascript.JavascriptParser.preWalkFunctionDeclaration": "webpack/namespaces/javascript.html#javascriptparser-prewalkfunctiondeclaration", + "javascript.JavascriptParser.preWalkIfStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkifstatement", + "javascript.JavascriptParser.preWalkLabeledStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalklabeledstatement", + "javascript.JavascriptParser.preWalkStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkstatement", + "javascript.JavascriptParser.preWalkStatements": "webpack/namespaces/javascript.html#javascriptparser-prewalkstatements", + "javascript.JavascriptParser.preWalkSwitchCases": "webpack/namespaces/javascript.html#javascriptparser-prewalkswitchcases", + "javascript.JavascriptParser.preWalkSwitchStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkswitchstatement", + "javascript.JavascriptParser.preWalkTryStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalktrystatement", + "javascript.JavascriptParser.preWalkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser-prewalkvariabledeclaration", + "javascript.JavascriptParser.preWalkVariableDeclarator": "webpack/namespaces/javascript.html#javascriptparser-prewalkvariabledeclarator", + "javascript.JavascriptParser.preWalkWhileStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkwhilestatement", + "javascript.JavascriptParser.preWalkWithStatement": "webpack/namespaces/javascript.html#javascriptparser-prewalkwithstatement", + "javascript.JavascriptParser.setAsiPosition": "webpack/namespaces/javascript.html#javascriptparser-setasiposition", + "javascript.JavascriptParser.setVariable": "webpack/namespaces/javascript.html#javascriptparser-setvariable", + "javascript.JavascriptParser.tagVariable": "webpack/namespaces/javascript.html#javascriptparser-tagvariable", + "javascript.JavascriptParser.undefineVariable": "webpack/namespaces/javascript.html#javascriptparser-undefinevariable", + "javascript.JavascriptParser.unsetAsiPosition": "webpack/namespaces/javascript.html#javascriptparser-unsetasiposition", + "javascript.JavascriptParser.walkArrayExpression": "webpack/namespaces/javascript.html#javascriptparser-walkarrayexpression", + "javascript.JavascriptParser.walkArrayPattern": "webpack/namespaces/javascript.html#javascriptparser-walkarraypattern", + "javascript.JavascriptParser.walkArrowFunctionExpression": "webpack/namespaces/javascript.html#javascriptparser-walkarrowfunctionexpression", + "javascript.JavascriptParser.walkAssignmentExpression": "webpack/namespaces/javascript.html#javascriptparser-walkassignmentexpression", + "javascript.JavascriptParser.walkAssignmentPattern": "webpack/namespaces/javascript.html#javascriptparser-walkassignmentpattern", + "javascript.JavascriptParser.walkAwaitExpression": "webpack/namespaces/javascript.html#javascriptparser-walkawaitexpression", + "javascript.JavascriptParser.walkBinaryExpression": "webpack/namespaces/javascript.html#javascriptparser-walkbinaryexpression", + "javascript.JavascriptParser.walkBlockStatement": "webpack/namespaces/javascript.html#javascriptparser-walkblockstatement", + "javascript.JavascriptParser.walkCallExpression": "webpack/namespaces/javascript.html#javascriptparser-walkcallexpression", + "javascript.JavascriptParser.walkCatchClause": "webpack/namespaces/javascript.html#javascriptparser-walkcatchclause", + "javascript.JavascriptParser.walkChainExpression": "webpack/namespaces/javascript.html#javascriptparser-walkchainexpression", + "javascript.JavascriptParser.walkClass": "webpack/namespaces/javascript.html#javascriptparser-walkclass", + "javascript.JavascriptParser.walkClassDeclaration": "webpack/namespaces/javascript.html#javascriptparser-walkclassdeclaration", + "javascript.JavascriptParser.walkClassExpression": "webpack/namespaces/javascript.html#javascriptparser-walkclassexpression", + "javascript.JavascriptParser.walkConditionalExpression": "webpack/namespaces/javascript.html#javascriptparser-walkconditionalexpression", + "javascript.JavascriptParser.walkDoWhileStatement": "webpack/namespaces/javascript.html#javascriptparser-walkdowhilestatement", + "javascript.JavascriptParser.walkExportDefaultDeclaration": "webpack/namespaces/javascript.html#javascriptparser-walkexportdefaultdeclaration", + "javascript.JavascriptParser.walkExportNamedDeclaration": "webpack/namespaces/javascript.html#javascriptparser-walkexportnameddeclaration", + "javascript.JavascriptParser.walkExpression": "webpack/namespaces/javascript.html#javascriptparser-walkexpression", + "javascript.JavascriptParser.walkExpressions": "webpack/namespaces/javascript.html#javascriptparser-walkexpressions", + "javascript.JavascriptParser.walkExpressionStatement": "webpack/namespaces/javascript.html#javascriptparser-walkexpressionstatement", + "javascript.JavascriptParser.walkForInStatement": "webpack/namespaces/javascript.html#javascriptparser-walkforinstatement", + "javascript.JavascriptParser.walkForOfStatement": "webpack/namespaces/javascript.html#javascriptparser-walkforofstatement", + "javascript.JavascriptParser.walkForStatement": "webpack/namespaces/javascript.html#javascriptparser-walkforstatement", + "javascript.JavascriptParser.walkFunctionDeclaration": "webpack/namespaces/javascript.html#javascriptparser-walkfunctiondeclaration", + "javascript.JavascriptParser.walkFunctionExpression": "webpack/namespaces/javascript.html#javascriptparser-walkfunctionexpression", + "javascript.JavascriptParser.walkIdentifier": "webpack/namespaces/javascript.html#javascriptparser-walkidentifier", + "javascript.JavascriptParser.walkIfStatement": "webpack/namespaces/javascript.html#javascriptparser-walkifstatement", + "javascript.JavascriptParser.walkImportExpression": "webpack/namespaces/javascript.html#javascriptparser-walkimportexpression", + "javascript.JavascriptParser.walkLabeledStatement": "webpack/namespaces/javascript.html#javascriptparser-walklabeledstatement", + "javascript.JavascriptParser.walkLeftRightExpression": "webpack/namespaces/javascript.html#javascriptparser-walkleftrightexpression", + "javascript.JavascriptParser.walkLogicalExpression": "webpack/namespaces/javascript.html#javascriptparser-walklogicalexpression", + "javascript.JavascriptParser.walkMemberExpression": "webpack/namespaces/javascript.html#javascriptparser-walkmemberexpression", + "javascript.JavascriptParser.walkMemberExpressionWithExpressionName": "webpack/namespaces/javascript.html#javascriptparser-walkmemberexpressionwithexpressionname", + "javascript.JavascriptParser.walkMetaProperty": "webpack/namespaces/javascript.html#javascriptparser-walkmetaproperty", + "javascript.JavascriptParser.walkNestedStatement": "webpack/namespaces/javascript.html#javascriptparser-walknestedstatement", + "javascript.JavascriptParser.walkNewExpression": "webpack/namespaces/javascript.html#javascriptparser-walknewexpression", + "javascript.JavascriptParser.walkObjectExpression": "webpack/namespaces/javascript.html#javascriptparser-walkobjectexpression", + "javascript.JavascriptParser.walkObjectPattern": "webpack/namespaces/javascript.html#javascriptparser-walkobjectpattern", + "javascript.JavascriptParser.walkPattern": "webpack/namespaces/javascript.html#javascriptparser-walkpattern", + "javascript.JavascriptParser.walkProperty": "webpack/namespaces/javascript.html#javascriptparser-walkproperty", + "javascript.JavascriptParser.walkRestElement": "webpack/namespaces/javascript.html#javascriptparser-walkrestelement", + "javascript.JavascriptParser.walkReturnStatement": "webpack/namespaces/javascript.html#javascriptparser-walkreturnstatement", + "javascript.JavascriptParser.walkSequenceExpression": "webpack/namespaces/javascript.html#javascriptparser-walksequenceexpression", + "javascript.JavascriptParser.walkSpreadElement": "webpack/namespaces/javascript.html#javascriptparser-walkspreadelement", + "javascript.JavascriptParser.walkStatement": "webpack/namespaces/javascript.html#javascriptparser-walkstatement", + "javascript.JavascriptParser.walkStatements": "webpack/namespaces/javascript.html#javascriptparser-walkstatements", + "javascript.JavascriptParser.walkSwitchCases": "webpack/namespaces/javascript.html#javascriptparser-walkswitchcases", + "javascript.JavascriptParser.walkSwitchStatement": "webpack/namespaces/javascript.html#javascriptparser-walkswitchstatement", + "javascript.JavascriptParser.walkTaggedTemplateExpression": "webpack/namespaces/javascript.html#javascriptparser-walktaggedtemplateexpression", + "javascript.JavascriptParser.walkTemplateLiteral": "webpack/namespaces/javascript.html#javascriptparser-walktemplateliteral", + "javascript.JavascriptParser.walkTerminatingStatement": "webpack/namespaces/javascript.html#javascriptparser-walkterminatingstatement", + "javascript.JavascriptParser.walkThisExpression": "webpack/namespaces/javascript.html#javascriptparser-walkthisexpression", + "javascript.JavascriptParser.walkThrowStatement": "webpack/namespaces/javascript.html#javascriptparser-walkthrowstatement", + "javascript.JavascriptParser.walkTryStatement": "webpack/namespaces/javascript.html#javascriptparser-walktrystatement", + "javascript.JavascriptParser.walkUnaryExpression": "webpack/namespaces/javascript.html#javascriptparser-walkunaryexpression", + "javascript.JavascriptParser.walkUpdateExpression": "webpack/namespaces/javascript.html#javascriptparser-walkupdateexpression", + "javascript.JavascriptParser.walkVariableDeclaration": "webpack/namespaces/javascript.html#javascriptparser-walkvariabledeclaration", + "javascript.JavascriptParser.walkWhileStatement": "webpack/namespaces/javascript.html#javascriptparser-walkwhilestatement", + "javascript.JavascriptParser.walkWithStatement": "webpack/namespaces/javascript.html#javascriptparser-walkwithstatement", + "javascript.JavascriptParser.walkYieldExpression": "webpack/namespaces/javascript.html#javascriptparser-walkyieldexpression", + "javascript.JavascriptParser.extend": "webpack/namespaces/javascript.html#javascriptparser-extend", "library": "webpack/namespaces/library.html", "library.AbstractLibraryPlugin": "webpack/namespaces/library.html#abstractlibraryplugin", - "library.AbstractLibraryPlugin.T": "webpack/namespaces/library.html#abstractlibraryplugin#t", - "library.AbstractLibraryPlugin.constructor": "webpack/namespaces/library.html#abstractlibraryplugin#constructor", - "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin": "webpack/namespaces/library.html#abstractlibraryplugin#constructorabstractlibraryplugin", - "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin.T": "webpack/namespaces/library.html#abstractlibraryplugin#constructorabstractlibraryplugint", - "library.AbstractLibraryPlugin.COMMON_LIBRARY_NAME_MESSAGE": "webpack/namespaces/library.html#abstractlibraryplugin#common-library-name-message", - "library.AbstractLibraryPlugin.apply": "webpack/namespaces/library.html#abstractlibraryplugin#apply", - "library.AbstractLibraryPlugin.chunkHash": "webpack/namespaces/library.html#abstractlibraryplugin#chunkhash", - "library.AbstractLibraryPlugin.embedInRuntimeBailout": "webpack/namespaces/library.html#abstractlibraryplugin#embedinruntimebailout", - "library.AbstractLibraryPlugin.finishEntryModule": "webpack/namespaces/library.html#abstractlibraryplugin#finishentrymodule", - "library.AbstractLibraryPlugin.parseOptions": "webpack/namespaces/library.html#abstractlibraryplugin#parseoptions", - "library.AbstractLibraryPlugin.render": "webpack/namespaces/library.html#abstractlibraryplugin#render", - "library.AbstractLibraryPlugin.renderModuleContent": "webpack/namespaces/library.html#abstractlibraryplugin#rendermodulecontent", - "library.AbstractLibraryPlugin.renderStartup": "webpack/namespaces/library.html#abstractlibraryplugin#renderstartup", - "library.AbstractLibraryPlugin.runtimeRequirements": "webpack/namespaces/library.html#abstractlibraryplugin#runtimerequirements", - "library.AbstractLibraryPlugin.strictRuntimeBailout": "webpack/namespaces/library.html#abstractlibraryplugin#strictruntimebailout", + "library.AbstractLibraryPlugin.T": "webpack/namespaces/library.html#abstractlibraryplugin-t", + "library.AbstractLibraryPlugin.constructor": "webpack/namespaces/library.html#abstractlibraryplugin-constructor", + "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin": "webpack/namespaces/library.html#abstractlibraryplugin-constructor-abstractlibraryplugin", + "library.AbstractLibraryPlugin.constructor.AbstractLibraryPlugin.T": "webpack/namespaces/library.html#abstractlibraryplugin-constructor-abstractlibraryplugin-t", + "library.AbstractLibraryPlugin.COMMON_LIBRARY_NAME_MESSAGE": "webpack/namespaces/library.html#abstractlibraryplugin-common_library_name_message", + "library.AbstractLibraryPlugin.apply": "webpack/namespaces/library.html#abstractlibraryplugin-apply", + "library.AbstractLibraryPlugin.chunkHash": "webpack/namespaces/library.html#abstractlibraryplugin-chunkhash", + "library.AbstractLibraryPlugin.embedInRuntimeBailout": "webpack/namespaces/library.html#abstractlibraryplugin-embedinruntimebailout", + "library.AbstractLibraryPlugin.finishEntryModule": "webpack/namespaces/library.html#abstractlibraryplugin-finishentrymodule", + "library.AbstractLibraryPlugin.parseOptions": "webpack/namespaces/library.html#abstractlibraryplugin-parseoptions", + "library.AbstractLibraryPlugin.render": "webpack/namespaces/library.html#abstractlibraryplugin-render", + "library.AbstractLibraryPlugin.renderModuleContent": "webpack/namespaces/library.html#abstractlibraryplugin-rendermodulecontent", + "library.AbstractLibraryPlugin.renderStartup": "webpack/namespaces/library.html#abstractlibraryplugin-renderstartup", + "library.AbstractLibraryPlugin.runtimeRequirements": "webpack/namespaces/library.html#abstractlibraryplugin-runtimerequirements", + "library.AbstractLibraryPlugin.strictRuntimeBailout": "webpack/namespaces/library.html#abstractlibraryplugin-strictruntimebailout", "library.EnableLibraryPlugin": "webpack/namespaces/library.html#enablelibraryplugin", - "library.EnableLibraryPlugin.constructor": "webpack/namespaces/library.html#enablelibraryplugin#constructor", - "library.EnableLibraryPlugin.constructor.EnableLibraryPlugin": "webpack/namespaces/library.html#enablelibraryplugin#constructorenablelibraryplugin", - "library.EnableLibraryPlugin.options": "webpack/namespaces/library.html#enablelibraryplugin#options", - "library.EnableLibraryPlugin.type": "webpack/namespaces/library.html#enablelibraryplugin#type", - "library.EnableLibraryPlugin.apply": "webpack/namespaces/library.html#enablelibraryplugin#apply", - "library.EnableLibraryPlugin.checkEnabled": "webpack/namespaces/library.html#enablelibraryplugin#checkenabled", - "library.EnableLibraryPlugin.setEnabled": "webpack/namespaces/library.html#enablelibraryplugin#setenabled", + "library.EnableLibraryPlugin.constructor": "webpack/namespaces/library.html#enablelibraryplugin-constructor", + "library.EnableLibraryPlugin.constructor.EnableLibraryPlugin": "webpack/namespaces/library.html#enablelibraryplugin-constructor-enablelibraryplugin", + "library.EnableLibraryPlugin.options": "webpack/namespaces/library.html#enablelibraryplugin-options", + "library.EnableLibraryPlugin.type": "webpack/namespaces/library.html#enablelibraryplugin-type", + "library.EnableLibraryPlugin.apply": "webpack/namespaces/library.html#enablelibraryplugin-apply", + "library.EnableLibraryPlugin.checkEnabled": "webpack/namespaces/library.html#enablelibraryplugin-checkenabled", + "library.EnableLibraryPlugin.setEnabled": "webpack/namespaces/library.html#enablelibraryplugin-setenabled", "ModuleFilenameHelpers": "webpack/namespaces/ModuleFilenameHelpers.html", - "ModuleFilenameHelpers.ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#absolute-resource-path", - "ModuleFilenameHelpers.ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#all-loaders", - "ModuleFilenameHelpers.ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#all-loaders-resource", + "ModuleFilenameHelpers.ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#absolute_resource_path", + "ModuleFilenameHelpers.ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#all_loaders", + "ModuleFilenameHelpers.ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#all_loaders_resource", "ModuleFilenameHelpers.createFilename": "webpack/namespaces/ModuleFilenameHelpers.html#createfilename", - "ModuleFilenameHelpers.createFilename.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#createfilename#type", + "ModuleFilenameHelpers.createFilename.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#createfilename-__type-__type", "ModuleFilenameHelpers.HASH": "webpack/namespaces/ModuleFilenameHelpers.html#hash", "ModuleFilenameHelpers.ID": "webpack/namespaces/ModuleFilenameHelpers.html#id", "ModuleFilenameHelpers.LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#loaders", - "ModuleFilenameHelpers.LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#loaders-resource", + "ModuleFilenameHelpers.LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#loaders_resource", "ModuleFilenameHelpers.matchObject": "webpack/namespaces/ModuleFilenameHelpers.html#matchobject", - "ModuleFilenameHelpers.matchObject.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#matchobject#type", + "ModuleFilenameHelpers.matchObject.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#matchobject-__type-__type", "ModuleFilenameHelpers.matchPart": "webpack/namespaces/ModuleFilenameHelpers.html#matchpart", - "ModuleFilenameHelpers.matchPart.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#matchpart#type", + "ModuleFilenameHelpers.matchPart.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#matchpart-__type-__type", "ModuleFilenameHelpers.NAMESPACE": "webpack/namespaces/ModuleFilenameHelpers.html#namespace", "ModuleFilenameHelpers.QUERY": "webpack/namespaces/ModuleFilenameHelpers.html#query", - "ModuleFilenameHelpers.REGEXP_ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-absolute-resource-path", - "ModuleFilenameHelpers.REGEXP_ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-all-loaders", - "ModuleFilenameHelpers.REGEXP_ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-all-loaders-resource", - "ModuleFilenameHelpers.REGEXP_HASH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-hash", - "ModuleFilenameHelpers.REGEXP_ID": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-id", - "ModuleFilenameHelpers.REGEXP_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-loaders", - "ModuleFilenameHelpers.REGEXP_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-loaders-resource", - "ModuleFilenameHelpers.REGEXP_NAMESPACE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-namespace", - "ModuleFilenameHelpers.REGEXP_QUERY": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-query", - "ModuleFilenameHelpers.REGEXP_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-resource", - "ModuleFilenameHelpers.REGEXP_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp-resource-path", + "ModuleFilenameHelpers.REGEXP_ABSOLUTE_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_absolute_resource_path", + "ModuleFilenameHelpers.REGEXP_ALL_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_all_loaders", + "ModuleFilenameHelpers.REGEXP_ALL_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_all_loaders_resource", + "ModuleFilenameHelpers.REGEXP_HASH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_hash", + "ModuleFilenameHelpers.REGEXP_ID": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_id", + "ModuleFilenameHelpers.REGEXP_LOADERS": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_loaders", + "ModuleFilenameHelpers.REGEXP_LOADERS_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_loaders_resource", + "ModuleFilenameHelpers.REGEXP_NAMESPACE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_namespace", + "ModuleFilenameHelpers.REGEXP_QUERY": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_query", + "ModuleFilenameHelpers.REGEXP_RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_resource", + "ModuleFilenameHelpers.REGEXP_RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#regexp_resource_path", "ModuleFilenameHelpers.replaceDuplicates": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates", - "ModuleFilenameHelpers.replaceDuplicates.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates#type", - "ModuleFilenameHelpers.replaceDuplicates.__type.__type.T": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates#typet", + "ModuleFilenameHelpers.replaceDuplicates.__type.__type": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates-__type-__type", + "ModuleFilenameHelpers.replaceDuplicates.__type.__type.T": "webpack/namespaces/ModuleFilenameHelpers.html#replaceduplicates-__type-__type-t", "ModuleFilenameHelpers.RESOURCE": "webpack/namespaces/ModuleFilenameHelpers.html#resource", - "ModuleFilenameHelpers.RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#resource-path", + "ModuleFilenameHelpers.RESOURCE_PATH": "webpack/namespaces/ModuleFilenameHelpers.html#resource_path", "node": "webpack/namespaces/node.html", "node.NodeEnvironmentPlugin": "webpack/namespaces/node.html#nodeenvironmentplugin", - "node.NodeEnvironmentPlugin.constructor": "webpack/namespaces/node.html#nodeenvironmentplugin#constructor", - "node.NodeEnvironmentPlugin.constructor.NodeEnvironmentPlugin": "webpack/namespaces/node.html#nodeenvironmentplugin#constructornodeenvironmentplugin", - "node.NodeEnvironmentPlugin.options": "webpack/namespaces/node.html#nodeenvironmentplugin#options", - "node.NodeEnvironmentPlugin.apply": "webpack/namespaces/node.html#nodeenvironmentplugin#apply", + "node.NodeEnvironmentPlugin.constructor": "webpack/namespaces/node.html#nodeenvironmentplugin-constructor", + "node.NodeEnvironmentPlugin.constructor.NodeEnvironmentPlugin": "webpack/namespaces/node.html#nodeenvironmentplugin-constructor-nodeenvironmentplugin", + "node.NodeEnvironmentPlugin.options": "webpack/namespaces/node.html#nodeenvironmentplugin-options", + "node.NodeEnvironmentPlugin.apply": "webpack/namespaces/node.html#nodeenvironmentplugin-apply", "node.NodeSourcePlugin": "webpack/namespaces/node.html#nodesourceplugin", - "node.NodeSourcePlugin.constructor": "webpack/namespaces/node.html#nodesourceplugin#constructor", - "node.NodeSourcePlugin.constructor.NodeSourcePlugin": "webpack/namespaces/node.html#nodesourceplugin#constructornodesourceplugin", - "node.NodeSourcePlugin.apply": "webpack/namespaces/node.html#nodesourceplugin#apply", + "node.NodeSourcePlugin.constructor": "webpack/namespaces/node.html#nodesourceplugin-constructor", + "node.NodeSourcePlugin.constructor.NodeSourcePlugin": "webpack/namespaces/node.html#nodesourceplugin-constructor-nodesourceplugin", + "node.NodeSourcePlugin.apply": "webpack/namespaces/node.html#nodesourceplugin-apply", "node.NodeTargetPlugin": "webpack/namespaces/node.html#nodetargetplugin", - "node.NodeTargetPlugin.constructor": "webpack/namespaces/node.html#nodetargetplugin#constructor", - "node.NodeTargetPlugin.constructor.NodeTargetPlugin": "webpack/namespaces/node.html#nodetargetplugin#constructornodetargetplugin", - "node.NodeTargetPlugin.type": "webpack/namespaces/node.html#nodetargetplugin#type", - "node.NodeTargetPlugin.apply": "webpack/namespaces/node.html#nodetargetplugin#apply", + "node.NodeTargetPlugin.constructor": "webpack/namespaces/node.html#nodetargetplugin-constructor", + "node.NodeTargetPlugin.constructor.NodeTargetPlugin": "webpack/namespaces/node.html#nodetargetplugin-constructor-nodetargetplugin", + "node.NodeTargetPlugin.type": "webpack/namespaces/node.html#nodetargetplugin-type", + "node.NodeTargetPlugin.apply": "webpack/namespaces/node.html#nodetargetplugin-apply", "node.NodeTemplatePlugin": "webpack/namespaces/node.html#nodetemplateplugin", - "node.NodeTemplatePlugin.constructor": "webpack/namespaces/node.html#nodetemplateplugin#constructor", - "node.NodeTemplatePlugin.constructor.NodeTemplatePlugin": "webpack/namespaces/node.html#nodetemplateplugin#constructornodetemplateplugin", - "node.NodeTemplatePlugin.apply": "webpack/namespaces/node.html#nodetemplateplugin#apply", + "node.NodeTemplatePlugin.constructor": "webpack/namespaces/node.html#nodetemplateplugin-constructor", + "node.NodeTemplatePlugin.constructor.NodeTemplatePlugin": "webpack/namespaces/node.html#nodetemplateplugin-constructor-nodetemplateplugin", + "node.NodeTemplatePlugin.apply": "webpack/namespaces/node.html#nodetemplateplugin-apply", "node.ReadFileCompileAsyncWasmPlugin": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin", - "node.ReadFileCompileAsyncWasmPlugin.constructor": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin#constructor", - "node.ReadFileCompileAsyncWasmPlugin.constructor.ReadFileCompileAsyncWasmPlugin": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin#constructorreadfilecompileasyncwasmplugin", - "node.ReadFileCompileAsyncWasmPlugin.apply": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin#apply", + "node.ReadFileCompileAsyncWasmPlugin.constructor": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin-constructor", + "node.ReadFileCompileAsyncWasmPlugin.constructor.ReadFileCompileAsyncWasmPlugin": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin-constructor-readfilecompileasyncwasmplugin", + "node.ReadFileCompileAsyncWasmPlugin.apply": "webpack/namespaces/node.html#readfilecompileasyncwasmplugin-apply", "node.ReadFileCompileWasmPlugin": "webpack/namespaces/node.html#readfilecompilewasmplugin", - "node.ReadFileCompileWasmPlugin.constructor": "webpack/namespaces/node.html#readfilecompilewasmplugin#constructor", - "node.ReadFileCompileWasmPlugin.constructor.ReadFileCompileWasmPlugin": "webpack/namespaces/node.html#readfilecompilewasmplugin#constructorreadfilecompilewasmplugin", - "node.ReadFileCompileWasmPlugin.options": "webpack/namespaces/node.html#readfilecompilewasmplugin#options", - "node.ReadFileCompileWasmPlugin.apply": "webpack/namespaces/node.html#readfilecompilewasmplugin#apply", + "node.ReadFileCompileWasmPlugin.constructor": "webpack/namespaces/node.html#readfilecompilewasmplugin-constructor", + "node.ReadFileCompileWasmPlugin.constructor.ReadFileCompileWasmPlugin": "webpack/namespaces/node.html#readfilecompilewasmplugin-constructor-readfilecompilewasmplugin", + "node.ReadFileCompileWasmPlugin.options": "webpack/namespaces/node.html#readfilecompilewasmplugin-options", + "node.ReadFileCompileWasmPlugin.apply": "webpack/namespaces/node.html#readfilecompilewasmplugin-apply", "OptimizationStages": "webpack/namespaces/OptimizationStages.html", - "OptimizationStages.STAGE_ADVANCED": "webpack/namespaces/OptimizationStages.html#stage-advanced", - "OptimizationStages.STAGE_BASIC": "webpack/namespaces/OptimizationStages.html#stage-basic", - "OptimizationStages.STAGE_DEFAULT": "webpack/namespaces/OptimizationStages.html#stage-default", + "OptimizationStages.STAGE_ADVANCED": "webpack/namespaces/OptimizationStages.html#stage_advanced", + "OptimizationStages.STAGE_BASIC": "webpack/namespaces/OptimizationStages.html#stage_basic", + "OptimizationStages.STAGE_DEFAULT": "webpack/namespaces/OptimizationStages.html#stage_default", "optimize": "webpack/namespaces/optimize/index.html", "optimize.InnerGraph": "webpack/namespaces/optimize/namespaces/InnerGraph.html", - "optimize.InnerGraph.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol", - "optimize.InnerGraph.TopLevelSymbol.constructor": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol#constructor", - "optimize.InnerGraph.TopLevelSymbol.constructor.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol#constructortoplevelsymbol", - "optimize.InnerGraph.TopLevelSymbol.name": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymbol#name", - "optimize.InnerGraph.addUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addusage", - "optimize.InnerGraph.addUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addusage#type", - "optimize.InnerGraph.addVariableUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addvariableusage", - "optimize.InnerGraph.addVariableUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#addvariableusage#type", - "optimize.InnerGraph.bailout": "webpack/namespaces/optimize/namespaces/InnerGraph.html#bailout", - "optimize.InnerGraph.bailout.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#bailout#type", - "optimize.InnerGraph.enable": "webpack/namespaces/optimize/namespaces/InnerGraph.html#enable", - "optimize.InnerGraph.enable.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#enable#type", - "optimize.InnerGraph.getDependencyUsedByExportsCondition": "webpack/namespaces/optimize/namespaces/InnerGraph.html#getdependencyusedbyexportscondition", - "optimize.InnerGraph.getDependencyUsedByExportsCondition.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#getdependencyusedbyexportscondition#type", - "optimize.InnerGraph.getTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#gettoplevelsymbol", - "optimize.InnerGraph.getTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#gettoplevelsymbol#type", - "optimize.InnerGraph.inferDependencyUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#inferdependencyusage", - "optimize.InnerGraph.inferDependencyUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#inferdependencyusage#type", - "optimize.InnerGraph.isDependencyUsedByExports": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isdependencyusedbyexports", - "optimize.InnerGraph.isDependencyUsedByExports.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isdependencyusedbyexports#type", - "optimize.InnerGraph.isEnabled": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isenabled", - "optimize.InnerGraph.isEnabled.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#isenabled#type", - "optimize.InnerGraph.onUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#onusage", - "optimize.InnerGraph.onUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#onusage#type", - "optimize.InnerGraph.setTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#settoplevelsymbol", - "optimize.InnerGraph.setTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#settoplevelsymbol#type", - "optimize.InnerGraph.tagTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#tagtoplevelsymbol", - "optimize.InnerGraph.tagTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#tagtoplevelsymbol#type", - "optimize.InnerGraph.topLevelSymbolTag": "webpack/namespaces/optimize/namespaces/InnerGraph.html#toplevelsymboltag", + "optimize.InnerGraph.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-toplevelsymbol", + "optimize.InnerGraph.TopLevelSymbol.constructor": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-toplevelsymbol-constructor", + "optimize.InnerGraph.TopLevelSymbol.constructor.TopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-toplevelsymbol-constructor-toplevelsymbol", + "optimize.InnerGraph.TopLevelSymbol.name": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-toplevelsymbol-name", + "optimize.InnerGraph.addUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-addusage", + "optimize.InnerGraph.addUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-addusage-__type-__type", + "optimize.InnerGraph.addVariableUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-addvariableusage", + "optimize.InnerGraph.addVariableUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-addvariableusage-__type-__type", + "optimize.InnerGraph.bailout": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-bailout", + "optimize.InnerGraph.bailout.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-bailout-__type-__type", + "optimize.InnerGraph.enable": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-enable", + "optimize.InnerGraph.enable.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-enable-__type-__type", + "optimize.InnerGraph.getDependencyUsedByExportsCondition": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-getdependencyusedbyexportscondition", + "optimize.InnerGraph.getDependencyUsedByExportsCondition.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-getdependencyusedbyexportscondition-__type-__type", + "optimize.InnerGraph.getTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-gettoplevelsymbol", + "optimize.InnerGraph.getTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-gettoplevelsymbol-__type-__type", + "optimize.InnerGraph.inferDependencyUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-inferdependencyusage", + "optimize.InnerGraph.inferDependencyUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-inferdependencyusage-__type-__type", + "optimize.InnerGraph.isDependencyUsedByExports": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-isdependencyusedbyexports", + "optimize.InnerGraph.isDependencyUsedByExports.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-isdependencyusedbyexports-__type-__type", + "optimize.InnerGraph.isEnabled": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-isenabled", + "optimize.InnerGraph.isEnabled.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-isenabled-__type-__type", + "optimize.InnerGraph.onUsage": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-onusage", + "optimize.InnerGraph.onUsage.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-onusage-__type-__type", + "optimize.InnerGraph.setTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-settoplevelsymbol", + "optimize.InnerGraph.setTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-settoplevelsymbol-__type-__type", + "optimize.InnerGraph.tagTopLevelSymbol": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-tagtoplevelsymbol", + "optimize.InnerGraph.tagTopLevelSymbol.__type.__type": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-tagtoplevelsymbol-__type-__type", + "optimize.InnerGraph.topLevelSymbolTag": "webpack/namespaces/optimize/namespaces/InnerGraph.html#innergraph-toplevelsymboltag", "optimize.AggressiveMergingPlugin": "webpack/namespaces/optimize/index.html#aggressivemergingplugin", - "optimize.AggressiveMergingPlugin.constructor": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#constructor", - "optimize.AggressiveMergingPlugin.constructor.AggressiveMergingPlugin": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#constructoraggressivemergingplugin", - "optimize.AggressiveMergingPlugin.options": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#options", - "optimize.AggressiveMergingPlugin.apply": "webpack/namespaces/optimize/index.html#aggressivemergingplugin#apply", + "optimize.AggressiveMergingPlugin.constructor": "webpack/namespaces/optimize/index.html#aggressivemergingplugin-constructor", + "optimize.AggressiveMergingPlugin.constructor.AggressiveMergingPlugin": "webpack/namespaces/optimize/index.html#aggressivemergingplugin-constructor-aggressivemergingplugin", + "optimize.AggressiveMergingPlugin.options": "webpack/namespaces/optimize/index.html#aggressivemergingplugin-options", + "optimize.AggressiveMergingPlugin.apply": "webpack/namespaces/optimize/index.html#aggressivemergingplugin-apply", "optimize.AggressiveSplittingPlugin": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin", - "optimize.AggressiveSplittingPlugin.constructor": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#constructor", - "optimize.AggressiveSplittingPlugin.constructor.AggressiveSplittingPlugin": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#constructoraggressivesplittingplugin", - "optimize.AggressiveSplittingPlugin.options": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#options", - "optimize.AggressiveSplittingPlugin.apply": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#apply", - "optimize.AggressiveSplittingPlugin.wasChunkRecorded": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin#waschunkrecorded", + "optimize.AggressiveSplittingPlugin.constructor": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin-constructor", + "optimize.AggressiveSplittingPlugin.constructor.AggressiveSplittingPlugin": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin-constructor-aggressivesplittingplugin", + "optimize.AggressiveSplittingPlugin.options": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin-options", + "optimize.AggressiveSplittingPlugin.apply": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin-apply", + "optimize.AggressiveSplittingPlugin.wasChunkRecorded": "webpack/namespaces/optimize/index.html#aggressivesplittingplugin-waschunkrecorded", "optimize.LimitChunkCountPlugin": "webpack/namespaces/optimize/index.html#limitchunkcountplugin", - "optimize.LimitChunkCountPlugin.constructor": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#constructor", - "optimize.LimitChunkCountPlugin.constructor.LimitChunkCountPlugin": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#constructorlimitchunkcountplugin", - "optimize.LimitChunkCountPlugin.options": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#options", - "optimize.LimitChunkCountPlugin.apply": "webpack/namespaces/optimize/index.html#limitchunkcountplugin#apply", + "optimize.LimitChunkCountPlugin.constructor": "webpack/namespaces/optimize/index.html#limitchunkcountplugin-constructor", + "optimize.LimitChunkCountPlugin.constructor.LimitChunkCountPlugin": "webpack/namespaces/optimize/index.html#limitchunkcountplugin-constructor-limitchunkcountplugin", + "optimize.LimitChunkCountPlugin.options": "webpack/namespaces/optimize/index.html#limitchunkcountplugin-options", + "optimize.LimitChunkCountPlugin.apply": "webpack/namespaces/optimize/index.html#limitchunkcountplugin-apply", "optimize.MergeDuplicateChunksPlugin": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin", - "optimize.MergeDuplicateChunksPlugin.constructor": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#constructor", - "optimize.MergeDuplicateChunksPlugin.constructor.MergeDuplicateChunksPlugin": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#constructormergeduplicatechunksplugin", - "optimize.MergeDuplicateChunksPlugin.options": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#options", - "optimize.MergeDuplicateChunksPlugin.apply": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin#apply", + "optimize.MergeDuplicateChunksPlugin.constructor": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin-constructor", + "optimize.MergeDuplicateChunksPlugin.constructor.MergeDuplicateChunksPlugin": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin-constructor-mergeduplicatechunksplugin", + "optimize.MergeDuplicateChunksPlugin.options": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin-options", + "optimize.MergeDuplicateChunksPlugin.apply": "webpack/namespaces/optimize/index.html#mergeduplicatechunksplugin-apply", "optimize.MinChunkSizePlugin": "webpack/namespaces/optimize/index.html#minchunksizeplugin", - "optimize.MinChunkSizePlugin.constructor": "webpack/namespaces/optimize/index.html#minchunksizeplugin#constructor", - "optimize.MinChunkSizePlugin.constructor.MinChunkSizePlugin": "webpack/namespaces/optimize/index.html#minchunksizeplugin#constructorminchunksizeplugin", - "optimize.MinChunkSizePlugin.options": "webpack/namespaces/optimize/index.html#minchunksizeplugin#options", - "optimize.MinChunkSizePlugin.apply": "webpack/namespaces/optimize/index.html#minchunksizeplugin#apply", + "optimize.MinChunkSizePlugin.constructor": "webpack/namespaces/optimize/index.html#minchunksizeplugin-constructor", + "optimize.MinChunkSizePlugin.constructor.MinChunkSizePlugin": "webpack/namespaces/optimize/index.html#minchunksizeplugin-constructor-minchunksizeplugin", + "optimize.MinChunkSizePlugin.options": "webpack/namespaces/optimize/index.html#minchunksizeplugin-options", + "optimize.MinChunkSizePlugin.apply": "webpack/namespaces/optimize/index.html#minchunksizeplugin-apply", "optimize.ModuleConcatenationPlugin": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin", - "optimize.ModuleConcatenationPlugin.constructor": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin#constructor", - "optimize.ModuleConcatenationPlugin.constructor.ModuleConcatenationPlugin": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin#constructormoduleconcatenationplugin", - "optimize.ModuleConcatenationPlugin.apply": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin#apply", + "optimize.ModuleConcatenationPlugin.constructor": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin-constructor", + "optimize.ModuleConcatenationPlugin.constructor.ModuleConcatenationPlugin": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin-constructor-moduleconcatenationplugin", + "optimize.ModuleConcatenationPlugin.apply": "webpack/namespaces/optimize/index.html#moduleconcatenationplugin-apply", "optimize.RealContentHashPlugin": "webpack/namespaces/optimize/index.html#realcontenthashplugin", - "optimize.RealContentHashPlugin.constructor": "webpack/namespaces/optimize/index.html#realcontenthashplugin#constructor", - "optimize.RealContentHashPlugin.constructor.RealContentHashPlugin": "webpack/namespaces/optimize/index.html#realcontenthashplugin#constructorrealcontenthashplugin", - "optimize.RealContentHashPlugin.apply": "webpack/namespaces/optimize/index.html#realcontenthashplugin#apply", - "optimize.RealContentHashPlugin.getCompilationHooks": "webpack/namespaces/optimize/index.html#realcontenthashplugin#getcompilationhooks", + "optimize.RealContentHashPlugin.constructor": "webpack/namespaces/optimize/index.html#realcontenthashplugin-constructor", + "optimize.RealContentHashPlugin.constructor.RealContentHashPlugin": "webpack/namespaces/optimize/index.html#realcontenthashplugin-constructor-realcontenthashplugin", + "optimize.RealContentHashPlugin.apply": "webpack/namespaces/optimize/index.html#realcontenthashplugin-apply", + "optimize.RealContentHashPlugin.getCompilationHooks": "webpack/namespaces/optimize/index.html#realcontenthashplugin-getcompilationhooks", "optimize.RuntimeChunkPlugin": "webpack/namespaces/optimize/index.html#runtimechunkplugin", - "optimize.RuntimeChunkPlugin.constructor": "webpack/namespaces/optimize/index.html#runtimechunkplugin#constructor", - "optimize.RuntimeChunkPlugin.constructor.RuntimeChunkPlugin": "webpack/namespaces/optimize/index.html#runtimechunkplugin#constructorruntimechunkplugin", - "optimize.RuntimeChunkPlugin.options": "webpack/namespaces/optimize/index.html#runtimechunkplugin#options", - "optimize.RuntimeChunkPlugin.apply": "webpack/namespaces/optimize/index.html#runtimechunkplugin#apply", + "optimize.RuntimeChunkPlugin.constructor": "webpack/namespaces/optimize/index.html#runtimechunkplugin-constructor", + "optimize.RuntimeChunkPlugin.constructor.RuntimeChunkPlugin": "webpack/namespaces/optimize/index.html#runtimechunkplugin-constructor-runtimechunkplugin", + "optimize.RuntimeChunkPlugin.options": "webpack/namespaces/optimize/index.html#runtimechunkplugin-options", + "optimize.RuntimeChunkPlugin.apply": "webpack/namespaces/optimize/index.html#runtimechunkplugin-apply", "optimize.SideEffectsFlagPlugin": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin", - "optimize.SideEffectsFlagPlugin.constructor": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#constructor", - "optimize.SideEffectsFlagPlugin.constructor.SideEffectsFlagPlugin": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#constructorsideeffectsflagplugin", - "optimize.SideEffectsFlagPlugin.apply": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#apply", - "optimize.SideEffectsFlagPlugin.moduleHasSideEffects": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin#modulehassideeffects", + "optimize.SideEffectsFlagPlugin.constructor": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin-constructor", + "optimize.SideEffectsFlagPlugin.constructor.SideEffectsFlagPlugin": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin-constructor-sideeffectsflagplugin", + "optimize.SideEffectsFlagPlugin.apply": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin-apply", + "optimize.SideEffectsFlagPlugin.moduleHasSideEffects": "webpack/namespaces/optimize/index.html#sideeffectsflagplugin-modulehassideeffects", "optimize.SplitChunksPlugin": "webpack/namespaces/optimize/index.html#splitchunksplugin", - "optimize.SplitChunksPlugin.constructor": "webpack/namespaces/optimize/index.html#splitchunksplugin#constructor", - "optimize.SplitChunksPlugin.constructor.SplitChunksPlugin": "webpack/namespaces/optimize/index.html#splitchunksplugin#constructorsplitchunksplugin", - "optimize.SplitChunksPlugin.options": "webpack/namespaces/optimize/index.html#splitchunksplugin#options", - "optimize.SplitChunksPlugin.apply": "webpack/namespaces/optimize/index.html#splitchunksplugin#apply", + "optimize.SplitChunksPlugin.constructor": "webpack/namespaces/optimize/index.html#splitchunksplugin-constructor", + "optimize.SplitChunksPlugin.constructor.SplitChunksPlugin": "webpack/namespaces/optimize/index.html#splitchunksplugin-constructor-splitchunksplugin", + "optimize.SplitChunksPlugin.options": "webpack/namespaces/optimize/index.html#splitchunksplugin-options", + "optimize.SplitChunksPlugin.apply": "webpack/namespaces/optimize/index.html#splitchunksplugin-apply", "prefetch": "webpack/namespaces/prefetch.html", "prefetch.ChunkPrefetchPreloadPlugin": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin", - "prefetch.ChunkPrefetchPreloadPlugin.constructor": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin#constructor", - "prefetch.ChunkPrefetchPreloadPlugin.constructor.ChunkPrefetchPreloadPlugin": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin#constructorchunkprefetchpreloadplugin", - "prefetch.ChunkPrefetchPreloadPlugin.apply": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin#apply", + "prefetch.ChunkPrefetchPreloadPlugin.constructor": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin-constructor", + "prefetch.ChunkPrefetchPreloadPlugin.constructor.ChunkPrefetchPreloadPlugin": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin-constructor-chunkprefetchpreloadplugin", + "prefetch.ChunkPrefetchPreloadPlugin.apply": "webpack/namespaces/prefetch.html#chunkprefetchpreloadplugin-apply", "runtime": "webpack/namespaces/runtime.html", "runtime.GetChunkFilenameRuntimeModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule", - "runtime.GetChunkFilenameRuntimeModule.constructor": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#constructor", - "runtime.GetChunkFilenameRuntimeModule.constructor.GetChunkFilenameRuntimeModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#constructorgetchunkfilenameruntimemodule", - "runtime.GetChunkFilenameRuntimeModule.allChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#allchunks", - "runtime.GetChunkFilenameRuntimeModule.blocks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#blocks", - "runtime.GetChunkFilenameRuntimeModule.buildInfo": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#buildinfo", - "runtime.GetChunkFilenameRuntimeModule.buildMeta": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#buildmeta", - "runtime.GetChunkFilenameRuntimeModule.chunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunk", - "runtime.GetChunkFilenameRuntimeModule.chunkGraph": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunkgraph", - "runtime.GetChunkFilenameRuntimeModule.chunksIterable": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunksiterable", - "runtime.GetChunkFilenameRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunksiterablechunksiterable", - "runtime.GetChunkFilenameRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#codegenerationdependencies", - "runtime.GetChunkFilenameRuntimeModule.compilation": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#compilation", - "runtime.GetChunkFilenameRuntimeModule.contentType": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#contenttype", - "runtime.GetChunkFilenameRuntimeModule.context": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#context", - "runtime.GetChunkFilenameRuntimeModule.debugId": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#debugid", - "runtime.GetChunkFilenameRuntimeModule.dependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#dependencies", - "runtime.GetChunkFilenameRuntimeModule.dependentHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#dependenthash", - "runtime.GetChunkFilenameRuntimeModule.depth": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#depth", - "runtime.GetChunkFilenameRuntimeModule.errors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#errors", - "runtime.GetChunkFilenameRuntimeModule.errors.errors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#errorserrors", - "runtime.GetChunkFilenameRuntimeModule.exportsArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#exportsargument", - "runtime.GetChunkFilenameRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#exportsargumentexportsargument", - "runtime.GetChunkFilenameRuntimeModule.factoryMeta": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#factorymeta", - "runtime.GetChunkFilenameRuntimeModule.fullHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#fullhash", - "runtime.GetChunkFilenameRuntimeModule.getFilenameForChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getfilenameforchunk", - "runtime.GetChunkFilenameRuntimeModule.global": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#global", - "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasequalschunks", - "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasequalschunkshasequalschunks", - "runtime.GetChunkFilenameRuntimeModule.hash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hash", - "runtime.GetChunkFilenameRuntimeModule.hash.hash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hashhash", - "runtime.GetChunkFilenameRuntimeModule.hot": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hot", - "runtime.GetChunkFilenameRuntimeModule.id": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#id", - "runtime.GetChunkFilenameRuntimeModule.index": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#index", - "runtime.GetChunkFilenameRuntimeModule.index2": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#index2", - "runtime.GetChunkFilenameRuntimeModule.issuer": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#issuer", - "runtime.GetChunkFilenameRuntimeModule.isUsed": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isused", - "runtime.GetChunkFilenameRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isusedisused", - "runtime.GetChunkFilenameRuntimeModule.layer": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#layer", - "runtime.GetChunkFilenameRuntimeModule.moduleArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#moduleargument", - "runtime.GetChunkFilenameRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#moduleargumentmoduleargument", - "runtime.GetChunkFilenameRuntimeModule.name": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#name", - "runtime.GetChunkFilenameRuntimeModule.needId": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#needid", - "runtime.GetChunkFilenameRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optimizationbailout", - "runtime.GetChunkFilenameRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optimizationbailoutoptimizationbailout", - "runtime.GetChunkFilenameRuntimeModule.optional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optional", - "runtime.GetChunkFilenameRuntimeModule.optional.optional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#optionaloptional", - "runtime.GetChunkFilenameRuntimeModule.parent": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#parent", - "runtime.GetChunkFilenameRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#presentationaldependencies", - "runtime.GetChunkFilenameRuntimeModule.profile": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#profile", - "runtime.GetChunkFilenameRuntimeModule.renderedHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#renderedhash", - "runtime.GetChunkFilenameRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#renderedhashrenderedhash", - "runtime.GetChunkFilenameRuntimeModule.resolveOptions": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#resolveoptions", - "runtime.GetChunkFilenameRuntimeModule.stage": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage", - "runtime.GetChunkFilenameRuntimeModule.type": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#type", - "runtime.GetChunkFilenameRuntimeModule.used": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#used", - "runtime.GetChunkFilenameRuntimeModule.usedExports": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usedexports", - "runtime.GetChunkFilenameRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usedexportsusedexports", - "runtime.GetChunkFilenameRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usesimplesourcemap", - "runtime.GetChunkFilenameRuntimeModule.useSourceMap": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#usesourcemap", - "runtime.GetChunkFilenameRuntimeModule.warnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#warnings", - "runtime.GetChunkFilenameRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#warningswarnings", - "runtime.GetChunkFilenameRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-attach", - "runtime.GetChunkFilenameRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-basic", - "runtime.GetChunkFilenameRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-normal", - "runtime.GetChunkFilenameRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#stage-trigger", - "runtime.GetChunkFilenameRuntimeModule.addBlock": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addblock", - "runtime.GetChunkFilenameRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addcachedependencies", - "runtime.GetChunkFilenameRuntimeModule.addChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addchunk", - "runtime.GetChunkFilenameRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addcodegenerationdependency", - "runtime.GetChunkFilenameRuntimeModule.addDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#adddependency", - "runtime.GetChunkFilenameRuntimeModule.addError": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#adderror", - "runtime.GetChunkFilenameRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addpresentationaldependency", - "runtime.GetChunkFilenameRuntimeModule.addWarning": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#addwarning", - "runtime.GetChunkFilenameRuntimeModule.attach": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#attach", - "runtime.GetChunkFilenameRuntimeModule.build": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#build", - "runtime.GetChunkFilenameRuntimeModule.chunkCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#chunkcondition", - "runtime.GetChunkFilenameRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#cleanupforcache", - "runtime.GetChunkFilenameRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#cleardependenciesandblocks", - "runtime.GetChunkFilenameRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#clearwarningsanderrors", - "runtime.GetChunkFilenameRuntimeModule.codeGeneration": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#codegeneration", - "runtime.GetChunkFilenameRuntimeModule.deserialize": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#deserialize", - "runtime.GetChunkFilenameRuntimeModule.generate": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#generate", - "runtime.GetChunkFilenameRuntimeModule.getChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getchunks", - "runtime.GetChunkFilenameRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getconcatenationbailoutreason", - "runtime.GetChunkFilenameRuntimeModule.getErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#geterrors", - "runtime.GetChunkFilenameRuntimeModule.getExportsType": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getexportstype", - "runtime.GetChunkFilenameRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getgeneratedcode", - "runtime.GetChunkFilenameRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getnumberofchunks", - "runtime.GetChunkFilenameRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getnumberoferrors", - "runtime.GetChunkFilenameRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getnumberofwarnings", - "runtime.GetChunkFilenameRuntimeModule.getRootBlock": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getrootblock", - "runtime.GetChunkFilenameRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getsideeffectsconnectionstate", - "runtime.GetChunkFilenameRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getsourcebasictypes-1", - "runtime.GetChunkFilenameRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getsourcetypes", - "runtime.GetChunkFilenameRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getunsafecachedata", - "runtime.GetChunkFilenameRuntimeModule.getWarnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#getwarnings", - "runtime.GetChunkFilenameRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#haschunkcondition", - "runtime.GetChunkFilenameRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasreasonforchunk", - "runtime.GetChunkFilenameRuntimeModule.hasReasons": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#hasreasons", - "runtime.GetChunkFilenameRuntimeModule.identifier": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#identifier", - "runtime.GetChunkFilenameRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#invalidatebuild", - "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isaccessibleinchunk", - "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isaccessibleinchunkgroup", - "runtime.GetChunkFilenameRuntimeModule.isEntryModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isentrymodule", - "runtime.GetChunkFilenameRuntimeModule.isInChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isinchunk", - "runtime.GetChunkFilenameRuntimeModule.isOptional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isoptional", - "runtime.GetChunkFilenameRuntimeModule.isProvided": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#isprovided", - "runtime.GetChunkFilenameRuntimeModule.libIdent": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#libident", - "runtime.GetChunkFilenameRuntimeModule.nameForCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#nameforcondition", - "runtime.GetChunkFilenameRuntimeModule.needBuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#needbuild", - "runtime.GetChunkFilenameRuntimeModule.needRebuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#needrebuild", - "runtime.GetChunkFilenameRuntimeModule.originalSource": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#originalsource", - "runtime.GetChunkFilenameRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#readableidentifier", - "runtime.GetChunkFilenameRuntimeModule.removeChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#removechunk", - "runtime.GetChunkFilenameRuntimeModule.removeDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#removedependency", - "runtime.GetChunkFilenameRuntimeModule.serialize": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#serialize", - "runtime.GetChunkFilenameRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#shouldisolate", - "runtime.GetChunkFilenameRuntimeModule.size": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#size", - "runtime.GetChunkFilenameRuntimeModule.source": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#source", - "runtime.GetChunkFilenameRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#updatecachemodule", - "runtime.GetChunkFilenameRuntimeModule.updateHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule#updatehash", + "runtime.GetChunkFilenameRuntimeModule.constructor": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-constructor", + "runtime.GetChunkFilenameRuntimeModule.constructor.GetChunkFilenameRuntimeModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-constructor-getchunkfilenameruntimemodule", + "runtime.GetChunkFilenameRuntimeModule.allChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-allchunks", + "runtime.GetChunkFilenameRuntimeModule.blocks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-blocks", + "runtime.GetChunkFilenameRuntimeModule.buildInfo": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-buildinfo", + "runtime.GetChunkFilenameRuntimeModule.buildMeta": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-buildmeta", + "runtime.GetChunkFilenameRuntimeModule.chunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-chunk", + "runtime.GetChunkFilenameRuntimeModule.chunkGraph": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-chunkgraph", + "runtime.GetChunkFilenameRuntimeModule.chunksIterable": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-chunksiterable", + "runtime.GetChunkFilenameRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-chunksiterable-chunksiterable", + "runtime.GetChunkFilenameRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-codegenerationdependencies", + "runtime.GetChunkFilenameRuntimeModule.compilation": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-compilation", + "runtime.GetChunkFilenameRuntimeModule.contentType": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-contenttype", + "runtime.GetChunkFilenameRuntimeModule.context": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-context", + "runtime.GetChunkFilenameRuntimeModule.debugId": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-debugid", + "runtime.GetChunkFilenameRuntimeModule.dependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-dependencies", + "runtime.GetChunkFilenameRuntimeModule.dependentHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-dependenthash", + "runtime.GetChunkFilenameRuntimeModule.depth": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-depth", + "runtime.GetChunkFilenameRuntimeModule.errors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-errors", + "runtime.GetChunkFilenameRuntimeModule.errors.errors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-errors-errors", + "runtime.GetChunkFilenameRuntimeModule.exportsArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-exportsargument", + "runtime.GetChunkFilenameRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-exportsargument-exportsargument", + "runtime.GetChunkFilenameRuntimeModule.factoryMeta": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-factorymeta", + "runtime.GetChunkFilenameRuntimeModule.fullHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-fullhash", + "runtime.GetChunkFilenameRuntimeModule.getFilenameForChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getfilenameforchunk", + "runtime.GetChunkFilenameRuntimeModule.global": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-global", + "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-hasequalschunks", + "runtime.GetChunkFilenameRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-hasequalschunks-hasequalschunks", + "runtime.GetChunkFilenameRuntimeModule.hash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-hash", + "runtime.GetChunkFilenameRuntimeModule.hash.hash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-hash-hash", + "runtime.GetChunkFilenameRuntimeModule.hot": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-hot", + "runtime.GetChunkFilenameRuntimeModule.id": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-id", + "runtime.GetChunkFilenameRuntimeModule.index": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-index", + "runtime.GetChunkFilenameRuntimeModule.index2": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-index2", + "runtime.GetChunkFilenameRuntimeModule.issuer": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-issuer", + "runtime.GetChunkFilenameRuntimeModule.isUsed": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isused", + "runtime.GetChunkFilenameRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isused-isused", + "runtime.GetChunkFilenameRuntimeModule.layer": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-layer", + "runtime.GetChunkFilenameRuntimeModule.moduleArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-moduleargument", + "runtime.GetChunkFilenameRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-moduleargument-moduleargument", + "runtime.GetChunkFilenameRuntimeModule.name": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-name", + "runtime.GetChunkFilenameRuntimeModule.needId": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-needid", + "runtime.GetChunkFilenameRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-optimizationbailout", + "runtime.GetChunkFilenameRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-optimizationbailout-optimizationbailout", + "runtime.GetChunkFilenameRuntimeModule.optional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-optional", + "runtime.GetChunkFilenameRuntimeModule.optional.optional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-optional-optional", + "runtime.GetChunkFilenameRuntimeModule.parent": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-parent", + "runtime.GetChunkFilenameRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-presentationaldependencies", + "runtime.GetChunkFilenameRuntimeModule.profile": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-profile", + "runtime.GetChunkFilenameRuntimeModule.renderedHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-renderedhash", + "runtime.GetChunkFilenameRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-renderedhash-renderedhash", + "runtime.GetChunkFilenameRuntimeModule.resolveOptions": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-resolveoptions", + "runtime.GetChunkFilenameRuntimeModule.stage": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-stage", + "runtime.GetChunkFilenameRuntimeModule.type": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-type", + "runtime.GetChunkFilenameRuntimeModule.used": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-used", + "runtime.GetChunkFilenameRuntimeModule.usedExports": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-usedexports", + "runtime.GetChunkFilenameRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-usedexports-usedexports", + "runtime.GetChunkFilenameRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-usesimplesourcemap", + "runtime.GetChunkFilenameRuntimeModule.useSourceMap": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-usesourcemap", + "runtime.GetChunkFilenameRuntimeModule.warnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-warnings", + "runtime.GetChunkFilenameRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-warnings-warnings", + "runtime.GetChunkFilenameRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-stage_attach", + "runtime.GetChunkFilenameRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-stage_basic", + "runtime.GetChunkFilenameRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-stage_normal", + "runtime.GetChunkFilenameRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-stage_trigger", + "runtime.GetChunkFilenameRuntimeModule.addBlock": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-addblock", + "runtime.GetChunkFilenameRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-addcachedependencies", + "runtime.GetChunkFilenameRuntimeModule.addChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-addchunk", + "runtime.GetChunkFilenameRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-addcodegenerationdependency", + "runtime.GetChunkFilenameRuntimeModule.addDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-adddependency", + "runtime.GetChunkFilenameRuntimeModule.addError": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-adderror", + "runtime.GetChunkFilenameRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-addpresentationaldependency", + "runtime.GetChunkFilenameRuntimeModule.addWarning": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-addwarning", + "runtime.GetChunkFilenameRuntimeModule.attach": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-attach", + "runtime.GetChunkFilenameRuntimeModule.build": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-build", + "runtime.GetChunkFilenameRuntimeModule.chunkCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-chunkcondition", + "runtime.GetChunkFilenameRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-cleanupforcache", + "runtime.GetChunkFilenameRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-cleardependenciesandblocks", + "runtime.GetChunkFilenameRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-clearwarningsanderrors", + "runtime.GetChunkFilenameRuntimeModule.codeGeneration": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-codegeneration", + "runtime.GetChunkFilenameRuntimeModule.deserialize": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-deserialize", + "runtime.GetChunkFilenameRuntimeModule.generate": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-generate", + "runtime.GetChunkFilenameRuntimeModule.getChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getchunks", + "runtime.GetChunkFilenameRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getconcatenationbailoutreason", + "runtime.GetChunkFilenameRuntimeModule.getErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-geterrors", + "runtime.GetChunkFilenameRuntimeModule.getExportsType": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getexportstype", + "runtime.GetChunkFilenameRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getgeneratedcode", + "runtime.GetChunkFilenameRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getnumberofchunks", + "runtime.GetChunkFilenameRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getnumberoferrors", + "runtime.GetChunkFilenameRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getnumberofwarnings", + "runtime.GetChunkFilenameRuntimeModule.getRootBlock": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getrootblock", + "runtime.GetChunkFilenameRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getsideeffectsconnectionstate", + "runtime.GetChunkFilenameRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getsourcebasictypes", + "runtime.GetChunkFilenameRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getsourcetypes", + "runtime.GetChunkFilenameRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getunsafecachedata", + "runtime.GetChunkFilenameRuntimeModule.getWarnings": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-getwarnings", + "runtime.GetChunkFilenameRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-haschunkcondition", + "runtime.GetChunkFilenameRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-hasreasonforchunk", + "runtime.GetChunkFilenameRuntimeModule.hasReasons": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-hasreasons", + "runtime.GetChunkFilenameRuntimeModule.identifier": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-identifier", + "runtime.GetChunkFilenameRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-invalidatebuild", + "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isaccessibleinchunk", + "runtime.GetChunkFilenameRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isaccessibleinchunkgroup", + "runtime.GetChunkFilenameRuntimeModule.isEntryModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isentrymodule", + "runtime.GetChunkFilenameRuntimeModule.isInChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isinchunk", + "runtime.GetChunkFilenameRuntimeModule.isOptional": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isoptional", + "runtime.GetChunkFilenameRuntimeModule.isProvided": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-isprovided", + "runtime.GetChunkFilenameRuntimeModule.libIdent": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-libident", + "runtime.GetChunkFilenameRuntimeModule.nameForCondition": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-nameforcondition", + "runtime.GetChunkFilenameRuntimeModule.needBuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-needbuild", + "runtime.GetChunkFilenameRuntimeModule.needRebuild": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-needrebuild", + "runtime.GetChunkFilenameRuntimeModule.originalSource": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-originalsource", + "runtime.GetChunkFilenameRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-readableidentifier", + "runtime.GetChunkFilenameRuntimeModule.removeChunk": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-removechunk", + "runtime.GetChunkFilenameRuntimeModule.removeDependency": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-removedependency", + "runtime.GetChunkFilenameRuntimeModule.serialize": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-serialize", + "runtime.GetChunkFilenameRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-shouldisolate", + "runtime.GetChunkFilenameRuntimeModule.size": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-size", + "runtime.GetChunkFilenameRuntimeModule.source": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-source", + "runtime.GetChunkFilenameRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-updatecachemodule", + "runtime.GetChunkFilenameRuntimeModule.updateHash": "webpack/namespaces/runtime.html#getchunkfilenameruntimemodule-updatehash", "runtime.LoadScriptRuntimeModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule", - "runtime.LoadScriptRuntimeModule.constructor": "webpack/namespaces/runtime.html#loadscriptruntimemodule#constructor", - "runtime.LoadScriptRuntimeModule.constructor.LoadScriptRuntimeModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule#constructorloadscriptruntimemodule", - "runtime.LoadScriptRuntimeModule.blocks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#blocks", - "runtime.LoadScriptRuntimeModule.buildInfo": "webpack/namespaces/runtime.html#loadscriptruntimemodule#buildinfo", - "runtime.LoadScriptRuntimeModule.buildMeta": "webpack/namespaces/runtime.html#loadscriptruntimemodule#buildmeta", - "runtime.LoadScriptRuntimeModule.chunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunk", - "runtime.LoadScriptRuntimeModule.chunkGraph": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunkgraph", - "runtime.LoadScriptRuntimeModule.chunksIterable": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunksiterable", - "runtime.LoadScriptRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunksiterablechunksiterable", - "runtime.LoadScriptRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#codegenerationdependencies", - "runtime.LoadScriptRuntimeModule.compilation": "webpack/namespaces/runtime.html#loadscriptruntimemodule#compilation", - "runtime.LoadScriptRuntimeModule.context": "webpack/namespaces/runtime.html#loadscriptruntimemodule#context", - "runtime.LoadScriptRuntimeModule.debugId": "webpack/namespaces/runtime.html#loadscriptruntimemodule#debugid", - "runtime.LoadScriptRuntimeModule.dependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#dependencies", - "runtime.LoadScriptRuntimeModule.dependentHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#dependenthash", - "runtime.LoadScriptRuntimeModule.depth": "webpack/namespaces/runtime.html#loadscriptruntimemodule#depth", - "runtime.LoadScriptRuntimeModule.errors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#errors", - "runtime.LoadScriptRuntimeModule.errors.errors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#errorserrors", - "runtime.LoadScriptRuntimeModule.exportsArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#exportsargument", - "runtime.LoadScriptRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#exportsargumentexportsargument", - "runtime.LoadScriptRuntimeModule.factoryMeta": "webpack/namespaces/runtime.html#loadscriptruntimemodule#factorymeta", - "runtime.LoadScriptRuntimeModule.fullHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#fullhash", - "runtime.LoadScriptRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasequalschunks", - "runtime.LoadScriptRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasequalschunkshasequalschunks", - "runtime.LoadScriptRuntimeModule.hash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hash", - "runtime.LoadScriptRuntimeModule.hash.hash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hashhash", - "runtime.LoadScriptRuntimeModule.hot": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hot", - "runtime.LoadScriptRuntimeModule.id": "webpack/namespaces/runtime.html#loadscriptruntimemodule#id", - "runtime.LoadScriptRuntimeModule.index": "webpack/namespaces/runtime.html#loadscriptruntimemodule#index", - "runtime.LoadScriptRuntimeModule.index2": "webpack/namespaces/runtime.html#loadscriptruntimemodule#index2", - "runtime.LoadScriptRuntimeModule.issuer": "webpack/namespaces/runtime.html#loadscriptruntimemodule#issuer", - "runtime.LoadScriptRuntimeModule.isUsed": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isused", - "runtime.LoadScriptRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isusedisused", - "runtime.LoadScriptRuntimeModule.layer": "webpack/namespaces/runtime.html#loadscriptruntimemodule#layer", - "runtime.LoadScriptRuntimeModule.moduleArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#moduleargument", - "runtime.LoadScriptRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule#moduleargumentmoduleargument", - "runtime.LoadScriptRuntimeModule.name": "webpack/namespaces/runtime.html#loadscriptruntimemodule#name", - "runtime.LoadScriptRuntimeModule.needId": "webpack/namespaces/runtime.html#loadscriptruntimemodule#needid", - "runtime.LoadScriptRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optimizationbailout", - "runtime.LoadScriptRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optimizationbailoutoptimizationbailout", - "runtime.LoadScriptRuntimeModule.optional": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optional", - "runtime.LoadScriptRuntimeModule.optional.optional": "webpack/namespaces/runtime.html#loadscriptruntimemodule#optionaloptional", - "runtime.LoadScriptRuntimeModule.parent": "webpack/namespaces/runtime.html#loadscriptruntimemodule#parent", - "runtime.LoadScriptRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#presentationaldependencies", - "runtime.LoadScriptRuntimeModule.profile": "webpack/namespaces/runtime.html#loadscriptruntimemodule#profile", - "runtime.LoadScriptRuntimeModule.renderedHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#renderedhash", - "runtime.LoadScriptRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#renderedhashrenderedhash", - "runtime.LoadScriptRuntimeModule.resolveOptions": "webpack/namespaces/runtime.html#loadscriptruntimemodule#resolveoptions", - "runtime.LoadScriptRuntimeModule.stage": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage", - "runtime.LoadScriptRuntimeModule.type": "webpack/namespaces/runtime.html#loadscriptruntimemodule#type", - "runtime.LoadScriptRuntimeModule.used": "webpack/namespaces/runtime.html#loadscriptruntimemodule#used", - "runtime.LoadScriptRuntimeModule.usedExports": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usedexports", - "runtime.LoadScriptRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usedexportsusedexports", - "runtime.LoadScriptRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usesimplesourcemap", - "runtime.LoadScriptRuntimeModule.useSourceMap": "webpack/namespaces/runtime.html#loadscriptruntimemodule#usesourcemap", - "runtime.LoadScriptRuntimeModule.warnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#warnings", - "runtime.LoadScriptRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#warningswarnings", - "runtime.LoadScriptRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-attach", - "runtime.LoadScriptRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-basic", - "runtime.LoadScriptRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-normal", - "runtime.LoadScriptRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.html#loadscriptruntimemodule#stage-trigger", - "runtime.LoadScriptRuntimeModule.addBlock": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addblock", - "runtime.LoadScriptRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addcachedependencies", - "runtime.LoadScriptRuntimeModule.addChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addchunk", - "runtime.LoadScriptRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addcodegenerationdependency", - "runtime.LoadScriptRuntimeModule.addDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#adddependency", - "runtime.LoadScriptRuntimeModule.addError": "webpack/namespaces/runtime.html#loadscriptruntimemodule#adderror", - "runtime.LoadScriptRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addpresentationaldependency", - "runtime.LoadScriptRuntimeModule.addWarning": "webpack/namespaces/runtime.html#loadscriptruntimemodule#addwarning", - "runtime.LoadScriptRuntimeModule.attach": "webpack/namespaces/runtime.html#loadscriptruntimemodule#attach", - "runtime.LoadScriptRuntimeModule.build": "webpack/namespaces/runtime.html#loadscriptruntimemodule#build", - "runtime.LoadScriptRuntimeModule.chunkCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule#chunkcondition", - "runtime.LoadScriptRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.html#loadscriptruntimemodule#cleanupforcache", - "runtime.LoadScriptRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#cleardependenciesandblocks", - "runtime.LoadScriptRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#clearwarningsanderrors", - "runtime.LoadScriptRuntimeModule.codeGeneration": "webpack/namespaces/runtime.html#loadscriptruntimemodule#codegeneration", - "runtime.LoadScriptRuntimeModule.deserialize": "webpack/namespaces/runtime.html#loadscriptruntimemodule#deserialize", - "runtime.LoadScriptRuntimeModule.generate": "webpack/namespaces/runtime.html#loadscriptruntimemodule#generate", - "runtime.LoadScriptRuntimeModule.getChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getchunks", - "runtime.LoadScriptRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getconcatenationbailoutreason", - "runtime.LoadScriptRuntimeModule.getErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#geterrors", - "runtime.LoadScriptRuntimeModule.getExportsType": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getexportstype", - "runtime.LoadScriptRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getgeneratedcode", - "runtime.LoadScriptRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getnumberofchunks", - "runtime.LoadScriptRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getnumberoferrors", - "runtime.LoadScriptRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getnumberofwarnings", - "runtime.LoadScriptRuntimeModule.getRootBlock": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getrootblock", - "runtime.LoadScriptRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getsideeffectsconnectionstate", - "runtime.LoadScriptRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getsourcebasictypes-1", - "runtime.LoadScriptRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getsourcetypes", - "runtime.LoadScriptRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getunsafecachedata", - "runtime.LoadScriptRuntimeModule.getWarnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getwarnings", - "runtime.LoadScriptRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule#haschunkcondition", - "runtime.LoadScriptRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasreasonforchunk", - "runtime.LoadScriptRuntimeModule.hasReasons": "webpack/namespaces/runtime.html#loadscriptruntimemodule#hasreasons", - "runtime.LoadScriptRuntimeModule.identifier": "webpack/namespaces/runtime.html#loadscriptruntimemodule#identifier", - "runtime.LoadScriptRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule#invalidatebuild", - "runtime.LoadScriptRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isaccessibleinchunk", - "runtime.LoadScriptRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isaccessibleinchunkgroup", - "runtime.LoadScriptRuntimeModule.isEntryModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isentrymodule", - "runtime.LoadScriptRuntimeModule.isInChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isinchunk", - "runtime.LoadScriptRuntimeModule.isOptional": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isoptional", - "runtime.LoadScriptRuntimeModule.isProvided": "webpack/namespaces/runtime.html#loadscriptruntimemodule#isprovided", - "runtime.LoadScriptRuntimeModule.libIdent": "webpack/namespaces/runtime.html#loadscriptruntimemodule#libident", - "runtime.LoadScriptRuntimeModule.nameForCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule#nameforcondition", - "runtime.LoadScriptRuntimeModule.needBuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule#needbuild", - "runtime.LoadScriptRuntimeModule.needRebuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule#needrebuild", - "runtime.LoadScriptRuntimeModule.originalSource": "webpack/namespaces/runtime.html#loadscriptruntimemodule#originalsource", - "runtime.LoadScriptRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.html#loadscriptruntimemodule#readableidentifier", - "runtime.LoadScriptRuntimeModule.removeChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule#removechunk", - "runtime.LoadScriptRuntimeModule.removeDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule#removedependency", - "runtime.LoadScriptRuntimeModule.serialize": "webpack/namespaces/runtime.html#loadscriptruntimemodule#serialize", - "runtime.LoadScriptRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.html#loadscriptruntimemodule#shouldisolate", - "runtime.LoadScriptRuntimeModule.size": "webpack/namespaces/runtime.html#loadscriptruntimemodule#size", - "runtime.LoadScriptRuntimeModule.source": "webpack/namespaces/runtime.html#loadscriptruntimemodule#source", - "runtime.LoadScriptRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule#updatecachemodule", - "runtime.LoadScriptRuntimeModule.updateHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule#updatehash", - "runtime.LoadScriptRuntimeModule.getCompilationHooks": "webpack/namespaces/runtime.html#loadscriptruntimemodule#getcompilationhooks", + "runtime.LoadScriptRuntimeModule.constructor": "webpack/namespaces/runtime.html#loadscriptruntimemodule-constructor", + "runtime.LoadScriptRuntimeModule.constructor.LoadScriptRuntimeModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule-constructor-loadscriptruntimemodule", + "runtime.LoadScriptRuntimeModule.blocks": "webpack/namespaces/runtime.html#loadscriptruntimemodule-blocks", + "runtime.LoadScriptRuntimeModule.buildInfo": "webpack/namespaces/runtime.html#loadscriptruntimemodule-buildinfo", + "runtime.LoadScriptRuntimeModule.buildMeta": "webpack/namespaces/runtime.html#loadscriptruntimemodule-buildmeta", + "runtime.LoadScriptRuntimeModule.chunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule-chunk", + "runtime.LoadScriptRuntimeModule.chunkGraph": "webpack/namespaces/runtime.html#loadscriptruntimemodule-chunkgraph", + "runtime.LoadScriptRuntimeModule.chunksIterable": "webpack/namespaces/runtime.html#loadscriptruntimemodule-chunksiterable", + "runtime.LoadScriptRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/runtime.html#loadscriptruntimemodule-chunksiterable-chunksiterable", + "runtime.LoadScriptRuntimeModule.codeGenerationDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule-codegenerationdependencies", + "runtime.LoadScriptRuntimeModule.compilation": "webpack/namespaces/runtime.html#loadscriptruntimemodule-compilation", + "runtime.LoadScriptRuntimeModule.context": "webpack/namespaces/runtime.html#loadscriptruntimemodule-context", + "runtime.LoadScriptRuntimeModule.debugId": "webpack/namespaces/runtime.html#loadscriptruntimemodule-debugid", + "runtime.LoadScriptRuntimeModule.dependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule-dependencies", + "runtime.LoadScriptRuntimeModule.dependentHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule-dependenthash", + "runtime.LoadScriptRuntimeModule.depth": "webpack/namespaces/runtime.html#loadscriptruntimemodule-depth", + "runtime.LoadScriptRuntimeModule.errors": "webpack/namespaces/runtime.html#loadscriptruntimemodule-errors", + "runtime.LoadScriptRuntimeModule.errors.errors": "webpack/namespaces/runtime.html#loadscriptruntimemodule-errors-errors", + "runtime.LoadScriptRuntimeModule.exportsArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule-exportsargument", + "runtime.LoadScriptRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule-exportsargument-exportsargument", + "runtime.LoadScriptRuntimeModule.factoryMeta": "webpack/namespaces/runtime.html#loadscriptruntimemodule-factorymeta", + "runtime.LoadScriptRuntimeModule.fullHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule-fullhash", + "runtime.LoadScriptRuntimeModule.hasEqualsChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule-hasequalschunks", + "runtime.LoadScriptRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule-hasequalschunks-hasequalschunks", + "runtime.LoadScriptRuntimeModule.hash": "webpack/namespaces/runtime.html#loadscriptruntimemodule-hash", + "runtime.LoadScriptRuntimeModule.hash.hash": "webpack/namespaces/runtime.html#loadscriptruntimemodule-hash-hash", + "runtime.LoadScriptRuntimeModule.hot": "webpack/namespaces/runtime.html#loadscriptruntimemodule-hot", + "runtime.LoadScriptRuntimeModule.id": "webpack/namespaces/runtime.html#loadscriptruntimemodule-id", + "runtime.LoadScriptRuntimeModule.index": "webpack/namespaces/runtime.html#loadscriptruntimemodule-index", + "runtime.LoadScriptRuntimeModule.index2": "webpack/namespaces/runtime.html#loadscriptruntimemodule-index2", + "runtime.LoadScriptRuntimeModule.issuer": "webpack/namespaces/runtime.html#loadscriptruntimemodule-issuer", + "runtime.LoadScriptRuntimeModule.isUsed": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isused", + "runtime.LoadScriptRuntimeModule.isUsed.isUsed": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isused-isused", + "runtime.LoadScriptRuntimeModule.layer": "webpack/namespaces/runtime.html#loadscriptruntimemodule-layer", + "runtime.LoadScriptRuntimeModule.moduleArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule-moduleargument", + "runtime.LoadScriptRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/runtime.html#loadscriptruntimemodule-moduleargument-moduleargument", + "runtime.LoadScriptRuntimeModule.name": "webpack/namespaces/runtime.html#loadscriptruntimemodule-name", + "runtime.LoadScriptRuntimeModule.needId": "webpack/namespaces/runtime.html#loadscriptruntimemodule-needid", + "runtime.LoadScriptRuntimeModule.optimizationBailout": "webpack/namespaces/runtime.html#loadscriptruntimemodule-optimizationbailout", + "runtime.LoadScriptRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/runtime.html#loadscriptruntimemodule-optimizationbailout-optimizationbailout", + "runtime.LoadScriptRuntimeModule.optional": "webpack/namespaces/runtime.html#loadscriptruntimemodule-optional", + "runtime.LoadScriptRuntimeModule.optional.optional": "webpack/namespaces/runtime.html#loadscriptruntimemodule-optional-optional", + "runtime.LoadScriptRuntimeModule.parent": "webpack/namespaces/runtime.html#loadscriptruntimemodule-parent", + "runtime.LoadScriptRuntimeModule.presentationalDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule-presentationaldependencies", + "runtime.LoadScriptRuntimeModule.profile": "webpack/namespaces/runtime.html#loadscriptruntimemodule-profile", + "runtime.LoadScriptRuntimeModule.renderedHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule-renderedhash", + "runtime.LoadScriptRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule-renderedhash-renderedhash", + "runtime.LoadScriptRuntimeModule.resolveOptions": "webpack/namespaces/runtime.html#loadscriptruntimemodule-resolveoptions", + "runtime.LoadScriptRuntimeModule.stage": "webpack/namespaces/runtime.html#loadscriptruntimemodule-stage", + "runtime.LoadScriptRuntimeModule.type": "webpack/namespaces/runtime.html#loadscriptruntimemodule-type", + "runtime.LoadScriptRuntimeModule.used": "webpack/namespaces/runtime.html#loadscriptruntimemodule-used", + "runtime.LoadScriptRuntimeModule.usedExports": "webpack/namespaces/runtime.html#loadscriptruntimemodule-usedexports", + "runtime.LoadScriptRuntimeModule.usedExports.usedExports": "webpack/namespaces/runtime.html#loadscriptruntimemodule-usedexports-usedexports", + "runtime.LoadScriptRuntimeModule.useSimpleSourceMap": "webpack/namespaces/runtime.html#loadscriptruntimemodule-usesimplesourcemap", + "runtime.LoadScriptRuntimeModule.useSourceMap": "webpack/namespaces/runtime.html#loadscriptruntimemodule-usesourcemap", + "runtime.LoadScriptRuntimeModule.warnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule-warnings", + "runtime.LoadScriptRuntimeModule.warnings.warnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule-warnings-warnings", + "runtime.LoadScriptRuntimeModule.STAGE_ATTACH": "webpack/namespaces/runtime.html#loadscriptruntimemodule-stage_attach", + "runtime.LoadScriptRuntimeModule.STAGE_BASIC": "webpack/namespaces/runtime.html#loadscriptruntimemodule-stage_basic", + "runtime.LoadScriptRuntimeModule.STAGE_NORMAL": "webpack/namespaces/runtime.html#loadscriptruntimemodule-stage_normal", + "runtime.LoadScriptRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/runtime.html#loadscriptruntimemodule-stage_trigger", + "runtime.LoadScriptRuntimeModule.addBlock": "webpack/namespaces/runtime.html#loadscriptruntimemodule-addblock", + "runtime.LoadScriptRuntimeModule.addCacheDependencies": "webpack/namespaces/runtime.html#loadscriptruntimemodule-addcachedependencies", + "runtime.LoadScriptRuntimeModule.addChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule-addchunk", + "runtime.LoadScriptRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule-addcodegenerationdependency", + "runtime.LoadScriptRuntimeModule.addDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule-adddependency", + "runtime.LoadScriptRuntimeModule.addError": "webpack/namespaces/runtime.html#loadscriptruntimemodule-adderror", + "runtime.LoadScriptRuntimeModule.addPresentationalDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule-addpresentationaldependency", + "runtime.LoadScriptRuntimeModule.addWarning": "webpack/namespaces/runtime.html#loadscriptruntimemodule-addwarning", + "runtime.LoadScriptRuntimeModule.attach": "webpack/namespaces/runtime.html#loadscriptruntimemodule-attach", + "runtime.LoadScriptRuntimeModule.build": "webpack/namespaces/runtime.html#loadscriptruntimemodule-build", + "runtime.LoadScriptRuntimeModule.chunkCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule-chunkcondition", + "runtime.LoadScriptRuntimeModule.cleanupForCache": "webpack/namespaces/runtime.html#loadscriptruntimemodule-cleanupforcache", + "runtime.LoadScriptRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/runtime.html#loadscriptruntimemodule-cleardependenciesandblocks", + "runtime.LoadScriptRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule-clearwarningsanderrors", + "runtime.LoadScriptRuntimeModule.codeGeneration": "webpack/namespaces/runtime.html#loadscriptruntimemodule-codegeneration", + "runtime.LoadScriptRuntimeModule.deserialize": "webpack/namespaces/runtime.html#loadscriptruntimemodule-deserialize", + "runtime.LoadScriptRuntimeModule.generate": "webpack/namespaces/runtime.html#loadscriptruntimemodule-generate", + "runtime.LoadScriptRuntimeModule.getChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getchunks", + "runtime.LoadScriptRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getconcatenationbailoutreason", + "runtime.LoadScriptRuntimeModule.getErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule-geterrors", + "runtime.LoadScriptRuntimeModule.getExportsType": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getexportstype", + "runtime.LoadScriptRuntimeModule.getGeneratedCode": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getgeneratedcode", + "runtime.LoadScriptRuntimeModule.getNumberOfChunks": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getnumberofchunks", + "runtime.LoadScriptRuntimeModule.getNumberOfErrors": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getnumberoferrors", + "runtime.LoadScriptRuntimeModule.getNumberOfWarnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getnumberofwarnings", + "runtime.LoadScriptRuntimeModule.getRootBlock": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getrootblock", + "runtime.LoadScriptRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getsideeffectsconnectionstate", + "runtime.LoadScriptRuntimeModule.getSourceBasicTypes": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getsourcebasictypes", + "runtime.LoadScriptRuntimeModule.getSourceTypes": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getsourcetypes", + "runtime.LoadScriptRuntimeModule.getUnsafeCacheData": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getunsafecachedata", + "runtime.LoadScriptRuntimeModule.getWarnings": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getwarnings", + "runtime.LoadScriptRuntimeModule.hasChunkCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule-haschunkcondition", + "runtime.LoadScriptRuntimeModule.hasReasonForChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule-hasreasonforchunk", + "runtime.LoadScriptRuntimeModule.hasReasons": "webpack/namespaces/runtime.html#loadscriptruntimemodule-hasreasons", + "runtime.LoadScriptRuntimeModule.identifier": "webpack/namespaces/runtime.html#loadscriptruntimemodule-identifier", + "runtime.LoadScriptRuntimeModule.invalidateBuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule-invalidatebuild", + "runtime.LoadScriptRuntimeModule.isAccessibleInChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isaccessibleinchunk", + "runtime.LoadScriptRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isaccessibleinchunkgroup", + "runtime.LoadScriptRuntimeModule.isEntryModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isentrymodule", + "runtime.LoadScriptRuntimeModule.isInChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isinchunk", + "runtime.LoadScriptRuntimeModule.isOptional": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isoptional", + "runtime.LoadScriptRuntimeModule.isProvided": "webpack/namespaces/runtime.html#loadscriptruntimemodule-isprovided", + "runtime.LoadScriptRuntimeModule.libIdent": "webpack/namespaces/runtime.html#loadscriptruntimemodule-libident", + "runtime.LoadScriptRuntimeModule.nameForCondition": "webpack/namespaces/runtime.html#loadscriptruntimemodule-nameforcondition", + "runtime.LoadScriptRuntimeModule.needBuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule-needbuild", + "runtime.LoadScriptRuntimeModule.needRebuild": "webpack/namespaces/runtime.html#loadscriptruntimemodule-needrebuild", + "runtime.LoadScriptRuntimeModule.originalSource": "webpack/namespaces/runtime.html#loadscriptruntimemodule-originalsource", + "runtime.LoadScriptRuntimeModule.readableIdentifier": "webpack/namespaces/runtime.html#loadscriptruntimemodule-readableidentifier", + "runtime.LoadScriptRuntimeModule.removeChunk": "webpack/namespaces/runtime.html#loadscriptruntimemodule-removechunk", + "runtime.LoadScriptRuntimeModule.removeDependency": "webpack/namespaces/runtime.html#loadscriptruntimemodule-removedependency", + "runtime.LoadScriptRuntimeModule.serialize": "webpack/namespaces/runtime.html#loadscriptruntimemodule-serialize", + "runtime.LoadScriptRuntimeModule.shouldIsolate": "webpack/namespaces/runtime.html#loadscriptruntimemodule-shouldisolate", + "runtime.LoadScriptRuntimeModule.size": "webpack/namespaces/runtime.html#loadscriptruntimemodule-size", + "runtime.LoadScriptRuntimeModule.source": "webpack/namespaces/runtime.html#loadscriptruntimemodule-source", + "runtime.LoadScriptRuntimeModule.updateCacheModule": "webpack/namespaces/runtime.html#loadscriptruntimemodule-updatecachemodule", + "runtime.LoadScriptRuntimeModule.updateHash": "webpack/namespaces/runtime.html#loadscriptruntimemodule-updatehash", + "runtime.LoadScriptRuntimeModule.getCompilationHooks": "webpack/namespaces/runtime.html#loadscriptruntimemodule-getcompilationhooks", "RuntimeGlobals": "webpack/namespaces/RuntimeGlobals.html", "RuntimeGlobals.amdDefine": "webpack/namespaces/RuntimeGlobals.html#amddefine", "RuntimeGlobals.amdOptions": "webpack/namespaces/RuntimeGlobals.html#amdoptions", @@ -1079,2655 +1079,2655 @@ "RuntimeGlobals.wasmInstances": "webpack/namespaces/RuntimeGlobals.html#wasminstances", "sharing": "webpack/namespaces/sharing.html", "sharing.ConsumeSharedPlugin": "webpack/namespaces/sharing.html#consumesharedplugin", - "sharing.ConsumeSharedPlugin.constructor": "webpack/namespaces/sharing.html#consumesharedplugin#constructor", - "sharing.ConsumeSharedPlugin.constructor.ConsumeSharedPlugin": "webpack/namespaces/sharing.html#consumesharedplugin#constructorconsumesharedplugin", - "sharing.ConsumeSharedPlugin.options": "webpack/namespaces/sharing.html#consumesharedplugin#options", - "sharing.ConsumeSharedPlugin.apply": "webpack/namespaces/sharing.html#consumesharedplugin#apply", + "sharing.ConsumeSharedPlugin.constructor": "webpack/namespaces/sharing.html#consumesharedplugin-constructor", + "sharing.ConsumeSharedPlugin.constructor.ConsumeSharedPlugin": "webpack/namespaces/sharing.html#consumesharedplugin-constructor-consumesharedplugin", + "sharing.ConsumeSharedPlugin.options": "webpack/namespaces/sharing.html#consumesharedplugin-options", + "sharing.ConsumeSharedPlugin.apply": "webpack/namespaces/sharing.html#consumesharedplugin-apply", "sharing.ProvideSharedPlugin": "webpack/namespaces/sharing.html#providesharedplugin", - "sharing.ProvideSharedPlugin.constructor": "webpack/namespaces/sharing.html#providesharedplugin#constructor", - "sharing.ProvideSharedPlugin.constructor.ProvideSharedPlugin": "webpack/namespaces/sharing.html#providesharedplugin#constructorprovidesharedplugin", - "sharing.ProvideSharedPlugin.options": "webpack/namespaces/sharing.html#providesharedplugin#options", - "sharing.ProvideSharedPlugin.apply": "webpack/namespaces/sharing.html#providesharedplugin#apply", + "sharing.ProvideSharedPlugin.constructor": "webpack/namespaces/sharing.html#providesharedplugin-constructor", + "sharing.ProvideSharedPlugin.constructor.ProvideSharedPlugin": "webpack/namespaces/sharing.html#providesharedplugin-constructor-providesharedplugin", + "sharing.ProvideSharedPlugin.options": "webpack/namespaces/sharing.html#providesharedplugin-options", + "sharing.ProvideSharedPlugin.apply": "webpack/namespaces/sharing.html#providesharedplugin-apply", "sharing.SharePlugin": "webpack/namespaces/sharing.html#shareplugin", - "sharing.SharePlugin.constructor": "webpack/namespaces/sharing.html#shareplugin#constructor", - "sharing.SharePlugin.constructor.SharePlugin": "webpack/namespaces/sharing.html#shareplugin#constructorshareplugin", - "sharing.SharePlugin.apply": "webpack/namespaces/sharing.html#shareplugin#apply", + "sharing.SharePlugin.constructor": "webpack/namespaces/sharing.html#shareplugin-constructor", + "sharing.SharePlugin.constructor.SharePlugin": "webpack/namespaces/sharing.html#shareplugin-constructor-shareplugin", + "sharing.SharePlugin.apply": "webpack/namespaces/sharing.html#shareplugin-apply", "sharing.scope": "webpack/namespaces/sharing.html#scope", - "sharing.scope.__type.__type": "webpack/namespaces/sharing.html#scope#type", - "sharing.scope.__type.__type.T": "webpack/namespaces/sharing.html#scope#typet", + "sharing.scope.__type.__type": "webpack/namespaces/sharing.html#scope-__type-__type", + "sharing.scope.__type.__type.T": "webpack/namespaces/sharing.html#scope-__type-__type-t", "sources": "webpack/namespaces/sources.html", "sources.CachedSource": "webpack/namespaces/sources.html#cachedsource", - "sources.CachedSource.constructor": "webpack/namespaces/sources.html#cachedsource#constructor", - "sources.CachedSource.constructor.CachedSource": "webpack/namespaces/sources.html#cachedsource#constructorcachedsource", - "sources.CachedSource.buffer": "webpack/namespaces/sources.html#cachedsource#buffer", - "sources.CachedSource.getCachedData": "webpack/namespaces/sources.html#cachedsource#getcacheddata", - "sources.CachedSource.map": "webpack/namespaces/sources.html#cachedsource#map", - "sources.CachedSource.original": "webpack/namespaces/sources.html#cachedsource#original", - "sources.CachedSource.originalLazy": "webpack/namespaces/sources.html#cachedsource#originallazy", - "sources.CachedSource.size": "webpack/namespaces/sources.html#cachedsource#size", - "sources.CachedSource.source": "webpack/namespaces/sources.html#cachedsource#source", - "sources.CachedSource.sourceAndMap": "webpack/namespaces/sources.html#cachedsource#sourceandmap", - "sources.CachedSource.streamChunks": "webpack/namespaces/sources.html#cachedsource#streamchunks", - "sources.CachedSource.updateHash": "webpack/namespaces/sources.html#cachedsource#updatehash", + "sources.CachedSource.constructor": "webpack/namespaces/sources.html#cachedsource-constructor", + "sources.CachedSource.constructor.CachedSource": "webpack/namespaces/sources.html#cachedsource-constructor-cachedsource", + "sources.CachedSource.buffer": "webpack/namespaces/sources.html#cachedsource-buffer", + "sources.CachedSource.getCachedData": "webpack/namespaces/sources.html#cachedsource-getcacheddata", + "sources.CachedSource.map": "webpack/namespaces/sources.html#cachedsource-map", + "sources.CachedSource.original": "webpack/namespaces/sources.html#cachedsource-original", + "sources.CachedSource.originalLazy": "webpack/namespaces/sources.html#cachedsource-originallazy", + "sources.CachedSource.size": "webpack/namespaces/sources.html#cachedsource-size", + "sources.CachedSource.source": "webpack/namespaces/sources.html#cachedsource-source", + "sources.CachedSource.sourceAndMap": "webpack/namespaces/sources.html#cachedsource-sourceandmap", + "sources.CachedSource.streamChunks": "webpack/namespaces/sources.html#cachedsource-streamchunks", + "sources.CachedSource.updateHash": "webpack/namespaces/sources.html#cachedsource-updatehash", "sources.CompatSource": "webpack/namespaces/sources.html#compatsource", - "sources.CompatSource.constructor": "webpack/namespaces/sources.html#compatsource#constructor", - "sources.CompatSource.constructor.CompatSource": "webpack/namespaces/sources.html#compatsource#constructorcompatsource", - "sources.CompatSource.buffer": "webpack/namespaces/sources.html#compatsource#buffer", - "sources.CompatSource.map": "webpack/namespaces/sources.html#compatsource#map", - "sources.CompatSource.size": "webpack/namespaces/sources.html#compatsource#size", - "sources.CompatSource.source": "webpack/namespaces/sources.html#compatsource#source", - "sources.CompatSource.sourceAndMap": "webpack/namespaces/sources.html#compatsource#sourceandmap", - "sources.CompatSource.updateHash": "webpack/namespaces/sources.html#compatsource#updatehash", - "sources.CompatSource.from": "webpack/namespaces/sources.html#compatsource#from", + "sources.CompatSource.constructor": "webpack/namespaces/sources.html#compatsource-constructor", + "sources.CompatSource.constructor.CompatSource": "webpack/namespaces/sources.html#compatsource-constructor-compatsource", + "sources.CompatSource.buffer": "webpack/namespaces/sources.html#compatsource-buffer", + "sources.CompatSource.map": "webpack/namespaces/sources.html#compatsource-map", + "sources.CompatSource.size": "webpack/namespaces/sources.html#compatsource-size", + "sources.CompatSource.source": "webpack/namespaces/sources.html#compatsource-source", + "sources.CompatSource.sourceAndMap": "webpack/namespaces/sources.html#compatsource-sourceandmap", + "sources.CompatSource.updateHash": "webpack/namespaces/sources.html#compatsource-updatehash", + "sources.CompatSource.from": "webpack/namespaces/sources.html#compatsource-from", "sources.ConcatSource": "webpack/namespaces/sources.html#concatsource", - "sources.ConcatSource.constructor": "webpack/namespaces/sources.html#concatsource#constructor", - "sources.ConcatSource.constructor.ConcatSource": "webpack/namespaces/sources.html#concatsource#constructorconcatsource", - "sources.ConcatSource.add": "webpack/namespaces/sources.html#concatsource#add", - "sources.ConcatSource.addAllSkipOptimizing": "webpack/namespaces/sources.html#concatsource#addallskipoptimizing", - "sources.ConcatSource.buffer": "webpack/namespaces/sources.html#concatsource#buffer", - "sources.ConcatSource.getChildren": "webpack/namespaces/sources.html#concatsource#getchildren", - "sources.ConcatSource.map": "webpack/namespaces/sources.html#concatsource#map", - "sources.ConcatSource.size": "webpack/namespaces/sources.html#concatsource#size", - "sources.ConcatSource.source": "webpack/namespaces/sources.html#concatsource#source", - "sources.ConcatSource.sourceAndMap": "webpack/namespaces/sources.html#concatsource#sourceandmap", - "sources.ConcatSource.streamChunks": "webpack/namespaces/sources.html#concatsource#streamchunks", - "sources.ConcatSource.updateHash": "webpack/namespaces/sources.html#concatsource#updatehash", + "sources.ConcatSource.constructor": "webpack/namespaces/sources.html#concatsource-constructor", + "sources.ConcatSource.constructor.ConcatSource": "webpack/namespaces/sources.html#concatsource-constructor-concatsource", + "sources.ConcatSource.add": "webpack/namespaces/sources.html#concatsource-add", + "sources.ConcatSource.addAllSkipOptimizing": "webpack/namespaces/sources.html#concatsource-addallskipoptimizing", + "sources.ConcatSource.buffer": "webpack/namespaces/sources.html#concatsource-buffer", + "sources.ConcatSource.getChildren": "webpack/namespaces/sources.html#concatsource-getchildren", + "sources.ConcatSource.map": "webpack/namespaces/sources.html#concatsource-map", + "sources.ConcatSource.size": "webpack/namespaces/sources.html#concatsource-size", + "sources.ConcatSource.source": "webpack/namespaces/sources.html#concatsource-source", + "sources.ConcatSource.sourceAndMap": "webpack/namespaces/sources.html#concatsource-sourceandmap", + "sources.ConcatSource.streamChunks": "webpack/namespaces/sources.html#concatsource-streamchunks", + "sources.ConcatSource.updateHash": "webpack/namespaces/sources.html#concatsource-updatehash", "sources.OriginalSource": "webpack/namespaces/sources.html#originalsource", - "sources.OriginalSource.constructor": "webpack/namespaces/sources.html#originalsource#constructor", - "sources.OriginalSource.constructor.OriginalSource": "webpack/namespaces/sources.html#originalsource#constructororiginalsource", - "sources.OriginalSource.buffer": "webpack/namespaces/sources.html#originalsource#buffer", - "sources.OriginalSource.getName": "webpack/namespaces/sources.html#originalsource#getname", - "sources.OriginalSource.map": "webpack/namespaces/sources.html#originalsource#map", - "sources.OriginalSource.size": "webpack/namespaces/sources.html#originalsource#size", - "sources.OriginalSource.source": "webpack/namespaces/sources.html#originalsource#source", - "sources.OriginalSource.sourceAndMap": "webpack/namespaces/sources.html#originalsource#sourceandmap", - "sources.OriginalSource.streamChunks": "webpack/namespaces/sources.html#originalsource#streamchunks", - "sources.OriginalSource.updateHash": "webpack/namespaces/sources.html#originalsource#updatehash", + "sources.OriginalSource.constructor": "webpack/namespaces/sources.html#originalsource-constructor", + "sources.OriginalSource.constructor.OriginalSource": "webpack/namespaces/sources.html#originalsource-constructor-originalsource", + "sources.OriginalSource.buffer": "webpack/namespaces/sources.html#originalsource-buffer", + "sources.OriginalSource.getName": "webpack/namespaces/sources.html#originalsource-getname", + "sources.OriginalSource.map": "webpack/namespaces/sources.html#originalsource-map", + "sources.OriginalSource.size": "webpack/namespaces/sources.html#originalsource-size", + "sources.OriginalSource.source": "webpack/namespaces/sources.html#originalsource-source", + "sources.OriginalSource.sourceAndMap": "webpack/namespaces/sources.html#originalsource-sourceandmap", + "sources.OriginalSource.streamChunks": "webpack/namespaces/sources.html#originalsource-streamchunks", + "sources.OriginalSource.updateHash": "webpack/namespaces/sources.html#originalsource-updatehash", "sources.PrefixSource": "webpack/namespaces/sources.html#prefixsource", - "sources.PrefixSource.constructor": "webpack/namespaces/sources.html#prefixsource#constructor", - "sources.PrefixSource.constructor.PrefixSource": "webpack/namespaces/sources.html#prefixsource#constructorprefixsource", - "sources.PrefixSource.buffer": "webpack/namespaces/sources.html#prefixsource#buffer", - "sources.PrefixSource.getPrefix": "webpack/namespaces/sources.html#prefixsource#getprefix", - "sources.PrefixSource.map": "webpack/namespaces/sources.html#prefixsource#map", - "sources.PrefixSource.original": "webpack/namespaces/sources.html#prefixsource#original", - "sources.PrefixSource.size": "webpack/namespaces/sources.html#prefixsource#size", - "sources.PrefixSource.source": "webpack/namespaces/sources.html#prefixsource#source", - "sources.PrefixSource.sourceAndMap": "webpack/namespaces/sources.html#prefixsource#sourceandmap", - "sources.PrefixSource.streamChunks": "webpack/namespaces/sources.html#prefixsource#streamchunks", - "sources.PrefixSource.updateHash": "webpack/namespaces/sources.html#prefixsource#updatehash", + "sources.PrefixSource.constructor": "webpack/namespaces/sources.html#prefixsource-constructor", + "sources.PrefixSource.constructor.PrefixSource": "webpack/namespaces/sources.html#prefixsource-constructor-prefixsource", + "sources.PrefixSource.buffer": "webpack/namespaces/sources.html#prefixsource-buffer", + "sources.PrefixSource.getPrefix": "webpack/namespaces/sources.html#prefixsource-getprefix", + "sources.PrefixSource.map": "webpack/namespaces/sources.html#prefixsource-map", + "sources.PrefixSource.original": "webpack/namespaces/sources.html#prefixsource-original", + "sources.PrefixSource.size": "webpack/namespaces/sources.html#prefixsource-size", + "sources.PrefixSource.source": "webpack/namespaces/sources.html#prefixsource-source", + "sources.PrefixSource.sourceAndMap": "webpack/namespaces/sources.html#prefixsource-sourceandmap", + "sources.PrefixSource.streamChunks": "webpack/namespaces/sources.html#prefixsource-streamchunks", + "sources.PrefixSource.updateHash": "webpack/namespaces/sources.html#prefixsource-updatehash", "sources.RawSource": "webpack/namespaces/sources.html#rawsource", - "sources.RawSource.constructor": "webpack/namespaces/sources.html#rawsource#constructor", - "sources.RawSource.constructor.RawSource": "webpack/namespaces/sources.html#rawsource#constructorrawsource", - "sources.RawSource.buffer": "webpack/namespaces/sources.html#rawsource#buffer", - "sources.RawSource.isBuffer": "webpack/namespaces/sources.html#rawsource#isbuffer", - "sources.RawSource.map": "webpack/namespaces/sources.html#rawsource#map", - "sources.RawSource.size": "webpack/namespaces/sources.html#rawsource#size", - "sources.RawSource.source": "webpack/namespaces/sources.html#rawsource#source", - "sources.RawSource.sourceAndMap": "webpack/namespaces/sources.html#rawsource#sourceandmap", - "sources.RawSource.streamChunks": "webpack/namespaces/sources.html#rawsource#streamchunks", - "sources.RawSource.updateHash": "webpack/namespaces/sources.html#rawsource#updatehash", + "sources.RawSource.constructor": "webpack/namespaces/sources.html#rawsource-constructor", + "sources.RawSource.constructor.RawSource": "webpack/namespaces/sources.html#rawsource-constructor-rawsource", + "sources.RawSource.buffer": "webpack/namespaces/sources.html#rawsource-buffer", + "sources.RawSource.isBuffer": "webpack/namespaces/sources.html#rawsource-isbuffer", + "sources.RawSource.map": "webpack/namespaces/sources.html#rawsource-map", + "sources.RawSource.size": "webpack/namespaces/sources.html#rawsource-size", + "sources.RawSource.source": "webpack/namespaces/sources.html#rawsource-source", + "sources.RawSource.sourceAndMap": "webpack/namespaces/sources.html#rawsource-sourceandmap", + "sources.RawSource.streamChunks": "webpack/namespaces/sources.html#rawsource-streamchunks", + "sources.RawSource.updateHash": "webpack/namespaces/sources.html#rawsource-updatehash", "sources.ReplaceSource": "webpack/namespaces/sources.html#replacesource", - "sources.ReplaceSource.constructor": "webpack/namespaces/sources.html#replacesource#constructor", - "sources.ReplaceSource.constructor.ReplaceSource": "webpack/namespaces/sources.html#replacesource#constructorreplacesource", - "sources.ReplaceSource.Replacement": "webpack/namespaces/sources.html#replacesource#replacement", - "sources.ReplaceSource.buffer": "webpack/namespaces/sources.html#replacesource#buffer", - "sources.ReplaceSource.getName": "webpack/namespaces/sources.html#replacesource#getname", - "sources.ReplaceSource.getReplacements": "webpack/namespaces/sources.html#replacesource#getreplacements", - "sources.ReplaceSource.insert": "webpack/namespaces/sources.html#replacesource#insert", - "sources.ReplaceSource.map": "webpack/namespaces/sources.html#replacesource#map", - "sources.ReplaceSource.original": "webpack/namespaces/sources.html#replacesource#original", - "sources.ReplaceSource.replace": "webpack/namespaces/sources.html#replacesource#replace", - "sources.ReplaceSource.size": "webpack/namespaces/sources.html#replacesource#size", - "sources.ReplaceSource.source": "webpack/namespaces/sources.html#replacesource#source", - "sources.ReplaceSource.sourceAndMap": "webpack/namespaces/sources.html#replacesource#sourceandmap", - "sources.ReplaceSource.streamChunks": "webpack/namespaces/sources.html#replacesource#streamchunks", - "sources.ReplaceSource.updateHash": "webpack/namespaces/sources.html#replacesource#updatehash", + "sources.ReplaceSource.constructor": "webpack/namespaces/sources.html#replacesource-constructor", + "sources.ReplaceSource.constructor.ReplaceSource": "webpack/namespaces/sources.html#replacesource-constructor-replacesource", + "sources.ReplaceSource.Replacement": "webpack/namespaces/sources.html#replacesource-replacement", + "sources.ReplaceSource.buffer": "webpack/namespaces/sources.html#replacesource-buffer", + "sources.ReplaceSource.getName": "webpack/namespaces/sources.html#replacesource-getname", + "sources.ReplaceSource.getReplacements": "webpack/namespaces/sources.html#replacesource-getreplacements", + "sources.ReplaceSource.insert": "webpack/namespaces/sources.html#replacesource-insert", + "sources.ReplaceSource.map": "webpack/namespaces/sources.html#replacesource-map", + "sources.ReplaceSource.original": "webpack/namespaces/sources.html#replacesource-original", + "sources.ReplaceSource.replace": "webpack/namespaces/sources.html#replacesource-replace", + "sources.ReplaceSource.size": "webpack/namespaces/sources.html#replacesource-size", + "sources.ReplaceSource.source": "webpack/namespaces/sources.html#replacesource-source", + "sources.ReplaceSource.sourceAndMap": "webpack/namespaces/sources.html#replacesource-sourceandmap", + "sources.ReplaceSource.streamChunks": "webpack/namespaces/sources.html#replacesource-streamchunks", + "sources.ReplaceSource.updateHash": "webpack/namespaces/sources.html#replacesource-updatehash", "sources.SizeOnlySource": "webpack/namespaces/sources.html#sizeonlysource", - "sources.SizeOnlySource.constructor": "webpack/namespaces/sources.html#sizeonlysource#constructor", - "sources.SizeOnlySource.constructor.SizeOnlySource": "webpack/namespaces/sources.html#sizeonlysource#constructorsizeonlysource", - "sources.SizeOnlySource.buffer": "webpack/namespaces/sources.html#sizeonlysource#buffer", - "sources.SizeOnlySource.map": "webpack/namespaces/sources.html#sizeonlysource#map", - "sources.SizeOnlySource.size": "webpack/namespaces/sources.html#sizeonlysource#size", - "sources.SizeOnlySource.source": "webpack/namespaces/sources.html#sizeonlysource#source", - "sources.SizeOnlySource.sourceAndMap": "webpack/namespaces/sources.html#sizeonlysource#sourceandmap", - "sources.SizeOnlySource.updateHash": "webpack/namespaces/sources.html#sizeonlysource#updatehash", + "sources.SizeOnlySource.constructor": "webpack/namespaces/sources.html#sizeonlysource-constructor", + "sources.SizeOnlySource.constructor.SizeOnlySource": "webpack/namespaces/sources.html#sizeonlysource-constructor-sizeonlysource", + "sources.SizeOnlySource.buffer": "webpack/namespaces/sources.html#sizeonlysource-buffer", + "sources.SizeOnlySource.map": "webpack/namespaces/sources.html#sizeonlysource-map", + "sources.SizeOnlySource.size": "webpack/namespaces/sources.html#sizeonlysource-size", + "sources.SizeOnlySource.source": "webpack/namespaces/sources.html#sizeonlysource-source", + "sources.SizeOnlySource.sourceAndMap": "webpack/namespaces/sources.html#sizeonlysource-sourceandmap", + "sources.SizeOnlySource.updateHash": "webpack/namespaces/sources.html#sizeonlysource-updatehash", "sources.Source": "webpack/namespaces/sources.html#source", - "sources.Source.constructor": "webpack/namespaces/sources.html#source#constructor", - "sources.Source.constructor.Source": "webpack/namespaces/sources.html#source#constructorsource", - "sources.Source.buffer": "webpack/namespaces/sources.html#source#buffer", - "sources.Source.map": "webpack/namespaces/sources.html#source#map", - "sources.Source.size": "webpack/namespaces/sources.html#source#size", - "sources.Source.source": "webpack/namespaces/sources.html#source#source", - "sources.Source.sourceAndMap": "webpack/namespaces/sources.html#source#sourceandmap", - "sources.Source.updateHash": "webpack/namespaces/sources.html#source#updatehash", + "sources.Source.constructor": "webpack/namespaces/sources.html#source-constructor", + "sources.Source.constructor.Source": "webpack/namespaces/sources.html#source-constructor-source", + "sources.Source.buffer": "webpack/namespaces/sources.html#source-buffer", + "sources.Source.map": "webpack/namespaces/sources.html#source-map", + "sources.Source.size": "webpack/namespaces/sources.html#source-size", + "sources.Source.source": "webpack/namespaces/sources.html#source-source", + "sources.Source.sourceAndMap": "webpack/namespaces/sources.html#source-sourceandmap", + "sources.Source.updateHash": "webpack/namespaces/sources.html#source-updatehash", "sources.SourceMapSource": "webpack/namespaces/sources.html#sourcemapsource", - "sources.SourceMapSource.constructor": "webpack/namespaces/sources.html#sourcemapsource#constructor", - "sources.SourceMapSource.constructor.SourceMapSource": "webpack/namespaces/sources.html#sourcemapsource#constructorsourcemapsource", - "sources.SourceMapSource.buffer": "webpack/namespaces/sources.html#sourcemapsource#buffer", - "sources.SourceMapSource.getArgsAsBuffers": "webpack/namespaces/sources.html#sourcemapsource#getargsasbuffers", - "sources.SourceMapSource.map": "webpack/namespaces/sources.html#sourcemapsource#map", - "sources.SourceMapSource.size": "webpack/namespaces/sources.html#sourcemapsource#size", - "sources.SourceMapSource.source": "webpack/namespaces/sources.html#sourcemapsource#source", - "sources.SourceMapSource.sourceAndMap": "webpack/namespaces/sources.html#sourcemapsource#sourceandmap", - "sources.SourceMapSource.streamChunks": "webpack/namespaces/sources.html#sourcemapsource#streamchunks", - "sources.SourceMapSource.updateHash": "webpack/namespaces/sources.html#sourcemapsource#updatehash", + "sources.SourceMapSource.constructor": "webpack/namespaces/sources.html#sourcemapsource-constructor", + "sources.SourceMapSource.constructor.SourceMapSource": "webpack/namespaces/sources.html#sourcemapsource-constructor-sourcemapsource", + "sources.SourceMapSource.buffer": "webpack/namespaces/sources.html#sourcemapsource-buffer", + "sources.SourceMapSource.getArgsAsBuffers": "webpack/namespaces/sources.html#sourcemapsource-getargsasbuffers", + "sources.SourceMapSource.map": "webpack/namespaces/sources.html#sourcemapsource-map", + "sources.SourceMapSource.size": "webpack/namespaces/sources.html#sourcemapsource-size", + "sources.SourceMapSource.source": "webpack/namespaces/sources.html#sourcemapsource-source", + "sources.SourceMapSource.sourceAndMap": "webpack/namespaces/sources.html#sourcemapsource-sourceandmap", + "sources.SourceMapSource.streamChunks": "webpack/namespaces/sources.html#sourcemapsource-streamchunks", + "sources.SourceMapSource.updateHash": "webpack/namespaces/sources.html#sourcemapsource-updatehash", "util": "webpack/namespaces/util/index.html", "util.comparators": "webpack/namespaces/util/namespaces/comparators.html", - "util.comparators.compareChunkGroupsByIndex": "webpack/namespaces/util/namespaces/comparators.html#comparechunkgroupsbyindex", - "util.comparators.compareChunkGroupsByIndex.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparechunkgroupsbyindex#type", - "util.comparators.compareChunks": "webpack/namespaces/util/namespaces/comparators.html#comparechunks", - "util.comparators.compareChunksById": "webpack/namespaces/util/namespaces/comparators.html#comparechunksbyid", - "util.comparators.compareChunksById.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparechunksbyid#type", - "util.comparators.compareChunksNatural": "webpack/namespaces/util/namespaces/comparators.html#comparechunksnatural", - "util.comparators.compareChunksNatural.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparechunksnatural#type", - "util.comparators.compareIds": "webpack/namespaces/util/namespaces/comparators.html#compareids", - "util.comparators.compareIds.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#compareids#type", - "util.comparators.compareIterables": "webpack/namespaces/util/namespaces/comparators.html#compareiterables", - "util.comparators.compareIterables.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#compareiterables#type", - "util.comparators.compareIterables.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#compareiterables#typet", - "util.comparators.compareLocations": "webpack/namespaces/util/namespaces/comparators.html#comparelocations", - "util.comparators.compareLocations.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparelocations#type", - "util.comparators.compareModulesByFullName": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyfullname", - "util.comparators.compareModulesById": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyid", - "util.comparators.compareModulesByIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyidentifier", - "util.comparators.compareModulesByIdentifier.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyidentifier#type", - "util.comparators.compareModulesByIdOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbyidoridentifier", - "util.comparators.compareModulesByPostOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbypostorderindexoridentifier", - "util.comparators.compareModulesByPreOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparemodulesbypreorderindexoridentifier", - "util.comparators.compareNumbers": "webpack/namespaces/util/namespaces/comparators.html#comparenumbers", - "util.comparators.compareNumbers.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparenumbers#type", - "util.comparators.compareSelect": "webpack/namespaces/util/namespaces/comparators.html#compareselect", - "util.comparators.compareSelect.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#compareselect#type", - "util.comparators.compareSelect.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#compareselect#typet", - "util.comparators.compareSelect.__type.__type.R": "webpack/namespaces/util/namespaces/comparators.html#compareselect#typer", - "util.comparators.compareStrings": "webpack/namespaces/util/namespaces/comparators.html#comparestrings", - "util.comparators.compareStrings.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparestrings#type", - "util.comparators.compareStringsNumeric": "webpack/namespaces/util/namespaces/comparators.html#comparestringsnumeric", - "util.comparators.compareStringsNumeric.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparestringsnumeric#type", - "util.comparators.concatComparators": "webpack/namespaces/util/namespaces/comparators.html#concatcomparators", - "util.comparators.concatComparators.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#concatcomparators#type", - "util.comparators.concatComparators.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#concatcomparators#typet", - "util.comparators.keepOriginalOrder": "webpack/namespaces/util/namespaces/comparators.html#keeporiginalorder", - "util.comparators.keepOriginalOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#keeporiginalorder#type", - "util.comparators.keepOriginalOrder.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#keeporiginalorder#typet", - "util.comparators.sortWithSourceOrder": "webpack/namespaces/util/namespaces/comparators.html#sortwithsourceorder", - "util.comparators.sortWithSourceOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#sortwithsourceorder#type", + "util.comparators.compareChunkGroupsByIndex": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparechunkgroupsbyindex", + "util.comparators.compareChunkGroupsByIndex.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparechunkgroupsbyindex-__type-__type", + "util.comparators.compareChunks": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparechunks", + "util.comparators.compareChunksById": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparechunksbyid", + "util.comparators.compareChunksById.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparechunksbyid-__type-__type", + "util.comparators.compareChunksNatural": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparechunksnatural", + "util.comparators.compareChunksNatural.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparechunksnatural-__type-__type", + "util.comparators.compareIds": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareids", + "util.comparators.compareIds.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareids-__type-__type", + "util.comparators.compareIterables": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareiterables", + "util.comparators.compareIterables.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareiterables-__type-__type", + "util.comparators.compareIterables.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareiterables-__type-__type-t", + "util.comparators.compareLocations": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparelocations", + "util.comparators.compareLocations.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparelocations-__type-__type", + "util.comparators.compareModulesByFullName": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparemodulesbyfullname", + "util.comparators.compareModulesById": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparemodulesbyid", + "util.comparators.compareModulesByIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparemodulesbyidentifier", + "util.comparators.compareModulesByIdentifier.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparemodulesbyidentifier-__type-__type", + "util.comparators.compareModulesByIdOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparemodulesbyidoridentifier", + "util.comparators.compareModulesByPostOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparemodulesbypostorderindexoridentifier", + "util.comparators.compareModulesByPreOrderIndexOrIdentifier": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparemodulesbypreorderindexoridentifier", + "util.comparators.compareNumbers": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparenumbers", + "util.comparators.compareNumbers.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparenumbers-__type-__type", + "util.comparators.compareSelect": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareselect", + "util.comparators.compareSelect.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareselect-__type-__type", + "util.comparators.compareSelect.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareselect-__type-__type-t", + "util.comparators.compareSelect.__type.__type.R": "webpack/namespaces/util/namespaces/comparators.html#comparators-compareselect-__type-__type-r", + "util.comparators.compareStrings": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparestrings", + "util.comparators.compareStrings.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparestrings-__type-__type", + "util.comparators.compareStringsNumeric": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparestringsnumeric", + "util.comparators.compareStringsNumeric.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-comparestringsnumeric-__type-__type", + "util.comparators.concatComparators": "webpack/namespaces/util/namespaces/comparators.html#comparators-concatcomparators", + "util.comparators.concatComparators.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-concatcomparators-__type-__type", + "util.comparators.concatComparators.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#comparators-concatcomparators-__type-__type-t", + "util.comparators.keepOriginalOrder": "webpack/namespaces/util/namespaces/comparators.html#comparators-keeporiginalorder", + "util.comparators.keepOriginalOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-keeporiginalorder-__type-__type", + "util.comparators.keepOriginalOrder.__type.__type.T": "webpack/namespaces/util/namespaces/comparators.html#comparators-keeporiginalorder-__type-__type-t", + "util.comparators.sortWithSourceOrder": "webpack/namespaces/util/namespaces/comparators.html#comparators-sortwithsourceorder", + "util.comparators.sortWithSourceOrder.__type.__type": "webpack/namespaces/util/namespaces/comparators.html#comparators-sortwithsourceorder-__type-__type", "util.compileBooleanMatcher": "webpack/namespaces/util/index.html#compilebooleanmatcher", - "util.compileBooleanMatcher.fromLists": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#fromlists", - "util.compileBooleanMatcher.fromLists.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#fromlists#type", - "util.compileBooleanMatcher.itemsToRegexp": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#itemstoregexp", - "util.compileBooleanMatcher.itemsToRegexp.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#itemstoregexp#type", + "util.compileBooleanMatcher.fromLists": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#compilebooleanmatcher-fromlists", + "util.compileBooleanMatcher.fromLists.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#compilebooleanmatcher-fromlists-__type-__type", + "util.compileBooleanMatcher.itemsToRegexp": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#compilebooleanmatcher-itemstoregexp", + "util.compileBooleanMatcher.itemsToRegexp.__type.__type": "webpack/namespaces/util/namespaces/compileBooleanMatcher.html#compilebooleanmatcher-itemstoregexp-__type-__type", "util.runtime": "webpack/namespaces/util/namespaces/runtime.html", - "util.runtime.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap", - "util.runtime.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#t", - "util.runtime.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#r", - "util.runtime.RuntimeSpecMap.constructor": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructor", - "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructorruntimespecmap", - "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructorruntimespecmapt", - "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#constructorruntimespecmapr", - "util.runtime.RuntimeSpecMap.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#size", - "util.runtime.RuntimeSpecMap.size.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#sizesize", - "util.runtime.RuntimeSpecMap.delete": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#delete", - "util.runtime.RuntimeSpecMap.get": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#get", - "util.runtime.RuntimeSpecMap.has": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#has", - "util.runtime.RuntimeSpecMap.keys": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#keys", - "util.runtime.RuntimeSpecMap.provide": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#provide", - "util.runtime.RuntimeSpecMap.set": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#set", - "util.runtime.RuntimeSpecMap.update": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#update", - "util.runtime.RuntimeSpecMap.values": "webpack/namespaces/util/namespaces/runtime.html#runtimespecmap#values", - "util.runtime.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset", - "util.runtime.RuntimeSpecSet.constructor": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#constructor", - "util.runtime.RuntimeSpecSet.constructor.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#constructorruntimespecset", - "util.runtime.RuntimeSpecSet.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#size", - "util.runtime.RuntimeSpecSet.size.size": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#sizesize", - "util.runtime.RuntimeSpecSet.[iterator]": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#iterator", - "util.runtime.RuntimeSpecSet.add": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#add", - "util.runtime.RuntimeSpecSet.has": "webpack/namespaces/util/namespaces/runtime.html#runtimespecset#has", - "util.runtime.compareRuntime": "webpack/namespaces/util/namespaces/runtime.html#compareruntime", - "util.runtime.compareRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#compareruntime#type", - "util.runtime.filterRuntime": "webpack/namespaces/util/namespaces/runtime.html#filterruntime", - "util.runtime.filterRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#filterruntime#type", - "util.runtime.forEachRuntime": "webpack/namespaces/util/namespaces/runtime.html#foreachruntime", - "util.runtime.forEachRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#foreachruntime#type", - "util.runtime.getEntryRuntime": "webpack/namespaces/util/namespaces/runtime.html#getentryruntime", - "util.runtime.getEntryRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#getentryruntime#type", - "util.runtime.getRuntimeKey": "webpack/namespaces/util/namespaces/runtime.html#getruntimekey", - "util.runtime.getRuntimeKey.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#getruntimekey#type", - "util.runtime.intersectRuntime": "webpack/namespaces/util/namespaces/runtime.html#intersectruntime", - "util.runtime.intersectRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#intersectruntime#type", - "util.runtime.keyToRuntime": "webpack/namespaces/util/namespaces/runtime.html#keytoruntime", - "util.runtime.keyToRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#keytoruntime#type", - "util.runtime.mergeRuntime": "webpack/namespaces/util/namespaces/runtime.html#mergeruntime", - "util.runtime.mergeRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntime#type", - "util.runtime.mergeRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimecondition", - "util.runtime.mergeRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimecondition#type", - "util.runtime.mergeRuntimeConditionNonFalse": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeconditionnonfalse", - "util.runtime.mergeRuntimeConditionNonFalse.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeconditionnonfalse#type", - "util.runtime.mergeRuntimeOwned": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeowned", - "util.runtime.mergeRuntimeOwned.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#mergeruntimeowned#type", - "util.runtime.runtimeConditionToString": "webpack/namespaces/util/namespaces/runtime.html#runtimeconditiontostring", - "util.runtime.runtimeConditionToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtimeconditiontostring#type", - "util.runtime.runtimeEqual": "webpack/namespaces/util/namespaces/runtime.html#runtimeequal", - "util.runtime.runtimeEqual.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtimeequal#type", - "util.runtime.runtimeToString": "webpack/namespaces/util/namespaces/runtime.html#runtimetostring", - "util.runtime.runtimeToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtimetostring#type", - "util.runtime.subtractRuntime": "webpack/namespaces/util/namespaces/runtime.html#subtractruntime", - "util.runtime.subtractRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#subtractruntime#type", - "util.runtime.subtractRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.html#subtractruntimecondition", - "util.runtime.subtractRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#subtractruntimecondition#type", + "util.runtime.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap", + "util.runtime.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-t", + "util.runtime.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-r", + "util.runtime.RuntimeSpecMap.constructor": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-constructor", + "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-constructor-runtimespecmap", + "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.T": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-constructor-runtimespecmap-t", + "util.runtime.RuntimeSpecMap.constructor.RuntimeSpecMap.R": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-constructor-runtimespecmap-r", + "util.runtime.RuntimeSpecMap.size": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-size", + "util.runtime.RuntimeSpecMap.size.size": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-size-size", + "util.runtime.RuntimeSpecMap.delete": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-delete", + "util.runtime.RuntimeSpecMap.get": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-get", + "util.runtime.RuntimeSpecMap.has": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-has", + "util.runtime.RuntimeSpecMap.keys": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-keys", + "util.runtime.RuntimeSpecMap.provide": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-provide", + "util.runtime.RuntimeSpecMap.set": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-set", + "util.runtime.RuntimeSpecMap.update": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-update", + "util.runtime.RuntimeSpecMap.values": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecmap-values", + "util.runtime.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset", + "util.runtime.RuntimeSpecSet.constructor": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset-constructor", + "util.runtime.RuntimeSpecSet.constructor.RuntimeSpecSet": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset-constructor-runtimespecset", + "util.runtime.RuntimeSpecSet.size": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset-size", + "util.runtime.RuntimeSpecSet.size.size": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset-size-size", + "util.runtime.RuntimeSpecSet.[iterator]": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset-[iterator]", + "util.runtime.RuntimeSpecSet.add": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset-add", + "util.runtime.RuntimeSpecSet.has": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimespecset-has", + "util.runtime.compareRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-compareruntime", + "util.runtime.compareRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-compareruntime-__type-__type", + "util.runtime.filterRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-filterruntime", + "util.runtime.filterRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-filterruntime-__type-__type", + "util.runtime.forEachRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-foreachruntime", + "util.runtime.forEachRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-foreachruntime-__type-__type", + "util.runtime.getEntryRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-getentryruntime", + "util.runtime.getEntryRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-getentryruntime-__type-__type", + "util.runtime.getRuntimeKey": "webpack/namespaces/util/namespaces/runtime.html#runtime-getruntimekey", + "util.runtime.getRuntimeKey.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-getruntimekey-__type-__type", + "util.runtime.intersectRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-intersectruntime", + "util.runtime.intersectRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-intersectruntime-__type-__type", + "util.runtime.keyToRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-keytoruntime", + "util.runtime.keyToRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-keytoruntime-__type-__type", + "util.runtime.mergeRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntime", + "util.runtime.mergeRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntime-__type-__type", + "util.runtime.mergeRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntimecondition", + "util.runtime.mergeRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntimecondition-__type-__type", + "util.runtime.mergeRuntimeConditionNonFalse": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntimeconditionnonfalse", + "util.runtime.mergeRuntimeConditionNonFalse.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntimeconditionnonfalse-__type-__type", + "util.runtime.mergeRuntimeOwned": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntimeowned", + "util.runtime.mergeRuntimeOwned.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-mergeruntimeowned-__type-__type", + "util.runtime.runtimeConditionToString": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimeconditiontostring", + "util.runtime.runtimeConditionToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimeconditiontostring-__type-__type", + "util.runtime.runtimeEqual": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimeequal", + "util.runtime.runtimeEqual.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimeequal-__type-__type", + "util.runtime.runtimeToString": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimetostring", + "util.runtime.runtimeToString.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-runtimetostring-__type-__type", + "util.runtime.subtractRuntime": "webpack/namespaces/util/namespaces/runtime.html#runtime-subtractruntime", + "util.runtime.subtractRuntime.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-subtractruntime-__type-__type", + "util.runtime.subtractRuntimeCondition": "webpack/namespaces/util/namespaces/runtime.html#runtime-subtractruntimecondition", + "util.runtime.subtractRuntimeCondition.__type.__type": "webpack/namespaces/util/namespaces/runtime.html#runtime-subtractruntimecondition-__type-__type", "util.serialization": "webpack/namespaces/util/namespaces/serialization.html", - "util.serialization.buffersSerializer": "webpack/namespaces/util/namespaces/serialization.html#buffersserializer", - "util.serialization.createFileSerializer": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer", - "util.serialization.createFileSerializer.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#type", - "util.serialization.createFileSerializer.__type.__type.D": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#typed", - "util.serialization.createFileSerializer.__type.__type.S": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#types", - "util.serialization.createFileSerializer.__type.__type.C": "webpack/namespaces/util/namespaces/serialization.html#createfileserializer#typec", - "util.serialization.MEASURE_END_OPERATION": "webpack/namespaces/util/namespaces/serialization.html#measure-end-operation", - "util.serialization.MEASURE_START_OPERATION": "webpack/namespaces/util/namespaces/serialization.html#measure-start-operation", - "util.serialization.NOT_SERIALIZABLE": "webpack/namespaces/util/namespaces/serialization.html#not-serializable", - "util.serialization.register": "webpack/namespaces/util/namespaces/serialization.html#register", - "util.serialization.register.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#register#type", - "util.serialization.registerLoader": "webpack/namespaces/util/namespaces/serialization.html#registerloader", - "util.serialization.registerLoader.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#registerloader#type", - "util.serialization.registerNotSerializable": "webpack/namespaces/util/namespaces/serialization.html#registernotserializable", - "util.serialization.registerNotSerializable.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#registernotserializable#type", + "util.serialization.buffersSerializer": "webpack/namespaces/util/namespaces/serialization.html#serialization-buffersserializer", + "util.serialization.createFileSerializer": "webpack/namespaces/util/namespaces/serialization.html#serialization-createfileserializer", + "util.serialization.createFileSerializer.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#serialization-createfileserializer-__type-__type", + "util.serialization.createFileSerializer.__type.__type.D": "webpack/namespaces/util/namespaces/serialization.html#serialization-createfileserializer-__type-__type-d", + "util.serialization.createFileSerializer.__type.__type.S": "webpack/namespaces/util/namespaces/serialization.html#serialization-createfileserializer-__type-__type-s", + "util.serialization.createFileSerializer.__type.__type.C": "webpack/namespaces/util/namespaces/serialization.html#serialization-createfileserializer-__type-__type-c", + "util.serialization.MEASURE_END_OPERATION": "webpack/namespaces/util/namespaces/serialization.html#serialization-measure_end_operation", + "util.serialization.MEASURE_START_OPERATION": "webpack/namespaces/util/namespaces/serialization.html#serialization-measure_start_operation", + "util.serialization.NOT_SERIALIZABLE": "webpack/namespaces/util/namespaces/serialization.html#serialization-not_serializable", + "util.serialization.register": "webpack/namespaces/util/namespaces/serialization.html#serialization-register", + "util.serialization.register.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#serialization-register-__type-__type", + "util.serialization.registerLoader": "webpack/namespaces/util/namespaces/serialization.html#serialization-registerloader", + "util.serialization.registerLoader.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#serialization-registerloader-__type-__type", + "util.serialization.registerNotSerializable": "webpack/namespaces/util/namespaces/serialization.html#serialization-registernotserializable", + "util.serialization.registerNotSerializable.__type.__type": "webpack/namespaces/util/namespaces/serialization.html#serialization-registernotserializable-__type-__type", "util.LazySet": "webpack/namespaces/util/index.html#lazyset", - "util.LazySet.T": "webpack/namespaces/util/index.html#lazyset#t", - "util.LazySet.constructor": "webpack/namespaces/util/index.html#lazyset#constructor", - "util.LazySet.constructor.LazySet": "webpack/namespaces/util/index.html#lazyset#constructorlazyset", - "util.LazySet.constructor.LazySet.T": "webpack/namespaces/util/index.html#lazyset#constructorlazysett", - "util.LazySet.size": "webpack/namespaces/util/index.html#lazyset#size", - "util.LazySet.size.size": "webpack/namespaces/util/index.html#lazyset#sizesize", - "util.LazySet.[iterator]": "webpack/namespaces/util/index.html#lazyset#iterator", - "util.LazySet.add": "webpack/namespaces/util/index.html#lazyset#add", - "util.LazySet.addAll": "webpack/namespaces/util/index.html#lazyset#addall", - "util.LazySet.clear": "webpack/namespaces/util/index.html#lazyset#clear", - "util.LazySet.delete": "webpack/namespaces/util/index.html#lazyset#delete", - "util.LazySet.entries": "webpack/namespaces/util/index.html#lazyset#entries", - "util.LazySet.forEach": "webpack/namespaces/util/index.html#lazyset#foreach", - "util.LazySet.has": "webpack/namespaces/util/index.html#lazyset#has", - "util.LazySet.keys": "webpack/namespaces/util/index.html#lazyset#keys", - "util.LazySet.serialize": "webpack/namespaces/util/index.html#lazyset#serialize", - "util.LazySet.values": "webpack/namespaces/util/index.html#lazyset#values", - "util.LazySet.deserialize": "webpack/namespaces/util/index.html#lazyset#deserialize", + "util.LazySet.T": "webpack/namespaces/util/index.html#lazyset-t", + "util.LazySet.constructor": "webpack/namespaces/util/index.html#lazyset-constructor", + "util.LazySet.constructor.LazySet": "webpack/namespaces/util/index.html#lazyset-constructor-lazyset", + "util.LazySet.constructor.LazySet.T": "webpack/namespaces/util/index.html#lazyset-constructor-lazyset-t", + "util.LazySet.size": "webpack/namespaces/util/index.html#lazyset-size", + "util.LazySet.size.size": "webpack/namespaces/util/index.html#lazyset-size-size", + "util.LazySet.[iterator]": "webpack/namespaces/util/index.html#lazyset-[iterator]", + "util.LazySet.add": "webpack/namespaces/util/index.html#lazyset-add", + "util.LazySet.addAll": "webpack/namespaces/util/index.html#lazyset-addall", + "util.LazySet.clear": "webpack/namespaces/util/index.html#lazyset-clear", + "util.LazySet.delete": "webpack/namespaces/util/index.html#lazyset-delete", + "util.LazySet.entries": "webpack/namespaces/util/index.html#lazyset-entries", + "util.LazySet.forEach": "webpack/namespaces/util/index.html#lazyset-foreach", + "util.LazySet.has": "webpack/namespaces/util/index.html#lazyset-has", + "util.LazySet.keys": "webpack/namespaces/util/index.html#lazyset-keys", + "util.LazySet.serialize": "webpack/namespaces/util/index.html#lazyset-serialize", + "util.LazySet.values": "webpack/namespaces/util/index.html#lazyset-values", + "util.LazySet.deserialize": "webpack/namespaces/util/index.html#lazyset-deserialize", "util.cleverMerge": "webpack/namespaces/util/index.html#clevermerge", - "util.cleverMerge.__type.__type": "webpack/namespaces/util/index.html#clevermerge#type", - "util.cleverMerge.__type.__type.T": "webpack/namespaces/util/index.html#clevermerge#typet", - "util.cleverMerge.__type.__type.O": "webpack/namespaces/util/index.html#clevermerge#typeo", + "util.cleverMerge.__type.__type": "webpack/namespaces/util/index.html#clevermerge-__type-__type", + "util.cleverMerge.__type.__type.T": "webpack/namespaces/util/index.html#clevermerge-__type-__type-t", + "util.cleverMerge.__type.__type.O": "webpack/namespaces/util/index.html#clevermerge-__type-__type-o", "util.createHash": "webpack/namespaces/util/index.html#createhash", - "util.createHash.__type.__type": "webpack/namespaces/util/index.html#createhash#type", - "util.compileBooleanMatcher.compileBooleanMatcher": "webpack/namespaces/util/index.html#compilebooleanmatcher#compilebooleanmatcher", + "util.createHash.__type.__type": "webpack/namespaces/util/index.html#createhash-__type-__type", + "util.compileBooleanMatcher.compileBooleanMatcher": "webpack/namespaces/util/index.html#compilebooleanmatcher-compilebooleanmatcher", "wasm": "webpack/namespaces/wasm.html", "wasm.AsyncWebAssemblyModulesPlugin": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin", - "wasm.AsyncWebAssemblyModulesPlugin.constructor": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#constructor", - "wasm.AsyncWebAssemblyModulesPlugin.constructor.AsyncWebAssemblyModulesPlugin": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#constructorasyncwebassemblymodulesplugin", - "wasm.AsyncWebAssemblyModulesPlugin.options": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#options", - "wasm.AsyncWebAssemblyModulesPlugin.apply": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#apply", - "wasm.AsyncWebAssemblyModulesPlugin.renderModule": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#rendermodule", - "wasm.AsyncWebAssemblyModulesPlugin.getCompilationHooks": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin#getcompilationhooks", + "wasm.AsyncWebAssemblyModulesPlugin.constructor": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin-constructor", + "wasm.AsyncWebAssemblyModulesPlugin.constructor.AsyncWebAssemblyModulesPlugin": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin-constructor-asyncwebassemblymodulesplugin", + "wasm.AsyncWebAssemblyModulesPlugin.options": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin-options", + "wasm.AsyncWebAssemblyModulesPlugin.apply": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin-apply", + "wasm.AsyncWebAssemblyModulesPlugin.renderModule": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin-rendermodule", + "wasm.AsyncWebAssemblyModulesPlugin.getCompilationHooks": "webpack/namespaces/wasm.html#asyncwebassemblymodulesplugin-getcompilationhooks", "wasm.EnableWasmLoadingPlugin": "webpack/namespaces/wasm.html#enablewasmloadingplugin", - "wasm.EnableWasmLoadingPlugin.constructor": "webpack/namespaces/wasm.html#enablewasmloadingplugin#constructor", - "wasm.EnableWasmLoadingPlugin.constructor.EnableWasmLoadingPlugin": "webpack/namespaces/wasm.html#enablewasmloadingplugin#constructorenablewasmloadingplugin", - "wasm.EnableWasmLoadingPlugin.type": "webpack/namespaces/wasm.html#enablewasmloadingplugin#type", - "wasm.EnableWasmLoadingPlugin.apply": "webpack/namespaces/wasm.html#enablewasmloadingplugin#apply", - "wasm.EnableWasmLoadingPlugin.checkEnabled": "webpack/namespaces/wasm.html#enablewasmloadingplugin#checkenabled", - "wasm.EnableWasmLoadingPlugin.setEnabled": "webpack/namespaces/wasm.html#enablewasmloadingplugin#setenabled", + "wasm.EnableWasmLoadingPlugin.constructor": "webpack/namespaces/wasm.html#enablewasmloadingplugin-constructor", + "wasm.EnableWasmLoadingPlugin.constructor.EnableWasmLoadingPlugin": "webpack/namespaces/wasm.html#enablewasmloadingplugin-constructor-enablewasmloadingplugin", + "wasm.EnableWasmLoadingPlugin.type": "webpack/namespaces/wasm.html#enablewasmloadingplugin-type", + "wasm.EnableWasmLoadingPlugin.apply": "webpack/namespaces/wasm.html#enablewasmloadingplugin-apply", + "wasm.EnableWasmLoadingPlugin.checkEnabled": "webpack/namespaces/wasm.html#enablewasmloadingplugin-checkenabled", + "wasm.EnableWasmLoadingPlugin.setEnabled": "webpack/namespaces/wasm.html#enablewasmloadingplugin-setenabled", "web": "webpack/namespaces/web.html", "web.CssLoadingRuntimeModule": "webpack/namespaces/web.html#cssloadingruntimemodule", - "web.CssLoadingRuntimeModule.constructor": "webpack/namespaces/web.html#cssloadingruntimemodule#constructor", - "web.CssLoadingRuntimeModule.constructor.CssLoadingRuntimeModule": "webpack/namespaces/web.html#cssloadingruntimemodule#constructorcssloadingruntimemodule", - "web.CssLoadingRuntimeModule.blocks": "webpack/namespaces/web.html#cssloadingruntimemodule#blocks", - "web.CssLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.html#cssloadingruntimemodule#buildinfo", - "web.CssLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.html#cssloadingruntimemodule#buildmeta", - "web.CssLoadingRuntimeModule.chunk": "webpack/namespaces/web.html#cssloadingruntimemodule#chunk", - "web.CssLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.html#cssloadingruntimemodule#chunkgraph", - "web.CssLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.html#cssloadingruntimemodule#chunksiterable", - "web.CssLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.html#cssloadingruntimemodule#chunksiterablechunksiterable", - "web.CssLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#codegenerationdependencies", - "web.CssLoadingRuntimeModule.compilation": "webpack/namespaces/web.html#cssloadingruntimemodule#compilation", - "web.CssLoadingRuntimeModule.context": "webpack/namespaces/web.html#cssloadingruntimemodule#context", - "web.CssLoadingRuntimeModule.debugId": "webpack/namespaces/web.html#cssloadingruntimemodule#debugid", - "web.CssLoadingRuntimeModule.dependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#dependencies", - "web.CssLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.html#cssloadingruntimemodule#dependenthash", - "web.CssLoadingRuntimeModule.depth": "webpack/namespaces/web.html#cssloadingruntimemodule#depth", - "web.CssLoadingRuntimeModule.errors": "webpack/namespaces/web.html#cssloadingruntimemodule#errors", - "web.CssLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.html#cssloadingruntimemodule#errorserrors", - "web.CssLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#exportsargument", - "web.CssLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#exportsargumentexportsargument", - "web.CssLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.html#cssloadingruntimemodule#factorymeta", - "web.CssLoadingRuntimeModule.fullHash": "webpack/namespaces/web.html#cssloadingruntimemodule#fullhash", - "web.CssLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#hasequalschunks", - "web.CssLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#hasequalschunkshasequalschunks", - "web.CssLoadingRuntimeModule.hash": "webpack/namespaces/web.html#cssloadingruntimemodule#hash", - "web.CssLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.html#cssloadingruntimemodule#hashhash", - "web.CssLoadingRuntimeModule.hot": "webpack/namespaces/web.html#cssloadingruntimemodule#hot", - "web.CssLoadingRuntimeModule.id": "webpack/namespaces/web.html#cssloadingruntimemodule#id", - "web.CssLoadingRuntimeModule.index": "webpack/namespaces/web.html#cssloadingruntimemodule#index", - "web.CssLoadingRuntimeModule.index2": "webpack/namespaces/web.html#cssloadingruntimemodule#index2", - "web.CssLoadingRuntimeModule.issuer": "webpack/namespaces/web.html#cssloadingruntimemodule#issuer", - "web.CssLoadingRuntimeModule.isUsed": "webpack/namespaces/web.html#cssloadingruntimemodule#isused", - "web.CssLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.html#cssloadingruntimemodule#isusedisused", - "web.CssLoadingRuntimeModule.layer": "webpack/namespaces/web.html#cssloadingruntimemodule#layer", - "web.CssLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#moduleargument", - "web.CssLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.html#cssloadingruntimemodule#moduleargumentmoduleargument", - "web.CssLoadingRuntimeModule.name": "webpack/namespaces/web.html#cssloadingruntimemodule#name", - "web.CssLoadingRuntimeModule.needId": "webpack/namespaces/web.html#cssloadingruntimemodule#needid", - "web.CssLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.html#cssloadingruntimemodule#optimizationbailout", - "web.CssLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.html#cssloadingruntimemodule#optimizationbailoutoptimizationbailout", - "web.CssLoadingRuntimeModule.optional": "webpack/namespaces/web.html#cssloadingruntimemodule#optional", - "web.CssLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.html#cssloadingruntimemodule#optionaloptional", - "web.CssLoadingRuntimeModule.parent": "webpack/namespaces/web.html#cssloadingruntimemodule#parent", - "web.CssLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#presentationaldependencies", - "web.CssLoadingRuntimeModule.profile": "webpack/namespaces/web.html#cssloadingruntimemodule#profile", - "web.CssLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.html#cssloadingruntimemodule#renderedhash", - "web.CssLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.html#cssloadingruntimemodule#renderedhashrenderedhash", - "web.CssLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.html#cssloadingruntimemodule#resolveoptions", - "web.CssLoadingRuntimeModule.stage": "webpack/namespaces/web.html#cssloadingruntimemodule#stage", - "web.CssLoadingRuntimeModule.type": "webpack/namespaces/web.html#cssloadingruntimemodule#type", - "web.CssLoadingRuntimeModule.used": "webpack/namespaces/web.html#cssloadingruntimemodule#used", - "web.CssLoadingRuntimeModule.usedExports": "webpack/namespaces/web.html#cssloadingruntimemodule#usedexports", - "web.CssLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.html#cssloadingruntimemodule#usedexportsusedexports", - "web.CssLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.html#cssloadingruntimemodule#usesimplesourcemap", - "web.CssLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.html#cssloadingruntimemodule#usesourcemap", - "web.CssLoadingRuntimeModule.warnings": "webpack/namespaces/web.html#cssloadingruntimemodule#warnings", - "web.CssLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.html#cssloadingruntimemodule#warningswarnings", - "web.CssLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-attach", - "web.CssLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-basic", - "web.CssLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-normal", - "web.CssLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.html#cssloadingruntimemodule#stage-trigger", - "web.CssLoadingRuntimeModule.addBlock": "webpack/namespaces/web.html#cssloadingruntimemodule#addblock", - "web.CssLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule#addcachedependencies", - "web.CssLoadingRuntimeModule.addChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#addchunk", - "web.CssLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#addcodegenerationdependency", - "web.CssLoadingRuntimeModule.addDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#adddependency", - "web.CssLoadingRuntimeModule.addError": "webpack/namespaces/web.html#cssloadingruntimemodule#adderror", - "web.CssLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#addpresentationaldependency", - "web.CssLoadingRuntimeModule.addWarning": "webpack/namespaces/web.html#cssloadingruntimemodule#addwarning", - "web.CssLoadingRuntimeModule.attach": "webpack/namespaces/web.html#cssloadingruntimemodule#attach", - "web.CssLoadingRuntimeModule.build": "webpack/namespaces/web.html#cssloadingruntimemodule#build", - "web.CssLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.html#cssloadingruntimemodule#chunkcondition", - "web.CssLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.html#cssloadingruntimemodule#cleanupforcache", - "web.CssLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.html#cssloadingruntimemodule#cleardependenciesandblocks", - "web.CssLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.html#cssloadingruntimemodule#clearwarningsanderrors", - "web.CssLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.html#cssloadingruntimemodule#codegeneration", - "web.CssLoadingRuntimeModule.deserialize": "webpack/namespaces/web.html#cssloadingruntimemodule#deserialize", - "web.CssLoadingRuntimeModule.generate": "webpack/namespaces/web.html#cssloadingruntimemodule#generate", - "web.CssLoadingRuntimeModule.getChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#getchunks", - "web.CssLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.html#cssloadingruntimemodule#getconcatenationbailoutreason", - "web.CssLoadingRuntimeModule.getErrors": "webpack/namespaces/web.html#cssloadingruntimemodule#geterrors", - "web.CssLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.html#cssloadingruntimemodule#getexportstype", - "web.CssLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.html#cssloadingruntimemodule#getgeneratedcode", - "web.CssLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.html#cssloadingruntimemodule#getnumberofchunks", - "web.CssLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.html#cssloadingruntimemodule#getnumberoferrors", - "web.CssLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.html#cssloadingruntimemodule#getnumberofwarnings", - "web.CssLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.html#cssloadingruntimemodule#getrootblock", - "web.CssLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.html#cssloadingruntimemodule#getsideeffectsconnectionstate", - "web.CssLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.html#cssloadingruntimemodule#getsourcebasictypes-1", - "web.CssLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.html#cssloadingruntimemodule#getsourcetypes", - "web.CssLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.html#cssloadingruntimemodule#getunsafecachedata", - "web.CssLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.html#cssloadingruntimemodule#getwarnings", - "web.CssLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.html#cssloadingruntimemodule#haschunkcondition", - "web.CssLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#hasreasonforchunk", - "web.CssLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.html#cssloadingruntimemodule#hasreasons", - "web.CssLoadingRuntimeModule.identifier": "webpack/namespaces/web.html#cssloadingruntimemodule#identifier", - "web.CssLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.html#cssloadingruntimemodule#invalidatebuild", - "web.CssLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#isaccessibleinchunk", - "web.CssLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.html#cssloadingruntimemodule#isaccessibleinchunkgroup", - "web.CssLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.html#cssloadingruntimemodule#isentrymodule", - "web.CssLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#isinchunk", - "web.CssLoadingRuntimeModule.isOptional": "webpack/namespaces/web.html#cssloadingruntimemodule#isoptional", - "web.CssLoadingRuntimeModule.isProvided": "webpack/namespaces/web.html#cssloadingruntimemodule#isprovided", - "web.CssLoadingRuntimeModule.libIdent": "webpack/namespaces/web.html#cssloadingruntimemodule#libident", - "web.CssLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.html#cssloadingruntimemodule#nameforcondition", - "web.CssLoadingRuntimeModule.needBuild": "webpack/namespaces/web.html#cssloadingruntimemodule#needbuild", - "web.CssLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.html#cssloadingruntimemodule#needrebuild", - "web.CssLoadingRuntimeModule.originalSource": "webpack/namespaces/web.html#cssloadingruntimemodule#originalsource", - "web.CssLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.html#cssloadingruntimemodule#readableidentifier", - "web.CssLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.html#cssloadingruntimemodule#removechunk", - "web.CssLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.html#cssloadingruntimemodule#removedependency", - "web.CssLoadingRuntimeModule.serialize": "webpack/namespaces/web.html#cssloadingruntimemodule#serialize", - "web.CssLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.html#cssloadingruntimemodule#shouldisolate", - "web.CssLoadingRuntimeModule.size": "webpack/namespaces/web.html#cssloadingruntimemodule#size", - "web.CssLoadingRuntimeModule.source": "webpack/namespaces/web.html#cssloadingruntimemodule#source", - "web.CssLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.html#cssloadingruntimemodule#updatecachemodule", - "web.CssLoadingRuntimeModule.updateHash": "webpack/namespaces/web.html#cssloadingruntimemodule#updatehash", - "web.CssLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.html#cssloadingruntimemodule#getcompilationhooks", + "web.CssLoadingRuntimeModule.constructor": "webpack/namespaces/web.html#cssloadingruntimemodule-constructor", + "web.CssLoadingRuntimeModule.constructor.CssLoadingRuntimeModule": "webpack/namespaces/web.html#cssloadingruntimemodule-constructor-cssloadingruntimemodule", + "web.CssLoadingRuntimeModule.blocks": "webpack/namespaces/web.html#cssloadingruntimemodule-blocks", + "web.CssLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.html#cssloadingruntimemodule-buildinfo", + "web.CssLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.html#cssloadingruntimemodule-buildmeta", + "web.CssLoadingRuntimeModule.chunk": "webpack/namespaces/web.html#cssloadingruntimemodule-chunk", + "web.CssLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.html#cssloadingruntimemodule-chunkgraph", + "web.CssLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.html#cssloadingruntimemodule-chunksiterable", + "web.CssLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.html#cssloadingruntimemodule-chunksiterable-chunksiterable", + "web.CssLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule-codegenerationdependencies", + "web.CssLoadingRuntimeModule.compilation": "webpack/namespaces/web.html#cssloadingruntimemodule-compilation", + "web.CssLoadingRuntimeModule.context": "webpack/namespaces/web.html#cssloadingruntimemodule-context", + "web.CssLoadingRuntimeModule.debugId": "webpack/namespaces/web.html#cssloadingruntimemodule-debugid", + "web.CssLoadingRuntimeModule.dependencies": "webpack/namespaces/web.html#cssloadingruntimemodule-dependencies", + "web.CssLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.html#cssloadingruntimemodule-dependenthash", + "web.CssLoadingRuntimeModule.depth": "webpack/namespaces/web.html#cssloadingruntimemodule-depth", + "web.CssLoadingRuntimeModule.errors": "webpack/namespaces/web.html#cssloadingruntimemodule-errors", + "web.CssLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.html#cssloadingruntimemodule-errors-errors", + "web.CssLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.html#cssloadingruntimemodule-exportsargument", + "web.CssLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.html#cssloadingruntimemodule-exportsargument-exportsargument", + "web.CssLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.html#cssloadingruntimemodule-factorymeta", + "web.CssLoadingRuntimeModule.fullHash": "webpack/namespaces/web.html#cssloadingruntimemodule-fullhash", + "web.CssLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.html#cssloadingruntimemodule-hasequalschunks", + "web.CssLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.html#cssloadingruntimemodule-hasequalschunks-hasequalschunks", + "web.CssLoadingRuntimeModule.hash": "webpack/namespaces/web.html#cssloadingruntimemodule-hash", + "web.CssLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.html#cssloadingruntimemodule-hash-hash", + "web.CssLoadingRuntimeModule.hot": "webpack/namespaces/web.html#cssloadingruntimemodule-hot", + "web.CssLoadingRuntimeModule.id": "webpack/namespaces/web.html#cssloadingruntimemodule-id", + "web.CssLoadingRuntimeModule.index": "webpack/namespaces/web.html#cssloadingruntimemodule-index", + "web.CssLoadingRuntimeModule.index2": "webpack/namespaces/web.html#cssloadingruntimemodule-index2", + "web.CssLoadingRuntimeModule.issuer": "webpack/namespaces/web.html#cssloadingruntimemodule-issuer", + "web.CssLoadingRuntimeModule.isUsed": "webpack/namespaces/web.html#cssloadingruntimemodule-isused", + "web.CssLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.html#cssloadingruntimemodule-isused-isused", + "web.CssLoadingRuntimeModule.layer": "webpack/namespaces/web.html#cssloadingruntimemodule-layer", + "web.CssLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.html#cssloadingruntimemodule-moduleargument", + "web.CssLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.html#cssloadingruntimemodule-moduleargument-moduleargument", + "web.CssLoadingRuntimeModule.name": "webpack/namespaces/web.html#cssloadingruntimemodule-name", + "web.CssLoadingRuntimeModule.needId": "webpack/namespaces/web.html#cssloadingruntimemodule-needid", + "web.CssLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.html#cssloadingruntimemodule-optimizationbailout", + "web.CssLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.html#cssloadingruntimemodule-optimizationbailout-optimizationbailout", + "web.CssLoadingRuntimeModule.optional": "webpack/namespaces/web.html#cssloadingruntimemodule-optional", + "web.CssLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.html#cssloadingruntimemodule-optional-optional", + "web.CssLoadingRuntimeModule.parent": "webpack/namespaces/web.html#cssloadingruntimemodule-parent", + "web.CssLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule-presentationaldependencies", + "web.CssLoadingRuntimeModule.profile": "webpack/namespaces/web.html#cssloadingruntimemodule-profile", + "web.CssLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.html#cssloadingruntimemodule-renderedhash", + "web.CssLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.html#cssloadingruntimemodule-renderedhash-renderedhash", + "web.CssLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.html#cssloadingruntimemodule-resolveoptions", + "web.CssLoadingRuntimeModule.stage": "webpack/namespaces/web.html#cssloadingruntimemodule-stage", + "web.CssLoadingRuntimeModule.type": "webpack/namespaces/web.html#cssloadingruntimemodule-type", + "web.CssLoadingRuntimeModule.used": "webpack/namespaces/web.html#cssloadingruntimemodule-used", + "web.CssLoadingRuntimeModule.usedExports": "webpack/namespaces/web.html#cssloadingruntimemodule-usedexports", + "web.CssLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.html#cssloadingruntimemodule-usedexports-usedexports", + "web.CssLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.html#cssloadingruntimemodule-usesimplesourcemap", + "web.CssLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.html#cssloadingruntimemodule-usesourcemap", + "web.CssLoadingRuntimeModule.warnings": "webpack/namespaces/web.html#cssloadingruntimemodule-warnings", + "web.CssLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.html#cssloadingruntimemodule-warnings-warnings", + "web.CssLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.html#cssloadingruntimemodule-stage_attach", + "web.CssLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.html#cssloadingruntimemodule-stage_basic", + "web.CssLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.html#cssloadingruntimemodule-stage_normal", + "web.CssLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.html#cssloadingruntimemodule-stage_trigger", + "web.CssLoadingRuntimeModule.addBlock": "webpack/namespaces/web.html#cssloadingruntimemodule-addblock", + "web.CssLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.html#cssloadingruntimemodule-addcachedependencies", + "web.CssLoadingRuntimeModule.addChunk": "webpack/namespaces/web.html#cssloadingruntimemodule-addchunk", + "web.CssLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.html#cssloadingruntimemodule-addcodegenerationdependency", + "web.CssLoadingRuntimeModule.addDependency": "webpack/namespaces/web.html#cssloadingruntimemodule-adddependency", + "web.CssLoadingRuntimeModule.addError": "webpack/namespaces/web.html#cssloadingruntimemodule-adderror", + "web.CssLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.html#cssloadingruntimemodule-addpresentationaldependency", + "web.CssLoadingRuntimeModule.addWarning": "webpack/namespaces/web.html#cssloadingruntimemodule-addwarning", + "web.CssLoadingRuntimeModule.attach": "webpack/namespaces/web.html#cssloadingruntimemodule-attach", + "web.CssLoadingRuntimeModule.build": "webpack/namespaces/web.html#cssloadingruntimemodule-build", + "web.CssLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.html#cssloadingruntimemodule-chunkcondition", + "web.CssLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.html#cssloadingruntimemodule-cleanupforcache", + "web.CssLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.html#cssloadingruntimemodule-cleardependenciesandblocks", + "web.CssLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.html#cssloadingruntimemodule-clearwarningsanderrors", + "web.CssLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.html#cssloadingruntimemodule-codegeneration", + "web.CssLoadingRuntimeModule.deserialize": "webpack/namespaces/web.html#cssloadingruntimemodule-deserialize", + "web.CssLoadingRuntimeModule.generate": "webpack/namespaces/web.html#cssloadingruntimemodule-generate", + "web.CssLoadingRuntimeModule.getChunks": "webpack/namespaces/web.html#cssloadingruntimemodule-getchunks", + "web.CssLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.html#cssloadingruntimemodule-getconcatenationbailoutreason", + "web.CssLoadingRuntimeModule.getErrors": "webpack/namespaces/web.html#cssloadingruntimemodule-geterrors", + "web.CssLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.html#cssloadingruntimemodule-getexportstype", + "web.CssLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.html#cssloadingruntimemodule-getgeneratedcode", + "web.CssLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.html#cssloadingruntimemodule-getnumberofchunks", + "web.CssLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.html#cssloadingruntimemodule-getnumberoferrors", + "web.CssLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.html#cssloadingruntimemodule-getnumberofwarnings", + "web.CssLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.html#cssloadingruntimemodule-getrootblock", + "web.CssLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.html#cssloadingruntimemodule-getsideeffectsconnectionstate", + "web.CssLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.html#cssloadingruntimemodule-getsourcebasictypes", + "web.CssLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.html#cssloadingruntimemodule-getsourcetypes", + "web.CssLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.html#cssloadingruntimemodule-getunsafecachedata", + "web.CssLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.html#cssloadingruntimemodule-getwarnings", + "web.CssLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.html#cssloadingruntimemodule-haschunkcondition", + "web.CssLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.html#cssloadingruntimemodule-hasreasonforchunk", + "web.CssLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.html#cssloadingruntimemodule-hasreasons", + "web.CssLoadingRuntimeModule.identifier": "webpack/namespaces/web.html#cssloadingruntimemodule-identifier", + "web.CssLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.html#cssloadingruntimemodule-invalidatebuild", + "web.CssLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.html#cssloadingruntimemodule-isaccessibleinchunk", + "web.CssLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.html#cssloadingruntimemodule-isaccessibleinchunkgroup", + "web.CssLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.html#cssloadingruntimemodule-isentrymodule", + "web.CssLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.html#cssloadingruntimemodule-isinchunk", + "web.CssLoadingRuntimeModule.isOptional": "webpack/namespaces/web.html#cssloadingruntimemodule-isoptional", + "web.CssLoadingRuntimeModule.isProvided": "webpack/namespaces/web.html#cssloadingruntimemodule-isprovided", + "web.CssLoadingRuntimeModule.libIdent": "webpack/namespaces/web.html#cssloadingruntimemodule-libident", + "web.CssLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.html#cssloadingruntimemodule-nameforcondition", + "web.CssLoadingRuntimeModule.needBuild": "webpack/namespaces/web.html#cssloadingruntimemodule-needbuild", + "web.CssLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.html#cssloadingruntimemodule-needrebuild", + "web.CssLoadingRuntimeModule.originalSource": "webpack/namespaces/web.html#cssloadingruntimemodule-originalsource", + "web.CssLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.html#cssloadingruntimemodule-readableidentifier", + "web.CssLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.html#cssloadingruntimemodule-removechunk", + "web.CssLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.html#cssloadingruntimemodule-removedependency", + "web.CssLoadingRuntimeModule.serialize": "webpack/namespaces/web.html#cssloadingruntimemodule-serialize", + "web.CssLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.html#cssloadingruntimemodule-shouldisolate", + "web.CssLoadingRuntimeModule.size": "webpack/namespaces/web.html#cssloadingruntimemodule-size", + "web.CssLoadingRuntimeModule.source": "webpack/namespaces/web.html#cssloadingruntimemodule-source", + "web.CssLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.html#cssloadingruntimemodule-updatecachemodule", + "web.CssLoadingRuntimeModule.updateHash": "webpack/namespaces/web.html#cssloadingruntimemodule-updatehash", + "web.CssLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.html#cssloadingruntimemodule-getcompilationhooks", "web.FetchCompileAsyncWasmPlugin": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin", - "web.FetchCompileAsyncWasmPlugin.constructor": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin#constructor", - "web.FetchCompileAsyncWasmPlugin.constructor.FetchCompileAsyncWasmPlugin": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin#constructorfetchcompileasyncwasmplugin", - "web.FetchCompileAsyncWasmPlugin.apply": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin#apply", + "web.FetchCompileAsyncWasmPlugin.constructor": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin-constructor", + "web.FetchCompileAsyncWasmPlugin.constructor.FetchCompileAsyncWasmPlugin": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin-constructor-fetchcompileasyncwasmplugin", + "web.FetchCompileAsyncWasmPlugin.apply": "webpack/namespaces/web.html#fetchcompileasyncwasmplugin-apply", "web.FetchCompileWasmPlugin": "webpack/namespaces/web.html#fetchcompilewasmplugin", - "web.FetchCompileWasmPlugin.constructor": "webpack/namespaces/web.html#fetchcompilewasmplugin#constructor", - "web.FetchCompileWasmPlugin.constructor.FetchCompileWasmPlugin": "webpack/namespaces/web.html#fetchcompilewasmplugin#constructorfetchcompilewasmplugin", - "web.FetchCompileWasmPlugin.options": "webpack/namespaces/web.html#fetchcompilewasmplugin#options", - "web.FetchCompileWasmPlugin.apply": "webpack/namespaces/web.html#fetchcompilewasmplugin#apply", + "web.FetchCompileWasmPlugin.constructor": "webpack/namespaces/web.html#fetchcompilewasmplugin-constructor", + "web.FetchCompileWasmPlugin.constructor.FetchCompileWasmPlugin": "webpack/namespaces/web.html#fetchcompilewasmplugin-constructor-fetchcompilewasmplugin", + "web.FetchCompileWasmPlugin.options": "webpack/namespaces/web.html#fetchcompilewasmplugin-options", + "web.FetchCompileWasmPlugin.apply": "webpack/namespaces/web.html#fetchcompilewasmplugin-apply", "web.JsonpChunkLoadingRuntimeModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule", - "web.JsonpChunkLoadingRuntimeModule.constructor": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#constructor", - "web.JsonpChunkLoadingRuntimeModule.constructor.JsonpChunkLoadingRuntimeModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#constructorjsonpchunkloadingruntimemodule", - "web.JsonpChunkLoadingRuntimeModule.blocks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#blocks", - "web.JsonpChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#buildinfo", - "web.JsonpChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#buildmeta", - "web.JsonpChunkLoadingRuntimeModule.chunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunk", - "web.JsonpChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunkgraph", - "web.JsonpChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunksiterable", - "web.JsonpChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunksiterablechunksiterable", - "web.JsonpChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#codegenerationdependencies", - "web.JsonpChunkLoadingRuntimeModule.compilation": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#compilation", - "web.JsonpChunkLoadingRuntimeModule.context": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#context", - "web.JsonpChunkLoadingRuntimeModule.debugId": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#debugid", - "web.JsonpChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#dependencies", - "web.JsonpChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#dependenthash", - "web.JsonpChunkLoadingRuntimeModule.depth": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#depth", - "web.JsonpChunkLoadingRuntimeModule.errors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#errors", - "web.JsonpChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#errorserrors", - "web.JsonpChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#exportsargument", - "web.JsonpChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#exportsargumentexportsargument", - "web.JsonpChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#factorymeta", - "web.JsonpChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#fullhash", - "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasequalschunks", - "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasequalschunkshasequalschunks", - "web.JsonpChunkLoadingRuntimeModule.hash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hash", - "web.JsonpChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hashhash", - "web.JsonpChunkLoadingRuntimeModule.hot": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hot", - "web.JsonpChunkLoadingRuntimeModule.id": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#id", - "web.JsonpChunkLoadingRuntimeModule.index": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#index", - "web.JsonpChunkLoadingRuntimeModule.index2": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#index2", - "web.JsonpChunkLoadingRuntimeModule.issuer": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#issuer", - "web.JsonpChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isused", - "web.JsonpChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isusedisused", - "web.JsonpChunkLoadingRuntimeModule.layer": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#layer", - "web.JsonpChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#moduleargument", - "web.JsonpChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#moduleargumentmoduleargument", - "web.JsonpChunkLoadingRuntimeModule.name": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#name", - "web.JsonpChunkLoadingRuntimeModule.needId": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#needid", - "web.JsonpChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optimizationbailout", - "web.JsonpChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optimizationbailoutoptimizationbailout", - "web.JsonpChunkLoadingRuntimeModule.optional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optional", - "web.JsonpChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#optionaloptional", - "web.JsonpChunkLoadingRuntimeModule.parent": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#parent", - "web.JsonpChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#presentationaldependencies", - "web.JsonpChunkLoadingRuntimeModule.profile": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#profile", - "web.JsonpChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#renderedhash", - "web.JsonpChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#renderedhashrenderedhash", - "web.JsonpChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#resolveoptions", - "web.JsonpChunkLoadingRuntimeModule.stage": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage", - "web.JsonpChunkLoadingRuntimeModule.type": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#type", - "web.JsonpChunkLoadingRuntimeModule.used": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#used", - "web.JsonpChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usedexports", - "web.JsonpChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usedexportsusedexports", - "web.JsonpChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usesimplesourcemap", - "web.JsonpChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#usesourcemap", - "web.JsonpChunkLoadingRuntimeModule.warnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#warnings", - "web.JsonpChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#warningswarnings", - "web.JsonpChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-attach", - "web.JsonpChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-basic", - "web.JsonpChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-normal", - "web.JsonpChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#stage-trigger", - "web.JsonpChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addblock", - "web.JsonpChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addcachedependencies", - "web.JsonpChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addchunk", - "web.JsonpChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addcodegenerationdependency", - "web.JsonpChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#adddependency", - "web.JsonpChunkLoadingRuntimeModule.addError": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#adderror", - "web.JsonpChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addpresentationaldependency", - "web.JsonpChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#addwarning", - "web.JsonpChunkLoadingRuntimeModule.attach": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#attach", - "web.JsonpChunkLoadingRuntimeModule.build": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#build", - "web.JsonpChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#chunkcondition", - "web.JsonpChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#cleanupforcache", - "web.JsonpChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#cleardependenciesandblocks", - "web.JsonpChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#clearwarningsanderrors", - "web.JsonpChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#codegeneration", - "web.JsonpChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#deserialize", - "web.JsonpChunkLoadingRuntimeModule.generate": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#generate", - "web.JsonpChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getchunks", - "web.JsonpChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getconcatenationbailoutreason", - "web.JsonpChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#geterrors", - "web.JsonpChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getexportstype", - "web.JsonpChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getgeneratedcode", - "web.JsonpChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getnumberofchunks", - "web.JsonpChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getnumberoferrors", - "web.JsonpChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getnumberofwarnings", - "web.JsonpChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getrootblock", - "web.JsonpChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getsideeffectsconnectionstate", - "web.JsonpChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getsourcebasictypes-1", - "web.JsonpChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getsourcetypes", - "web.JsonpChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getunsafecachedata", - "web.JsonpChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getwarnings", - "web.JsonpChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#haschunkcondition", - "web.JsonpChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasreasonforchunk", - "web.JsonpChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#hasreasons", - "web.JsonpChunkLoadingRuntimeModule.identifier": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#identifier", - "web.JsonpChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#invalidatebuild", - "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isaccessibleinchunk", - "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isaccessibleinchunkgroup", - "web.JsonpChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isentrymodule", - "web.JsonpChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isinchunk", - "web.JsonpChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isoptional", - "web.JsonpChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#isprovided", - "web.JsonpChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#libident", - "web.JsonpChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#nameforcondition", - "web.JsonpChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#needbuild", - "web.JsonpChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#needrebuild", - "web.JsonpChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#originalsource", - "web.JsonpChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#readableidentifier", - "web.JsonpChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#removechunk", - "web.JsonpChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#removedependency", - "web.JsonpChunkLoadingRuntimeModule.serialize": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#serialize", - "web.JsonpChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#shouldisolate", - "web.JsonpChunkLoadingRuntimeModule.size": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#size", - "web.JsonpChunkLoadingRuntimeModule.source": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#source", - "web.JsonpChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#updatecachemodule", - "web.JsonpChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#updatehash", - "web.JsonpChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule#getcompilationhooks", + "web.JsonpChunkLoadingRuntimeModule.constructor": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-constructor", + "web.JsonpChunkLoadingRuntimeModule.constructor.JsonpChunkLoadingRuntimeModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-constructor-jsonpchunkloadingruntimemodule", + "web.JsonpChunkLoadingRuntimeModule.blocks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-blocks", + "web.JsonpChunkLoadingRuntimeModule.buildInfo": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-buildinfo", + "web.JsonpChunkLoadingRuntimeModule.buildMeta": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-buildmeta", + "web.JsonpChunkLoadingRuntimeModule.chunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-chunk", + "web.JsonpChunkLoadingRuntimeModule.chunkGraph": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-chunkgraph", + "web.JsonpChunkLoadingRuntimeModule.chunksIterable": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-chunksiterable", + "web.JsonpChunkLoadingRuntimeModule.chunksIterable.chunksIterable": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-chunksiterable-chunksiterable", + "web.JsonpChunkLoadingRuntimeModule.codeGenerationDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-codegenerationdependencies", + "web.JsonpChunkLoadingRuntimeModule.compilation": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-compilation", + "web.JsonpChunkLoadingRuntimeModule.context": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-context", + "web.JsonpChunkLoadingRuntimeModule.debugId": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-debugid", + "web.JsonpChunkLoadingRuntimeModule.dependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-dependencies", + "web.JsonpChunkLoadingRuntimeModule.dependentHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-dependenthash", + "web.JsonpChunkLoadingRuntimeModule.depth": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-depth", + "web.JsonpChunkLoadingRuntimeModule.errors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-errors", + "web.JsonpChunkLoadingRuntimeModule.errors.errors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-errors-errors", + "web.JsonpChunkLoadingRuntimeModule.exportsArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-exportsargument", + "web.JsonpChunkLoadingRuntimeModule.exportsArgument.exportsArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-exportsargument-exportsargument", + "web.JsonpChunkLoadingRuntimeModule.factoryMeta": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-factorymeta", + "web.JsonpChunkLoadingRuntimeModule.fullHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-fullhash", + "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-hasequalschunks", + "web.JsonpChunkLoadingRuntimeModule.hasEqualsChunks.hasEqualsChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-hasequalschunks-hasequalschunks", + "web.JsonpChunkLoadingRuntimeModule.hash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-hash", + "web.JsonpChunkLoadingRuntimeModule.hash.hash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-hash-hash", + "web.JsonpChunkLoadingRuntimeModule.hot": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-hot", + "web.JsonpChunkLoadingRuntimeModule.id": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-id", + "web.JsonpChunkLoadingRuntimeModule.index": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-index", + "web.JsonpChunkLoadingRuntimeModule.index2": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-index2", + "web.JsonpChunkLoadingRuntimeModule.issuer": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-issuer", + "web.JsonpChunkLoadingRuntimeModule.isUsed": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isused", + "web.JsonpChunkLoadingRuntimeModule.isUsed.isUsed": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isused-isused", + "web.JsonpChunkLoadingRuntimeModule.layer": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-layer", + "web.JsonpChunkLoadingRuntimeModule.moduleArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-moduleargument", + "web.JsonpChunkLoadingRuntimeModule.moduleArgument.moduleArgument": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-moduleargument-moduleargument", + "web.JsonpChunkLoadingRuntimeModule.name": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-name", + "web.JsonpChunkLoadingRuntimeModule.needId": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-needid", + "web.JsonpChunkLoadingRuntimeModule.optimizationBailout": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-optimizationbailout", + "web.JsonpChunkLoadingRuntimeModule.optimizationBailout.optimizationBailout": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-optimizationbailout-optimizationbailout", + "web.JsonpChunkLoadingRuntimeModule.optional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-optional", + "web.JsonpChunkLoadingRuntimeModule.optional.optional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-optional-optional", + "web.JsonpChunkLoadingRuntimeModule.parent": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-parent", + "web.JsonpChunkLoadingRuntimeModule.presentationalDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-presentationaldependencies", + "web.JsonpChunkLoadingRuntimeModule.profile": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-profile", + "web.JsonpChunkLoadingRuntimeModule.renderedHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-renderedhash", + "web.JsonpChunkLoadingRuntimeModule.renderedHash.renderedHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-renderedhash-renderedhash", + "web.JsonpChunkLoadingRuntimeModule.resolveOptions": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-resolveoptions", + "web.JsonpChunkLoadingRuntimeModule.stage": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-stage", + "web.JsonpChunkLoadingRuntimeModule.type": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-type", + "web.JsonpChunkLoadingRuntimeModule.used": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-used", + "web.JsonpChunkLoadingRuntimeModule.usedExports": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-usedexports", + "web.JsonpChunkLoadingRuntimeModule.usedExports.usedExports": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-usedexports-usedexports", + "web.JsonpChunkLoadingRuntimeModule.useSimpleSourceMap": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-usesimplesourcemap", + "web.JsonpChunkLoadingRuntimeModule.useSourceMap": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-usesourcemap", + "web.JsonpChunkLoadingRuntimeModule.warnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-warnings", + "web.JsonpChunkLoadingRuntimeModule.warnings.warnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-warnings-warnings", + "web.JsonpChunkLoadingRuntimeModule.STAGE_ATTACH": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-stage_attach", + "web.JsonpChunkLoadingRuntimeModule.STAGE_BASIC": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-stage_basic", + "web.JsonpChunkLoadingRuntimeModule.STAGE_NORMAL": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-stage_normal", + "web.JsonpChunkLoadingRuntimeModule.STAGE_TRIGGER": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-stage_trigger", + "web.JsonpChunkLoadingRuntimeModule.addBlock": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-addblock", + "web.JsonpChunkLoadingRuntimeModule.addCacheDependencies": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-addcachedependencies", + "web.JsonpChunkLoadingRuntimeModule.addChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-addchunk", + "web.JsonpChunkLoadingRuntimeModule.addCodeGenerationDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-addcodegenerationdependency", + "web.JsonpChunkLoadingRuntimeModule.addDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-adddependency", + "web.JsonpChunkLoadingRuntimeModule.addError": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-adderror", + "web.JsonpChunkLoadingRuntimeModule.addPresentationalDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-addpresentationaldependency", + "web.JsonpChunkLoadingRuntimeModule.addWarning": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-addwarning", + "web.JsonpChunkLoadingRuntimeModule.attach": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-attach", + "web.JsonpChunkLoadingRuntimeModule.build": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-build", + "web.JsonpChunkLoadingRuntimeModule.chunkCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-chunkcondition", + "web.JsonpChunkLoadingRuntimeModule.cleanupForCache": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-cleanupforcache", + "web.JsonpChunkLoadingRuntimeModule.clearDependenciesAndBlocks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-cleardependenciesandblocks", + "web.JsonpChunkLoadingRuntimeModule.clearWarningsAndErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-clearwarningsanderrors", + "web.JsonpChunkLoadingRuntimeModule.codeGeneration": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-codegeneration", + "web.JsonpChunkLoadingRuntimeModule.deserialize": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-deserialize", + "web.JsonpChunkLoadingRuntimeModule.generate": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-generate", + "web.JsonpChunkLoadingRuntimeModule.getChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getchunks", + "web.JsonpChunkLoadingRuntimeModule.getConcatenationBailoutReason": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getconcatenationbailoutreason", + "web.JsonpChunkLoadingRuntimeModule.getErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-geterrors", + "web.JsonpChunkLoadingRuntimeModule.getExportsType": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getexportstype", + "web.JsonpChunkLoadingRuntimeModule.getGeneratedCode": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getgeneratedcode", + "web.JsonpChunkLoadingRuntimeModule.getNumberOfChunks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getnumberofchunks", + "web.JsonpChunkLoadingRuntimeModule.getNumberOfErrors": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getnumberoferrors", + "web.JsonpChunkLoadingRuntimeModule.getNumberOfWarnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getnumberofwarnings", + "web.JsonpChunkLoadingRuntimeModule.getRootBlock": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getrootblock", + "web.JsonpChunkLoadingRuntimeModule.getSideEffectsConnectionState": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getsideeffectsconnectionstate", + "web.JsonpChunkLoadingRuntimeModule.getSourceBasicTypes": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getsourcebasictypes", + "web.JsonpChunkLoadingRuntimeModule.getSourceTypes": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getsourcetypes", + "web.JsonpChunkLoadingRuntimeModule.getUnsafeCacheData": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getunsafecachedata", + "web.JsonpChunkLoadingRuntimeModule.getWarnings": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getwarnings", + "web.JsonpChunkLoadingRuntimeModule.hasChunkCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-haschunkcondition", + "web.JsonpChunkLoadingRuntimeModule.hasReasonForChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-hasreasonforchunk", + "web.JsonpChunkLoadingRuntimeModule.hasReasons": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-hasreasons", + "web.JsonpChunkLoadingRuntimeModule.identifier": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-identifier", + "web.JsonpChunkLoadingRuntimeModule.invalidateBuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-invalidatebuild", + "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isaccessibleinchunk", + "web.JsonpChunkLoadingRuntimeModule.isAccessibleInChunkGroup": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isaccessibleinchunkgroup", + "web.JsonpChunkLoadingRuntimeModule.isEntryModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isentrymodule", + "web.JsonpChunkLoadingRuntimeModule.isInChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isinchunk", + "web.JsonpChunkLoadingRuntimeModule.isOptional": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isoptional", + "web.JsonpChunkLoadingRuntimeModule.isProvided": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-isprovided", + "web.JsonpChunkLoadingRuntimeModule.libIdent": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-libident", + "web.JsonpChunkLoadingRuntimeModule.nameForCondition": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-nameforcondition", + "web.JsonpChunkLoadingRuntimeModule.needBuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-needbuild", + "web.JsonpChunkLoadingRuntimeModule.needRebuild": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-needrebuild", + "web.JsonpChunkLoadingRuntimeModule.originalSource": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-originalsource", + "web.JsonpChunkLoadingRuntimeModule.readableIdentifier": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-readableidentifier", + "web.JsonpChunkLoadingRuntimeModule.removeChunk": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-removechunk", + "web.JsonpChunkLoadingRuntimeModule.removeDependency": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-removedependency", + "web.JsonpChunkLoadingRuntimeModule.serialize": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-serialize", + "web.JsonpChunkLoadingRuntimeModule.shouldIsolate": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-shouldisolate", + "web.JsonpChunkLoadingRuntimeModule.size": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-size", + "web.JsonpChunkLoadingRuntimeModule.source": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-source", + "web.JsonpChunkLoadingRuntimeModule.updateCacheModule": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-updatecachemodule", + "web.JsonpChunkLoadingRuntimeModule.updateHash": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-updatehash", + "web.JsonpChunkLoadingRuntimeModule.getCompilationHooks": "webpack/namespaces/web.html#jsonpchunkloadingruntimemodule-getcompilationhooks", "web.JsonpTemplatePlugin": "webpack/namespaces/web.html#jsonptemplateplugin", - "web.JsonpTemplatePlugin.constructor": "webpack/namespaces/web.html#jsonptemplateplugin#constructor", - "web.JsonpTemplatePlugin.constructor.JsonpTemplatePlugin": "webpack/namespaces/web.html#jsonptemplateplugin#constructorjsonptemplateplugin", - "web.JsonpTemplatePlugin.apply": "webpack/namespaces/web.html#jsonptemplateplugin#apply", - "web.JsonpTemplatePlugin.getCompilationHooks": "webpack/namespaces/web.html#jsonptemplateplugin#getcompilationhooks", + "web.JsonpTemplatePlugin.constructor": "webpack/namespaces/web.html#jsonptemplateplugin-constructor", + "web.JsonpTemplatePlugin.constructor.JsonpTemplatePlugin": "webpack/namespaces/web.html#jsonptemplateplugin-constructor-jsonptemplateplugin", + "web.JsonpTemplatePlugin.apply": "webpack/namespaces/web.html#jsonptemplateplugin-apply", + "web.JsonpTemplatePlugin.getCompilationHooks": "webpack/namespaces/web.html#jsonptemplateplugin-getcompilationhooks", "webworker": "webpack/namespaces/webworker.html", "webworker.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.html#webworkertemplateplugin", - "webworker.WebWorkerTemplatePlugin.constructor": "webpack/namespaces/webworker.html#webworkertemplateplugin#constructor", - "webworker.WebWorkerTemplatePlugin.constructor.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.html#webworkertemplateplugin#constructorwebworkertemplateplugin", - "webworker.WebWorkerTemplatePlugin.apply": "webpack/namespaces/webworker.html#webworkertemplateplugin#apply", + "webworker.WebWorkerTemplatePlugin.constructor": "webpack/namespaces/webworker.html#webworkertemplateplugin-constructor", + "webworker.WebWorkerTemplatePlugin.constructor.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.html#webworkertemplateplugin-constructor-webworkertemplateplugin", + "webworker.WebWorkerTemplatePlugin.apply": "webpack/namespaces/webworker.html#webworkertemplateplugin-apply", "AsyncDependenciesBlock": "globals.html#asyncdependenciesblock", - "AsyncDependenciesBlock.constructor": "globals.html#asyncdependenciesblock#constructor", - "AsyncDependenciesBlock.constructor.AsyncDependenciesBlock": "globals.html#asyncdependenciesblock#constructorasyncdependenciesblock", - "AsyncDependenciesBlock.blocks": "globals.html#asyncdependenciesblock#blocks", - "AsyncDependenciesBlock.chunkName": "globals.html#asyncdependenciesblock#chunkname", - "AsyncDependenciesBlock.circular": "globals.html#asyncdependenciesblock#circular", - "AsyncDependenciesBlock.circular.circular": "globals.html#asyncdependenciesblock#circularcircular", - "AsyncDependenciesBlock.dependencies": "globals.html#asyncdependenciesblock#dependencies", - "AsyncDependenciesBlock.groupOptions": "globals.html#asyncdependenciesblock#groupoptions", - "AsyncDependenciesBlock.loc": "globals.html#asyncdependenciesblock#loc", - "AsyncDependenciesBlock.module": "globals.html#asyncdependenciesblock#module", - "AsyncDependenciesBlock.parent": "globals.html#asyncdependenciesblock#parent", - "AsyncDependenciesBlock.request": "globals.html#asyncdependenciesblock#request", - "AsyncDependenciesBlock.addBlock": "globals.html#asyncdependenciesblock#addblock", - "AsyncDependenciesBlock.addDependency": "globals.html#asyncdependenciesblock#adddependency", - "AsyncDependenciesBlock.clearDependenciesAndBlocks": "globals.html#asyncdependenciesblock#cleardependenciesandblocks", - "AsyncDependenciesBlock.deserialize": "globals.html#asyncdependenciesblock#deserialize", - "AsyncDependenciesBlock.getRootBlock": "globals.html#asyncdependenciesblock#getrootblock", - "AsyncDependenciesBlock.removeDependency": "globals.html#asyncdependenciesblock#removedependency", - "AsyncDependenciesBlock.serialize": "globals.html#asyncdependenciesblock#serialize", - "AsyncDependenciesBlock.updateHash": "globals.html#asyncdependenciesblock#updatehash", + "AsyncDependenciesBlock.constructor": "globals.html#asyncdependenciesblock-constructor", + "AsyncDependenciesBlock.constructor.AsyncDependenciesBlock": "globals.html#asyncdependenciesblock-constructor-asyncdependenciesblock", + "AsyncDependenciesBlock.blocks": "globals.html#asyncdependenciesblock-blocks", + "AsyncDependenciesBlock.chunkName": "globals.html#asyncdependenciesblock-chunkname", + "AsyncDependenciesBlock.circular": "globals.html#asyncdependenciesblock-circular", + "AsyncDependenciesBlock.circular.circular": "globals.html#asyncdependenciesblock-circular-circular", + "AsyncDependenciesBlock.dependencies": "globals.html#asyncdependenciesblock-dependencies", + "AsyncDependenciesBlock.groupOptions": "globals.html#asyncdependenciesblock-groupoptions", + "AsyncDependenciesBlock.loc": "globals.html#asyncdependenciesblock-loc", + "AsyncDependenciesBlock.module": "globals.html#asyncdependenciesblock-module", + "AsyncDependenciesBlock.parent": "globals.html#asyncdependenciesblock-parent", + "AsyncDependenciesBlock.request": "globals.html#asyncdependenciesblock-request", + "AsyncDependenciesBlock.addBlock": "globals.html#asyncdependenciesblock-addblock", + "AsyncDependenciesBlock.addDependency": "globals.html#asyncdependenciesblock-adddependency", + "AsyncDependenciesBlock.clearDependenciesAndBlocks": "globals.html#asyncdependenciesblock-cleardependenciesandblocks", + "AsyncDependenciesBlock.deserialize": "globals.html#asyncdependenciesblock-deserialize", + "AsyncDependenciesBlock.getRootBlock": "globals.html#asyncdependenciesblock-getrootblock", + "AsyncDependenciesBlock.removeDependency": "globals.html#asyncdependenciesblock-removedependency", + "AsyncDependenciesBlock.serialize": "globals.html#asyncdependenciesblock-serialize", + "AsyncDependenciesBlock.updateHash": "globals.html#asyncdependenciesblock-updatehash", "AutomaticPrefetchPlugin": "globals.html#automaticprefetchplugin", - "AutomaticPrefetchPlugin.constructor": "globals.html#automaticprefetchplugin#constructor", - "AutomaticPrefetchPlugin.constructor.AutomaticPrefetchPlugin": "globals.html#automaticprefetchplugin#constructorautomaticprefetchplugin", - "AutomaticPrefetchPlugin.apply": "globals.html#automaticprefetchplugin#apply", + "AutomaticPrefetchPlugin.constructor": "globals.html#automaticprefetchplugin-constructor", + "AutomaticPrefetchPlugin.constructor.AutomaticPrefetchPlugin": "globals.html#automaticprefetchplugin-constructor-automaticprefetchplugin", + "AutomaticPrefetchPlugin.apply": "globals.html#automaticprefetchplugin-apply", "BannerPlugin": "globals.html#bannerplugin", - "BannerPlugin.constructor": "globals.html#bannerplugin#constructor", - "BannerPlugin.constructor.BannerPlugin": "globals.html#bannerplugin#constructorbannerplugin", - "BannerPlugin.banner": "globals.html#bannerplugin#banner", - "BannerPlugin.options": "globals.html#bannerplugin#options", - "BannerPlugin.apply": "globals.html#bannerplugin#apply", + "BannerPlugin.constructor": "globals.html#bannerplugin-constructor", + "BannerPlugin.constructor.BannerPlugin": "globals.html#bannerplugin-constructor-bannerplugin", + "BannerPlugin.banner": "globals.html#bannerplugin-banner", + "BannerPlugin.options": "globals.html#bannerplugin-options", + "BannerPlugin.apply": "globals.html#bannerplugin-apply", "Cache": "globals.html#cache", - "Cache.constructor": "globals.html#cache#constructor", - "Cache.constructor.Cache": "globals.html#cache#constructorcache", - "Cache.hooks": "globals.html#cache#hooks", - "Cache.STAGE_DEFAULT": "globals.html#cache#stage-default", - "Cache.STAGE_DISK": "globals.html#cache#stage-disk", - "Cache.STAGE_MEMORY": "globals.html#cache#stage-memory", - "Cache.STAGE_NETWORK": "globals.html#cache#stage-network", - "Cache.beginIdle": "globals.html#cache#beginidle", - "Cache.endIdle": "globals.html#cache#endidle", - "Cache.get": "globals.html#cache#get", - "Cache.shutdown": "globals.html#cache#shutdown", - "Cache.store": "globals.html#cache#store", - "Cache.storeBuildDependencies": "globals.html#cache#storebuilddependencies", + "Cache.constructor": "globals.html#cache-constructor", + "Cache.constructor.Cache": "globals.html#cache-constructor-cache", + "Cache.hooks": "globals.html#cache-hooks", + "Cache.STAGE_DEFAULT": "globals.html#cache-stage_default", + "Cache.STAGE_DISK": "globals.html#cache-stage_disk", + "Cache.STAGE_MEMORY": "globals.html#cache-stage_memory", + "Cache.STAGE_NETWORK": "globals.html#cache-stage_network", + "Cache.beginIdle": "globals.html#cache-beginidle", + "Cache.endIdle": "globals.html#cache-endidle", + "Cache.get": "globals.html#cache-get", + "Cache.shutdown": "globals.html#cache-shutdown", + "Cache.store": "globals.html#cache-store", + "Cache.storeBuildDependencies": "globals.html#cache-storebuilddependencies", "Chunk": "globals.html#chunk", - "Chunk.constructor": "globals.html#chunk#constructor", - "Chunk.constructor.Chunk": "globals.html#chunk#constructorchunk", - "Chunk.auxiliaryFiles": "globals.html#chunk#auxiliaryfiles", - "Chunk.chunkReason": "globals.html#chunk#chunkreason", - "Chunk.contentHash": "globals.html#chunk#contenthash", - "Chunk.cssFilenameTemplate": "globals.html#chunk#cssfilenametemplate", - "Chunk.debugId": "globals.html#chunk#debugid", - "Chunk.entryModule": "globals.html#chunk#entrymodule", - "Chunk.entryModule.entryModule": "globals.html#chunk#entrymoduleentrymodule", - "Chunk.extraAsync": "globals.html#chunk#extraasync", - "Chunk.filenameTemplate": "globals.html#chunk#filenametemplate", - "Chunk.files": "globals.html#chunk#files", - "Chunk.groupsIterable": "globals.html#chunk#groupsiterable", - "Chunk.groupsIterable.groupsIterable": "globals.html#chunk#groupsiterablegroupsiterable", - "Chunk.hash": "globals.html#chunk#hash", - "Chunk.id": "globals.html#chunk#id", - "Chunk.idNameHints": "globals.html#chunk#idnamehints", - "Chunk.ids": "globals.html#chunk#ids", - "Chunk.modulesIterable": "globals.html#chunk#modulesiterable", - "Chunk.modulesIterable.modulesIterable": "globals.html#chunk#modulesiterablemodulesiterable", - "Chunk.name": "globals.html#chunk#name", - "Chunk.preventIntegration": "globals.html#chunk#preventintegration", - "Chunk.rendered": "globals.html#chunk#rendered", - "Chunk.renderedHash": "globals.html#chunk#renderedhash", - "Chunk.runtime": "globals.html#chunk#runtime", - "Chunk.addGroup": "globals.html#chunk#addgroup", - "Chunk.addModule": "globals.html#chunk#addmodule", - "Chunk.canBeInitial": "globals.html#chunk#canbeinitial", - "Chunk.canBeIntegrated": "globals.html#chunk#canbeintegrated", - "Chunk.compareTo": "globals.html#chunk#compareto", - "Chunk.containsModule": "globals.html#chunk#containsmodule", - "Chunk.disconnectFromGroups": "globals.html#chunk#disconnectfromgroups", - "Chunk.getAllAsyncChunks": "globals.html#chunk#getallasyncchunks", - "Chunk.getAllInitialChunks": "globals.html#chunk#getallinitialchunks", - "Chunk.getAllReferencedAsyncEntrypoints": "globals.html#chunk#getallreferencedasyncentrypoints", - "Chunk.getAllReferencedChunks": "globals.html#chunk#getallreferencedchunks", - "Chunk.getChildIdsByOrders": "globals.html#chunk#getchildidsbyorders", - "Chunk.getChildIdsByOrdersMap": "globals.html#chunk#getchildidsbyordersmap", - "Chunk.getChildrenOfTypeInOrder": "globals.html#chunk#getchildrenoftypeinorder", - "Chunk.getChunkMaps": "globals.html#chunk#getchunkmaps", - "Chunk.getChunkModuleMaps": "globals.html#chunk#getchunkmodulemaps", - "Chunk.getEntryOptions": "globals.html#chunk#getentryoptions", - "Chunk.getModules": "globals.html#chunk#getmodules", - "Chunk.getNumberOfGroups": "globals.html#chunk#getnumberofgroups", - "Chunk.getNumberOfModules": "globals.html#chunk#getnumberofmodules", - "Chunk.hasAsyncChunks": "globals.html#chunk#hasasyncchunks", - "Chunk.hasChildByOrder": "globals.html#chunk#haschildbyorder", - "Chunk.hasEntryModule": "globals.html#chunk#hasentrymodule", - "Chunk.hasModuleInGraph": "globals.html#chunk#hasmoduleingraph", - "Chunk.hasRuntime": "globals.html#chunk#hasruntime", - "Chunk.integrate": "globals.html#chunk#integrate", - "Chunk.integratedSize": "globals.html#chunk#integratedsize", - "Chunk.isEmpty": "globals.html#chunk#isempty", - "Chunk.isInGroup": "globals.html#chunk#isingroup", - "Chunk.isOnlyInitial": "globals.html#chunk#isonlyinitial", - "Chunk.modulesSize": "globals.html#chunk#modulessize", - "Chunk.moveModule": "globals.html#chunk#movemodule", - "Chunk.remove": "globals.html#chunk#remove", - "Chunk.removeGroup": "globals.html#chunk#removegroup", - "Chunk.removeModule": "globals.html#chunk#removemodule", - "Chunk.size": "globals.html#chunk#size", - "Chunk.split": "globals.html#chunk#split", - "Chunk.updateHash": "globals.html#chunk#updatehash", + "Chunk.constructor": "globals.html#chunk-constructor", + "Chunk.constructor.Chunk": "globals.html#chunk-constructor-chunk", + "Chunk.auxiliaryFiles": "globals.html#chunk-auxiliaryfiles", + "Chunk.chunkReason": "globals.html#chunk-chunkreason", + "Chunk.contentHash": "globals.html#chunk-contenthash", + "Chunk.cssFilenameTemplate": "globals.html#chunk-cssfilenametemplate", + "Chunk.debugId": "globals.html#chunk-debugid", + "Chunk.entryModule": "globals.html#chunk-entrymodule", + "Chunk.entryModule.entryModule": "globals.html#chunk-entrymodule-entrymodule", + "Chunk.extraAsync": "globals.html#chunk-extraasync", + "Chunk.filenameTemplate": "globals.html#chunk-filenametemplate", + "Chunk.files": "globals.html#chunk-files", + "Chunk.groupsIterable": "globals.html#chunk-groupsiterable", + "Chunk.groupsIterable.groupsIterable": "globals.html#chunk-groupsiterable-groupsiterable", + "Chunk.hash": "globals.html#chunk-hash", + "Chunk.id": "globals.html#chunk-id", + "Chunk.idNameHints": "globals.html#chunk-idnamehints", + "Chunk.ids": "globals.html#chunk-ids", + "Chunk.modulesIterable": "globals.html#chunk-modulesiterable", + "Chunk.modulesIterable.modulesIterable": "globals.html#chunk-modulesiterable-modulesiterable", + "Chunk.name": "globals.html#chunk-name", + "Chunk.preventIntegration": "globals.html#chunk-preventintegration", + "Chunk.rendered": "globals.html#chunk-rendered", + "Chunk.renderedHash": "globals.html#chunk-renderedhash", + "Chunk.runtime": "globals.html#chunk-runtime", + "Chunk.addGroup": "globals.html#chunk-addgroup", + "Chunk.addModule": "globals.html#chunk-addmodule", + "Chunk.canBeInitial": "globals.html#chunk-canbeinitial", + "Chunk.canBeIntegrated": "globals.html#chunk-canbeintegrated", + "Chunk.compareTo": "globals.html#chunk-compareto", + "Chunk.containsModule": "globals.html#chunk-containsmodule", + "Chunk.disconnectFromGroups": "globals.html#chunk-disconnectfromgroups", + "Chunk.getAllAsyncChunks": "globals.html#chunk-getallasyncchunks", + "Chunk.getAllInitialChunks": "globals.html#chunk-getallinitialchunks", + "Chunk.getAllReferencedAsyncEntrypoints": "globals.html#chunk-getallreferencedasyncentrypoints", + "Chunk.getAllReferencedChunks": "globals.html#chunk-getallreferencedchunks", + "Chunk.getChildIdsByOrders": "globals.html#chunk-getchildidsbyorders", + "Chunk.getChildIdsByOrdersMap": "globals.html#chunk-getchildidsbyordersmap", + "Chunk.getChildrenOfTypeInOrder": "globals.html#chunk-getchildrenoftypeinorder", + "Chunk.getChunkMaps": "globals.html#chunk-getchunkmaps", + "Chunk.getChunkModuleMaps": "globals.html#chunk-getchunkmodulemaps", + "Chunk.getEntryOptions": "globals.html#chunk-getentryoptions", + "Chunk.getModules": "globals.html#chunk-getmodules", + "Chunk.getNumberOfGroups": "globals.html#chunk-getnumberofgroups", + "Chunk.getNumberOfModules": "globals.html#chunk-getnumberofmodules", + "Chunk.hasAsyncChunks": "globals.html#chunk-hasasyncchunks", + "Chunk.hasChildByOrder": "globals.html#chunk-haschildbyorder", + "Chunk.hasEntryModule": "globals.html#chunk-hasentrymodule", + "Chunk.hasModuleInGraph": "globals.html#chunk-hasmoduleingraph", + "Chunk.hasRuntime": "globals.html#chunk-hasruntime", + "Chunk.integrate": "globals.html#chunk-integrate", + "Chunk.integratedSize": "globals.html#chunk-integratedsize", + "Chunk.isEmpty": "globals.html#chunk-isempty", + "Chunk.isInGroup": "globals.html#chunk-isingroup", + "Chunk.isOnlyInitial": "globals.html#chunk-isonlyinitial", + "Chunk.modulesSize": "globals.html#chunk-modulessize", + "Chunk.moveModule": "globals.html#chunk-movemodule", + "Chunk.remove": "globals.html#chunk-remove", + "Chunk.removeGroup": "globals.html#chunk-removegroup", + "Chunk.removeModule": "globals.html#chunk-removemodule", + "Chunk.size": "globals.html#chunk-size", + "Chunk.split": "globals.html#chunk-split", + "Chunk.updateHash": "globals.html#chunk-updatehash", "ChunkGraph": "globals.html#chunkgraph", - "ChunkGraph.constructor": "globals.html#chunkgraph#constructor", - "ChunkGraph.constructor.ChunkGraph": "globals.html#chunkgraph#constructorchunkgraph", - "ChunkGraph.moduleGraph": "globals.html#chunkgraph#modulegraph", - "ChunkGraph.addChunkRuntimeRequirements": "globals.html#chunkgraph#addchunkruntimerequirements", - "ChunkGraph.addDependentHashModuleToChunk": "globals.html#chunkgraph#adddependenthashmoduletochunk", - "ChunkGraph.addFullHashModuleToChunk": "globals.html#chunkgraph#addfullhashmoduletochunk", - "ChunkGraph.addModuleRuntimeRequirements": "globals.html#chunkgraph#addmoduleruntimerequirements", - "ChunkGraph.addTreeRuntimeRequirements": "globals.html#chunkgraph#addtreeruntimerequirements", - "ChunkGraph.attachDependentHashModules": "globals.html#chunkgraph#attachdependenthashmodules", - "ChunkGraph.attachFullHashModules": "globals.html#chunkgraph#attachfullhashmodules", - "ChunkGraph.attachModules": "globals.html#chunkgraph#attachmodules", - "ChunkGraph.attachRuntimeModules": "globals.html#chunkgraph#attachruntimemodules", - "ChunkGraph.canChunksBeIntegrated": "globals.html#chunkgraph#canchunksbeintegrated", - "ChunkGraph.compareChunks": "globals.html#chunkgraph#comparechunks", - "ChunkGraph.connectBlockAndChunkGroup": "globals.html#chunkgraph#connectblockandchunkgroup", - "ChunkGraph.connectChunkAndEntryModule": "globals.html#chunkgraph#connectchunkandentrymodule", - "ChunkGraph.connectChunkAndModule": "globals.html#chunkgraph#connectchunkandmodule", - "ChunkGraph.connectChunkAndRuntimeModule": "globals.html#chunkgraph#connectchunkandruntimemodule", - "ChunkGraph.disconnectChunk": "globals.html#chunkgraph#disconnectchunk", - "ChunkGraph.disconnectChunkAndEntryModule": "globals.html#chunkgraph#disconnectchunkandentrymodule", - "ChunkGraph.disconnectChunkAndModule": "globals.html#chunkgraph#disconnectchunkandmodule", - "ChunkGraph.disconnectChunkAndRuntimeModule": "globals.html#chunkgraph#disconnectchunkandruntimemodule", - "ChunkGraph.disconnectChunkGroup": "globals.html#chunkgraph#disconnectchunkgroup", - "ChunkGraph.disconnectEntries": "globals.html#chunkgraph#disconnectentries", - "ChunkGraph.disconnectEntryModule": "globals.html#chunkgraph#disconnectentrymodule", - "ChunkGraph.getBlockChunkGroup": "globals.html#chunkgraph#getblockchunkgroup", - "ChunkGraph.getChunkConditionMap": "globals.html#chunkgraph#getchunkconditionmap", - "ChunkGraph.getChunkDependentHashModulesIterable": "globals.html#chunkgraph#getchunkdependenthashmodulesiterable", - "ChunkGraph.getChunkEntryDependentChunksIterable": "globals.html#chunkgraph#getchunkentrydependentchunksiterable", - "ChunkGraph.getChunkEntryModulesIterable": "globals.html#chunkgraph#getchunkentrymodulesiterable", - "ChunkGraph.getChunkEntryModulesWithChunkGroupIterable": "globals.html#chunkgraph#getchunkentrymoduleswithchunkgroupiterable", - "ChunkGraph.getChunkFullHashModulesIterable": "globals.html#chunkgraph#getchunkfullhashmodulesiterable", - "ChunkGraph.getChunkFullHashModulesSet": "globals.html#chunkgraph#getchunkfullhashmodulesset", - "ChunkGraph.getChunkModuleIdMap": "globals.html#chunkgraph#getchunkmoduleidmap", - "ChunkGraph.getChunkModuleRenderedHashMap": "globals.html#chunkgraph#getchunkmodulerenderedhashmap", - "ChunkGraph.getChunkModules": "globals.html#chunkgraph#getchunkmodules", - "ChunkGraph.getChunkModulesIterable": "globals.html#chunkgraph#getchunkmodulesiterable", - "ChunkGraph.getChunkModulesIterableBySourceType": "globals.html#chunkgraph#getchunkmodulesiterablebysourcetype", - "ChunkGraph.getChunkModuleSourceTypes": "globals.html#chunkgraph#getchunkmodulesourcetypes", - "ChunkGraph.getChunkModulesSize": "globals.html#chunkgraph#getchunkmodulessize", - "ChunkGraph.getChunkModulesSizes": "globals.html#chunkgraph#getchunkmodulessizes", - "ChunkGraph.getChunkRootModules": "globals.html#chunkgraph#getchunkrootmodules", - "ChunkGraph.getChunkRuntimeModulesInOrder": "globals.html#chunkgraph#getchunkruntimemodulesinorder", - "ChunkGraph.getChunkRuntimeModulesIterable": "globals.html#chunkgraph#getchunkruntimemodulesiterable", - "ChunkGraph.getChunkRuntimeRequirements": "globals.html#chunkgraph#getchunkruntimerequirements", - "ChunkGraph.getChunkSize": "globals.html#chunkgraph#getchunksize", - "ChunkGraph.getIntegratedChunksSize": "globals.html#chunkgraph#getintegratedchunkssize", - "ChunkGraph.getModuleChunks": "globals.html#chunkgraph#getmodulechunks", - "ChunkGraph.getModuleChunksIterable": "globals.html#chunkgraph#getmodulechunksiterable", - "ChunkGraph.getModuleGraphHash": "globals.html#chunkgraph#getmodulegraphhash", - "ChunkGraph.getModuleGraphHashBigInt": "globals.html#chunkgraph#getmodulegraphhashbigint", - "ChunkGraph.getModuleHash": "globals.html#chunkgraph#getmodulehash", - "ChunkGraph.getModuleId": "globals.html#chunkgraph#getmoduleid", - "ChunkGraph.getModuleRuntimeRequirements": "globals.html#chunkgraph#getmoduleruntimerequirements", - "ChunkGraph.getModuleRuntimes": "globals.html#chunkgraph#getmoduleruntimes", - "ChunkGraph.getModuleSourceTypes": "globals.html#chunkgraph#getmodulesourcetypes", - "ChunkGraph.getNumberOfChunkFullHashModules": "globals.html#chunkgraph#getnumberofchunkfullhashmodules", - "ChunkGraph.getNumberOfChunkModules": "globals.html#chunkgraph#getnumberofchunkmodules", - "ChunkGraph.getNumberOfEntryModules": "globals.html#chunkgraph#getnumberofentrymodules", - "ChunkGraph.getNumberOfModuleChunks": "globals.html#chunkgraph#getnumberofmodulechunks", - "ChunkGraph.getNumberOfRuntimeModules": "globals.html#chunkgraph#getnumberofruntimemodules", - "ChunkGraph.getOrderedChunkModules": "globals.html#chunkgraph#getorderedchunkmodules", - "ChunkGraph.getOrderedChunkModulesIterable": "globals.html#chunkgraph#getorderedchunkmodulesiterable", - "ChunkGraph.getOrderedChunkModulesIterableBySourceType": "globals.html#chunkgraph#getorderedchunkmodulesiterablebysourcetype", - "ChunkGraph.getOrderedModuleChunksIterable": "globals.html#chunkgraph#getorderedmodulechunksiterable", - "ChunkGraph.getRenderedModuleHash": "globals.html#chunkgraph#getrenderedmodulehash", - "ChunkGraph.getRuntimeChunkDependentChunksIterable": "globals.html#chunkgraph#getruntimechunkdependentchunksiterable", - "ChunkGraph.getRuntimeId": "globals.html#chunkgraph#getruntimeid", - "ChunkGraph.getTreeRuntimeRequirements": "globals.html#chunkgraph#gettreeruntimerequirements", - "ChunkGraph.hasChunkEntryDependentChunks": "globals.html#chunkgraph#haschunkentrydependentchunks", - "ChunkGraph.hasModuleHashes": "globals.html#chunkgraph#hasmodulehashes", - "ChunkGraph.hasModuleInGraph": "globals.html#chunkgraph#hasmoduleingraph", - "ChunkGraph.integrateChunks": "globals.html#chunkgraph#integratechunks", - "ChunkGraph.isEntryModule": "globals.html#chunkgraph#isentrymodule", - "ChunkGraph.isEntryModuleInChunk": "globals.html#chunkgraph#isentrymoduleinchunk", - "ChunkGraph.isModuleInChunk": "globals.html#chunkgraph#ismoduleinchunk", - "ChunkGraph.isModuleInChunkGroup": "globals.html#chunkgraph#ismoduleinchunkgroup", - "ChunkGraph.replaceModule": "globals.html#chunkgraph#replacemodule", - "ChunkGraph.setChunkModuleSourceTypes": "globals.html#chunkgraph#setchunkmodulesourcetypes", - "ChunkGraph.setModuleHashes": "globals.html#chunkgraph#setmodulehashes", - "ChunkGraph.setModuleId": "globals.html#chunkgraph#setmoduleid", - "ChunkGraph.setRuntimeId": "globals.html#chunkgraph#setruntimeid", - "ChunkGraph.upgradeDependentToFullHashModules": "globals.html#chunkgraph#upgradedependenttofullhashmodules", - "ChunkGraph.clearChunkGraphForChunk": "globals.html#chunkgraph#clearchunkgraphforchunk", - "ChunkGraph.clearChunkGraphForModule": "globals.html#chunkgraph#clearchunkgraphformodule", - "ChunkGraph.getChunkGraphForChunk": "globals.html#chunkgraph#getchunkgraphforchunk", - "ChunkGraph.getChunkGraphForModule": "globals.html#chunkgraph#getchunkgraphformodule", - "ChunkGraph.setChunkGraphForChunk": "globals.html#chunkgraph#setchunkgraphforchunk", - "ChunkGraph.setChunkGraphForModule": "globals.html#chunkgraph#setchunkgraphformodule", - "ChunkGroup": "globals.html#abstract-chunkgroup", - "ChunkGroup.constructor": "globals.html#abstract-chunkgroup#constructor", - "ChunkGroup.constructor.ChunkGroup": "globals.html#abstract-chunkgroup#constructorchunkgroup", - "ChunkGroup.asyncEntrypointsIterable": "globals.html#abstract-chunkgroup#asyncentrypointsiterable", - "ChunkGroup.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#abstract-chunkgroup#asyncentrypointsiterableasyncentrypointsiterable", - "ChunkGroup.blocksIterable": "globals.html#abstract-chunkgroup#blocksiterable", - "ChunkGroup.blocksIterable.blocksIterable": "globals.html#abstract-chunkgroup#blocksiterableblocksiterable", - "ChunkGroup.childrenIterable": "globals.html#abstract-chunkgroup#childreniterable", - "ChunkGroup.childrenIterable.childrenIterable": "globals.html#abstract-chunkgroup#childreniterablechildreniterable", - "ChunkGroup.chunks": "globals.html#abstract-chunkgroup#chunks", - "ChunkGroup.debugId": "globals.html#abstract-chunkgroup#debugid", - "ChunkGroup.debugId.debugId": "globals.html#abstract-chunkgroup#debugiddebugid", - "ChunkGroup.getModuleIndex": "globals.html#abstract-chunkgroup#getmoduleindex", - "ChunkGroup.getModuleIndex2": "globals.html#abstract-chunkgroup#getmoduleindex2", - "ChunkGroup.groupDebugId": "globals.html#abstract-chunkgroup#groupdebugid", - "ChunkGroup.id": "globals.html#abstract-chunkgroup#id", - "ChunkGroup.id.id": "globals.html#abstract-chunkgroup#idid", - "ChunkGroup.index": "globals.html#abstract-chunkgroup#index", - "ChunkGroup.name": "globals.html#abstract-chunkgroup#name", - "ChunkGroup.options": "globals.html#abstract-chunkgroup#options", - "ChunkGroup.origins": "globals.html#abstract-chunkgroup#origins", - "ChunkGroup.parentsIterable": "globals.html#abstract-chunkgroup#parentsiterable", - "ChunkGroup.parentsIterable.parentsIterable": "globals.html#abstract-chunkgroup#parentsiterableparentsiterable", - "ChunkGroup.addAsyncEntrypoint": "globals.html#abstract-chunkgroup#addasyncentrypoint", - "ChunkGroup.addBlock": "globals.html#abstract-chunkgroup#addblock", - "ChunkGroup.addChild": "globals.html#abstract-chunkgroup#addchild", - "ChunkGroup.addOptions": "globals.html#abstract-chunkgroup#addoptions", - "ChunkGroup.addOrigin": "globals.html#abstract-chunkgroup#addorigin", - "ChunkGroup.addParent": "globals.html#abstract-chunkgroup#addparent", - "ChunkGroup.checkConstraints": "globals.html#abstract-chunkgroup#checkconstraints", - "ChunkGroup.compareTo": "globals.html#abstract-chunkgroup#compareto", - "ChunkGroup.getBlocks": "globals.html#abstract-chunkgroup#getblocks", - "ChunkGroup.getChildren": "globals.html#abstract-chunkgroup#getchildren", - "ChunkGroup.getChildrenByOrders": "globals.html#abstract-chunkgroup#getchildrenbyorders", - "ChunkGroup.getFiles": "globals.html#abstract-chunkgroup#getfiles", - "ChunkGroup.getModulePostOrderIndex": "globals.html#abstract-chunkgroup#getmodulepostorderindex", - "ChunkGroup.getModulePreOrderIndex": "globals.html#abstract-chunkgroup#getmodulepreorderindex", - "ChunkGroup.getNumberOfBlocks": "globals.html#abstract-chunkgroup#getnumberofblocks", - "ChunkGroup.getNumberOfChildren": "globals.html#abstract-chunkgroup#getnumberofchildren", - "ChunkGroup.getNumberOfParents": "globals.html#abstract-chunkgroup#getnumberofparents", - "ChunkGroup.getParents": "globals.html#abstract-chunkgroup#getparents", - "ChunkGroup.hasBlock": "globals.html#abstract-chunkgroup#hasblock", - "ChunkGroup.hasParent": "globals.html#abstract-chunkgroup#hasparent", - "ChunkGroup.insertChunk": "globals.html#abstract-chunkgroup#insertchunk", - "ChunkGroup.isInitial": "globals.html#abstract-chunkgroup#isinitial", - "ChunkGroup.pushChunk": "globals.html#abstract-chunkgroup#pushchunk", - "ChunkGroup.remove": "globals.html#abstract-chunkgroup#remove", - "ChunkGroup.removeChild": "globals.html#abstract-chunkgroup#removechild", - "ChunkGroup.removeChunk": "globals.html#abstract-chunkgroup#removechunk", - "ChunkGroup.removeParent": "globals.html#abstract-chunkgroup#removeparent", - "ChunkGroup.replaceChunk": "globals.html#abstract-chunkgroup#replacechunk", - "ChunkGroup.setModulePostOrderIndex": "globals.html#abstract-chunkgroup#setmodulepostorderindex", - "ChunkGroup.setModulePreOrderIndex": "globals.html#abstract-chunkgroup#setmodulepreorderindex", - "ChunkGroup.sortItems": "globals.html#abstract-chunkgroup#sortitems", - "ChunkGroup.unshiftChunk": "globals.html#abstract-chunkgroup#unshiftchunk", + "ChunkGraph.constructor": "globals.html#chunkgraph-constructor", + "ChunkGraph.constructor.ChunkGraph": "globals.html#chunkgraph-constructor-chunkgraph", + "ChunkGraph.moduleGraph": "globals.html#chunkgraph-modulegraph", + "ChunkGraph.addChunkRuntimeRequirements": "globals.html#chunkgraph-addchunkruntimerequirements", + "ChunkGraph.addDependentHashModuleToChunk": "globals.html#chunkgraph-adddependenthashmoduletochunk", + "ChunkGraph.addFullHashModuleToChunk": "globals.html#chunkgraph-addfullhashmoduletochunk", + "ChunkGraph.addModuleRuntimeRequirements": "globals.html#chunkgraph-addmoduleruntimerequirements", + "ChunkGraph.addTreeRuntimeRequirements": "globals.html#chunkgraph-addtreeruntimerequirements", + "ChunkGraph.attachDependentHashModules": "globals.html#chunkgraph-attachdependenthashmodules", + "ChunkGraph.attachFullHashModules": "globals.html#chunkgraph-attachfullhashmodules", + "ChunkGraph.attachModules": "globals.html#chunkgraph-attachmodules", + "ChunkGraph.attachRuntimeModules": "globals.html#chunkgraph-attachruntimemodules", + "ChunkGraph.canChunksBeIntegrated": "globals.html#chunkgraph-canchunksbeintegrated", + "ChunkGraph.compareChunks": "globals.html#chunkgraph-comparechunks", + "ChunkGraph.connectBlockAndChunkGroup": "globals.html#chunkgraph-connectblockandchunkgroup", + "ChunkGraph.connectChunkAndEntryModule": "globals.html#chunkgraph-connectchunkandentrymodule", + "ChunkGraph.connectChunkAndModule": "globals.html#chunkgraph-connectchunkandmodule", + "ChunkGraph.connectChunkAndRuntimeModule": "globals.html#chunkgraph-connectchunkandruntimemodule", + "ChunkGraph.disconnectChunk": "globals.html#chunkgraph-disconnectchunk", + "ChunkGraph.disconnectChunkAndEntryModule": "globals.html#chunkgraph-disconnectchunkandentrymodule", + "ChunkGraph.disconnectChunkAndModule": "globals.html#chunkgraph-disconnectchunkandmodule", + "ChunkGraph.disconnectChunkAndRuntimeModule": "globals.html#chunkgraph-disconnectchunkandruntimemodule", + "ChunkGraph.disconnectChunkGroup": "globals.html#chunkgraph-disconnectchunkgroup", + "ChunkGraph.disconnectEntries": "globals.html#chunkgraph-disconnectentries", + "ChunkGraph.disconnectEntryModule": "globals.html#chunkgraph-disconnectentrymodule", + "ChunkGraph.getBlockChunkGroup": "globals.html#chunkgraph-getblockchunkgroup", + "ChunkGraph.getChunkConditionMap": "globals.html#chunkgraph-getchunkconditionmap", + "ChunkGraph.getChunkDependentHashModulesIterable": "globals.html#chunkgraph-getchunkdependenthashmodulesiterable", + "ChunkGraph.getChunkEntryDependentChunksIterable": "globals.html#chunkgraph-getchunkentrydependentchunksiterable", + "ChunkGraph.getChunkEntryModulesIterable": "globals.html#chunkgraph-getchunkentrymodulesiterable", + "ChunkGraph.getChunkEntryModulesWithChunkGroupIterable": "globals.html#chunkgraph-getchunkentrymoduleswithchunkgroupiterable", + "ChunkGraph.getChunkFullHashModulesIterable": "globals.html#chunkgraph-getchunkfullhashmodulesiterable", + "ChunkGraph.getChunkFullHashModulesSet": "globals.html#chunkgraph-getchunkfullhashmodulesset", + "ChunkGraph.getChunkModuleIdMap": "globals.html#chunkgraph-getchunkmoduleidmap", + "ChunkGraph.getChunkModuleRenderedHashMap": "globals.html#chunkgraph-getchunkmodulerenderedhashmap", + "ChunkGraph.getChunkModules": "globals.html#chunkgraph-getchunkmodules", + "ChunkGraph.getChunkModulesIterable": "globals.html#chunkgraph-getchunkmodulesiterable", + "ChunkGraph.getChunkModulesIterableBySourceType": "globals.html#chunkgraph-getchunkmodulesiterablebysourcetype", + "ChunkGraph.getChunkModuleSourceTypes": "globals.html#chunkgraph-getchunkmodulesourcetypes", + "ChunkGraph.getChunkModulesSize": "globals.html#chunkgraph-getchunkmodulessize", + "ChunkGraph.getChunkModulesSizes": "globals.html#chunkgraph-getchunkmodulessizes", + "ChunkGraph.getChunkRootModules": "globals.html#chunkgraph-getchunkrootmodules", + "ChunkGraph.getChunkRuntimeModulesInOrder": "globals.html#chunkgraph-getchunkruntimemodulesinorder", + "ChunkGraph.getChunkRuntimeModulesIterable": "globals.html#chunkgraph-getchunkruntimemodulesiterable", + "ChunkGraph.getChunkRuntimeRequirements": "globals.html#chunkgraph-getchunkruntimerequirements", + "ChunkGraph.getChunkSize": "globals.html#chunkgraph-getchunksize", + "ChunkGraph.getIntegratedChunksSize": "globals.html#chunkgraph-getintegratedchunkssize", + "ChunkGraph.getModuleChunks": "globals.html#chunkgraph-getmodulechunks", + "ChunkGraph.getModuleChunksIterable": "globals.html#chunkgraph-getmodulechunksiterable", + "ChunkGraph.getModuleGraphHash": "globals.html#chunkgraph-getmodulegraphhash", + "ChunkGraph.getModuleGraphHashBigInt": "globals.html#chunkgraph-getmodulegraphhashbigint", + "ChunkGraph.getModuleHash": "globals.html#chunkgraph-getmodulehash", + "ChunkGraph.getModuleId": "globals.html#chunkgraph-getmoduleid", + "ChunkGraph.getModuleRuntimeRequirements": "globals.html#chunkgraph-getmoduleruntimerequirements", + "ChunkGraph.getModuleRuntimes": "globals.html#chunkgraph-getmoduleruntimes", + "ChunkGraph.getModuleSourceTypes": "globals.html#chunkgraph-getmodulesourcetypes", + "ChunkGraph.getNumberOfChunkFullHashModules": "globals.html#chunkgraph-getnumberofchunkfullhashmodules", + "ChunkGraph.getNumberOfChunkModules": "globals.html#chunkgraph-getnumberofchunkmodules", + "ChunkGraph.getNumberOfEntryModules": "globals.html#chunkgraph-getnumberofentrymodules", + "ChunkGraph.getNumberOfModuleChunks": "globals.html#chunkgraph-getnumberofmodulechunks", + "ChunkGraph.getNumberOfRuntimeModules": "globals.html#chunkgraph-getnumberofruntimemodules", + "ChunkGraph.getOrderedChunkModules": "globals.html#chunkgraph-getorderedchunkmodules", + "ChunkGraph.getOrderedChunkModulesIterable": "globals.html#chunkgraph-getorderedchunkmodulesiterable", + "ChunkGraph.getOrderedChunkModulesIterableBySourceType": "globals.html#chunkgraph-getorderedchunkmodulesiterablebysourcetype", + "ChunkGraph.getOrderedModuleChunksIterable": "globals.html#chunkgraph-getorderedmodulechunksiterable", + "ChunkGraph.getRenderedModuleHash": "globals.html#chunkgraph-getrenderedmodulehash", + "ChunkGraph.getRuntimeChunkDependentChunksIterable": "globals.html#chunkgraph-getruntimechunkdependentchunksiterable", + "ChunkGraph.getRuntimeId": "globals.html#chunkgraph-getruntimeid", + "ChunkGraph.getTreeRuntimeRequirements": "globals.html#chunkgraph-gettreeruntimerequirements", + "ChunkGraph.hasChunkEntryDependentChunks": "globals.html#chunkgraph-haschunkentrydependentchunks", + "ChunkGraph.hasModuleHashes": "globals.html#chunkgraph-hasmodulehashes", + "ChunkGraph.hasModuleInGraph": "globals.html#chunkgraph-hasmoduleingraph", + "ChunkGraph.integrateChunks": "globals.html#chunkgraph-integratechunks", + "ChunkGraph.isEntryModule": "globals.html#chunkgraph-isentrymodule", + "ChunkGraph.isEntryModuleInChunk": "globals.html#chunkgraph-isentrymoduleinchunk", + "ChunkGraph.isModuleInChunk": "globals.html#chunkgraph-ismoduleinchunk", + "ChunkGraph.isModuleInChunkGroup": "globals.html#chunkgraph-ismoduleinchunkgroup", + "ChunkGraph.replaceModule": "globals.html#chunkgraph-replacemodule", + "ChunkGraph.setChunkModuleSourceTypes": "globals.html#chunkgraph-setchunkmodulesourcetypes", + "ChunkGraph.setModuleHashes": "globals.html#chunkgraph-setmodulehashes", + "ChunkGraph.setModuleId": "globals.html#chunkgraph-setmoduleid", + "ChunkGraph.setRuntimeId": "globals.html#chunkgraph-setruntimeid", + "ChunkGraph.upgradeDependentToFullHashModules": "globals.html#chunkgraph-upgradedependenttofullhashmodules", + "ChunkGraph.clearChunkGraphForChunk": "globals.html#chunkgraph-clearchunkgraphforchunk", + "ChunkGraph.clearChunkGraphForModule": "globals.html#chunkgraph-clearchunkgraphformodule", + "ChunkGraph.getChunkGraphForChunk": "globals.html#chunkgraph-getchunkgraphforchunk", + "ChunkGraph.getChunkGraphForModule": "globals.html#chunkgraph-getchunkgraphformodule", + "ChunkGraph.setChunkGraphForChunk": "globals.html#chunkgraph-setchunkgraphforchunk", + "ChunkGraph.setChunkGraphForModule": "globals.html#chunkgraph-setchunkgraphformodule", + "ChunkGroup": "globals.html#chunkgroup", + "ChunkGroup.constructor": "globals.html#chunkgroup-constructor", + "ChunkGroup.constructor.ChunkGroup": "globals.html#chunkgroup-constructor-chunkgroup", + "ChunkGroup.asyncEntrypointsIterable": "globals.html#chunkgroup-asyncentrypointsiterable", + "ChunkGroup.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#chunkgroup-asyncentrypointsiterable-asyncentrypointsiterable", + "ChunkGroup.blocksIterable": "globals.html#chunkgroup-blocksiterable", + "ChunkGroup.blocksIterable.blocksIterable": "globals.html#chunkgroup-blocksiterable-blocksiterable", + "ChunkGroup.childrenIterable": "globals.html#chunkgroup-childreniterable", + "ChunkGroup.childrenIterable.childrenIterable": "globals.html#chunkgroup-childreniterable-childreniterable", + "ChunkGroup.chunks": "globals.html#chunkgroup-chunks", + "ChunkGroup.debugId": "globals.html#chunkgroup-debugid", + "ChunkGroup.debugId.debugId": "globals.html#chunkgroup-debugid-debugid", + "ChunkGroup.getModuleIndex": "globals.html#chunkgroup-getmoduleindex", + "ChunkGroup.getModuleIndex2": "globals.html#chunkgroup-getmoduleindex2", + "ChunkGroup.groupDebugId": "globals.html#chunkgroup-groupdebugid", + "ChunkGroup.id": "globals.html#chunkgroup-id", + "ChunkGroup.id.id": "globals.html#chunkgroup-id-id", + "ChunkGroup.index": "globals.html#chunkgroup-index", + "ChunkGroup.name": "globals.html#chunkgroup-name", + "ChunkGroup.options": "globals.html#chunkgroup-options", + "ChunkGroup.origins": "globals.html#chunkgroup-origins", + "ChunkGroup.parentsIterable": "globals.html#chunkgroup-parentsiterable", + "ChunkGroup.parentsIterable.parentsIterable": "globals.html#chunkgroup-parentsiterable-parentsiterable", + "ChunkGroup.addAsyncEntrypoint": "globals.html#chunkgroup-addasyncentrypoint", + "ChunkGroup.addBlock": "globals.html#chunkgroup-addblock", + "ChunkGroup.addChild": "globals.html#chunkgroup-addchild", + "ChunkGroup.addOptions": "globals.html#chunkgroup-addoptions", + "ChunkGroup.addOrigin": "globals.html#chunkgroup-addorigin", + "ChunkGroup.addParent": "globals.html#chunkgroup-addparent", + "ChunkGroup.checkConstraints": "globals.html#chunkgroup-checkconstraints", + "ChunkGroup.compareTo": "globals.html#chunkgroup-compareto", + "ChunkGroup.getBlocks": "globals.html#chunkgroup-getblocks", + "ChunkGroup.getChildren": "globals.html#chunkgroup-getchildren", + "ChunkGroup.getChildrenByOrders": "globals.html#chunkgroup-getchildrenbyorders", + "ChunkGroup.getFiles": "globals.html#chunkgroup-getfiles", + "ChunkGroup.getModulePostOrderIndex": "globals.html#chunkgroup-getmodulepostorderindex", + "ChunkGroup.getModulePreOrderIndex": "globals.html#chunkgroup-getmodulepreorderindex", + "ChunkGroup.getNumberOfBlocks": "globals.html#chunkgroup-getnumberofblocks", + "ChunkGroup.getNumberOfChildren": "globals.html#chunkgroup-getnumberofchildren", + "ChunkGroup.getNumberOfParents": "globals.html#chunkgroup-getnumberofparents", + "ChunkGroup.getParents": "globals.html#chunkgroup-getparents", + "ChunkGroup.hasBlock": "globals.html#chunkgroup-hasblock", + "ChunkGroup.hasParent": "globals.html#chunkgroup-hasparent", + "ChunkGroup.insertChunk": "globals.html#chunkgroup-insertchunk", + "ChunkGroup.isInitial": "globals.html#chunkgroup-isinitial", + "ChunkGroup.pushChunk": "globals.html#chunkgroup-pushchunk", + "ChunkGroup.remove": "globals.html#chunkgroup-remove", + "ChunkGroup.removeChild": "globals.html#chunkgroup-removechild", + "ChunkGroup.removeChunk": "globals.html#chunkgroup-removechunk", + "ChunkGroup.removeParent": "globals.html#chunkgroup-removeparent", + "ChunkGroup.replaceChunk": "globals.html#chunkgroup-replacechunk", + "ChunkGroup.setModulePostOrderIndex": "globals.html#chunkgroup-setmodulepostorderindex", + "ChunkGroup.setModulePreOrderIndex": "globals.html#chunkgroup-setmodulepreorderindex", + "ChunkGroup.sortItems": "globals.html#chunkgroup-sortitems", + "ChunkGroup.unshiftChunk": "globals.html#chunkgroup-unshiftchunk", "CleanPlugin": "globals.html#cleanplugin", - "CleanPlugin.constructor": "globals.html#cleanplugin#constructor", - "CleanPlugin.constructor.CleanPlugin": "globals.html#cleanplugin#constructorcleanplugin", - "CleanPlugin.options": "globals.html#cleanplugin#options", - "CleanPlugin.apply": "globals.html#cleanplugin#apply", - "CleanPlugin.getCompilationHooks": "globals.html#cleanplugin#getcompilationhooks", - "CodeGenerationResults": "globals.html#abstract-codegenerationresults", - "CodeGenerationResults.constructor": "globals.html#abstract-codegenerationresults#constructor", - "CodeGenerationResults.constructor.CodeGenerationResults": "globals.html#abstract-codegenerationresults#constructorcodegenerationresults", - "CodeGenerationResults.map": "globals.html#abstract-codegenerationresults#map", - "CodeGenerationResults.add": "globals.html#abstract-codegenerationresults#add", - "CodeGenerationResults.get": "globals.html#abstract-codegenerationresults#get", - "CodeGenerationResults.getData": "globals.html#abstract-codegenerationresults#getdata", - "CodeGenerationResults.getHash": "globals.html#abstract-codegenerationresults#gethash", - "CodeGenerationResults.getRuntimeRequirements": "globals.html#abstract-codegenerationresults#getruntimerequirements", - "CodeGenerationResults.getSource": "globals.html#abstract-codegenerationresults#getsource", - "CodeGenerationResults.has": "globals.html#abstract-codegenerationresults#has", + "CleanPlugin.constructor": "globals.html#cleanplugin-constructor", + "CleanPlugin.constructor.CleanPlugin": "globals.html#cleanplugin-constructor-cleanplugin", + "CleanPlugin.options": "globals.html#cleanplugin-options", + "CleanPlugin.apply": "globals.html#cleanplugin-apply", + "CleanPlugin.getCompilationHooks": "globals.html#cleanplugin-getcompilationhooks", + "CodeGenerationResults": "globals.html#codegenerationresults", + "CodeGenerationResults.constructor": "globals.html#codegenerationresults-constructor", + "CodeGenerationResults.constructor.CodeGenerationResults": "globals.html#codegenerationresults-constructor-codegenerationresults", + "CodeGenerationResults.map": "globals.html#codegenerationresults-map", + "CodeGenerationResults.add": "globals.html#codegenerationresults-add", + "CodeGenerationResults.get": "globals.html#codegenerationresults-get", + "CodeGenerationResults.getData": "globals.html#codegenerationresults-getdata", + "CodeGenerationResults.getHash": "globals.html#codegenerationresults-gethash", + "CodeGenerationResults.getRuntimeRequirements": "globals.html#codegenerationresults-getruntimerequirements", + "CodeGenerationResults.getSource": "globals.html#codegenerationresults-getsource", + "CodeGenerationResults.has": "globals.html#codegenerationresults-has", "Compilation": "globals.html#compilation", - "Compilation.constructor": "globals.html#compilation#constructor", - "Compilation.constructor.Compilation": "globals.html#compilation#constructorcompilation", - "Compilation.additionalChunkAssets": "globals.html#compilation#additionalchunkassets", - "Compilation.addModuleQueue": "globals.html#compilation#addmodulequeue", - "Compilation.assets": "globals.html#compilation#assets", - "Compilation.assetsInfo": "globals.html#compilation#assetsinfo", - "Compilation.asyncEntrypoints": "globals.html#compilation#asyncentrypoints", - "Compilation.bail": "globals.html#compilation#bail", - "Compilation.buildDependencies": "globals.html#compilation#builddependencies", - "Compilation.buildQueue": "globals.html#compilation#buildqueue", - "Compilation.buildTimeExecutedModules": "globals.html#compilation#buildtimeexecutedmodules", - "Compilation.builtModules": "globals.html#compilation#builtmodules", - "Compilation.children": "globals.html#compilation#children", - "Compilation.childrenCounters": "globals.html#compilation#childrencounters", - "Compilation.chunkGraph": "globals.html#compilation#chunkgraph", - "Compilation.chunkGroups": "globals.html#compilation#chunkgroups", - "Compilation.chunks": "globals.html#compilation#chunks", - "Compilation.chunkTemplate": "globals.html#compilation#chunktemplate", - "Compilation.codeGeneratedModules": "globals.html#compilation#codegeneratedmodules", - "Compilation.codeGenerationResults": "globals.html#compilation#codegenerationresults", - "Compilation.comparedForEmitAssets": "globals.html#compilation#comparedforemitassets", - "Compilation.compilationDependencies": "globals.html#compilation#compilationdependencies", - "Compilation.compiler": "globals.html#compilation#compiler", - "Compilation.compilerPath": "globals.html#compilation#compilerpath", - "Compilation.contextDependencies": "globals.html#compilation#contextdependencies", - "Compilation.creatingModuleDuringBuild": "globals.html#compilation#creatingmoduleduringbuild", - "Compilation.dependencyFactories": "globals.html#compilation#dependencyfactories", - "Compilation.dependencyTemplates": "globals.html#compilation#dependencytemplates", - "Compilation.emittedAssets": "globals.html#compilation#emittedassets", - "Compilation.endTime": "globals.html#compilation#endtime", - "Compilation.entries": "globals.html#compilation#entries", - "Compilation.entrypoints": "globals.html#compilation#entrypoints", - "Compilation.errors": "globals.html#compilation#errors", - "Compilation.factorizeQueue": "globals.html#compilation#factorizequeue", - "Compilation.fileDependencies": "globals.html#compilation#filedependencies", - "Compilation.fileSystemInfo": "globals.html#compilation#filesysteminfo", - "Compilation.fullHash": "globals.html#compilation#fullhash", - "Compilation.globalEntry": "globals.html#compilation#globalentry", - "Compilation.hash": "globals.html#compilation#hash", - "Compilation.hooks": "globals.html#compilation#hooks", - "Compilation.inputFileSystem": "globals.html#compilation#inputfilesystem", - "Compilation.logger": "globals.html#compilation#logger", - "Compilation.logging": "globals.html#compilation#logging", - "Compilation.mainTemplate": "globals.html#compilation#maintemplate", - "Compilation.missingDependencies": "globals.html#compilation#missingdependencies", - "Compilation.moduleGraph": "globals.html#compilation#modulegraph", - "Compilation.moduleMemCaches": "globals.html#compilation#modulememcaches", - "Compilation.moduleMemCaches2": "globals.html#compilation#modulememcaches2", - "Compilation.modules": "globals.html#compilation#modules", - "Compilation.moduleTemplates": "globals.html#compilation#moduletemplates", - "Compilation.name": "globals.html#compilation#name", - "Compilation.namedChunkGroups": "globals.html#compilation#namedchunkgroups", - "Compilation.namedChunks": "globals.html#compilation#namedchunks", - "Compilation.needAdditionalPass": "globals.html#compilation#needadditionalpass", - "Compilation.options": "globals.html#compilation#options", - "Compilation.outputOptions": "globals.html#compilation#outputoptions", - "Compilation.params": "globals.html#compilation#params", - "Compilation.processDependenciesQueue": "globals.html#compilation#processdependenciesqueue", - "Compilation.profile": "globals.html#compilation#profile", - "Compilation.rebuildQueue": "globals.html#compilation#rebuildqueue", - "Compilation.records": "globals.html#compilation#records", - "Compilation.requestShortener": "globals.html#compilation#requestshortener", - "Compilation.resolverFactory": "globals.html#compilation#resolverfactory", - "Compilation.runtimeTemplate": "globals.html#compilation#runtimetemplate", - "Compilation.startTime": "globals.html#compilation#starttime", - "Compilation.usedChunkIds": "globals.html#compilation#usedchunkids", - "Compilation.usedModuleIds": "globals.html#compilation#usedmoduleids", - "Compilation.valueCacheVersions": "globals.html#compilation#valuecacheversions", - "Compilation.warnings": "globals.html#compilation#warnings", - "Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL": "globals.html#compilation#process-assets-stage-additional", - "Compilation.PROCESS_ASSETS_STAGE_ADDITIONS": "globals.html#compilation#process-assets-stage-additions", - "Compilation.PROCESS_ASSETS_STAGE_ANALYSE": "globals.html#compilation#process-assets-stage-analyse", - "Compilation.PROCESS_ASSETS_STAGE_DERIVED": "globals.html#compilation#process-assets-stage-derived", - "Compilation.PROCESS_ASSETS_STAGE_DEV_TOOLING": "globals.html#compilation#process-assets-stage-dev-tooling", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE": "globals.html#compilation#process-assets-stage-optimize", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY": "globals.html#compilation#process-assets-stage-optimize-compatibility", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT": "globals.html#compilation#process-assets-stage-optimize-count", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_HASH": "globals.html#compilation#process-assets-stage-optimize-hash", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE": "globals.html#compilation#process-assets-stage-optimize-inline", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE": "globals.html#compilation#process-assets-stage-optimize-size", - "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER": "globals.html#compilation#process-assets-stage-optimize-transfer", - "Compilation.PROCESS_ASSETS_STAGE_PRE_PROCESS": "globals.html#compilation#process-assets-stage-pre-process", - "Compilation.PROCESS_ASSETS_STAGE_REPORT": "globals.html#compilation#process-assets-stage-report", - "Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE": "globals.html#compilation#process-assets-stage-summarize", - "Compilation.addAsyncEntrypoint": "globals.html#compilation#addasyncentrypoint", - "Compilation.addChunk": "globals.html#compilation#addchunk", - "Compilation.addChunkInGroup": "globals.html#compilation#addchunkingroup", - "Compilation.addEntry": "globals.html#compilation#addentry", - "Compilation.addInclude": "globals.html#compilation#addinclude", - "Compilation.addModule": "globals.html#compilation#addmodule", - "Compilation.addModuleChain": "globals.html#compilation#addmodulechain", - "Compilation.addModuleTree": "globals.html#compilation#addmoduletree", - "Compilation.addRuntimeModule": "globals.html#compilation#addruntimemodule", - "Compilation.assignDepth": "globals.html#compilation#assigndepth", - "Compilation.assignDepths": "globals.html#compilation#assigndepths", - "Compilation.assignRuntimeIds": "globals.html#compilation#assignruntimeids", - "Compilation.buildModule": "globals.html#compilation#buildmodule", - "Compilation.checkConstraints": "globals.html#compilation#checkconstraints", - "Compilation.clearAssets": "globals.html#compilation#clearassets", - "Compilation.codeGeneration": "globals.html#compilation#codegeneration", - "Compilation.createChildCompiler": "globals.html#compilation#createchildcompiler", - "Compilation.createChunkAssets": "globals.html#compilation#createchunkassets", - "Compilation.createHash": "globals.html#compilation#createhash", - "Compilation.createModuleAssets": "globals.html#compilation#createmoduleassets", - "Compilation.createModuleHashes": "globals.html#compilation#createmodulehashes", - "Compilation.createStatsFactory": "globals.html#compilation#createstatsfactory", - "Compilation.createStatsOptions": "globals.html#compilation#createstatsoptions", - "Compilation.createStatsPrinter": "globals.html#compilation#createstatsprinter", - "Compilation.deleteAsset": "globals.html#compilation#deleteasset", - "Compilation.emitAsset": "globals.html#compilation#emitasset", - "Compilation.executeModule": "globals.html#compilation#executemodule", - "Compilation.factorizeModule": "globals.html#compilation#factorizemodule", - "Compilation.findModule": "globals.html#compilation#findmodule", - "Compilation.finish": "globals.html#compilation#finish", - "Compilation.getAsset": "globals.html#compilation#getasset", - "Compilation.getAssetPath": "globals.html#compilation#getassetpath", - "Compilation.getAssetPathWithInfo": "globals.html#compilation#getassetpathwithinfo", - "Compilation.getAssets": "globals.html#compilation#getassets", - "Compilation.getCache": "globals.html#compilation#getcache", - "Compilation.getDependencyReferencedExports": "globals.html#compilation#getdependencyreferencedexports", - "Compilation.getErrors": "globals.html#compilation#geterrors", - "Compilation.getLogger": "globals.html#compilation#getlogger", - "Compilation.getModule": "globals.html#compilation#getmodule", - "Compilation.getPath": "globals.html#compilation#getpath", - "Compilation.getPathWithInfo": "globals.html#compilation#getpathwithinfo", - "Compilation.getRenderManifest": "globals.html#compilation#getrendermanifest", - "Compilation.getStats": "globals.html#compilation#getstats", - "Compilation.getWarnings": "globals.html#compilation#getwarnings", - "Compilation.handleModuleCreation": "globals.html#compilation#handlemodulecreation", - "Compilation.patchChunksAfterReasonRemoval": "globals.html#compilation#patchchunksafterreasonremoval", - "Compilation.processModuleDependencies": "globals.html#compilation#processmoduledependencies", - "Compilation.processModuleDependenciesNonRecursive": "globals.html#compilation#processmoduledependenciesnonrecursive", - "Compilation.processRuntimeRequirements": "globals.html#compilation#processruntimerequirements", - "Compilation.rebuildModule": "globals.html#compilation#rebuildmodule", - "Compilation.removeChunkFromDependencies": "globals.html#compilation#removechunkfromdependencies", - "Compilation.removeReasonsOfDependencyBlock": "globals.html#compilation#removereasonsofdependencyblock", - "Compilation.renameAsset": "globals.html#compilation#renameasset", - "Compilation.reportDependencyErrorsAndWarnings": "globals.html#compilation#reportdependencyerrorsandwarnings", - "Compilation.seal": "globals.html#compilation#seal", - "Compilation.sortItemsWithChunkIds": "globals.html#compilation#sortitemswithchunkids", - "Compilation.summarizeDependencies": "globals.html#compilation#summarizedependencies", - "Compilation.unseal": "globals.html#compilation#unseal", - "Compilation.updateAsset": "globals.html#compilation#updateasset", + "Compilation.constructor": "globals.html#compilation-constructor", + "Compilation.constructor.Compilation": "globals.html#compilation-constructor-compilation", + "Compilation.additionalChunkAssets": "globals.html#compilation-additionalchunkassets", + "Compilation.addModuleQueue": "globals.html#compilation-addmodulequeue", + "Compilation.assets": "globals.html#compilation-assets", + "Compilation.assetsInfo": "globals.html#compilation-assetsinfo", + "Compilation.asyncEntrypoints": "globals.html#compilation-asyncentrypoints", + "Compilation.bail": "globals.html#compilation-bail", + "Compilation.buildDependencies": "globals.html#compilation-builddependencies", + "Compilation.buildQueue": "globals.html#compilation-buildqueue", + "Compilation.buildTimeExecutedModules": "globals.html#compilation-buildtimeexecutedmodules", + "Compilation.builtModules": "globals.html#compilation-builtmodules", + "Compilation.children": "globals.html#compilation-children", + "Compilation.childrenCounters": "globals.html#compilation-childrencounters", + "Compilation.chunkGraph": "globals.html#compilation-chunkgraph", + "Compilation.chunkGroups": "globals.html#compilation-chunkgroups", + "Compilation.chunks": "globals.html#compilation-chunks", + "Compilation.chunkTemplate": "globals.html#compilation-chunktemplate", + "Compilation.codeGeneratedModules": "globals.html#compilation-codegeneratedmodules", + "Compilation.codeGenerationResults": "globals.html#compilation-codegenerationresults", + "Compilation.comparedForEmitAssets": "globals.html#compilation-comparedforemitassets", + "Compilation.compilationDependencies": "globals.html#compilation-compilationdependencies", + "Compilation.compiler": "globals.html#compilation-compiler", + "Compilation.compilerPath": "globals.html#compilation-compilerpath", + "Compilation.contextDependencies": "globals.html#compilation-contextdependencies", + "Compilation.creatingModuleDuringBuild": "globals.html#compilation-creatingmoduleduringbuild", + "Compilation.dependencyFactories": "globals.html#compilation-dependencyfactories", + "Compilation.dependencyTemplates": "globals.html#compilation-dependencytemplates", + "Compilation.emittedAssets": "globals.html#compilation-emittedassets", + "Compilation.endTime": "globals.html#compilation-endtime", + "Compilation.entries": "globals.html#compilation-entries", + "Compilation.entrypoints": "globals.html#compilation-entrypoints", + "Compilation.errors": "globals.html#compilation-errors", + "Compilation.factorizeQueue": "globals.html#compilation-factorizequeue", + "Compilation.fileDependencies": "globals.html#compilation-filedependencies", + "Compilation.fileSystemInfo": "globals.html#compilation-filesysteminfo", + "Compilation.fullHash": "globals.html#compilation-fullhash", + "Compilation.globalEntry": "globals.html#compilation-globalentry", + "Compilation.hash": "globals.html#compilation-hash", + "Compilation.hooks": "globals.html#compilation-hooks", + "Compilation.inputFileSystem": "globals.html#compilation-inputfilesystem", + "Compilation.logger": "globals.html#compilation-logger", + "Compilation.logging": "globals.html#compilation-logging", + "Compilation.mainTemplate": "globals.html#compilation-maintemplate", + "Compilation.missingDependencies": "globals.html#compilation-missingdependencies", + "Compilation.moduleGraph": "globals.html#compilation-modulegraph", + "Compilation.moduleMemCaches": "globals.html#compilation-modulememcaches", + "Compilation.moduleMemCaches2": "globals.html#compilation-modulememcaches2", + "Compilation.modules": "globals.html#compilation-modules", + "Compilation.moduleTemplates": "globals.html#compilation-moduletemplates", + "Compilation.name": "globals.html#compilation-name", + "Compilation.namedChunkGroups": "globals.html#compilation-namedchunkgroups", + "Compilation.namedChunks": "globals.html#compilation-namedchunks", + "Compilation.needAdditionalPass": "globals.html#compilation-needadditionalpass", + "Compilation.options": "globals.html#compilation-options", + "Compilation.outputOptions": "globals.html#compilation-outputoptions", + "Compilation.params": "globals.html#compilation-params", + "Compilation.processDependenciesQueue": "globals.html#compilation-processdependenciesqueue", + "Compilation.profile": "globals.html#compilation-profile", + "Compilation.rebuildQueue": "globals.html#compilation-rebuildqueue", + "Compilation.records": "globals.html#compilation-records", + "Compilation.requestShortener": "globals.html#compilation-requestshortener", + "Compilation.resolverFactory": "globals.html#compilation-resolverfactory", + "Compilation.runtimeTemplate": "globals.html#compilation-runtimetemplate", + "Compilation.startTime": "globals.html#compilation-starttime", + "Compilation.usedChunkIds": "globals.html#compilation-usedchunkids", + "Compilation.usedModuleIds": "globals.html#compilation-usedmoduleids", + "Compilation.valueCacheVersions": "globals.html#compilation-valuecacheversions", + "Compilation.warnings": "globals.html#compilation-warnings", + "Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL": "globals.html#compilation-process_assets_stage_additional", + "Compilation.PROCESS_ASSETS_STAGE_ADDITIONS": "globals.html#compilation-process_assets_stage_additions", + "Compilation.PROCESS_ASSETS_STAGE_ANALYSE": "globals.html#compilation-process_assets_stage_analyse", + "Compilation.PROCESS_ASSETS_STAGE_DERIVED": "globals.html#compilation-process_assets_stage_derived", + "Compilation.PROCESS_ASSETS_STAGE_DEV_TOOLING": "globals.html#compilation-process_assets_stage_dev_tooling", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE": "globals.html#compilation-process_assets_stage_optimize", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY": "globals.html#compilation-process_assets_stage_optimize_compatibility", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT": "globals.html#compilation-process_assets_stage_optimize_count", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_HASH": "globals.html#compilation-process_assets_stage_optimize_hash", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE": "globals.html#compilation-process_assets_stage_optimize_inline", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE": "globals.html#compilation-process_assets_stage_optimize_size", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER": "globals.html#compilation-process_assets_stage_optimize_transfer", + "Compilation.PROCESS_ASSETS_STAGE_PRE_PROCESS": "globals.html#compilation-process_assets_stage_pre_process", + "Compilation.PROCESS_ASSETS_STAGE_REPORT": "globals.html#compilation-process_assets_stage_report", + "Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE": "globals.html#compilation-process_assets_stage_summarize", + "Compilation.addAsyncEntrypoint": "globals.html#compilation-addasyncentrypoint", + "Compilation.addChunk": "globals.html#compilation-addchunk", + "Compilation.addChunkInGroup": "globals.html#compilation-addchunkingroup", + "Compilation.addEntry": "globals.html#compilation-addentry", + "Compilation.addInclude": "globals.html#compilation-addinclude", + "Compilation.addModule": "globals.html#compilation-addmodule", + "Compilation.addModuleChain": "globals.html#compilation-addmodulechain", + "Compilation.addModuleTree": "globals.html#compilation-addmoduletree", + "Compilation.addRuntimeModule": "globals.html#compilation-addruntimemodule", + "Compilation.assignDepth": "globals.html#compilation-assigndepth", + "Compilation.assignDepths": "globals.html#compilation-assigndepths", + "Compilation.assignRuntimeIds": "globals.html#compilation-assignruntimeids", + "Compilation.buildModule": "globals.html#compilation-buildmodule", + "Compilation.checkConstraints": "globals.html#compilation-checkconstraints", + "Compilation.clearAssets": "globals.html#compilation-clearassets", + "Compilation.codeGeneration": "globals.html#compilation-codegeneration", + "Compilation.createChildCompiler": "globals.html#compilation-createchildcompiler", + "Compilation.createChunkAssets": "globals.html#compilation-createchunkassets", + "Compilation.createHash": "globals.html#compilation-createhash", + "Compilation.createModuleAssets": "globals.html#compilation-createmoduleassets", + "Compilation.createModuleHashes": "globals.html#compilation-createmodulehashes", + "Compilation.createStatsFactory": "globals.html#compilation-createstatsfactory", + "Compilation.createStatsOptions": "globals.html#compilation-createstatsoptions", + "Compilation.createStatsPrinter": "globals.html#compilation-createstatsprinter", + "Compilation.deleteAsset": "globals.html#compilation-deleteasset", + "Compilation.emitAsset": "globals.html#compilation-emitasset", + "Compilation.executeModule": "globals.html#compilation-executemodule", + "Compilation.factorizeModule": "globals.html#compilation-factorizemodule", + "Compilation.findModule": "globals.html#compilation-findmodule", + "Compilation.finish": "globals.html#compilation-finish", + "Compilation.getAsset": "globals.html#compilation-getasset", + "Compilation.getAssetPath": "globals.html#compilation-getassetpath", + "Compilation.getAssetPathWithInfo": "globals.html#compilation-getassetpathwithinfo", + "Compilation.getAssets": "globals.html#compilation-getassets", + "Compilation.getCache": "globals.html#compilation-getcache", + "Compilation.getDependencyReferencedExports": "globals.html#compilation-getdependencyreferencedexports", + "Compilation.getErrors": "globals.html#compilation-geterrors", + "Compilation.getLogger": "globals.html#compilation-getlogger", + "Compilation.getModule": "globals.html#compilation-getmodule", + "Compilation.getPath": "globals.html#compilation-getpath", + "Compilation.getPathWithInfo": "globals.html#compilation-getpathwithinfo", + "Compilation.getRenderManifest": "globals.html#compilation-getrendermanifest", + "Compilation.getStats": "globals.html#compilation-getstats", + "Compilation.getWarnings": "globals.html#compilation-getwarnings", + "Compilation.handleModuleCreation": "globals.html#compilation-handlemodulecreation", + "Compilation.patchChunksAfterReasonRemoval": "globals.html#compilation-patchchunksafterreasonremoval", + "Compilation.processModuleDependencies": "globals.html#compilation-processmoduledependencies", + "Compilation.processModuleDependenciesNonRecursive": "globals.html#compilation-processmoduledependenciesnonrecursive", + "Compilation.processRuntimeRequirements": "globals.html#compilation-processruntimerequirements", + "Compilation.rebuildModule": "globals.html#compilation-rebuildmodule", + "Compilation.removeChunkFromDependencies": "globals.html#compilation-removechunkfromdependencies", + "Compilation.removeReasonsOfDependencyBlock": "globals.html#compilation-removereasonsofdependencyblock", + "Compilation.renameAsset": "globals.html#compilation-renameasset", + "Compilation.reportDependencyErrorsAndWarnings": "globals.html#compilation-reportdependencyerrorsandwarnings", + "Compilation.seal": "globals.html#compilation-seal", + "Compilation.sortItemsWithChunkIds": "globals.html#compilation-sortitemswithchunkids", + "Compilation.summarizeDependencies": "globals.html#compilation-summarizedependencies", + "Compilation.unseal": "globals.html#compilation-unseal", + "Compilation.updateAsset": "globals.html#compilation-updateasset", "Compiler": "globals.html#compiler", - "Compiler.constructor": "globals.html#compiler#constructor", - "Compiler.constructor.Compiler": "globals.html#compiler#constructorcompiler", - "Compiler.cache": "globals.html#compiler#cache", - "Compiler.compilerPath": "globals.html#compiler#compilerpath", - "Compiler.context": "globals.html#compiler#context", - "Compiler.contextTimestamps": "globals.html#compiler#contexttimestamps", - "Compiler.fileTimestamps": "globals.html#compiler#filetimestamps", - "Compiler.fsStartTime": "globals.html#compiler#fsstarttime", - "Compiler.hooks": "globals.html#compiler#hooks", - "Compiler.idle": "globals.html#compiler#idle", - "Compiler.immutablePaths": "globals.html#compiler#immutablepaths", - "Compiler.infrastructureLogger": "globals.html#compiler#infrastructurelogger", - "Compiler.inputFileSystem": "globals.html#compiler#inputfilesystem", - "Compiler.intermediateFileSystem": "globals.html#compiler#intermediatefilesystem", - "Compiler.managedPaths": "globals.html#compiler#managedpaths", - "Compiler.modifiedFiles": "globals.html#compiler#modifiedfiles", - "Compiler.moduleMemCaches": "globals.html#compiler#modulememcaches", - "Compiler.name": "globals.html#compiler#name", - "Compiler.options": "globals.html#compiler#options", - "Compiler.outputFileSystem": "globals.html#compiler#outputfilesystem", - "Compiler.outputPath": "globals.html#compiler#outputpath", - "Compiler.parentCompilation": "globals.html#compiler#parentcompilation", - "Compiler.platform": "globals.html#compiler#platform", - "Compiler.records": "globals.html#compiler#records", - "Compiler.recordsInputPath": "globals.html#compiler#recordsinputpath", - "Compiler.recordsOutputPath": "globals.html#compiler#recordsoutputpath", - "Compiler.removedFiles": "globals.html#compiler#removedfiles", - "Compiler.requestShortener": "globals.html#compiler#requestshortener", - "Compiler.resolverFactory": "globals.html#compiler#resolverfactory", - "Compiler.root": "globals.html#compiler#root", - "Compiler.running": "globals.html#compiler#running", - "Compiler.unmanagedPaths": "globals.html#compiler#unmanagedpaths", - "Compiler.watchFileSystem": "globals.html#compiler#watchfilesystem", - "Compiler.watching": "globals.html#compiler#watching", - "Compiler.watchMode": "globals.html#compiler#watchmode", - "Compiler.webpack": "globals.html#compiler#webpack", - "Compiler.close": "globals.html#compiler#close", - "Compiler.compile": "globals.html#compiler#compile", - "Compiler.createChildCompiler": "globals.html#compiler#createchildcompiler", - "Compiler.createCompilation": "globals.html#compiler#createcompilation", - "Compiler.createContextModuleFactory": "globals.html#compiler#createcontextmodulefactory", - "Compiler.createNormalModuleFactory": "globals.html#compiler#createnormalmodulefactory", - "Compiler.emitAssets": "globals.html#compiler#emitassets", - "Compiler.emitRecords": "globals.html#compiler#emitrecords", - "Compiler.getCache": "globals.html#compiler#getcache", - "Compiler.getInfrastructureLogger": "globals.html#compiler#getinfrastructurelogger", - "Compiler.isChild": "globals.html#compiler#ischild", - "Compiler.newCompilation": "globals.html#compiler#newcompilation", - "Compiler.newCompilationParams": "globals.html#compiler#newcompilationparams", - "Compiler.purgeInputFileSystem": "globals.html#compiler#purgeinputfilesystem", - "Compiler.readRecords": "globals.html#compiler#readrecords", - "Compiler.run": "globals.html#compiler#run", - "Compiler.runAsChild": "globals.html#compiler#runaschild", - "Compiler.validate": "globals.html#compiler#validate", - "Compiler.watch": "globals.html#compiler#watch", + "Compiler.constructor": "globals.html#compiler-constructor", + "Compiler.constructor.Compiler": "globals.html#compiler-constructor-compiler", + "Compiler.cache": "globals.html#compiler-cache", + "Compiler.compilerPath": "globals.html#compiler-compilerpath", + "Compiler.context": "globals.html#compiler-context", + "Compiler.contextTimestamps": "globals.html#compiler-contexttimestamps", + "Compiler.fileTimestamps": "globals.html#compiler-filetimestamps", + "Compiler.fsStartTime": "globals.html#compiler-fsstarttime", + "Compiler.hooks": "globals.html#compiler-hooks", + "Compiler.idle": "globals.html#compiler-idle", + "Compiler.immutablePaths": "globals.html#compiler-immutablepaths", + "Compiler.infrastructureLogger": "globals.html#compiler-infrastructurelogger", + "Compiler.inputFileSystem": "globals.html#compiler-inputfilesystem", + "Compiler.intermediateFileSystem": "globals.html#compiler-intermediatefilesystem", + "Compiler.managedPaths": "globals.html#compiler-managedpaths", + "Compiler.modifiedFiles": "globals.html#compiler-modifiedfiles", + "Compiler.moduleMemCaches": "globals.html#compiler-modulememcaches", + "Compiler.name": "globals.html#compiler-name", + "Compiler.options": "globals.html#compiler-options", + "Compiler.outputFileSystem": "globals.html#compiler-outputfilesystem", + "Compiler.outputPath": "globals.html#compiler-outputpath", + "Compiler.parentCompilation": "globals.html#compiler-parentcompilation", + "Compiler.platform": "globals.html#compiler-platform", + "Compiler.records": "globals.html#compiler-records", + "Compiler.recordsInputPath": "globals.html#compiler-recordsinputpath", + "Compiler.recordsOutputPath": "globals.html#compiler-recordsoutputpath", + "Compiler.removedFiles": "globals.html#compiler-removedfiles", + "Compiler.requestShortener": "globals.html#compiler-requestshortener", + "Compiler.resolverFactory": "globals.html#compiler-resolverfactory", + "Compiler.root": "globals.html#compiler-root", + "Compiler.running": "globals.html#compiler-running", + "Compiler.unmanagedPaths": "globals.html#compiler-unmanagedpaths", + "Compiler.watchFileSystem": "globals.html#compiler-watchfilesystem", + "Compiler.watching": "globals.html#compiler-watching", + "Compiler.watchMode": "globals.html#compiler-watchmode", + "Compiler.webpack": "globals.html#compiler-webpack", + "Compiler.close": "globals.html#compiler-close", + "Compiler.compile": "globals.html#compiler-compile", + "Compiler.createChildCompiler": "globals.html#compiler-createchildcompiler", + "Compiler.createCompilation": "globals.html#compiler-createcompilation", + "Compiler.createContextModuleFactory": "globals.html#compiler-createcontextmodulefactory", + "Compiler.createNormalModuleFactory": "globals.html#compiler-createnormalmodulefactory", + "Compiler.emitAssets": "globals.html#compiler-emitassets", + "Compiler.emitRecords": "globals.html#compiler-emitrecords", + "Compiler.getCache": "globals.html#compiler-getcache", + "Compiler.getInfrastructureLogger": "globals.html#compiler-getinfrastructurelogger", + "Compiler.isChild": "globals.html#compiler-ischild", + "Compiler.newCompilation": "globals.html#compiler-newcompilation", + "Compiler.newCompilationParams": "globals.html#compiler-newcompilationparams", + "Compiler.purgeInputFileSystem": "globals.html#compiler-purgeinputfilesystem", + "Compiler.readRecords": "globals.html#compiler-readrecords", + "Compiler.run": "globals.html#compiler-run", + "Compiler.runAsChild": "globals.html#compiler-runaschild", + "Compiler.validate": "globals.html#compiler-validate", + "Compiler.watch": "globals.html#compiler-watch", "ConcatenationScope": "globals.html#concatenationscope", - "ConcatenationScope.constructor": "globals.html#concatenationscope#constructor", - "ConcatenationScope.constructor.ConcatenationScope": "globals.html#concatenationscope#constructorconcatenationscope", - "ConcatenationScope.usedNames": "globals.html#concatenationscope#usednames", - "ConcatenationScope.DEFAULT_EXPORT": "globals.html#concatenationscope#default-export", - "ConcatenationScope.NAMESPACE_OBJECT_EXPORT": "globals.html#concatenationscope#namespace-object-export", - "ConcatenationScope.createModuleReference": "globals.html#concatenationscope#createmodulereference", - "ConcatenationScope.getRawExport": "globals.html#concatenationscope#getrawexport", - "ConcatenationScope.isModuleInScope": "globals.html#concatenationscope#ismoduleinscope", - "ConcatenationScope.registerExport": "globals.html#concatenationscope#registerexport", - "ConcatenationScope.registerNamespaceExport": "globals.html#concatenationscope#registernamespaceexport", - "ConcatenationScope.registerRawExport": "globals.html#concatenationscope#registerrawexport", - "ConcatenationScope.setRawExportMap": "globals.html#concatenationscope#setrawexportmap", - "ConcatenationScope.isModuleReference": "globals.html#concatenationscope#ismodulereference", - "ConcatenationScope.matchModuleReference": "globals.html#concatenationscope#matchmodulereference", + "ConcatenationScope.constructor": "globals.html#concatenationscope-constructor", + "ConcatenationScope.constructor.ConcatenationScope": "globals.html#concatenationscope-constructor-concatenationscope", + "ConcatenationScope.usedNames": "globals.html#concatenationscope-usednames", + "ConcatenationScope.DEFAULT_EXPORT": "globals.html#concatenationscope-default_export", + "ConcatenationScope.NAMESPACE_OBJECT_EXPORT": "globals.html#concatenationscope-namespace_object_export", + "ConcatenationScope.createModuleReference": "globals.html#concatenationscope-createmodulereference", + "ConcatenationScope.getRawExport": "globals.html#concatenationscope-getrawexport", + "ConcatenationScope.isModuleInScope": "globals.html#concatenationscope-ismoduleinscope", + "ConcatenationScope.registerExport": "globals.html#concatenationscope-registerexport", + "ConcatenationScope.registerNamespaceExport": "globals.html#concatenationscope-registernamespaceexport", + "ConcatenationScope.registerRawExport": "globals.html#concatenationscope-registerrawexport", + "ConcatenationScope.setRawExportMap": "globals.html#concatenationscope-setrawexportmap", + "ConcatenationScope.isModuleReference": "globals.html#concatenationscope-ismodulereference", + "ConcatenationScope.matchModuleReference": "globals.html#concatenationscope-matchmodulereference", "ContextExclusionPlugin": "globals.html#contextexclusionplugin", - "ContextExclusionPlugin.constructor": "globals.html#contextexclusionplugin#constructor", - "ContextExclusionPlugin.constructor.ContextExclusionPlugin": "globals.html#contextexclusionplugin#constructorcontextexclusionplugin", - "ContextExclusionPlugin.negativeMatcher": "globals.html#contextexclusionplugin#negativematcher", - "ContextExclusionPlugin.apply": "globals.html#contextexclusionplugin#apply", + "ContextExclusionPlugin.constructor": "globals.html#contextexclusionplugin-constructor", + "ContextExclusionPlugin.constructor.ContextExclusionPlugin": "globals.html#contextexclusionplugin-constructor-contextexclusionplugin", + "ContextExclusionPlugin.negativeMatcher": "globals.html#contextexclusionplugin-negativematcher", + "ContextExclusionPlugin.apply": "globals.html#contextexclusionplugin-apply", "ContextReplacementPlugin": "globals.html#contextreplacementplugin", - "ContextReplacementPlugin.constructor": "globals.html#contextreplacementplugin#constructor", - "ContextReplacementPlugin.constructor.ContextReplacementPlugin": "globals.html#contextreplacementplugin#constructorcontextreplacementplugin", - "ContextReplacementPlugin.newContentCallback": "globals.html#contextreplacementplugin#newcontentcallback", - "ContextReplacementPlugin.newContentCreateContextMap": "globals.html#contextreplacementplugin#newcontentcreatecontextmap", - "ContextReplacementPlugin.newContentRecursive": "globals.html#contextreplacementplugin#newcontentrecursive", - "ContextReplacementPlugin.newContentRegExp": "globals.html#contextreplacementplugin#newcontentregexp", - "ContextReplacementPlugin.newContentResource": "globals.html#contextreplacementplugin#newcontentresource", - "ContextReplacementPlugin.resourceRegExp": "globals.html#contextreplacementplugin#resourceregexp", - "ContextReplacementPlugin.apply": "globals.html#contextreplacementplugin#apply", + "ContextReplacementPlugin.constructor": "globals.html#contextreplacementplugin-constructor", + "ContextReplacementPlugin.constructor.ContextReplacementPlugin": "globals.html#contextreplacementplugin-constructor-contextreplacementplugin", + "ContextReplacementPlugin.newContentCallback": "globals.html#contextreplacementplugin-newcontentcallback", + "ContextReplacementPlugin.newContentCreateContextMap": "globals.html#contextreplacementplugin-newcontentcreatecontextmap", + "ContextReplacementPlugin.newContentRecursive": "globals.html#contextreplacementplugin-newcontentrecursive", + "ContextReplacementPlugin.newContentRegExp": "globals.html#contextreplacementplugin-newcontentregexp", + "ContextReplacementPlugin.newContentResource": "globals.html#contextreplacementplugin-newcontentresource", + "ContextReplacementPlugin.resourceRegExp": "globals.html#contextreplacementplugin-resourceregexp", + "ContextReplacementPlugin.apply": "globals.html#contextreplacementplugin-apply", "DefinePlugin": "globals.html#defineplugin", - "DefinePlugin.constructor": "globals.html#defineplugin#constructor", - "DefinePlugin.constructor.DefinePlugin": "globals.html#defineplugin#constructordefineplugin", - "DefinePlugin.definitions": "globals.html#defineplugin#definitions", - "DefinePlugin.apply": "globals.html#defineplugin#apply", - "DefinePlugin.getCompilationHooks": "globals.html#defineplugin#getcompilationhooks", - "DefinePlugin.runtimeValue": "globals.html#defineplugin#runtimevalue", + "DefinePlugin.constructor": "globals.html#defineplugin-constructor", + "DefinePlugin.constructor.DefinePlugin": "globals.html#defineplugin-constructor-defineplugin", + "DefinePlugin.definitions": "globals.html#defineplugin-definitions", + "DefinePlugin.apply": "globals.html#defineplugin-apply", + "DefinePlugin.getCompilationHooks": "globals.html#defineplugin-getcompilationhooks", + "DefinePlugin.runtimeValue": "globals.html#defineplugin-runtimevalue", "DelegatedPlugin": "globals.html#delegatedplugin", - "DelegatedPlugin.constructor": "globals.html#delegatedplugin#constructor", - "DelegatedPlugin.constructor.DelegatedPlugin": "globals.html#delegatedplugin#constructordelegatedplugin", - "DelegatedPlugin.options": "globals.html#delegatedplugin#options", - "DelegatedPlugin.apply": "globals.html#delegatedplugin#apply", + "DelegatedPlugin.constructor": "globals.html#delegatedplugin-constructor", + "DelegatedPlugin.constructor.DelegatedPlugin": "globals.html#delegatedplugin-constructor-delegatedplugin", + "DelegatedPlugin.options": "globals.html#delegatedplugin-options", + "DelegatedPlugin.apply": "globals.html#delegatedplugin-apply", "Dependency": "globals.html#dependency", - "Dependency.constructor": "globals.html#dependency#constructor", - "Dependency.constructor.Dependency": "globals.html#dependency#constructordependency", - "Dependency.category": "globals.html#dependency#category", - "Dependency.category.category": "globals.html#dependency#categorycategory", - "Dependency.disconnect": "globals.html#dependency#disconnect", - "Dependency.disconnect.disconnect": "globals.html#dependency#disconnectdisconnect", - "Dependency.loc": "globals.html#dependency#loc", - "Dependency.module": "globals.html#dependency#module", - "Dependency.optional": "globals.html#dependency#optional", - "Dependency.type": "globals.html#dependency#type", - "Dependency.type.type": "globals.html#dependency#typetype", - "Dependency.weak": "globals.html#dependency#weak", - "Dependency.EXPORTS_OBJECT_REFERENCED": "globals.html#dependency#exports-object-referenced", - "Dependency.NO_EXPORTS_REFERENCED": "globals.html#dependency#no-exports-referenced", - "Dependency.TRANSITIVE": "globals.html#dependency#transitive", - "Dependency.couldAffectReferencingModule": "globals.html#dependency#couldaffectreferencingmodule", - "Dependency.createIgnoredModule": "globals.html#dependency#createignoredmodule", - "Dependency.deserialize": "globals.html#dependency#deserialize", - "Dependency.getCondition": "globals.html#dependency#getcondition", - "Dependency.getContext": "globals.html#dependency#getcontext", - "Dependency.getErrors": "globals.html#dependency#geterrors", - "Dependency.getExports": "globals.html#dependency#getexports", - "Dependency.getModuleEvaluationSideEffectsState": "globals.html#dependency#getmoduleevaluationsideeffectsstate", - "Dependency.getNumberOfIdOccurrences": "globals.html#dependency#getnumberofidoccurrences", - "Dependency.getReference": "globals.html#dependency#getreference", - "Dependency.getReferencedExports": "globals.html#dependency#getreferencedexports", - "Dependency.getResourceIdentifier": "globals.html#dependency#getresourceidentifier", - "Dependency.getWarnings": "globals.html#dependency#getwarnings", - "Dependency.serialize": "globals.html#dependency#serialize", - "Dependency.setLoc": "globals.html#dependency#setloc", - "Dependency.updateHash": "globals.html#dependency#updatehash", - "Dependency.isLowPriorityDependency": "globals.html#dependency#islowprioritydependency", + "Dependency.constructor": "globals.html#dependency-constructor", + "Dependency.constructor.Dependency": "globals.html#dependency-constructor-dependency", + "Dependency.category": "globals.html#dependency-category", + "Dependency.category.category": "globals.html#dependency-category-category", + "Dependency.disconnect": "globals.html#dependency-disconnect", + "Dependency.disconnect.disconnect": "globals.html#dependency-disconnect-disconnect", + "Dependency.loc": "globals.html#dependency-loc", + "Dependency.module": "globals.html#dependency-module", + "Dependency.optional": "globals.html#dependency-optional", + "Dependency.type": "globals.html#dependency-type", + "Dependency.type.type": "globals.html#dependency-type-type", + "Dependency.weak": "globals.html#dependency-weak", + "Dependency.EXPORTS_OBJECT_REFERENCED": "globals.html#dependency-exports_object_referenced", + "Dependency.NO_EXPORTS_REFERENCED": "globals.html#dependency-no_exports_referenced", + "Dependency.TRANSITIVE": "globals.html#dependency-transitive", + "Dependency.couldAffectReferencingModule": "globals.html#dependency-couldaffectreferencingmodule", + "Dependency.createIgnoredModule": "globals.html#dependency-createignoredmodule", + "Dependency.deserialize": "globals.html#dependency-deserialize", + "Dependency.getCondition": "globals.html#dependency-getcondition", + "Dependency.getContext": "globals.html#dependency-getcontext", + "Dependency.getErrors": "globals.html#dependency-geterrors", + "Dependency.getExports": "globals.html#dependency-getexports", + "Dependency.getModuleEvaluationSideEffectsState": "globals.html#dependency-getmoduleevaluationsideeffectsstate", + "Dependency.getNumberOfIdOccurrences": "globals.html#dependency-getnumberofidoccurrences", + "Dependency.getReference": "globals.html#dependency-getreference", + "Dependency.getReferencedExports": "globals.html#dependency-getreferencedexports", + "Dependency.getResourceIdentifier": "globals.html#dependency-getresourceidentifier", + "Dependency.getWarnings": "globals.html#dependency-getwarnings", + "Dependency.serialize": "globals.html#dependency-serialize", + "Dependency.setLoc": "globals.html#dependency-setloc", + "Dependency.updateHash": "globals.html#dependency-updatehash", + "Dependency.isLowPriorityDependency": "globals.html#dependency-islowprioritydependency", "DllPlugin": "globals.html#dllplugin", - "DllPlugin.constructor": "globals.html#dllplugin#constructor", - "DllPlugin.constructor.DllPlugin": "globals.html#dllplugin#constructordllplugin", - "DllPlugin.options": "globals.html#dllplugin#options", - "DllPlugin.apply": "globals.html#dllplugin#apply", + "DllPlugin.constructor": "globals.html#dllplugin-constructor", + "DllPlugin.constructor.DllPlugin": "globals.html#dllplugin-constructor-dllplugin", + "DllPlugin.options": "globals.html#dllplugin-options", + "DllPlugin.apply": "globals.html#dllplugin-apply", "DllReferencePlugin": "globals.html#dllreferenceplugin", - "DllReferencePlugin.constructor": "globals.html#dllreferenceplugin#constructor", - "DllReferencePlugin.constructor.DllReferencePlugin": "globals.html#dllreferenceplugin#constructordllreferenceplugin", - "DllReferencePlugin.options": "globals.html#dllreferenceplugin#options", - "DllReferencePlugin.apply": "globals.html#dllreferenceplugin#apply", + "DllReferencePlugin.constructor": "globals.html#dllreferenceplugin-constructor", + "DllReferencePlugin.constructor.DllReferencePlugin": "globals.html#dllreferenceplugin-constructor-dllreferenceplugin", + "DllReferencePlugin.options": "globals.html#dllreferenceplugin-options", + "DllReferencePlugin.apply": "globals.html#dllreferenceplugin-apply", "DotenvPlugin": "globals.html#dotenvplugin", - "DotenvPlugin.constructor": "globals.html#dotenvplugin#constructor", - "DotenvPlugin.constructor.DotenvPlugin": "globals.html#dotenvplugin#constructordotenvplugin", - "DotenvPlugin.options": "globals.html#dotenvplugin#options", - "DotenvPlugin.apply": "globals.html#dotenvplugin#apply", + "DotenvPlugin.constructor": "globals.html#dotenvplugin-constructor", + "DotenvPlugin.constructor.DotenvPlugin": "globals.html#dotenvplugin-constructor-dotenvplugin", + "DotenvPlugin.options": "globals.html#dotenvplugin-options", + "DotenvPlugin.apply": "globals.html#dotenvplugin-apply", "DynamicEntryPlugin": "globals.html#dynamicentryplugin", - "DynamicEntryPlugin.constructor": "globals.html#dynamicentryplugin#constructor", - "DynamicEntryPlugin.constructor.DynamicEntryPlugin": "globals.html#dynamicentryplugin#constructordynamicentryplugin", - "DynamicEntryPlugin.context": "globals.html#dynamicentryplugin#context", - "DynamicEntryPlugin.entry": "globals.html#dynamicentryplugin#entry", - "DynamicEntryPlugin.apply": "globals.html#dynamicentryplugin#apply", + "DynamicEntryPlugin.constructor": "globals.html#dynamicentryplugin-constructor", + "DynamicEntryPlugin.constructor.DynamicEntryPlugin": "globals.html#dynamicentryplugin-constructor-dynamicentryplugin", + "DynamicEntryPlugin.context": "globals.html#dynamicentryplugin-context", + "DynamicEntryPlugin.entry": "globals.html#dynamicentryplugin-entry", + "DynamicEntryPlugin.apply": "globals.html#dynamicentryplugin-apply", "EntryOptionPlugin": "globals.html#entryoptionplugin", - "EntryOptionPlugin.constructor": "globals.html#entryoptionplugin#constructor", - "EntryOptionPlugin.constructor.EntryOptionPlugin": "globals.html#entryoptionplugin#constructorentryoptionplugin", - "EntryOptionPlugin.apply": "globals.html#entryoptionplugin#apply", - "EntryOptionPlugin.applyEntryOption": "globals.html#entryoptionplugin#applyentryoption", - "EntryOptionPlugin.entryDescriptionToOptions": "globals.html#entryoptionplugin#entrydescriptiontooptions", + "EntryOptionPlugin.constructor": "globals.html#entryoptionplugin-constructor", + "EntryOptionPlugin.constructor.EntryOptionPlugin": "globals.html#entryoptionplugin-constructor-entryoptionplugin", + "EntryOptionPlugin.apply": "globals.html#entryoptionplugin-apply", + "EntryOptionPlugin.applyEntryOption": "globals.html#entryoptionplugin-applyentryoption", + "EntryOptionPlugin.entryDescriptionToOptions": "globals.html#entryoptionplugin-entrydescriptiontooptions", "EntryPlugin": "globals.html#entryplugin", - "EntryPlugin.constructor": "globals.html#entryplugin#constructor", - "EntryPlugin.constructor.EntryPlugin": "globals.html#entryplugin#constructorentryplugin", - "EntryPlugin.context": "globals.html#entryplugin#context", - "EntryPlugin.entry": "globals.html#entryplugin#entry", - "EntryPlugin.options": "globals.html#entryplugin#options", - "EntryPlugin.apply": "globals.html#entryplugin#apply", - "EntryPlugin.createDependency": "globals.html#entryplugin#createdependency", - "Entrypoint": "globals.html#abstract-entrypoint", - "Entrypoint.constructor": "globals.html#abstract-entrypoint#constructor", - "Entrypoint.constructor.Entrypoint": "globals.html#abstract-entrypoint#constructorentrypoint", - "Entrypoint.asyncEntrypointsIterable": "globals.html#abstract-entrypoint#asyncentrypointsiterable", - "Entrypoint.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#abstract-entrypoint#asyncentrypointsiterableasyncentrypointsiterable", - "Entrypoint.blocksIterable": "globals.html#abstract-entrypoint#blocksiterable", - "Entrypoint.blocksIterable.blocksIterable": "globals.html#abstract-entrypoint#blocksiterableblocksiterable", - "Entrypoint.childrenIterable": "globals.html#abstract-entrypoint#childreniterable", - "Entrypoint.childrenIterable.childrenIterable": "globals.html#abstract-entrypoint#childreniterablechildreniterable", - "Entrypoint.chunks": "globals.html#abstract-entrypoint#chunks", - "Entrypoint.debugId": "globals.html#abstract-entrypoint#debugid", - "Entrypoint.debugId.debugId": "globals.html#abstract-entrypoint#debugiddebugid", - "Entrypoint.getModuleIndex": "globals.html#abstract-entrypoint#getmoduleindex", - "Entrypoint.getModuleIndex2": "globals.html#abstract-entrypoint#getmoduleindex2", - "Entrypoint.groupDebugId": "globals.html#abstract-entrypoint#groupdebugid", - "Entrypoint.id": "globals.html#abstract-entrypoint#id", - "Entrypoint.id.id": "globals.html#abstract-entrypoint#idid", - "Entrypoint.index": "globals.html#abstract-entrypoint#index", - "Entrypoint.name": "globals.html#abstract-entrypoint#name", - "Entrypoint.options": "globals.html#abstract-entrypoint#options", - "Entrypoint.origins": "globals.html#abstract-entrypoint#origins", - "Entrypoint.parentsIterable": "globals.html#abstract-entrypoint#parentsiterable", - "Entrypoint.parentsIterable.parentsIterable": "globals.html#abstract-entrypoint#parentsiterableparentsiterable", - "Entrypoint.addAsyncEntrypoint": "globals.html#abstract-entrypoint#addasyncentrypoint", - "Entrypoint.addBlock": "globals.html#abstract-entrypoint#addblock", - "Entrypoint.addChild": "globals.html#abstract-entrypoint#addchild", - "Entrypoint.addDependOn": "globals.html#abstract-entrypoint#adddependon", - "Entrypoint.addOptions": "globals.html#abstract-entrypoint#addoptions", - "Entrypoint.addOrigin": "globals.html#abstract-entrypoint#addorigin", - "Entrypoint.addParent": "globals.html#abstract-entrypoint#addparent", - "Entrypoint.checkConstraints": "globals.html#abstract-entrypoint#checkconstraints", - "Entrypoint.compareTo": "globals.html#abstract-entrypoint#compareto", - "Entrypoint.dependOn": "globals.html#abstract-entrypoint#dependon", - "Entrypoint.getBlocks": "globals.html#abstract-entrypoint#getblocks", - "Entrypoint.getChildren": "globals.html#abstract-entrypoint#getchildren", - "Entrypoint.getChildrenByOrders": "globals.html#abstract-entrypoint#getchildrenbyorders", - "Entrypoint.getEntrypointChunk": "globals.html#abstract-entrypoint#getentrypointchunk", - "Entrypoint.getFiles": "globals.html#abstract-entrypoint#getfiles", - "Entrypoint.getModulePostOrderIndex": "globals.html#abstract-entrypoint#getmodulepostorderindex", - "Entrypoint.getModulePreOrderIndex": "globals.html#abstract-entrypoint#getmodulepreorderindex", - "Entrypoint.getNumberOfBlocks": "globals.html#abstract-entrypoint#getnumberofblocks", - "Entrypoint.getNumberOfChildren": "globals.html#abstract-entrypoint#getnumberofchildren", - "Entrypoint.getNumberOfParents": "globals.html#abstract-entrypoint#getnumberofparents", - "Entrypoint.getParents": "globals.html#abstract-entrypoint#getparents", - "Entrypoint.getRuntimeChunk": "globals.html#abstract-entrypoint#getruntimechunk", - "Entrypoint.hasBlock": "globals.html#abstract-entrypoint#hasblock", - "Entrypoint.hasParent": "globals.html#abstract-entrypoint#hasparent", - "Entrypoint.insertChunk": "globals.html#abstract-entrypoint#insertchunk", - "Entrypoint.isInitial": "globals.html#abstract-entrypoint#isinitial", - "Entrypoint.pushChunk": "globals.html#abstract-entrypoint#pushchunk", - "Entrypoint.remove": "globals.html#abstract-entrypoint#remove", - "Entrypoint.removeChild": "globals.html#abstract-entrypoint#removechild", - "Entrypoint.removeChunk": "globals.html#abstract-entrypoint#removechunk", - "Entrypoint.removeParent": "globals.html#abstract-entrypoint#removeparent", - "Entrypoint.replaceChunk": "globals.html#abstract-entrypoint#replacechunk", - "Entrypoint.setEntrypointChunk": "globals.html#abstract-entrypoint#setentrypointchunk", - "Entrypoint.setModulePostOrderIndex": "globals.html#abstract-entrypoint#setmodulepostorderindex", - "Entrypoint.setModulePreOrderIndex": "globals.html#abstract-entrypoint#setmodulepreorderindex", - "Entrypoint.setRuntimeChunk": "globals.html#abstract-entrypoint#setruntimechunk", - "Entrypoint.sortItems": "globals.html#abstract-entrypoint#sortitems", - "Entrypoint.unshiftChunk": "globals.html#abstract-entrypoint#unshiftchunk", + "EntryPlugin.constructor": "globals.html#entryplugin-constructor", + "EntryPlugin.constructor.EntryPlugin": "globals.html#entryplugin-constructor-entryplugin", + "EntryPlugin.context": "globals.html#entryplugin-context", + "EntryPlugin.entry": "globals.html#entryplugin-entry", + "EntryPlugin.options": "globals.html#entryplugin-options", + "EntryPlugin.apply": "globals.html#entryplugin-apply", + "EntryPlugin.createDependency": "globals.html#entryplugin-createdependency", + "Entrypoint": "globals.html#entrypoint", + "Entrypoint.constructor": "globals.html#entrypoint-constructor", + "Entrypoint.constructor.Entrypoint": "globals.html#entrypoint-constructor-entrypoint", + "Entrypoint.asyncEntrypointsIterable": "globals.html#entrypoint-asyncentrypointsiterable", + "Entrypoint.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#entrypoint-asyncentrypointsiterable-asyncentrypointsiterable", + "Entrypoint.blocksIterable": "globals.html#entrypoint-blocksiterable", + "Entrypoint.blocksIterable.blocksIterable": "globals.html#entrypoint-blocksiterable-blocksiterable", + "Entrypoint.childrenIterable": "globals.html#entrypoint-childreniterable", + "Entrypoint.childrenIterable.childrenIterable": "globals.html#entrypoint-childreniterable-childreniterable", + "Entrypoint.chunks": "globals.html#entrypoint-chunks", + "Entrypoint.debugId": "globals.html#entrypoint-debugid", + "Entrypoint.debugId.debugId": "globals.html#entrypoint-debugid-debugid", + "Entrypoint.getModuleIndex": "globals.html#entrypoint-getmoduleindex", + "Entrypoint.getModuleIndex2": "globals.html#entrypoint-getmoduleindex2", + "Entrypoint.groupDebugId": "globals.html#entrypoint-groupdebugid", + "Entrypoint.id": "globals.html#entrypoint-id", + "Entrypoint.id.id": "globals.html#entrypoint-id-id", + "Entrypoint.index": "globals.html#entrypoint-index", + "Entrypoint.name": "globals.html#entrypoint-name", + "Entrypoint.options": "globals.html#entrypoint-options", + "Entrypoint.origins": "globals.html#entrypoint-origins", + "Entrypoint.parentsIterable": "globals.html#entrypoint-parentsiterable", + "Entrypoint.parentsIterable.parentsIterable": "globals.html#entrypoint-parentsiterable-parentsiterable", + "Entrypoint.addAsyncEntrypoint": "globals.html#entrypoint-addasyncentrypoint", + "Entrypoint.addBlock": "globals.html#entrypoint-addblock", + "Entrypoint.addChild": "globals.html#entrypoint-addchild", + "Entrypoint.addDependOn": "globals.html#entrypoint-adddependon", + "Entrypoint.addOptions": "globals.html#entrypoint-addoptions", + "Entrypoint.addOrigin": "globals.html#entrypoint-addorigin", + "Entrypoint.addParent": "globals.html#entrypoint-addparent", + "Entrypoint.checkConstraints": "globals.html#entrypoint-checkconstraints", + "Entrypoint.compareTo": "globals.html#entrypoint-compareto", + "Entrypoint.dependOn": "globals.html#entrypoint-dependon", + "Entrypoint.getBlocks": "globals.html#entrypoint-getblocks", + "Entrypoint.getChildren": "globals.html#entrypoint-getchildren", + "Entrypoint.getChildrenByOrders": "globals.html#entrypoint-getchildrenbyorders", + "Entrypoint.getEntrypointChunk": "globals.html#entrypoint-getentrypointchunk", + "Entrypoint.getFiles": "globals.html#entrypoint-getfiles", + "Entrypoint.getModulePostOrderIndex": "globals.html#entrypoint-getmodulepostorderindex", + "Entrypoint.getModulePreOrderIndex": "globals.html#entrypoint-getmodulepreorderindex", + "Entrypoint.getNumberOfBlocks": "globals.html#entrypoint-getnumberofblocks", + "Entrypoint.getNumberOfChildren": "globals.html#entrypoint-getnumberofchildren", + "Entrypoint.getNumberOfParents": "globals.html#entrypoint-getnumberofparents", + "Entrypoint.getParents": "globals.html#entrypoint-getparents", + "Entrypoint.getRuntimeChunk": "globals.html#entrypoint-getruntimechunk", + "Entrypoint.hasBlock": "globals.html#entrypoint-hasblock", + "Entrypoint.hasParent": "globals.html#entrypoint-hasparent", + "Entrypoint.insertChunk": "globals.html#entrypoint-insertchunk", + "Entrypoint.isInitial": "globals.html#entrypoint-isinitial", + "Entrypoint.pushChunk": "globals.html#entrypoint-pushchunk", + "Entrypoint.remove": "globals.html#entrypoint-remove", + "Entrypoint.removeChild": "globals.html#entrypoint-removechild", + "Entrypoint.removeChunk": "globals.html#entrypoint-removechunk", + "Entrypoint.removeParent": "globals.html#entrypoint-removeparent", + "Entrypoint.replaceChunk": "globals.html#entrypoint-replacechunk", + "Entrypoint.setEntrypointChunk": "globals.html#entrypoint-setentrypointchunk", + "Entrypoint.setModulePostOrderIndex": "globals.html#entrypoint-setmodulepostorderindex", + "Entrypoint.setModulePreOrderIndex": "globals.html#entrypoint-setmodulepreorderindex", + "Entrypoint.setRuntimeChunk": "globals.html#entrypoint-setruntimechunk", + "Entrypoint.sortItems": "globals.html#entrypoint-sortitems", + "Entrypoint.unshiftChunk": "globals.html#entrypoint-unshiftchunk", "EnvironmentPlugin": "globals.html#environmentplugin", - "EnvironmentPlugin.constructor": "globals.html#environmentplugin#constructor", - "EnvironmentPlugin.constructor.EnvironmentPlugin": "globals.html#environmentplugin#constructorenvironmentplugin", - "EnvironmentPlugin.defaultValues": "globals.html#environmentplugin#defaultvalues", - "EnvironmentPlugin.keys": "globals.html#environmentplugin#keys", - "EnvironmentPlugin.apply": "globals.html#environmentplugin#apply", + "EnvironmentPlugin.constructor": "globals.html#environmentplugin-constructor", + "EnvironmentPlugin.constructor.EnvironmentPlugin": "globals.html#environmentplugin-constructor-environmentplugin", + "EnvironmentPlugin.defaultValues": "globals.html#environmentplugin-defaultvalues", + "EnvironmentPlugin.keys": "globals.html#environmentplugin-keys", + "EnvironmentPlugin.apply": "globals.html#environmentplugin-apply", "EvalDevToolModulePlugin": "globals.html#evaldevtoolmoduleplugin", - "EvalDevToolModulePlugin.constructor": "globals.html#evaldevtoolmoduleplugin#constructor", - "EvalDevToolModulePlugin.constructor.EvalDevToolModulePlugin": "globals.html#evaldevtoolmoduleplugin#constructorevaldevtoolmoduleplugin", - "EvalDevToolModulePlugin.moduleFilenameTemplate": "globals.html#evaldevtoolmoduleplugin#modulefilenametemplate", - "EvalDevToolModulePlugin.namespace": "globals.html#evaldevtoolmoduleplugin#namespace", - "EvalDevToolModulePlugin.sourceUrlComment": "globals.html#evaldevtoolmoduleplugin#sourceurlcomment", - "EvalDevToolModulePlugin.apply": "globals.html#evaldevtoolmoduleplugin#apply", + "EvalDevToolModulePlugin.constructor": "globals.html#evaldevtoolmoduleplugin-constructor", + "EvalDevToolModulePlugin.constructor.EvalDevToolModulePlugin": "globals.html#evaldevtoolmoduleplugin-constructor-evaldevtoolmoduleplugin", + "EvalDevToolModulePlugin.moduleFilenameTemplate": "globals.html#evaldevtoolmoduleplugin-modulefilenametemplate", + "EvalDevToolModulePlugin.namespace": "globals.html#evaldevtoolmoduleplugin-namespace", + "EvalDevToolModulePlugin.sourceUrlComment": "globals.html#evaldevtoolmoduleplugin-sourceurlcomment", + "EvalDevToolModulePlugin.apply": "globals.html#evaldevtoolmoduleplugin-apply", "EvalSourceMapDevToolPlugin": "globals.html#evalsourcemapdevtoolplugin", - "EvalSourceMapDevToolPlugin.constructor": "globals.html#evalsourcemapdevtoolplugin#constructor", - "EvalSourceMapDevToolPlugin.constructor.EvalSourceMapDevToolPlugin": "globals.html#evalsourcemapdevtoolplugin#constructorevalsourcemapdevtoolplugin", - "EvalSourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#evalsourcemapdevtoolplugin#modulefilenametemplate", - "EvalSourceMapDevToolPlugin.namespace": "globals.html#evalsourcemapdevtoolplugin#namespace", - "EvalSourceMapDevToolPlugin.options": "globals.html#evalsourcemapdevtoolplugin#options", - "EvalSourceMapDevToolPlugin.sourceMapComment": "globals.html#evalsourcemapdevtoolplugin#sourcemapcomment", - "EvalSourceMapDevToolPlugin.apply": "globals.html#evalsourcemapdevtoolplugin#apply", + "EvalSourceMapDevToolPlugin.constructor": "globals.html#evalsourcemapdevtoolplugin-constructor", + "EvalSourceMapDevToolPlugin.constructor.EvalSourceMapDevToolPlugin": "globals.html#evalsourcemapdevtoolplugin-constructor-evalsourcemapdevtoolplugin", + "EvalSourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#evalsourcemapdevtoolplugin-modulefilenametemplate", + "EvalSourceMapDevToolPlugin.namespace": "globals.html#evalsourcemapdevtoolplugin-namespace", + "EvalSourceMapDevToolPlugin.options": "globals.html#evalsourcemapdevtoolplugin-options", + "EvalSourceMapDevToolPlugin.sourceMapComment": "globals.html#evalsourcemapdevtoolplugin-sourcemapcomment", + "EvalSourceMapDevToolPlugin.apply": "globals.html#evalsourcemapdevtoolplugin-apply", "ExternalModule": "globals.html#externalmodule", - "ExternalModule.constructor": "globals.html#externalmodule#constructor", - "ExternalModule.constructor.ExternalModule": "globals.html#externalmodule#constructorexternalmodule", - "ExternalModule.blocks": "globals.html#externalmodule#blocks", - "ExternalModule.buildInfo": "globals.html#externalmodule#buildinfo", - "ExternalModule.buildMeta": "globals.html#externalmodule#buildmeta", - "ExternalModule.chunksIterable": "globals.html#externalmodule#chunksiterable", - "ExternalModule.chunksIterable.chunksIterable": "globals.html#externalmodule#chunksiterablechunksiterable", - "ExternalModule.codeGenerationDependencies": "globals.html#externalmodule#codegenerationdependencies", - "ExternalModule.context": "globals.html#externalmodule#context", - "ExternalModule.debugId": "globals.html#externalmodule#debugid", - "ExternalModule.dependencies": "globals.html#externalmodule#dependencies", - "ExternalModule.dependencyMeta": "globals.html#externalmodule#dependencymeta", - "ExternalModule.depth": "globals.html#externalmodule#depth", - "ExternalModule.errors": "globals.html#externalmodule#errors", - "ExternalModule.errors.errors": "globals.html#externalmodule#errorserrors", - "ExternalModule.exportsArgument": "globals.html#externalmodule#exportsargument", - "ExternalModule.exportsArgument.exportsArgument": "globals.html#externalmodule#exportsargumentexportsargument", - "ExternalModule.externalType": "globals.html#externalmodule#externaltype", - "ExternalModule.factoryMeta": "globals.html#externalmodule#factorymeta", - "ExternalModule.hasEqualsChunks": "globals.html#externalmodule#hasequalschunks", - "ExternalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#externalmodule#hasequalschunkshasequalschunks", - "ExternalModule.hash": "globals.html#externalmodule#hash", - "ExternalModule.hash.hash": "globals.html#externalmodule#hashhash", - "ExternalModule.hot": "globals.html#externalmodule#hot", - "ExternalModule.id": "globals.html#externalmodule#id", - "ExternalModule.index": "globals.html#externalmodule#index", - "ExternalModule.index2": "globals.html#externalmodule#index2", - "ExternalModule.issuer": "globals.html#externalmodule#issuer", - "ExternalModule.isUsed": "globals.html#externalmodule#isused", - "ExternalModule.isUsed.isUsed": "globals.html#externalmodule#isusedisused", - "ExternalModule.layer": "globals.html#externalmodule#layer", - "ExternalModule.moduleArgument": "globals.html#externalmodule#moduleargument", - "ExternalModule.moduleArgument.moduleArgument": "globals.html#externalmodule#moduleargumentmoduleargument", - "ExternalModule.needId": "globals.html#externalmodule#needid", - "ExternalModule.optimizationBailout": "globals.html#externalmodule#optimizationbailout", - "ExternalModule.optimizationBailout.optimizationBailout": "globals.html#externalmodule#optimizationbailoutoptimizationbailout", - "ExternalModule.optional": "globals.html#externalmodule#optional", - "ExternalModule.optional.optional": "globals.html#externalmodule#optionaloptional", - "ExternalModule.parent": "globals.html#externalmodule#parent", - "ExternalModule.presentationalDependencies": "globals.html#externalmodule#presentationaldependencies", - "ExternalModule.profile": "globals.html#externalmodule#profile", - "ExternalModule.renderedHash": "globals.html#externalmodule#renderedhash", - "ExternalModule.renderedHash.renderedHash": "globals.html#externalmodule#renderedhashrenderedhash", - "ExternalModule.request": "globals.html#externalmodule#request", - "ExternalModule.resolveOptions": "globals.html#externalmodule#resolveoptions", - "ExternalModule.type": "globals.html#externalmodule#type", - "ExternalModule.used": "globals.html#externalmodule#used", - "ExternalModule.usedExports": "globals.html#externalmodule#usedexports", - "ExternalModule.usedExports.usedExports": "globals.html#externalmodule#usedexportsusedexports", - "ExternalModule.userRequest": "globals.html#externalmodule#userrequest", - "ExternalModule.useSimpleSourceMap": "globals.html#externalmodule#usesimplesourcemap", - "ExternalModule.useSourceMap": "globals.html#externalmodule#usesourcemap", - "ExternalModule.warnings": "globals.html#externalmodule#warnings", - "ExternalModule.warnings.warnings": "globals.html#externalmodule#warningswarnings", - "ExternalModule.getExternalModuleNodeCommonjsInitFragment": "globals.html#externalmodule#getexternalmodulenodecommonjsinitfragment", - "ExternalModule.ModuleExternalInitFragment": "globals.html#externalmodule#moduleexternalinitfragment", - "ExternalModule.addBlock": "globals.html#externalmodule#addblock", - "ExternalModule.addCacheDependencies": "globals.html#externalmodule#addcachedependencies", - "ExternalModule.addChunk": "globals.html#externalmodule#addchunk", - "ExternalModule.addCodeGenerationDependency": "globals.html#externalmodule#addcodegenerationdependency", - "ExternalModule.addDependency": "globals.html#externalmodule#adddependency", - "ExternalModule.addError": "globals.html#externalmodule#adderror", - "ExternalModule.addPresentationalDependency": "globals.html#externalmodule#addpresentationaldependency", - "ExternalModule.addWarning": "globals.html#externalmodule#addwarning", - "ExternalModule.build": "globals.html#externalmodule#build", - "ExternalModule.chunkCondition": "globals.html#externalmodule#chunkcondition", - "ExternalModule.cleanupForCache": "globals.html#externalmodule#cleanupforcache", - "ExternalModule.clearDependenciesAndBlocks": "globals.html#externalmodule#cleardependenciesandblocks", - "ExternalModule.clearWarningsAndErrors": "globals.html#externalmodule#clearwarningsanderrors", - "ExternalModule.codeGeneration": "globals.html#externalmodule#codegeneration", - "ExternalModule.deserialize": "globals.html#externalmodule#deserialize", - "ExternalModule.getChunks": "globals.html#externalmodule#getchunks", - "ExternalModule.getConcatenationBailoutReason": "globals.html#externalmodule#getconcatenationbailoutreason", - "ExternalModule.getErrors": "globals.html#externalmodule#geterrors", - "ExternalModule.getExportsType": "globals.html#externalmodule#getexportstype", - "ExternalModule.getNumberOfChunks": "globals.html#externalmodule#getnumberofchunks", - "ExternalModule.getNumberOfErrors": "globals.html#externalmodule#getnumberoferrors", - "ExternalModule.getNumberOfWarnings": "globals.html#externalmodule#getnumberofwarnings", - "ExternalModule.getRootBlock": "globals.html#externalmodule#getrootblock", - "ExternalModule.getSideEffectsConnectionState": "globals.html#externalmodule#getsideeffectsconnectionstate", - "ExternalModule.getSourceBasicTypes": "globals.html#externalmodule#getsourcebasictypes-1", - "ExternalModule.getSourceTypes": "globals.html#externalmodule#getsourcetypes", - "ExternalModule.getUnsafeCacheData": "globals.html#externalmodule#getunsafecachedata", - "ExternalModule.getWarnings": "globals.html#externalmodule#getwarnings", - "ExternalModule.hasChunkCondition": "globals.html#externalmodule#haschunkcondition", - "ExternalModule.hasReasonForChunk": "globals.html#externalmodule#hasreasonforchunk", - "ExternalModule.hasReasons": "globals.html#externalmodule#hasreasons", - "ExternalModule.identifier": "globals.html#externalmodule#identifier", - "ExternalModule.invalidateBuild": "globals.html#externalmodule#invalidatebuild", - "ExternalModule.isAccessibleInChunk": "globals.html#externalmodule#isaccessibleinchunk", - "ExternalModule.isAccessibleInChunkGroup": "globals.html#externalmodule#isaccessibleinchunkgroup", - "ExternalModule.isEntryModule": "globals.html#externalmodule#isentrymodule", - "ExternalModule.isInChunk": "globals.html#externalmodule#isinchunk", - "ExternalModule.isOptional": "globals.html#externalmodule#isoptional", - "ExternalModule.isProvided": "globals.html#externalmodule#isprovided", - "ExternalModule.libIdent": "globals.html#externalmodule#libident", - "ExternalModule.nameForCondition": "globals.html#externalmodule#nameforcondition", - "ExternalModule.needBuild": "globals.html#externalmodule#needbuild", - "ExternalModule.needRebuild": "globals.html#externalmodule#needrebuild", - "ExternalModule.originalSource": "globals.html#externalmodule#originalsource", - "ExternalModule.readableIdentifier": "globals.html#externalmodule#readableidentifier", - "ExternalModule.removeChunk": "globals.html#externalmodule#removechunk", - "ExternalModule.removeDependency": "globals.html#externalmodule#removedependency", - "ExternalModule.restoreFromUnsafeCache": "globals.html#externalmodule#restorefromunsafecache", - "ExternalModule.serialize": "globals.html#externalmodule#serialize", - "ExternalModule.size": "globals.html#externalmodule#size", - "ExternalModule.source": "globals.html#externalmodule#source", - "ExternalModule.updateCacheModule": "globals.html#externalmodule#updatecachemodule", - "ExternalModule.updateHash": "globals.html#externalmodule#updatehash", - "ExternalModule.getCompilationHooks": "globals.html#externalmodule#getcompilationhooks", + "ExternalModule.constructor": "globals.html#externalmodule-constructor", + "ExternalModule.constructor.ExternalModule": "globals.html#externalmodule-constructor-externalmodule", + "ExternalModule.blocks": "globals.html#externalmodule-blocks", + "ExternalModule.buildInfo": "globals.html#externalmodule-buildinfo", + "ExternalModule.buildMeta": "globals.html#externalmodule-buildmeta", + "ExternalModule.chunksIterable": "globals.html#externalmodule-chunksiterable", + "ExternalModule.chunksIterable.chunksIterable": "globals.html#externalmodule-chunksiterable-chunksiterable", + "ExternalModule.codeGenerationDependencies": "globals.html#externalmodule-codegenerationdependencies", + "ExternalModule.context": "globals.html#externalmodule-context", + "ExternalModule.debugId": "globals.html#externalmodule-debugid", + "ExternalModule.dependencies": "globals.html#externalmodule-dependencies", + "ExternalModule.dependencyMeta": "globals.html#externalmodule-dependencymeta", + "ExternalModule.depth": "globals.html#externalmodule-depth", + "ExternalModule.errors": "globals.html#externalmodule-errors", + "ExternalModule.errors.errors": "globals.html#externalmodule-errors-errors", + "ExternalModule.exportsArgument": "globals.html#externalmodule-exportsargument", + "ExternalModule.exportsArgument.exportsArgument": "globals.html#externalmodule-exportsargument-exportsargument", + "ExternalModule.externalType": "globals.html#externalmodule-externaltype", + "ExternalModule.factoryMeta": "globals.html#externalmodule-factorymeta", + "ExternalModule.hasEqualsChunks": "globals.html#externalmodule-hasequalschunks", + "ExternalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#externalmodule-hasequalschunks-hasequalschunks", + "ExternalModule.hash": "globals.html#externalmodule-hash", + "ExternalModule.hash.hash": "globals.html#externalmodule-hash-hash", + "ExternalModule.hot": "globals.html#externalmodule-hot", + "ExternalModule.id": "globals.html#externalmodule-id", + "ExternalModule.index": "globals.html#externalmodule-index", + "ExternalModule.index2": "globals.html#externalmodule-index2", + "ExternalModule.issuer": "globals.html#externalmodule-issuer", + "ExternalModule.isUsed": "globals.html#externalmodule-isused", + "ExternalModule.isUsed.isUsed": "globals.html#externalmodule-isused-isused", + "ExternalModule.layer": "globals.html#externalmodule-layer", + "ExternalModule.moduleArgument": "globals.html#externalmodule-moduleargument", + "ExternalModule.moduleArgument.moduleArgument": "globals.html#externalmodule-moduleargument-moduleargument", + "ExternalModule.needId": "globals.html#externalmodule-needid", + "ExternalModule.optimizationBailout": "globals.html#externalmodule-optimizationbailout", + "ExternalModule.optimizationBailout.optimizationBailout": "globals.html#externalmodule-optimizationbailout-optimizationbailout", + "ExternalModule.optional": "globals.html#externalmodule-optional", + "ExternalModule.optional.optional": "globals.html#externalmodule-optional-optional", + "ExternalModule.parent": "globals.html#externalmodule-parent", + "ExternalModule.presentationalDependencies": "globals.html#externalmodule-presentationaldependencies", + "ExternalModule.profile": "globals.html#externalmodule-profile", + "ExternalModule.renderedHash": "globals.html#externalmodule-renderedhash", + "ExternalModule.renderedHash.renderedHash": "globals.html#externalmodule-renderedhash-renderedhash", + "ExternalModule.request": "globals.html#externalmodule-request", + "ExternalModule.resolveOptions": "globals.html#externalmodule-resolveoptions", + "ExternalModule.type": "globals.html#externalmodule-type", + "ExternalModule.used": "globals.html#externalmodule-used", + "ExternalModule.usedExports": "globals.html#externalmodule-usedexports", + "ExternalModule.usedExports.usedExports": "globals.html#externalmodule-usedexports-usedexports", + "ExternalModule.userRequest": "globals.html#externalmodule-userrequest", + "ExternalModule.useSimpleSourceMap": "globals.html#externalmodule-usesimplesourcemap", + "ExternalModule.useSourceMap": "globals.html#externalmodule-usesourcemap", + "ExternalModule.warnings": "globals.html#externalmodule-warnings", + "ExternalModule.warnings.warnings": "globals.html#externalmodule-warnings-warnings", + "ExternalModule.getExternalModuleNodeCommonjsInitFragment": "globals.html#externalmodule-getexternalmodulenodecommonjsinitfragment", + "ExternalModule.ModuleExternalInitFragment": "globals.html#externalmodule-moduleexternalinitfragment", + "ExternalModule.addBlock": "globals.html#externalmodule-addblock", + "ExternalModule.addCacheDependencies": "globals.html#externalmodule-addcachedependencies", + "ExternalModule.addChunk": "globals.html#externalmodule-addchunk", + "ExternalModule.addCodeGenerationDependency": "globals.html#externalmodule-addcodegenerationdependency", + "ExternalModule.addDependency": "globals.html#externalmodule-adddependency", + "ExternalModule.addError": "globals.html#externalmodule-adderror", + "ExternalModule.addPresentationalDependency": "globals.html#externalmodule-addpresentationaldependency", + "ExternalModule.addWarning": "globals.html#externalmodule-addwarning", + "ExternalModule.build": "globals.html#externalmodule-build", + "ExternalModule.chunkCondition": "globals.html#externalmodule-chunkcondition", + "ExternalModule.cleanupForCache": "globals.html#externalmodule-cleanupforcache", + "ExternalModule.clearDependenciesAndBlocks": "globals.html#externalmodule-cleardependenciesandblocks", + "ExternalModule.clearWarningsAndErrors": "globals.html#externalmodule-clearwarningsanderrors", + "ExternalModule.codeGeneration": "globals.html#externalmodule-codegeneration", + "ExternalModule.deserialize": "globals.html#externalmodule-deserialize", + "ExternalModule.getChunks": "globals.html#externalmodule-getchunks", + "ExternalModule.getConcatenationBailoutReason": "globals.html#externalmodule-getconcatenationbailoutreason", + "ExternalModule.getErrors": "globals.html#externalmodule-geterrors", + "ExternalModule.getExportsType": "globals.html#externalmodule-getexportstype", + "ExternalModule.getNumberOfChunks": "globals.html#externalmodule-getnumberofchunks", + "ExternalModule.getNumberOfErrors": "globals.html#externalmodule-getnumberoferrors", + "ExternalModule.getNumberOfWarnings": "globals.html#externalmodule-getnumberofwarnings", + "ExternalModule.getRootBlock": "globals.html#externalmodule-getrootblock", + "ExternalModule.getSideEffectsConnectionState": "globals.html#externalmodule-getsideeffectsconnectionstate", + "ExternalModule.getSourceBasicTypes": "globals.html#externalmodule-getsourcebasictypes", + "ExternalModule.getSourceTypes": "globals.html#externalmodule-getsourcetypes", + "ExternalModule.getUnsafeCacheData": "globals.html#externalmodule-getunsafecachedata", + "ExternalModule.getWarnings": "globals.html#externalmodule-getwarnings", + "ExternalModule.hasChunkCondition": "globals.html#externalmodule-haschunkcondition", + "ExternalModule.hasReasonForChunk": "globals.html#externalmodule-hasreasonforchunk", + "ExternalModule.hasReasons": "globals.html#externalmodule-hasreasons", + "ExternalModule.identifier": "globals.html#externalmodule-identifier", + "ExternalModule.invalidateBuild": "globals.html#externalmodule-invalidatebuild", + "ExternalModule.isAccessibleInChunk": "globals.html#externalmodule-isaccessibleinchunk", + "ExternalModule.isAccessibleInChunkGroup": "globals.html#externalmodule-isaccessibleinchunkgroup", + "ExternalModule.isEntryModule": "globals.html#externalmodule-isentrymodule", + "ExternalModule.isInChunk": "globals.html#externalmodule-isinchunk", + "ExternalModule.isOptional": "globals.html#externalmodule-isoptional", + "ExternalModule.isProvided": "globals.html#externalmodule-isprovided", + "ExternalModule.libIdent": "globals.html#externalmodule-libident", + "ExternalModule.nameForCondition": "globals.html#externalmodule-nameforcondition", + "ExternalModule.needBuild": "globals.html#externalmodule-needbuild", + "ExternalModule.needRebuild": "globals.html#externalmodule-needrebuild", + "ExternalModule.originalSource": "globals.html#externalmodule-originalsource", + "ExternalModule.readableIdentifier": "globals.html#externalmodule-readableidentifier", + "ExternalModule.removeChunk": "globals.html#externalmodule-removechunk", + "ExternalModule.removeDependency": "globals.html#externalmodule-removedependency", + "ExternalModule.restoreFromUnsafeCache": "globals.html#externalmodule-restorefromunsafecache", + "ExternalModule.serialize": "globals.html#externalmodule-serialize", + "ExternalModule.size": "globals.html#externalmodule-size", + "ExternalModule.source": "globals.html#externalmodule-source", + "ExternalModule.updateCacheModule": "globals.html#externalmodule-updatecachemodule", + "ExternalModule.updateHash": "globals.html#externalmodule-updatehash", + "ExternalModule.getCompilationHooks": "globals.html#externalmodule-getcompilationhooks", "ExternalsPlugin": "globals.html#externalsplugin", - "ExternalsPlugin.constructor": "globals.html#externalsplugin#constructor", - "ExternalsPlugin.constructor.ExternalsPlugin": "globals.html#externalsplugin#constructorexternalsplugin", - "ExternalsPlugin.externals": "globals.html#externalsplugin#externals", - "ExternalsPlugin.type": "globals.html#externalsplugin#type", - "ExternalsPlugin.apply": "globals.html#externalsplugin#apply", + "ExternalsPlugin.constructor": "globals.html#externalsplugin-constructor", + "ExternalsPlugin.constructor.ExternalsPlugin": "globals.html#externalsplugin-constructor-externalsplugin", + "ExternalsPlugin.externals": "globals.html#externalsplugin-externals", + "ExternalsPlugin.type": "globals.html#externalsplugin-type", + "ExternalsPlugin.apply": "globals.html#externalsplugin-apply", "Generator": "globals.html#generator", - "Generator.constructor": "globals.html#generator#constructor", - "Generator.constructor.Generator": "globals.html#generator#constructorgenerator", - "Generator.generate": "globals.html#generator#generate", - "Generator.getConcatenationBailoutReason": "globals.html#generator#getconcatenationbailoutreason", - "Generator.getSize": "globals.html#generator#getsize", - "Generator.getTypes": "globals.html#generator#gettypes", - "Generator.updateHash": "globals.html#generator#updatehash", - "Generator.byType": "globals.html#generator#bytype", + "Generator.constructor": "globals.html#generator-constructor", + "Generator.constructor.Generator": "globals.html#generator-constructor-generator", + "Generator.generate": "globals.html#generator-generate", + "Generator.getConcatenationBailoutReason": "globals.html#generator-getconcatenationbailoutreason", + "Generator.getSize": "globals.html#generator-getsize", + "Generator.getTypes": "globals.html#generator-gettypes", + "Generator.updateHash": "globals.html#generator-updatehash", + "Generator.byType": "globals.html#generator-bytype", "HotModuleReplacementPlugin": "globals.html#hotmodulereplacementplugin", - "HotModuleReplacementPlugin.constructor": "globals.html#hotmodulereplacementplugin#constructor", - "HotModuleReplacementPlugin.constructor.HotModuleReplacementPlugin": "globals.html#hotmodulereplacementplugin#constructorhotmodulereplacementplugin", - "HotModuleReplacementPlugin.apply": "globals.html#hotmodulereplacementplugin#apply", - "HotModuleReplacementPlugin.getParserHooks": "globals.html#hotmodulereplacementplugin#getparserhooks", + "HotModuleReplacementPlugin.constructor": "globals.html#hotmodulereplacementplugin-constructor", + "HotModuleReplacementPlugin.constructor.HotModuleReplacementPlugin": "globals.html#hotmodulereplacementplugin-constructor-hotmodulereplacementplugin", + "HotModuleReplacementPlugin.apply": "globals.html#hotmodulereplacementplugin-apply", + "HotModuleReplacementPlugin.getParserHooks": "globals.html#hotmodulereplacementplugin-getparserhooks", "HotUpdateChunk": "globals.html#hotupdatechunk", - "HotUpdateChunk.constructor": "globals.html#hotupdatechunk#constructor", - "HotUpdateChunk.constructor.HotUpdateChunk": "globals.html#hotupdatechunk#constructorhotupdatechunk", - "HotUpdateChunk.auxiliaryFiles": "globals.html#hotupdatechunk#auxiliaryfiles", - "HotUpdateChunk.chunkReason": "globals.html#hotupdatechunk#chunkreason", - "HotUpdateChunk.contentHash": "globals.html#hotupdatechunk#contenthash", - "HotUpdateChunk.cssFilenameTemplate": "globals.html#hotupdatechunk#cssfilenametemplate", - "HotUpdateChunk.debugId": "globals.html#hotupdatechunk#debugid", - "HotUpdateChunk.entryModule": "globals.html#hotupdatechunk#entrymodule", - "HotUpdateChunk.entryModule.entryModule": "globals.html#hotupdatechunk#entrymoduleentrymodule", - "HotUpdateChunk.extraAsync": "globals.html#hotupdatechunk#extraasync", - "HotUpdateChunk.filenameTemplate": "globals.html#hotupdatechunk#filenametemplate", - "HotUpdateChunk.files": "globals.html#hotupdatechunk#files", - "HotUpdateChunk.groupsIterable": "globals.html#hotupdatechunk#groupsiterable", - "HotUpdateChunk.groupsIterable.groupsIterable": "globals.html#hotupdatechunk#groupsiterablegroupsiterable", - "HotUpdateChunk.hash": "globals.html#hotupdatechunk#hash", - "HotUpdateChunk.id": "globals.html#hotupdatechunk#id", - "HotUpdateChunk.idNameHints": "globals.html#hotupdatechunk#idnamehints", - "HotUpdateChunk.ids": "globals.html#hotupdatechunk#ids", - "HotUpdateChunk.modulesIterable": "globals.html#hotupdatechunk#modulesiterable", - "HotUpdateChunk.modulesIterable.modulesIterable": "globals.html#hotupdatechunk#modulesiterablemodulesiterable", - "HotUpdateChunk.name": "globals.html#hotupdatechunk#name", - "HotUpdateChunk.preventIntegration": "globals.html#hotupdatechunk#preventintegration", - "HotUpdateChunk.rendered": "globals.html#hotupdatechunk#rendered", - "HotUpdateChunk.renderedHash": "globals.html#hotupdatechunk#renderedhash", - "HotUpdateChunk.runtime": "globals.html#hotupdatechunk#runtime", - "HotUpdateChunk.addGroup": "globals.html#hotupdatechunk#addgroup", - "HotUpdateChunk.addModule": "globals.html#hotupdatechunk#addmodule", - "HotUpdateChunk.canBeInitial": "globals.html#hotupdatechunk#canbeinitial", - "HotUpdateChunk.canBeIntegrated": "globals.html#hotupdatechunk#canbeintegrated", - "HotUpdateChunk.compareTo": "globals.html#hotupdatechunk#compareto", - "HotUpdateChunk.containsModule": "globals.html#hotupdatechunk#containsmodule", - "HotUpdateChunk.disconnectFromGroups": "globals.html#hotupdatechunk#disconnectfromgroups", - "HotUpdateChunk.getAllAsyncChunks": "globals.html#hotupdatechunk#getallasyncchunks", - "HotUpdateChunk.getAllInitialChunks": "globals.html#hotupdatechunk#getallinitialchunks", - "HotUpdateChunk.getAllReferencedAsyncEntrypoints": "globals.html#hotupdatechunk#getallreferencedasyncentrypoints", - "HotUpdateChunk.getAllReferencedChunks": "globals.html#hotupdatechunk#getallreferencedchunks", - "HotUpdateChunk.getChildIdsByOrders": "globals.html#hotupdatechunk#getchildidsbyorders", - "HotUpdateChunk.getChildIdsByOrdersMap": "globals.html#hotupdatechunk#getchildidsbyordersmap", - "HotUpdateChunk.getChildrenOfTypeInOrder": "globals.html#hotupdatechunk#getchildrenoftypeinorder", - "HotUpdateChunk.getChunkMaps": "globals.html#hotupdatechunk#getchunkmaps", - "HotUpdateChunk.getChunkModuleMaps": "globals.html#hotupdatechunk#getchunkmodulemaps", - "HotUpdateChunk.getEntryOptions": "globals.html#hotupdatechunk#getentryoptions", - "HotUpdateChunk.getModules": "globals.html#hotupdatechunk#getmodules", - "HotUpdateChunk.getNumberOfGroups": "globals.html#hotupdatechunk#getnumberofgroups", - "HotUpdateChunk.getNumberOfModules": "globals.html#hotupdatechunk#getnumberofmodules", - "HotUpdateChunk.hasAsyncChunks": "globals.html#hotupdatechunk#hasasyncchunks", - "HotUpdateChunk.hasChildByOrder": "globals.html#hotupdatechunk#haschildbyorder", - "HotUpdateChunk.hasEntryModule": "globals.html#hotupdatechunk#hasentrymodule", - "HotUpdateChunk.hasModuleInGraph": "globals.html#hotupdatechunk#hasmoduleingraph", - "HotUpdateChunk.hasRuntime": "globals.html#hotupdatechunk#hasruntime", - "HotUpdateChunk.integrate": "globals.html#hotupdatechunk#integrate", - "HotUpdateChunk.integratedSize": "globals.html#hotupdatechunk#integratedsize", - "HotUpdateChunk.isEmpty": "globals.html#hotupdatechunk#isempty", - "HotUpdateChunk.isInGroup": "globals.html#hotupdatechunk#isingroup", - "HotUpdateChunk.isOnlyInitial": "globals.html#hotupdatechunk#isonlyinitial", - "HotUpdateChunk.modulesSize": "globals.html#hotupdatechunk#modulessize", - "HotUpdateChunk.moveModule": "globals.html#hotupdatechunk#movemodule", - "HotUpdateChunk.remove": "globals.html#hotupdatechunk#remove", - "HotUpdateChunk.removeGroup": "globals.html#hotupdatechunk#removegroup", - "HotUpdateChunk.removeModule": "globals.html#hotupdatechunk#removemodule", - "HotUpdateChunk.size": "globals.html#hotupdatechunk#size", - "HotUpdateChunk.split": "globals.html#hotupdatechunk#split", - "HotUpdateChunk.updateHash": "globals.html#hotupdatechunk#updatehash", + "HotUpdateChunk.constructor": "globals.html#hotupdatechunk-constructor", + "HotUpdateChunk.constructor.HotUpdateChunk": "globals.html#hotupdatechunk-constructor-hotupdatechunk", + "HotUpdateChunk.auxiliaryFiles": "globals.html#hotupdatechunk-auxiliaryfiles", + "HotUpdateChunk.chunkReason": "globals.html#hotupdatechunk-chunkreason", + "HotUpdateChunk.contentHash": "globals.html#hotupdatechunk-contenthash", + "HotUpdateChunk.cssFilenameTemplate": "globals.html#hotupdatechunk-cssfilenametemplate", + "HotUpdateChunk.debugId": "globals.html#hotupdatechunk-debugid", + "HotUpdateChunk.entryModule": "globals.html#hotupdatechunk-entrymodule", + "HotUpdateChunk.entryModule.entryModule": "globals.html#hotupdatechunk-entrymodule-entrymodule", + "HotUpdateChunk.extraAsync": "globals.html#hotupdatechunk-extraasync", + "HotUpdateChunk.filenameTemplate": "globals.html#hotupdatechunk-filenametemplate", + "HotUpdateChunk.files": "globals.html#hotupdatechunk-files", + "HotUpdateChunk.groupsIterable": "globals.html#hotupdatechunk-groupsiterable", + "HotUpdateChunk.groupsIterable.groupsIterable": "globals.html#hotupdatechunk-groupsiterable-groupsiterable", + "HotUpdateChunk.hash": "globals.html#hotupdatechunk-hash", + "HotUpdateChunk.id": "globals.html#hotupdatechunk-id", + "HotUpdateChunk.idNameHints": "globals.html#hotupdatechunk-idnamehints", + "HotUpdateChunk.ids": "globals.html#hotupdatechunk-ids", + "HotUpdateChunk.modulesIterable": "globals.html#hotupdatechunk-modulesiterable", + "HotUpdateChunk.modulesIterable.modulesIterable": "globals.html#hotupdatechunk-modulesiterable-modulesiterable", + "HotUpdateChunk.name": "globals.html#hotupdatechunk-name", + "HotUpdateChunk.preventIntegration": "globals.html#hotupdatechunk-preventintegration", + "HotUpdateChunk.rendered": "globals.html#hotupdatechunk-rendered", + "HotUpdateChunk.renderedHash": "globals.html#hotupdatechunk-renderedhash", + "HotUpdateChunk.runtime": "globals.html#hotupdatechunk-runtime", + "HotUpdateChunk.addGroup": "globals.html#hotupdatechunk-addgroup", + "HotUpdateChunk.addModule": "globals.html#hotupdatechunk-addmodule", + "HotUpdateChunk.canBeInitial": "globals.html#hotupdatechunk-canbeinitial", + "HotUpdateChunk.canBeIntegrated": "globals.html#hotupdatechunk-canbeintegrated", + "HotUpdateChunk.compareTo": "globals.html#hotupdatechunk-compareto", + "HotUpdateChunk.containsModule": "globals.html#hotupdatechunk-containsmodule", + "HotUpdateChunk.disconnectFromGroups": "globals.html#hotupdatechunk-disconnectfromgroups", + "HotUpdateChunk.getAllAsyncChunks": "globals.html#hotupdatechunk-getallasyncchunks", + "HotUpdateChunk.getAllInitialChunks": "globals.html#hotupdatechunk-getallinitialchunks", + "HotUpdateChunk.getAllReferencedAsyncEntrypoints": "globals.html#hotupdatechunk-getallreferencedasyncentrypoints", + "HotUpdateChunk.getAllReferencedChunks": "globals.html#hotupdatechunk-getallreferencedchunks", + "HotUpdateChunk.getChildIdsByOrders": "globals.html#hotupdatechunk-getchildidsbyorders", + "HotUpdateChunk.getChildIdsByOrdersMap": "globals.html#hotupdatechunk-getchildidsbyordersmap", + "HotUpdateChunk.getChildrenOfTypeInOrder": "globals.html#hotupdatechunk-getchildrenoftypeinorder", + "HotUpdateChunk.getChunkMaps": "globals.html#hotupdatechunk-getchunkmaps", + "HotUpdateChunk.getChunkModuleMaps": "globals.html#hotupdatechunk-getchunkmodulemaps", + "HotUpdateChunk.getEntryOptions": "globals.html#hotupdatechunk-getentryoptions", + "HotUpdateChunk.getModules": "globals.html#hotupdatechunk-getmodules", + "HotUpdateChunk.getNumberOfGroups": "globals.html#hotupdatechunk-getnumberofgroups", + "HotUpdateChunk.getNumberOfModules": "globals.html#hotupdatechunk-getnumberofmodules", + "HotUpdateChunk.hasAsyncChunks": "globals.html#hotupdatechunk-hasasyncchunks", + "HotUpdateChunk.hasChildByOrder": "globals.html#hotupdatechunk-haschildbyorder", + "HotUpdateChunk.hasEntryModule": "globals.html#hotupdatechunk-hasentrymodule", + "HotUpdateChunk.hasModuleInGraph": "globals.html#hotupdatechunk-hasmoduleingraph", + "HotUpdateChunk.hasRuntime": "globals.html#hotupdatechunk-hasruntime", + "HotUpdateChunk.integrate": "globals.html#hotupdatechunk-integrate", + "HotUpdateChunk.integratedSize": "globals.html#hotupdatechunk-integratedsize", + "HotUpdateChunk.isEmpty": "globals.html#hotupdatechunk-isempty", + "HotUpdateChunk.isInGroup": "globals.html#hotupdatechunk-isingroup", + "HotUpdateChunk.isOnlyInitial": "globals.html#hotupdatechunk-isonlyinitial", + "HotUpdateChunk.modulesSize": "globals.html#hotupdatechunk-modulessize", + "HotUpdateChunk.moveModule": "globals.html#hotupdatechunk-movemodule", + "HotUpdateChunk.remove": "globals.html#hotupdatechunk-remove", + "HotUpdateChunk.removeGroup": "globals.html#hotupdatechunk-removegroup", + "HotUpdateChunk.removeModule": "globals.html#hotupdatechunk-removemodule", + "HotUpdateChunk.size": "globals.html#hotupdatechunk-size", + "HotUpdateChunk.split": "globals.html#hotupdatechunk-split", + "HotUpdateChunk.updateHash": "globals.html#hotupdatechunk-updatehash", "IgnorePlugin": "globals.html#ignoreplugin", - "IgnorePlugin.constructor": "globals.html#ignoreplugin#constructor", - "IgnorePlugin.constructor.IgnorePlugin": "globals.html#ignoreplugin#constructorignoreplugin", - "IgnorePlugin.options": "globals.html#ignoreplugin#options", - "IgnorePlugin.apply": "globals.html#ignoreplugin#apply", - "IgnorePlugin.checkIgnore": "globals.html#ignoreplugin#checkignore", + "IgnorePlugin.constructor": "globals.html#ignoreplugin-constructor", + "IgnorePlugin.constructor.IgnorePlugin": "globals.html#ignoreplugin-constructor-ignoreplugin", + "IgnorePlugin.options": "globals.html#ignoreplugin-options", + "IgnorePlugin.apply": "globals.html#ignoreplugin-apply", + "IgnorePlugin.checkIgnore": "globals.html#ignoreplugin-checkignore", "InitFragment": "globals.html#initfragment", - "InitFragment.GenerateContext": "globals.html#initfragment#generatecontext", - "InitFragment.constructor": "globals.html#initfragment#constructor", - "InitFragment.constructor.InitFragment": "globals.html#initfragment#constructorinitfragment", - "InitFragment.constructor.InitFragment.GenerateContext": "globals.html#initfragment#constructorinitfragmentgeneratecontext", - "InitFragment.content": "globals.html#initfragment#content", - "InitFragment.endContent": "globals.html#initfragment#endcontent", - "InitFragment.key": "globals.html#initfragment#key", - "InitFragment.position": "globals.html#initfragment#position", - "InitFragment.stage": "globals.html#initfragment#stage", - "InitFragment.STAGE_ASYNC_BOUNDARY": "globals.html#initfragment#stage-async-boundary", - "InitFragment.STAGE_ASYNC_DEPENDENCIES": "globals.html#initfragment#stage-async-dependencies", - "InitFragment.STAGE_ASYNC_HARMONY_IMPORTS": "globals.html#initfragment#stage-async-harmony-imports", - "InitFragment.STAGE_CONSTANTS": "globals.html#initfragment#stage-constants", - "InitFragment.STAGE_HARMONY_EXPORTS": "globals.html#initfragment#stage-harmony-exports", - "InitFragment.STAGE_HARMONY_IMPORTS": "globals.html#initfragment#stage-harmony-imports", - "InitFragment.STAGE_PROVIDES": "globals.html#initfragment#stage-provides", - "InitFragment.deserialize": "globals.html#initfragment#deserialize", - "InitFragment.getContent": "globals.html#initfragment#getcontent", - "InitFragment.getEndContent": "globals.html#initfragment#getendcontent", - "InitFragment.serialize": "globals.html#initfragment#serialize", - "InitFragment.addToSource": "globals.html#initfragment#addtosource", + "InitFragment.GenerateContext": "globals.html#initfragment-generatecontext", + "InitFragment.constructor": "globals.html#initfragment-constructor", + "InitFragment.constructor.InitFragment": "globals.html#initfragment-constructor-initfragment", + "InitFragment.constructor.InitFragment.GenerateContext": "globals.html#initfragment-constructor-initfragment-generatecontext", + "InitFragment.content": "globals.html#initfragment-content", + "InitFragment.endContent": "globals.html#initfragment-endcontent", + "InitFragment.key": "globals.html#initfragment-key", + "InitFragment.position": "globals.html#initfragment-position", + "InitFragment.stage": "globals.html#initfragment-stage", + "InitFragment.STAGE_ASYNC_BOUNDARY": "globals.html#initfragment-stage_async_boundary", + "InitFragment.STAGE_ASYNC_DEPENDENCIES": "globals.html#initfragment-stage_async_dependencies", + "InitFragment.STAGE_ASYNC_HARMONY_IMPORTS": "globals.html#initfragment-stage_async_harmony_imports", + "InitFragment.STAGE_CONSTANTS": "globals.html#initfragment-stage_constants", + "InitFragment.STAGE_HARMONY_EXPORTS": "globals.html#initfragment-stage_harmony_exports", + "InitFragment.STAGE_HARMONY_IMPORTS": "globals.html#initfragment-stage_harmony_imports", + "InitFragment.STAGE_PROVIDES": "globals.html#initfragment-stage_provides", + "InitFragment.deserialize": "globals.html#initfragment-deserialize", + "InitFragment.getContent": "globals.html#initfragment-getcontent", + "InitFragment.getEndContent": "globals.html#initfragment-getendcontent", + "InitFragment.serialize": "globals.html#initfragment-serialize", + "InitFragment.addToSource": "globals.html#initfragment-addtosource", "JavascriptModulesPlugin": "globals.html#javascriptmodulesplugin", - "JavascriptModulesPlugin.constructor": "globals.html#javascriptmodulesplugin#constructor", - "JavascriptModulesPlugin.constructor.JavascriptModulesPlugin": "globals.html#javascriptmodulesplugin#constructorjavascriptmodulesplugin", - "JavascriptModulesPlugin.options": "globals.html#javascriptmodulesplugin#options", - "JavascriptModulesPlugin.chunkHasJs": "globals.html#javascriptmodulesplugin#chunkhasjs", - "JavascriptModulesPlugin.apply": "globals.html#javascriptmodulesplugin#apply", - "JavascriptModulesPlugin.renderBootstrap": "globals.html#javascriptmodulesplugin#renderbootstrap", - "JavascriptModulesPlugin.renderChunk": "globals.html#javascriptmodulesplugin#renderchunk", - "JavascriptModulesPlugin.renderMain": "globals.html#javascriptmodulesplugin#rendermain", - "JavascriptModulesPlugin.renderModule": "globals.html#javascriptmodulesplugin#rendermodule", - "JavascriptModulesPlugin.renderRequire": "globals.html#javascriptmodulesplugin#renderrequire", - "JavascriptModulesPlugin.updateHashWithBootstrap": "globals.html#javascriptmodulesplugin#updatehashwithbootstrap", - "JavascriptModulesPlugin.getChunkFilenameTemplate": "globals.html#javascriptmodulesplugin#getchunkfilenametemplate", - "JavascriptModulesPlugin.getCompilationHooks": "globals.html#javascriptmodulesplugin#getcompilationhooks", + "JavascriptModulesPlugin.constructor": "globals.html#javascriptmodulesplugin-constructor", + "JavascriptModulesPlugin.constructor.JavascriptModulesPlugin": "globals.html#javascriptmodulesplugin-constructor-javascriptmodulesplugin", + "JavascriptModulesPlugin.options": "globals.html#javascriptmodulesplugin-options", + "JavascriptModulesPlugin.chunkHasJs": "globals.html#javascriptmodulesplugin-chunkhasjs", + "JavascriptModulesPlugin.apply": "globals.html#javascriptmodulesplugin-apply", + "JavascriptModulesPlugin.renderBootstrap": "globals.html#javascriptmodulesplugin-renderbootstrap", + "JavascriptModulesPlugin.renderChunk": "globals.html#javascriptmodulesplugin-renderchunk", + "JavascriptModulesPlugin.renderMain": "globals.html#javascriptmodulesplugin-rendermain", + "JavascriptModulesPlugin.renderModule": "globals.html#javascriptmodulesplugin-rendermodule", + "JavascriptModulesPlugin.renderRequire": "globals.html#javascriptmodulesplugin-renderrequire", + "JavascriptModulesPlugin.updateHashWithBootstrap": "globals.html#javascriptmodulesplugin-updatehashwithbootstrap", + "JavascriptModulesPlugin.getChunkFilenameTemplate": "globals.html#javascriptmodulesplugin-getchunkfilenametemplate", + "JavascriptModulesPlugin.getCompilationHooks": "globals.html#javascriptmodulesplugin-getcompilationhooks", "LibManifestPlugin": "globals.html#libmanifestplugin", - "LibManifestPlugin.constructor": "globals.html#libmanifestplugin#constructor", - "LibManifestPlugin.constructor.LibManifestPlugin": "globals.html#libmanifestplugin#constructorlibmanifestplugin", - "LibManifestPlugin.options": "globals.html#libmanifestplugin#options", - "LibManifestPlugin.apply": "globals.html#libmanifestplugin#apply", + "LibManifestPlugin.constructor": "globals.html#libmanifestplugin-constructor", + "LibManifestPlugin.constructor.LibManifestPlugin": "globals.html#libmanifestplugin-constructor-libmanifestplugin", + "LibManifestPlugin.options": "globals.html#libmanifestplugin-options", + "LibManifestPlugin.apply": "globals.html#libmanifestplugin-apply", "LibraryTemplatePlugin": "globals.html#librarytemplateplugin", - "LibraryTemplatePlugin.constructor": "globals.html#librarytemplateplugin#constructor", - "LibraryTemplatePlugin.constructor.LibraryTemplatePlugin": "globals.html#librarytemplateplugin#constructorlibrarytemplateplugin", - "LibraryTemplatePlugin.library": "globals.html#librarytemplateplugin#library", - "LibraryTemplatePlugin.apply": "globals.html#librarytemplateplugin#apply", + "LibraryTemplatePlugin.constructor": "globals.html#librarytemplateplugin-constructor", + "LibraryTemplatePlugin.constructor.LibraryTemplatePlugin": "globals.html#librarytemplateplugin-constructor-librarytemplateplugin", + "LibraryTemplatePlugin.library": "globals.html#librarytemplateplugin-library", + "LibraryTemplatePlugin.apply": "globals.html#librarytemplateplugin-apply", "LoaderOptionsPlugin": "globals.html#loaderoptionsplugin", - "LoaderOptionsPlugin.constructor": "globals.html#loaderoptionsplugin#constructor", - "LoaderOptionsPlugin.constructor.LoaderOptionsPlugin": "globals.html#loaderoptionsplugin#constructorloaderoptionsplugin", - "LoaderOptionsPlugin.options": "globals.html#loaderoptionsplugin#options", - "LoaderOptionsPlugin.apply": "globals.html#loaderoptionsplugin#apply", + "LoaderOptionsPlugin.constructor": "globals.html#loaderoptionsplugin-constructor", + "LoaderOptionsPlugin.constructor.LoaderOptionsPlugin": "globals.html#loaderoptionsplugin-constructor-loaderoptionsplugin", + "LoaderOptionsPlugin.options": "globals.html#loaderoptionsplugin-options", + "LoaderOptionsPlugin.apply": "globals.html#loaderoptionsplugin-apply", "LoaderTargetPlugin": "globals.html#loadertargetplugin", - "LoaderTargetPlugin.constructor": "globals.html#loadertargetplugin#constructor", - "LoaderTargetPlugin.constructor.LoaderTargetPlugin": "globals.html#loadertargetplugin#constructorloadertargetplugin", - "LoaderTargetPlugin.target": "globals.html#loadertargetplugin#target", - "LoaderTargetPlugin.apply": "globals.html#loadertargetplugin#apply", + "LoaderTargetPlugin.constructor": "globals.html#loadertargetplugin-constructor", + "LoaderTargetPlugin.constructor.LoaderTargetPlugin": "globals.html#loadertargetplugin-constructor-loadertargetplugin", + "LoaderTargetPlugin.target": "globals.html#loadertargetplugin-target", + "LoaderTargetPlugin.apply": "globals.html#loadertargetplugin-apply", "ManifestPlugin": "globals.html#manifestplugin", - "ManifestPlugin.constructor": "globals.html#manifestplugin#constructor", - "ManifestPlugin.constructor.ManifestPlugin": "globals.html#manifestplugin#constructormanifestplugin", - "ManifestPlugin.options": "globals.html#manifestplugin#options", - "ManifestPlugin.apply": "globals.html#manifestplugin#apply", + "ManifestPlugin.constructor": "globals.html#manifestplugin-constructor", + "ManifestPlugin.constructor.ManifestPlugin": "globals.html#manifestplugin-constructor-manifestplugin", + "ManifestPlugin.options": "globals.html#manifestplugin-options", + "ManifestPlugin.apply": "globals.html#manifestplugin-apply", "Module": "globals.html#module", - "Module.constructor": "globals.html#module#constructor", - "Module.constructor.Module": "globals.html#module#constructormodule", - "Module.blocks": "globals.html#module#blocks", - "Module.buildInfo": "globals.html#module#buildinfo", - "Module.buildMeta": "globals.html#module#buildmeta", - "Module.chunksIterable": "globals.html#module#chunksiterable", - "Module.chunksIterable.chunksIterable": "globals.html#module#chunksiterablechunksiterable", - "Module.codeGenerationDependencies": "globals.html#module#codegenerationdependencies", - "Module.context": "globals.html#module#context", - "Module.debugId": "globals.html#module#debugid", - "Module.dependencies": "globals.html#module#dependencies", - "Module.depth": "globals.html#module#depth", - "Module.errors": "globals.html#module#errors", - "Module.errors.errors": "globals.html#module#errorserrors", - "Module.exportsArgument": "globals.html#module#exportsargument", - "Module.exportsArgument.exportsArgument": "globals.html#module#exportsargumentexportsargument", - "Module.factoryMeta": "globals.html#module#factorymeta", - "Module.hasEqualsChunks": "globals.html#module#hasequalschunks", - "Module.hasEqualsChunks.hasEqualsChunks": "globals.html#module#hasequalschunkshasequalschunks", - "Module.hash": "globals.html#module#hash", - "Module.hash.hash": "globals.html#module#hashhash", - "Module.hot": "globals.html#module#hot", - "Module.id": "globals.html#module#id", - "Module.index": "globals.html#module#index", - "Module.index2": "globals.html#module#index2", - "Module.issuer": "globals.html#module#issuer", - "Module.isUsed": "globals.html#module#isused", - "Module.isUsed.isUsed": "globals.html#module#isusedisused", - "Module.layer": "globals.html#module#layer", - "Module.moduleArgument": "globals.html#module#moduleargument", - "Module.moduleArgument.moduleArgument": "globals.html#module#moduleargumentmoduleargument", - "Module.needId": "globals.html#module#needid", - "Module.optimizationBailout": "globals.html#module#optimizationbailout", - "Module.optimizationBailout.optimizationBailout": "globals.html#module#optimizationbailoutoptimizationbailout", - "Module.optional": "globals.html#module#optional", - "Module.optional.optional": "globals.html#module#optionaloptional", - "Module.parent": "globals.html#module#parent", - "Module.presentationalDependencies": "globals.html#module#presentationaldependencies", - "Module.profile": "globals.html#module#profile", - "Module.renderedHash": "globals.html#module#renderedhash", - "Module.renderedHash.renderedHash": "globals.html#module#renderedhashrenderedhash", - "Module.resolveOptions": "globals.html#module#resolveoptions", - "Module.type": "globals.html#module#type", - "Module.used": "globals.html#module#used", - "Module.usedExports": "globals.html#module#usedexports", - "Module.usedExports.usedExports": "globals.html#module#usedexportsusedexports", - "Module.useSimpleSourceMap": "globals.html#module#usesimplesourcemap", - "Module.useSourceMap": "globals.html#module#usesourcemap", - "Module.warnings": "globals.html#module#warnings", - "Module.warnings.warnings": "globals.html#module#warningswarnings", - "Module.addBlock": "globals.html#module#addblock", - "Module.addCacheDependencies": "globals.html#module#addcachedependencies", - "Module.addChunk": "globals.html#module#addchunk", - "Module.addCodeGenerationDependency": "globals.html#module#addcodegenerationdependency", - "Module.addDependency": "globals.html#module#adddependency", - "Module.addError": "globals.html#module#adderror", - "Module.addPresentationalDependency": "globals.html#module#addpresentationaldependency", - "Module.addWarning": "globals.html#module#addwarning", - "Module.build": "globals.html#module#build", - "Module.chunkCondition": "globals.html#module#chunkcondition", - "Module.cleanupForCache": "globals.html#module#cleanupforcache", - "Module.clearDependenciesAndBlocks": "globals.html#module#cleardependenciesandblocks", - "Module.clearWarningsAndErrors": "globals.html#module#clearwarningsanderrors", - "Module.codeGeneration": "globals.html#module#codegeneration", - "Module.deserialize": "globals.html#module#deserialize", - "Module.getChunks": "globals.html#module#getchunks", - "Module.getConcatenationBailoutReason": "globals.html#module#getconcatenationbailoutreason", - "Module.getErrors": "globals.html#module#geterrors", - "Module.getExportsType": "globals.html#module#getexportstype", - "Module.getNumberOfChunks": "globals.html#module#getnumberofchunks", - "Module.getNumberOfErrors": "globals.html#module#getnumberoferrors", - "Module.getNumberOfWarnings": "globals.html#module#getnumberofwarnings", - "Module.getRootBlock": "globals.html#module#getrootblock", - "Module.getSideEffectsConnectionState": "globals.html#module#getsideeffectsconnectionstate", - "Module.getSourceBasicTypes": "globals.html#module#getsourcebasictypes-1", - "Module.getSourceTypes": "globals.html#module#getsourcetypes", - "Module.getUnsafeCacheData": "globals.html#module#getunsafecachedata", - "Module.getWarnings": "globals.html#module#getwarnings", - "Module.hasChunkCondition": "globals.html#module#haschunkcondition", - "Module.hasReasonForChunk": "globals.html#module#hasreasonforchunk", - "Module.hasReasons": "globals.html#module#hasreasons", - "Module.identifier": "globals.html#module#identifier", - "Module.invalidateBuild": "globals.html#module#invalidatebuild", - "Module.isAccessibleInChunk": "globals.html#module#isaccessibleinchunk", - "Module.isAccessibleInChunkGroup": "globals.html#module#isaccessibleinchunkgroup", - "Module.isEntryModule": "globals.html#module#isentrymodule", - "Module.isInChunk": "globals.html#module#isinchunk", - "Module.isOptional": "globals.html#module#isoptional", - "Module.isProvided": "globals.html#module#isprovided", - "Module.libIdent": "globals.html#module#libident", - "Module.nameForCondition": "globals.html#module#nameforcondition", - "Module.needBuild": "globals.html#module#needbuild", - "Module.needRebuild": "globals.html#module#needrebuild", - "Module.originalSource": "globals.html#module#originalsource", - "Module.readableIdentifier": "globals.html#module#readableidentifier", - "Module.removeChunk": "globals.html#module#removechunk", - "Module.removeDependency": "globals.html#module#removedependency", - "Module.serialize": "globals.html#module#serialize", - "Module.size": "globals.html#module#size", - "Module.source": "globals.html#module#source", - "Module.updateCacheModule": "globals.html#module#updatecachemodule", - "Module.updateHash": "globals.html#module#updatehash", + "Module.constructor": "globals.html#module-constructor", + "Module.constructor.Module": "globals.html#module-constructor-module", + "Module.blocks": "globals.html#module-blocks", + "Module.buildInfo": "globals.html#module-buildinfo", + "Module.buildMeta": "globals.html#module-buildmeta", + "Module.chunksIterable": "globals.html#module-chunksiterable", + "Module.chunksIterable.chunksIterable": "globals.html#module-chunksiterable-chunksiterable", + "Module.codeGenerationDependencies": "globals.html#module-codegenerationdependencies", + "Module.context": "globals.html#module-context", + "Module.debugId": "globals.html#module-debugid", + "Module.dependencies": "globals.html#module-dependencies", + "Module.depth": "globals.html#module-depth", + "Module.errors": "globals.html#module-errors", + "Module.errors.errors": "globals.html#module-errors-errors", + "Module.exportsArgument": "globals.html#module-exportsargument", + "Module.exportsArgument.exportsArgument": "globals.html#module-exportsargument-exportsargument", + "Module.factoryMeta": "globals.html#module-factorymeta", + "Module.hasEqualsChunks": "globals.html#module-hasequalschunks", + "Module.hasEqualsChunks.hasEqualsChunks": "globals.html#module-hasequalschunks-hasequalschunks", + "Module.hash": "globals.html#module-hash", + "Module.hash.hash": "globals.html#module-hash-hash", + "Module.hot": "globals.html#module-hot", + "Module.id": "globals.html#module-id", + "Module.index": "globals.html#module-index", + "Module.index2": "globals.html#module-index2", + "Module.issuer": "globals.html#module-issuer", + "Module.isUsed": "globals.html#module-isused", + "Module.isUsed.isUsed": "globals.html#module-isused-isused", + "Module.layer": "globals.html#module-layer", + "Module.moduleArgument": "globals.html#module-moduleargument", + "Module.moduleArgument.moduleArgument": "globals.html#module-moduleargument-moduleargument", + "Module.needId": "globals.html#module-needid", + "Module.optimizationBailout": "globals.html#module-optimizationbailout", + "Module.optimizationBailout.optimizationBailout": "globals.html#module-optimizationbailout-optimizationbailout", + "Module.optional": "globals.html#module-optional", + "Module.optional.optional": "globals.html#module-optional-optional", + "Module.parent": "globals.html#module-parent", + "Module.presentationalDependencies": "globals.html#module-presentationaldependencies", + "Module.profile": "globals.html#module-profile", + "Module.renderedHash": "globals.html#module-renderedhash", + "Module.renderedHash.renderedHash": "globals.html#module-renderedhash-renderedhash", + "Module.resolveOptions": "globals.html#module-resolveoptions", + "Module.type": "globals.html#module-type", + "Module.used": "globals.html#module-used", + "Module.usedExports": "globals.html#module-usedexports", + "Module.usedExports.usedExports": "globals.html#module-usedexports-usedexports", + "Module.useSimpleSourceMap": "globals.html#module-usesimplesourcemap", + "Module.useSourceMap": "globals.html#module-usesourcemap", + "Module.warnings": "globals.html#module-warnings", + "Module.warnings.warnings": "globals.html#module-warnings-warnings", + "Module.addBlock": "globals.html#module-addblock", + "Module.addCacheDependencies": "globals.html#module-addcachedependencies", + "Module.addChunk": "globals.html#module-addchunk", + "Module.addCodeGenerationDependency": "globals.html#module-addcodegenerationdependency", + "Module.addDependency": "globals.html#module-adddependency", + "Module.addError": "globals.html#module-adderror", + "Module.addPresentationalDependency": "globals.html#module-addpresentationaldependency", + "Module.addWarning": "globals.html#module-addwarning", + "Module.build": "globals.html#module-build", + "Module.chunkCondition": "globals.html#module-chunkcondition", + "Module.cleanupForCache": "globals.html#module-cleanupforcache", + "Module.clearDependenciesAndBlocks": "globals.html#module-cleardependenciesandblocks", + "Module.clearWarningsAndErrors": "globals.html#module-clearwarningsanderrors", + "Module.codeGeneration": "globals.html#module-codegeneration", + "Module.deserialize": "globals.html#module-deserialize", + "Module.getChunks": "globals.html#module-getchunks", + "Module.getConcatenationBailoutReason": "globals.html#module-getconcatenationbailoutreason", + "Module.getErrors": "globals.html#module-geterrors", + "Module.getExportsType": "globals.html#module-getexportstype", + "Module.getNumberOfChunks": "globals.html#module-getnumberofchunks", + "Module.getNumberOfErrors": "globals.html#module-getnumberoferrors", + "Module.getNumberOfWarnings": "globals.html#module-getnumberofwarnings", + "Module.getRootBlock": "globals.html#module-getrootblock", + "Module.getSideEffectsConnectionState": "globals.html#module-getsideeffectsconnectionstate", + "Module.getSourceBasicTypes": "globals.html#module-getsourcebasictypes", + "Module.getSourceTypes": "globals.html#module-getsourcetypes", + "Module.getUnsafeCacheData": "globals.html#module-getunsafecachedata", + "Module.getWarnings": "globals.html#module-getwarnings", + "Module.hasChunkCondition": "globals.html#module-haschunkcondition", + "Module.hasReasonForChunk": "globals.html#module-hasreasonforchunk", + "Module.hasReasons": "globals.html#module-hasreasons", + "Module.identifier": "globals.html#module-identifier", + "Module.invalidateBuild": "globals.html#module-invalidatebuild", + "Module.isAccessibleInChunk": "globals.html#module-isaccessibleinchunk", + "Module.isAccessibleInChunkGroup": "globals.html#module-isaccessibleinchunkgroup", + "Module.isEntryModule": "globals.html#module-isentrymodule", + "Module.isInChunk": "globals.html#module-isinchunk", + "Module.isOptional": "globals.html#module-isoptional", + "Module.isProvided": "globals.html#module-isprovided", + "Module.libIdent": "globals.html#module-libident", + "Module.nameForCondition": "globals.html#module-nameforcondition", + "Module.needBuild": "globals.html#module-needbuild", + "Module.needRebuild": "globals.html#module-needrebuild", + "Module.originalSource": "globals.html#module-originalsource", + "Module.readableIdentifier": "globals.html#module-readableidentifier", + "Module.removeChunk": "globals.html#module-removechunk", + "Module.removeDependency": "globals.html#module-removedependency", + "Module.serialize": "globals.html#module-serialize", + "Module.size": "globals.html#module-size", + "Module.source": "globals.html#module-source", + "Module.updateCacheModule": "globals.html#module-updatecachemodule", + "Module.updateHash": "globals.html#module-updatehash", "ModuleFactory": "globals.html#modulefactory", - "ModuleFactory.constructor": "globals.html#modulefactory#constructor", - "ModuleFactory.constructor.ModuleFactory": "globals.html#modulefactory#constructormodulefactory", - "ModuleFactory.create": "globals.html#modulefactory#create", + "ModuleFactory.constructor": "globals.html#modulefactory-constructor", + "ModuleFactory.constructor.ModuleFactory": "globals.html#modulefactory-constructor-modulefactory", + "ModuleFactory.create": "globals.html#modulefactory-create", "ModuleGraph": "globals.html#modulegraph", - "ModuleGraph.constructor": "globals.html#modulegraph#constructor", - "ModuleGraph.constructor.ModuleGraph": "globals.html#modulegraph#constructormodulegraph", - "ModuleGraph.ModuleGraphConnection": "globals.html#modulegraph#modulegraphconnection", - "ModuleGraph.addExplanation": "globals.html#modulegraph#addexplanation", - "ModuleGraph.addExtraReason": "globals.html#modulegraph#addextrareason", - "ModuleGraph.cached": "globals.html#modulegraph#cached", - "ModuleGraph.cloneModuleAttributes": "globals.html#modulegraph#clonemoduleattributes", - "ModuleGraph.copyOutgoingModuleConnections": "globals.html#modulegraph#copyoutgoingmoduleconnections", - "ModuleGraph.dependencyCacheProvide": "globals.html#modulegraph#dependencycacheprovide", - "ModuleGraph.finishUpdateParent": "globals.html#modulegraph#finishupdateparent", - "ModuleGraph.freeze": "globals.html#modulegraph#freeze", - "ModuleGraph.getConnection": "globals.html#modulegraph#getconnection", - "ModuleGraph.getDepth": "globals.html#modulegraph#getdepth", - "ModuleGraph.getExportInfo": "globals.html#modulegraph#getexportinfo", - "ModuleGraph.getExportsInfo": "globals.html#modulegraph#getexportsinfo", - "ModuleGraph.getIncomingConnections": "globals.html#modulegraph#getincomingconnections", - "ModuleGraph.getIncomingConnectionsByOriginModule": "globals.html#modulegraph#getincomingconnectionsbyoriginmodule", - "ModuleGraph.getIssuer": "globals.html#modulegraph#getissuer", - "ModuleGraph.getMeta": "globals.html#modulegraph#getmeta", - "ModuleGraph.getMetaIfExisting": "globals.html#modulegraph#getmetaifexisting", - "ModuleGraph.getModule": "globals.html#modulegraph#getmodule", - "ModuleGraph.getOptimizationBailout": "globals.html#modulegraph#getoptimizationbailout", - "ModuleGraph.getOrigin": "globals.html#modulegraph#getorigin", - "ModuleGraph.getOutgoingConnections": "globals.html#modulegraph#getoutgoingconnections", - "ModuleGraph.getOutgoingConnectionsByModule": "globals.html#modulegraph#getoutgoingconnectionsbymodule", - "ModuleGraph.getParentBlock": "globals.html#modulegraph#getparentblock", - "ModuleGraph.getParentBlockIndex": "globals.html#modulegraph#getparentblockindex", - "ModuleGraph.getParentModule": "globals.html#modulegraph#getparentmodule", - "ModuleGraph.getPostOrderIndex": "globals.html#modulegraph#getpostorderindex", - "ModuleGraph.getPreOrderIndex": "globals.html#modulegraph#getpreorderindex", - "ModuleGraph.getProfile": "globals.html#modulegraph#getprofile", - "ModuleGraph.getProvidedExports": "globals.html#modulegraph#getprovidedexports", - "ModuleGraph.getReadOnlyExportInfo": "globals.html#modulegraph#getreadonlyexportinfo", - "ModuleGraph.getResolvedModule": "globals.html#modulegraph#getresolvedmodule", - "ModuleGraph.getResolvedOrigin": "globals.html#modulegraph#getresolvedorigin", - "ModuleGraph.getUsedExports": "globals.html#modulegraph#getusedexports", - "ModuleGraph.isAsync": "globals.html#modulegraph#isasync", - "ModuleGraph.isDeferred": "globals.html#modulegraph#isdeferred", - "ModuleGraph.isExportProvided": "globals.html#modulegraph#isexportprovided", - "ModuleGraph.moveModuleConnections": "globals.html#modulegraph#movemoduleconnections", - "ModuleGraph.removeAllModuleAttributes": "globals.html#modulegraph#removeallmoduleattributes", - "ModuleGraph.removeConnection": "globals.html#modulegraph#removeconnection", - "ModuleGraph.removeModuleAttributes": "globals.html#modulegraph#removemoduleattributes", - "ModuleGraph.setAsync": "globals.html#modulegraph#setasync", - "ModuleGraph.setDepth": "globals.html#modulegraph#setdepth", - "ModuleGraph.setDepthIfLower": "globals.html#modulegraph#setdepthiflower", - "ModuleGraph.setIssuer": "globals.html#modulegraph#setissuer", - "ModuleGraph.setIssuerIfUnset": "globals.html#modulegraph#setissuerifunset", - "ModuleGraph.setModuleMemCaches": "globals.html#modulegraph#setmodulememcaches", - "ModuleGraph.setParentDependenciesBlockIndex": "globals.html#modulegraph#setparentdependenciesblockindex", - "ModuleGraph.setParents": "globals.html#modulegraph#setparents", - "ModuleGraph.setPostOrderIndex": "globals.html#modulegraph#setpostorderindex", - "ModuleGraph.setPostOrderIndexIfUnset": "globals.html#modulegraph#setpostorderindexifunset", - "ModuleGraph.setPreOrderIndex": "globals.html#modulegraph#setpreorderindex", - "ModuleGraph.setPreOrderIndexIfUnset": "globals.html#modulegraph#setpreorderindexifunset", - "ModuleGraph.setProfile": "globals.html#modulegraph#setprofile", - "ModuleGraph.setResolvedModule": "globals.html#modulegraph#setresolvedmodule", - "ModuleGraph.unfreeze": "globals.html#modulegraph#unfreeze", - "ModuleGraph.updateModule": "globals.html#modulegraph#updatemodule", - "ModuleGraph.updateParent": "globals.html#modulegraph#updateparent", - "ModuleGraph.clearModuleGraphForModule": "globals.html#modulegraph#clearmodulegraphformodule", - "ModuleGraph.getModuleGraphForModule": "globals.html#modulegraph#getmodulegraphformodule", - "ModuleGraph.setModuleGraphForModule": "globals.html#modulegraph#setmodulegraphformodule", + "ModuleGraph.constructor": "globals.html#modulegraph-constructor", + "ModuleGraph.constructor.ModuleGraph": "globals.html#modulegraph-constructor-modulegraph", + "ModuleGraph.ModuleGraphConnection": "globals.html#modulegraph-modulegraphconnection", + "ModuleGraph.addExplanation": "globals.html#modulegraph-addexplanation", + "ModuleGraph.addExtraReason": "globals.html#modulegraph-addextrareason", + "ModuleGraph.cached": "globals.html#modulegraph-cached", + "ModuleGraph.cloneModuleAttributes": "globals.html#modulegraph-clonemoduleattributes", + "ModuleGraph.copyOutgoingModuleConnections": "globals.html#modulegraph-copyoutgoingmoduleconnections", + "ModuleGraph.dependencyCacheProvide": "globals.html#modulegraph-dependencycacheprovide", + "ModuleGraph.finishUpdateParent": "globals.html#modulegraph-finishupdateparent", + "ModuleGraph.freeze": "globals.html#modulegraph-freeze", + "ModuleGraph.getConnection": "globals.html#modulegraph-getconnection", + "ModuleGraph.getDepth": "globals.html#modulegraph-getdepth", + "ModuleGraph.getExportInfo": "globals.html#modulegraph-getexportinfo", + "ModuleGraph.getExportsInfo": "globals.html#modulegraph-getexportsinfo", + "ModuleGraph.getIncomingConnections": "globals.html#modulegraph-getincomingconnections", + "ModuleGraph.getIncomingConnectionsByOriginModule": "globals.html#modulegraph-getincomingconnectionsbyoriginmodule", + "ModuleGraph.getIssuer": "globals.html#modulegraph-getissuer", + "ModuleGraph.getMeta": "globals.html#modulegraph-getmeta", + "ModuleGraph.getMetaIfExisting": "globals.html#modulegraph-getmetaifexisting", + "ModuleGraph.getModule": "globals.html#modulegraph-getmodule", + "ModuleGraph.getOptimizationBailout": "globals.html#modulegraph-getoptimizationbailout", + "ModuleGraph.getOrigin": "globals.html#modulegraph-getorigin", + "ModuleGraph.getOutgoingConnections": "globals.html#modulegraph-getoutgoingconnections", + "ModuleGraph.getOutgoingConnectionsByModule": "globals.html#modulegraph-getoutgoingconnectionsbymodule", + "ModuleGraph.getParentBlock": "globals.html#modulegraph-getparentblock", + "ModuleGraph.getParentBlockIndex": "globals.html#modulegraph-getparentblockindex", + "ModuleGraph.getParentModule": "globals.html#modulegraph-getparentmodule", + "ModuleGraph.getPostOrderIndex": "globals.html#modulegraph-getpostorderindex", + "ModuleGraph.getPreOrderIndex": "globals.html#modulegraph-getpreorderindex", + "ModuleGraph.getProfile": "globals.html#modulegraph-getprofile", + "ModuleGraph.getProvidedExports": "globals.html#modulegraph-getprovidedexports", + "ModuleGraph.getReadOnlyExportInfo": "globals.html#modulegraph-getreadonlyexportinfo", + "ModuleGraph.getResolvedModule": "globals.html#modulegraph-getresolvedmodule", + "ModuleGraph.getResolvedOrigin": "globals.html#modulegraph-getresolvedorigin", + "ModuleGraph.getUsedExports": "globals.html#modulegraph-getusedexports", + "ModuleGraph.isAsync": "globals.html#modulegraph-isasync", + "ModuleGraph.isDeferred": "globals.html#modulegraph-isdeferred", + "ModuleGraph.isExportProvided": "globals.html#modulegraph-isexportprovided", + "ModuleGraph.moveModuleConnections": "globals.html#modulegraph-movemoduleconnections", + "ModuleGraph.removeAllModuleAttributes": "globals.html#modulegraph-removeallmoduleattributes", + "ModuleGraph.removeConnection": "globals.html#modulegraph-removeconnection", + "ModuleGraph.removeModuleAttributes": "globals.html#modulegraph-removemoduleattributes", + "ModuleGraph.setAsync": "globals.html#modulegraph-setasync", + "ModuleGraph.setDepth": "globals.html#modulegraph-setdepth", + "ModuleGraph.setDepthIfLower": "globals.html#modulegraph-setdepthiflower", + "ModuleGraph.setIssuer": "globals.html#modulegraph-setissuer", + "ModuleGraph.setIssuerIfUnset": "globals.html#modulegraph-setissuerifunset", + "ModuleGraph.setModuleMemCaches": "globals.html#modulegraph-setmodulememcaches", + "ModuleGraph.setParentDependenciesBlockIndex": "globals.html#modulegraph-setparentdependenciesblockindex", + "ModuleGraph.setParents": "globals.html#modulegraph-setparents", + "ModuleGraph.setPostOrderIndex": "globals.html#modulegraph-setpostorderindex", + "ModuleGraph.setPostOrderIndexIfUnset": "globals.html#modulegraph-setpostorderindexifunset", + "ModuleGraph.setPreOrderIndex": "globals.html#modulegraph-setpreorderindex", + "ModuleGraph.setPreOrderIndexIfUnset": "globals.html#modulegraph-setpreorderindexifunset", + "ModuleGraph.setProfile": "globals.html#modulegraph-setprofile", + "ModuleGraph.setResolvedModule": "globals.html#modulegraph-setresolvedmodule", + "ModuleGraph.unfreeze": "globals.html#modulegraph-unfreeze", + "ModuleGraph.updateModule": "globals.html#modulegraph-updatemodule", + "ModuleGraph.updateParent": "globals.html#modulegraph-updateparent", + "ModuleGraph.clearModuleGraphForModule": "globals.html#modulegraph-clearmodulegraphformodule", + "ModuleGraph.getModuleGraphForModule": "globals.html#modulegraph-getmodulegraphformodule", + "ModuleGraph.setModuleGraphForModule": "globals.html#modulegraph-setmodulegraphformodule", "ModuleGraphConnection": "globals.html#modulegraphconnection", - "ModuleGraphConnection.constructor": "globals.html#modulegraphconnection#constructor", - "ModuleGraphConnection.constructor.ModuleGraphConnection": "globals.html#modulegraphconnection#constructormodulegraphconnection", - "ModuleGraphConnection.condition": "globals.html#modulegraphconnection#condition", - "ModuleGraphConnection.conditional": "globals.html#modulegraphconnection#conditional", - "ModuleGraphConnection.dependency": "globals.html#modulegraphconnection#dependency", - "ModuleGraphConnection.explanation": "globals.html#modulegraphconnection#explanation", - "ModuleGraphConnection.explanation.explanation": "globals.html#modulegraphconnection#explanationexplanation", - "ModuleGraphConnection.explanations": "globals.html#modulegraphconnection#explanations", - "ModuleGraphConnection.module": "globals.html#modulegraphconnection#module", - "ModuleGraphConnection.originModule": "globals.html#modulegraphconnection#originmodule", - "ModuleGraphConnection.resolvedModule": "globals.html#modulegraphconnection#resolvedmodule", - "ModuleGraphConnection.resolvedOriginModule": "globals.html#modulegraphconnection#resolvedoriginmodule", - "ModuleGraphConnection.weak": "globals.html#modulegraphconnection#weak", - "ModuleGraphConnection.addConnectionStates": "globals.html#modulegraphconnection#addconnectionstates", - "ModuleGraphConnection.CIRCULAR_CONNECTION": "globals.html#modulegraphconnection#circular-connection", - "ModuleGraphConnection.TRANSITIVE_ONLY": "globals.html#modulegraphconnection#transitive-only", - "ModuleGraphConnection.addCondition": "globals.html#modulegraphconnection#addcondition", - "ModuleGraphConnection.addExplanation": "globals.html#modulegraphconnection#addexplanation", - "ModuleGraphConnection.clone": "globals.html#modulegraphconnection#clone", - "ModuleGraphConnection.getActiveState": "globals.html#modulegraphconnection#getactivestate", - "ModuleGraphConnection.isActive": "globals.html#modulegraphconnection#isactive", - "ModuleGraphConnection.isTargetActive": "globals.html#modulegraphconnection#istargetactive", - "ModuleGraphConnection.setActive": "globals.html#modulegraphconnection#setactive", + "ModuleGraphConnection.constructor": "globals.html#modulegraphconnection-constructor", + "ModuleGraphConnection.constructor.ModuleGraphConnection": "globals.html#modulegraphconnection-constructor-modulegraphconnection", + "ModuleGraphConnection.condition": "globals.html#modulegraphconnection-condition", + "ModuleGraphConnection.conditional": "globals.html#modulegraphconnection-conditional", + "ModuleGraphConnection.dependency": "globals.html#modulegraphconnection-dependency", + "ModuleGraphConnection.explanation": "globals.html#modulegraphconnection-explanation", + "ModuleGraphConnection.explanation.explanation": "globals.html#modulegraphconnection-explanation-explanation", + "ModuleGraphConnection.explanations": "globals.html#modulegraphconnection-explanations", + "ModuleGraphConnection.module": "globals.html#modulegraphconnection-module", + "ModuleGraphConnection.originModule": "globals.html#modulegraphconnection-originmodule", + "ModuleGraphConnection.resolvedModule": "globals.html#modulegraphconnection-resolvedmodule", + "ModuleGraphConnection.resolvedOriginModule": "globals.html#modulegraphconnection-resolvedoriginmodule", + "ModuleGraphConnection.weak": "globals.html#modulegraphconnection-weak", + "ModuleGraphConnection.addConnectionStates": "globals.html#modulegraphconnection-addconnectionstates", + "ModuleGraphConnection.CIRCULAR_CONNECTION": "globals.html#modulegraphconnection-circular_connection", + "ModuleGraphConnection.TRANSITIVE_ONLY": "globals.html#modulegraphconnection-transitive_only", + "ModuleGraphConnection.addCondition": "globals.html#modulegraphconnection-addcondition", + "ModuleGraphConnection.addExplanation": "globals.html#modulegraphconnection-addexplanation", + "ModuleGraphConnection.clone": "globals.html#modulegraphconnection-clone", + "ModuleGraphConnection.getActiveState": "globals.html#modulegraphconnection-getactivestate", + "ModuleGraphConnection.isActive": "globals.html#modulegraphconnection-isactive", + "ModuleGraphConnection.isTargetActive": "globals.html#modulegraphconnection-istargetactive", + "ModuleGraphConnection.setActive": "globals.html#modulegraphconnection-setactive", "MultiCompiler": "globals.html#multicompiler", - "MultiCompiler.constructor": "globals.html#multicompiler#constructor", - "MultiCompiler.constructor.MultiCompiler": "globals.html#multicompiler#constructormulticompiler", - "MultiCompiler.compilers": "globals.html#multicompiler#compilers", - "MultiCompiler.dependencies": "globals.html#multicompiler#dependencies", - "MultiCompiler.hooks": "globals.html#multicompiler#hooks", - "MultiCompiler.inputFileSystem": "globals.html#multicompiler#inputfilesystem", - "MultiCompiler.intermediateFileSystem": "globals.html#multicompiler#intermediatefilesystem", - "MultiCompiler.options": "globals.html#multicompiler#options", - "MultiCompiler.options.options": "globals.html#multicompiler#optionsoptions", - "MultiCompiler.outputFileSystem": "globals.html#multicompiler#outputfilesystem", - "MultiCompiler.outputPath": "globals.html#multicompiler#outputpath", - "MultiCompiler.outputPath.outputPath": "globals.html#multicompiler#outputpathoutputpath", - "MultiCompiler.running": "globals.html#multicompiler#running", - "MultiCompiler.watchFileSystem": "globals.html#multicompiler#watchfilesystem", - "MultiCompiler.close": "globals.html#multicompiler#close", - "MultiCompiler.getInfrastructureLogger": "globals.html#multicompiler#getinfrastructurelogger", - "MultiCompiler.purgeInputFileSystem": "globals.html#multicompiler#purgeinputfilesystem", - "MultiCompiler.run": "globals.html#multicompiler#run", - "MultiCompiler.runWithDependencies": "globals.html#multicompiler#runwithdependencies", - "MultiCompiler.setDependencies": "globals.html#multicompiler#setdependencies", - "MultiCompiler.validateDependencies": "globals.html#multicompiler#validatedependencies", - "MultiCompiler.watch": "globals.html#multicompiler#watch", - "MultiStats": "globals.html#abstract-multistats", - "MultiStats.constructor": "globals.html#abstract-multistats#constructor", - "MultiStats.constructor.MultiStats": "globals.html#abstract-multistats#constructormultistats", - "MultiStats.hash": "globals.html#abstract-multistats#hash", - "MultiStats.hash.hash": "globals.html#abstract-multistats#hashhash", - "MultiStats.stats": "globals.html#abstract-multistats#stats", - "MultiStats.hasErrors": "globals.html#abstract-multistats#haserrors", - "MultiStats.hasWarnings": "globals.html#abstract-multistats#haswarnings", - "MultiStats.toJson": "globals.html#abstract-multistats#tojson", - "MultiStats.toString": "globals.html#abstract-multistats#tostring", + "MultiCompiler.constructor": "globals.html#multicompiler-constructor", + "MultiCompiler.constructor.MultiCompiler": "globals.html#multicompiler-constructor-multicompiler", + "MultiCompiler.compilers": "globals.html#multicompiler-compilers", + "MultiCompiler.dependencies": "globals.html#multicompiler-dependencies", + "MultiCompiler.hooks": "globals.html#multicompiler-hooks", + "MultiCompiler.inputFileSystem": "globals.html#multicompiler-inputfilesystem", + "MultiCompiler.intermediateFileSystem": "globals.html#multicompiler-intermediatefilesystem", + "MultiCompiler.options": "globals.html#multicompiler-options", + "MultiCompiler.options.options": "globals.html#multicompiler-options-options", + "MultiCompiler.outputFileSystem": "globals.html#multicompiler-outputfilesystem", + "MultiCompiler.outputPath": "globals.html#multicompiler-outputpath", + "MultiCompiler.outputPath.outputPath": "globals.html#multicompiler-outputpath-outputpath", + "MultiCompiler.running": "globals.html#multicompiler-running", + "MultiCompiler.watchFileSystem": "globals.html#multicompiler-watchfilesystem", + "MultiCompiler.close": "globals.html#multicompiler-close", + "MultiCompiler.getInfrastructureLogger": "globals.html#multicompiler-getinfrastructurelogger", + "MultiCompiler.purgeInputFileSystem": "globals.html#multicompiler-purgeinputfilesystem", + "MultiCompiler.run": "globals.html#multicompiler-run", + "MultiCompiler.runWithDependencies": "globals.html#multicompiler-runwithdependencies", + "MultiCompiler.setDependencies": "globals.html#multicompiler-setdependencies", + "MultiCompiler.validateDependencies": "globals.html#multicompiler-validatedependencies", + "MultiCompiler.watch": "globals.html#multicompiler-watch", + "MultiStats": "globals.html#multistats", + "MultiStats.constructor": "globals.html#multistats-constructor", + "MultiStats.constructor.MultiStats": "globals.html#multistats-constructor-multistats", + "MultiStats.hash": "globals.html#multistats-hash", + "MultiStats.hash.hash": "globals.html#multistats-hash-hash", + "MultiStats.stats": "globals.html#multistats-stats", + "MultiStats.hasErrors": "globals.html#multistats-haserrors", + "MultiStats.hasWarnings": "globals.html#multistats-haswarnings", + "MultiStats.toJson": "globals.html#multistats-tojson", + "MultiStats.toString": "globals.html#multistats-tostring", "NoEmitOnErrorsPlugin": "globals.html#noemitonerrorsplugin", - "NoEmitOnErrorsPlugin.constructor": "globals.html#noemitonerrorsplugin#constructor", - "NoEmitOnErrorsPlugin.constructor.NoEmitOnErrorsPlugin": "globals.html#noemitonerrorsplugin#constructornoemitonerrorsplugin", - "NoEmitOnErrorsPlugin.apply": "globals.html#noemitonerrorsplugin#apply", + "NoEmitOnErrorsPlugin.constructor": "globals.html#noemitonerrorsplugin-constructor", + "NoEmitOnErrorsPlugin.constructor.NoEmitOnErrorsPlugin": "globals.html#noemitonerrorsplugin-constructor-noemitonerrorsplugin", + "NoEmitOnErrorsPlugin.apply": "globals.html#noemitonerrorsplugin-apply", "NormalModule": "globals.html#normalmodule", - "NormalModule.constructor": "globals.html#normalmodule#constructor", - "NormalModule.constructor.NormalModule": "globals.html#normalmodule#constructornormalmodule", - "NormalModule.binary": "globals.html#normalmodule#binary", - "NormalModule.blocks": "globals.html#normalmodule#blocks", - "NormalModule.buildInfo": "globals.html#normalmodule#buildinfo", - "NormalModule.buildMeta": "globals.html#normalmodule#buildmeta", - "NormalModule.chunksIterable": "globals.html#normalmodule#chunksiterable", - "NormalModule.chunksIterable.chunksIterable": "globals.html#normalmodule#chunksiterablechunksiterable", - "NormalModule.codeGenerationDependencies": "globals.html#normalmodule#codegenerationdependencies", - "NormalModule.context": "globals.html#normalmodule#context", - "NormalModule.debugId": "globals.html#normalmodule#debugid", - "NormalModule.dependencies": "globals.html#normalmodule#dependencies", - "NormalModule.depth": "globals.html#normalmodule#depth", - "NormalModule.error": "globals.html#normalmodule#error", - "NormalModule.errors": "globals.html#normalmodule#errors", - "NormalModule.errors.errors": "globals.html#normalmodule#errorserrors", - "NormalModule.exportsArgument": "globals.html#normalmodule#exportsargument", - "NormalModule.exportsArgument.exportsArgument": "globals.html#normalmodule#exportsargumentexportsargument", - "NormalModule.extractSourceMap": "globals.html#normalmodule#extractsourcemap", - "NormalModule.factoryMeta": "globals.html#normalmodule#factorymeta", - "NormalModule.generator": "globals.html#normalmodule#generator", - "NormalModule.generatorOptions": "globals.html#normalmodule#generatoroptions", - "NormalModule.hasEqualsChunks": "globals.html#normalmodule#hasequalschunks", - "NormalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#normalmodule#hasequalschunkshasequalschunks", - "NormalModule.hash": "globals.html#normalmodule#hash", - "NormalModule.hash.hash": "globals.html#normalmodule#hashhash", - "NormalModule.hot": "globals.html#normalmodule#hot", - "NormalModule.id": "globals.html#normalmodule#id", - "NormalModule.index": "globals.html#normalmodule#index", - "NormalModule.index2": "globals.html#normalmodule#index2", - "NormalModule.issuer": "globals.html#normalmodule#issuer", - "NormalModule.isUsed": "globals.html#normalmodule#isused", - "NormalModule.isUsed.isUsed": "globals.html#normalmodule#isusedisused", - "NormalModule.layer": "globals.html#normalmodule#layer", - "NormalModule.loaders": "globals.html#normalmodule#loaders", - "NormalModule.matchResource": "globals.html#normalmodule#matchresource", - "NormalModule.moduleArgument": "globals.html#normalmodule#moduleargument", - "NormalModule.moduleArgument.moduleArgument": "globals.html#normalmodule#moduleargumentmoduleargument", - "NormalModule.needId": "globals.html#normalmodule#needid", - "NormalModule.optimizationBailout": "globals.html#normalmodule#optimizationbailout", - "NormalModule.optimizationBailout.optimizationBailout": "globals.html#normalmodule#optimizationbailoutoptimizationbailout", - "NormalModule.optional": "globals.html#normalmodule#optional", - "NormalModule.optional.optional": "globals.html#normalmodule#optionaloptional", - "NormalModule.parent": "globals.html#normalmodule#parent", - "NormalModule.parser": "globals.html#normalmodule#parser", - "NormalModule.parserOptions": "globals.html#normalmodule#parseroptions", - "NormalModule.presentationalDependencies": "globals.html#normalmodule#presentationaldependencies", - "NormalModule.profile": "globals.html#normalmodule#profile", - "NormalModule.rawRequest": "globals.html#normalmodule#rawrequest", - "NormalModule.renderedHash": "globals.html#normalmodule#renderedhash", - "NormalModule.renderedHash.renderedHash": "globals.html#normalmodule#renderedhashrenderedhash", - "NormalModule.request": "globals.html#normalmodule#request", - "NormalModule.resolveOptions": "globals.html#normalmodule#resolveoptions", - "NormalModule.resource": "globals.html#normalmodule#resource", - "NormalModule.resourceResolveData": "globals.html#normalmodule#resourceresolvedata", - "NormalModule.type": "globals.html#normalmodule#type", - "NormalModule.used": "globals.html#normalmodule#used", - "NormalModule.usedExports": "globals.html#normalmodule#usedexports", - "NormalModule.usedExports.usedExports": "globals.html#normalmodule#usedexportsusedexports", - "NormalModule.userRequest": "globals.html#normalmodule#userrequest", - "NormalModule.useSimpleSourceMap": "globals.html#normalmodule#usesimplesourcemap", - "NormalModule.useSourceMap": "globals.html#normalmodule#usesourcemap", - "NormalModule.warnings": "globals.html#normalmodule#warnings", - "NormalModule.warnings.warnings": "globals.html#normalmodule#warningswarnings", - "NormalModule.addBlock": "globals.html#normalmodule#addblock", - "NormalModule.addCacheDependencies": "globals.html#normalmodule#addcachedependencies", - "NormalModule.addChunk": "globals.html#normalmodule#addchunk", - "NormalModule.addCodeGenerationDependency": "globals.html#normalmodule#addcodegenerationdependency", - "NormalModule.addDependency": "globals.html#normalmodule#adddependency", - "NormalModule.addError": "globals.html#normalmodule#adderror", - "NormalModule.addPresentationalDependency": "globals.html#normalmodule#addpresentationaldependency", - "NormalModule.addWarning": "globals.html#normalmodule#addwarning", - "NormalModule.applyNoParseRule": "globals.html#normalmodule#applynoparserule", - "NormalModule.build": "globals.html#normalmodule#build", - "NormalModule.chunkCondition": "globals.html#normalmodule#chunkcondition", - "NormalModule.cleanupForCache": "globals.html#normalmodule#cleanupforcache", - "NormalModule.clearDependenciesAndBlocks": "globals.html#normalmodule#cleardependenciesandblocks", - "NormalModule.clearWarningsAndErrors": "globals.html#normalmodule#clearwarningsanderrors", - "NormalModule.codeGeneration": "globals.html#normalmodule#codegeneration", - "NormalModule.createSource": "globals.html#normalmodule#createsource", - "NormalModule.createSourceForAsset": "globals.html#normalmodule#createsourceforasset", - "NormalModule.deserialize": "globals.html#normalmodule#deserialize-1", - "NormalModule.getChunks": "globals.html#normalmodule#getchunks", - "NormalModule.getConcatenationBailoutReason": "globals.html#normalmodule#getconcatenationbailoutreason", - "NormalModule.getCurrentLoader": "globals.html#normalmodule#getcurrentloader", - "NormalModule.getErrors": "globals.html#normalmodule#geterrors", - "NormalModule.getExportsType": "globals.html#normalmodule#getexportstype", - "NormalModule.getNumberOfChunks": "globals.html#normalmodule#getnumberofchunks", - "NormalModule.getNumberOfErrors": "globals.html#normalmodule#getnumberoferrors", - "NormalModule.getNumberOfWarnings": "globals.html#normalmodule#getnumberofwarnings", - "NormalModule.getResource": "globals.html#normalmodule#getresource", - "NormalModule.getRootBlock": "globals.html#normalmodule#getrootblock", - "NormalModule.getSideEffectsConnectionState": "globals.html#normalmodule#getsideeffectsconnectionstate", - "NormalModule.getSourceBasicTypes": "globals.html#normalmodule#getsourcebasictypes-1", - "NormalModule.getSourceTypes": "globals.html#normalmodule#getsourcetypes", - "NormalModule.getUnsafeCacheData": "globals.html#normalmodule#getunsafecachedata", - "NormalModule.getWarnings": "globals.html#normalmodule#getwarnings", - "NormalModule.hasChunkCondition": "globals.html#normalmodule#haschunkcondition", - "NormalModule.hasReasonForChunk": "globals.html#normalmodule#hasreasonforchunk", - "NormalModule.hasReasons": "globals.html#normalmodule#hasreasons", - "NormalModule.identifier": "globals.html#normalmodule#identifier", - "NormalModule.invalidateBuild": "globals.html#normalmodule#invalidatebuild", - "NormalModule.isAccessibleInChunk": "globals.html#normalmodule#isaccessibleinchunk", - "NormalModule.isAccessibleInChunkGroup": "globals.html#normalmodule#isaccessibleinchunkgroup", - "NormalModule.isEntryModule": "globals.html#normalmodule#isentrymodule", - "NormalModule.isInChunk": "globals.html#normalmodule#isinchunk", - "NormalModule.isOptional": "globals.html#normalmodule#isoptional", - "NormalModule.isProvided": "globals.html#normalmodule#isprovided", - "NormalModule.libIdent": "globals.html#normalmodule#libident", - "NormalModule.markModuleAsErrored": "globals.html#normalmodule#markmoduleaserrored", - "NormalModule.nameForCondition": "globals.html#normalmodule#nameforcondition", - "NormalModule.needBuild": "globals.html#normalmodule#needbuild", - "NormalModule.needRebuild": "globals.html#normalmodule#needrebuild", - "NormalModule.originalSource": "globals.html#normalmodule#originalsource", - "NormalModule.readableIdentifier": "globals.html#normalmodule#readableidentifier", - "NormalModule.removeChunk": "globals.html#normalmodule#removechunk", - "NormalModule.removeDependency": "globals.html#normalmodule#removedependency", - "NormalModule.restoreFromUnsafeCache": "globals.html#normalmodule#restorefromunsafecache", - "NormalModule.serialize": "globals.html#normalmodule#serialize", - "NormalModule.shouldPreventParsing": "globals.html#normalmodule#shouldpreventparsing", - "NormalModule.size": "globals.html#normalmodule#size", - "NormalModule.source": "globals.html#normalmodule#source", - "NormalModule.updateCacheModule": "globals.html#normalmodule#updatecachemodule", - "NormalModule.updateHash": "globals.html#normalmodule#updatehash", - "NormalModule.getCompilationHooks": "globals.html#normalmodule#getcompilationhooks", + "NormalModule.constructor": "globals.html#normalmodule-constructor", + "NormalModule.constructor.NormalModule": "globals.html#normalmodule-constructor-normalmodule", + "NormalModule.binary": "globals.html#normalmodule-binary", + "NormalModule.blocks": "globals.html#normalmodule-blocks", + "NormalModule.buildInfo": "globals.html#normalmodule-buildinfo", + "NormalModule.buildMeta": "globals.html#normalmodule-buildmeta", + "NormalModule.chunksIterable": "globals.html#normalmodule-chunksiterable", + "NormalModule.chunksIterable.chunksIterable": "globals.html#normalmodule-chunksiterable-chunksiterable", + "NormalModule.codeGenerationDependencies": "globals.html#normalmodule-codegenerationdependencies", + "NormalModule.context": "globals.html#normalmodule-context", + "NormalModule.debugId": "globals.html#normalmodule-debugid", + "NormalModule.dependencies": "globals.html#normalmodule-dependencies", + "NormalModule.depth": "globals.html#normalmodule-depth", + "NormalModule.error": "globals.html#normalmodule-error", + "NormalModule.errors": "globals.html#normalmodule-errors", + "NormalModule.errors.errors": "globals.html#normalmodule-errors-errors", + "NormalModule.exportsArgument": "globals.html#normalmodule-exportsargument", + "NormalModule.exportsArgument.exportsArgument": "globals.html#normalmodule-exportsargument-exportsargument", + "NormalModule.extractSourceMap": "globals.html#normalmodule-extractsourcemap", + "NormalModule.factoryMeta": "globals.html#normalmodule-factorymeta", + "NormalModule.generator": "globals.html#normalmodule-generator", + "NormalModule.generatorOptions": "globals.html#normalmodule-generatoroptions", + "NormalModule.hasEqualsChunks": "globals.html#normalmodule-hasequalschunks", + "NormalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#normalmodule-hasequalschunks-hasequalschunks", + "NormalModule.hash": "globals.html#normalmodule-hash", + "NormalModule.hash.hash": "globals.html#normalmodule-hash-hash", + "NormalModule.hot": "globals.html#normalmodule-hot", + "NormalModule.id": "globals.html#normalmodule-id", + "NormalModule.index": "globals.html#normalmodule-index", + "NormalModule.index2": "globals.html#normalmodule-index2", + "NormalModule.issuer": "globals.html#normalmodule-issuer", + "NormalModule.isUsed": "globals.html#normalmodule-isused", + "NormalModule.isUsed.isUsed": "globals.html#normalmodule-isused-isused", + "NormalModule.layer": "globals.html#normalmodule-layer", + "NormalModule.loaders": "globals.html#normalmodule-loaders", + "NormalModule.matchResource": "globals.html#normalmodule-matchresource", + "NormalModule.moduleArgument": "globals.html#normalmodule-moduleargument", + "NormalModule.moduleArgument.moduleArgument": "globals.html#normalmodule-moduleargument-moduleargument", + "NormalModule.needId": "globals.html#normalmodule-needid", + "NormalModule.optimizationBailout": "globals.html#normalmodule-optimizationbailout", + "NormalModule.optimizationBailout.optimizationBailout": "globals.html#normalmodule-optimizationbailout-optimizationbailout", + "NormalModule.optional": "globals.html#normalmodule-optional", + "NormalModule.optional.optional": "globals.html#normalmodule-optional-optional", + "NormalModule.parent": "globals.html#normalmodule-parent", + "NormalModule.parser": "globals.html#normalmodule-parser", + "NormalModule.parserOptions": "globals.html#normalmodule-parseroptions", + "NormalModule.presentationalDependencies": "globals.html#normalmodule-presentationaldependencies", + "NormalModule.profile": "globals.html#normalmodule-profile", + "NormalModule.rawRequest": "globals.html#normalmodule-rawrequest", + "NormalModule.renderedHash": "globals.html#normalmodule-renderedhash", + "NormalModule.renderedHash.renderedHash": "globals.html#normalmodule-renderedhash-renderedhash", + "NormalModule.request": "globals.html#normalmodule-request", + "NormalModule.resolveOptions": "globals.html#normalmodule-resolveoptions", + "NormalModule.resource": "globals.html#normalmodule-resource", + "NormalModule.resourceResolveData": "globals.html#normalmodule-resourceresolvedata", + "NormalModule.type": "globals.html#normalmodule-type", + "NormalModule.used": "globals.html#normalmodule-used", + "NormalModule.usedExports": "globals.html#normalmodule-usedexports", + "NormalModule.usedExports.usedExports": "globals.html#normalmodule-usedexports-usedexports", + "NormalModule.userRequest": "globals.html#normalmodule-userrequest", + "NormalModule.useSimpleSourceMap": "globals.html#normalmodule-usesimplesourcemap", + "NormalModule.useSourceMap": "globals.html#normalmodule-usesourcemap", + "NormalModule.warnings": "globals.html#normalmodule-warnings", + "NormalModule.warnings.warnings": "globals.html#normalmodule-warnings-warnings", + "NormalModule.addBlock": "globals.html#normalmodule-addblock", + "NormalModule.addCacheDependencies": "globals.html#normalmodule-addcachedependencies", + "NormalModule.addChunk": "globals.html#normalmodule-addchunk", + "NormalModule.addCodeGenerationDependency": "globals.html#normalmodule-addcodegenerationdependency", + "NormalModule.addDependency": "globals.html#normalmodule-adddependency", + "NormalModule.addError": "globals.html#normalmodule-adderror", + "NormalModule.addPresentationalDependency": "globals.html#normalmodule-addpresentationaldependency", + "NormalModule.addWarning": "globals.html#normalmodule-addwarning", + "NormalModule.applyNoParseRule": "globals.html#normalmodule-applynoparserule", + "NormalModule.build": "globals.html#normalmodule-build", + "NormalModule.chunkCondition": "globals.html#normalmodule-chunkcondition", + "NormalModule.cleanupForCache": "globals.html#normalmodule-cleanupforcache", + "NormalModule.clearDependenciesAndBlocks": "globals.html#normalmodule-cleardependenciesandblocks", + "NormalModule.clearWarningsAndErrors": "globals.html#normalmodule-clearwarningsanderrors", + "NormalModule.codeGeneration": "globals.html#normalmodule-codegeneration", + "NormalModule.createSource": "globals.html#normalmodule-createsource", + "NormalModule.createSourceForAsset": "globals.html#normalmodule-createsourceforasset", + "NormalModule.deserialize": "globals.html#normalmodule-deserialize", + "NormalModule.getChunks": "globals.html#normalmodule-getchunks", + "NormalModule.getConcatenationBailoutReason": "globals.html#normalmodule-getconcatenationbailoutreason", + "NormalModule.getCurrentLoader": "globals.html#normalmodule-getcurrentloader", + "NormalModule.getErrors": "globals.html#normalmodule-geterrors", + "NormalModule.getExportsType": "globals.html#normalmodule-getexportstype", + "NormalModule.getNumberOfChunks": "globals.html#normalmodule-getnumberofchunks", + "NormalModule.getNumberOfErrors": "globals.html#normalmodule-getnumberoferrors", + "NormalModule.getNumberOfWarnings": "globals.html#normalmodule-getnumberofwarnings", + "NormalModule.getResource": "globals.html#normalmodule-getresource", + "NormalModule.getRootBlock": "globals.html#normalmodule-getrootblock", + "NormalModule.getSideEffectsConnectionState": "globals.html#normalmodule-getsideeffectsconnectionstate", + "NormalModule.getSourceBasicTypes": "globals.html#normalmodule-getsourcebasictypes", + "NormalModule.getSourceTypes": "globals.html#normalmodule-getsourcetypes", + "NormalModule.getUnsafeCacheData": "globals.html#normalmodule-getunsafecachedata", + "NormalModule.getWarnings": "globals.html#normalmodule-getwarnings", + "NormalModule.hasChunkCondition": "globals.html#normalmodule-haschunkcondition", + "NormalModule.hasReasonForChunk": "globals.html#normalmodule-hasreasonforchunk", + "NormalModule.hasReasons": "globals.html#normalmodule-hasreasons", + "NormalModule.identifier": "globals.html#normalmodule-identifier", + "NormalModule.invalidateBuild": "globals.html#normalmodule-invalidatebuild", + "NormalModule.isAccessibleInChunk": "globals.html#normalmodule-isaccessibleinchunk", + "NormalModule.isAccessibleInChunkGroup": "globals.html#normalmodule-isaccessibleinchunkgroup", + "NormalModule.isEntryModule": "globals.html#normalmodule-isentrymodule", + "NormalModule.isInChunk": "globals.html#normalmodule-isinchunk", + "NormalModule.isOptional": "globals.html#normalmodule-isoptional", + "NormalModule.isProvided": "globals.html#normalmodule-isprovided", + "NormalModule.libIdent": "globals.html#normalmodule-libident", + "NormalModule.markModuleAsErrored": "globals.html#normalmodule-markmoduleaserrored", + "NormalModule.nameForCondition": "globals.html#normalmodule-nameforcondition", + "NormalModule.needBuild": "globals.html#normalmodule-needbuild", + "NormalModule.needRebuild": "globals.html#normalmodule-needrebuild", + "NormalModule.originalSource": "globals.html#normalmodule-originalsource", + "NormalModule.readableIdentifier": "globals.html#normalmodule-readableidentifier", + "NormalModule.removeChunk": "globals.html#normalmodule-removechunk", + "NormalModule.removeDependency": "globals.html#normalmodule-removedependency", + "NormalModule.restoreFromUnsafeCache": "globals.html#normalmodule-restorefromunsafecache", + "NormalModule.serialize": "globals.html#normalmodule-serialize", + "NormalModule.shouldPreventParsing": "globals.html#normalmodule-shouldpreventparsing", + "NormalModule.size": "globals.html#normalmodule-size", + "NormalModule.source": "globals.html#normalmodule-source", + "NormalModule.updateCacheModule": "globals.html#normalmodule-updatecachemodule", + "NormalModule.updateHash": "globals.html#normalmodule-updatehash", + "NormalModule.getCompilationHooks": "globals.html#normalmodule-getcompilationhooks", "NormalModuleReplacementPlugin": "globals.html#normalmodulereplacementplugin", - "NormalModuleReplacementPlugin.constructor": "globals.html#normalmodulereplacementplugin#constructor", - "NormalModuleReplacementPlugin.constructor.NormalModuleReplacementPlugin": "globals.html#normalmodulereplacementplugin#constructornormalmodulereplacementplugin", - "NormalModuleReplacementPlugin.newResource": "globals.html#normalmodulereplacementplugin#newresource", - "NormalModuleReplacementPlugin.resourceRegExp": "globals.html#normalmodulereplacementplugin#resourceregexp", - "NormalModuleReplacementPlugin.apply": "globals.html#normalmodulereplacementplugin#apply", + "NormalModuleReplacementPlugin.constructor": "globals.html#normalmodulereplacementplugin-constructor", + "NormalModuleReplacementPlugin.constructor.NormalModuleReplacementPlugin": "globals.html#normalmodulereplacementplugin-constructor-normalmodulereplacementplugin", + "NormalModuleReplacementPlugin.newResource": "globals.html#normalmodulereplacementplugin-newresource", + "NormalModuleReplacementPlugin.resourceRegExp": "globals.html#normalmodulereplacementplugin-resourceregexp", + "NormalModuleReplacementPlugin.apply": "globals.html#normalmodulereplacementplugin-apply", "Parser": "globals.html#parser", - "Parser.constructor": "globals.html#parser#constructor", - "Parser.constructor.Parser": "globals.html#parser#constructorparser", - "Parser.parse": "globals.html#parser#parse", + "Parser.constructor": "globals.html#parser-constructor", + "Parser.constructor.Parser": "globals.html#parser-constructor-parser", + "Parser.parse": "globals.html#parser-parse", "PlatformPlugin": "globals.html#platformplugin", - "PlatformPlugin.constructor": "globals.html#platformplugin#constructor", - "PlatformPlugin.constructor.PlatformPlugin": "globals.html#platformplugin#constructorplatformplugin", - "PlatformPlugin.platform": "globals.html#platformplugin#platform", - "PlatformPlugin.apply": "globals.html#platformplugin#apply", + "PlatformPlugin.constructor": "globals.html#platformplugin-constructor", + "PlatformPlugin.constructor.PlatformPlugin": "globals.html#platformplugin-constructor-platformplugin", + "PlatformPlugin.platform": "globals.html#platformplugin-platform", + "PlatformPlugin.apply": "globals.html#platformplugin-apply", "PrefetchPlugin": "globals.html#prefetchplugin", - "PrefetchPlugin.constructor": "globals.html#prefetchplugin#constructor", - "PrefetchPlugin.constructor.PrefetchPlugin": "globals.html#prefetchplugin#constructorprefetchplugin", - "PrefetchPlugin.context": "globals.html#prefetchplugin#context", - "PrefetchPlugin.request": "globals.html#prefetchplugin#request", - "PrefetchPlugin.apply": "globals.html#prefetchplugin#apply", + "PrefetchPlugin.constructor": "globals.html#prefetchplugin-constructor", + "PrefetchPlugin.constructor.PrefetchPlugin": "globals.html#prefetchplugin-constructor-prefetchplugin", + "PrefetchPlugin.context": "globals.html#prefetchplugin-context", + "PrefetchPlugin.request": "globals.html#prefetchplugin-request", + "PrefetchPlugin.apply": "globals.html#prefetchplugin-apply", "ProgressPlugin": "globals.html#progressplugin", - "ProgressPlugin.constructor": "globals.html#progressplugin#constructor", - "ProgressPlugin.constructor.ProgressPlugin": "globals.html#progressplugin#constructorprogressplugin", - "ProgressPlugin.dependenciesCount": "globals.html#progressplugin#dependenciescount", - "ProgressPlugin.handler": "globals.html#progressplugin#handler", - "ProgressPlugin.modulesCount": "globals.html#progressplugin#modulescount", - "ProgressPlugin.options": "globals.html#progressplugin#options", - "ProgressPlugin.percentBy": "globals.html#progressplugin#percentby", - "ProgressPlugin.profile": "globals.html#progressplugin#profile", - "ProgressPlugin.showActiveModules": "globals.html#progressplugin#showactivemodules", - "ProgressPlugin.showDependencies": "globals.html#progressplugin#showdependencies", - "ProgressPlugin.showEntries": "globals.html#progressplugin#showentries", - "ProgressPlugin.showModules": "globals.html#progressplugin#showmodules", - "ProgressPlugin.createDefaultHandler": "globals.html#progressplugin#createdefaulthandler", - "ProgressPlugin.defaultOptions": "globals.html#progressplugin#defaultoptions", - "ProgressPlugin.apply": "globals.html#progressplugin#apply", - "ProgressPlugin.getReporter": "globals.html#progressplugin#getreporter", + "ProgressPlugin.constructor": "globals.html#progressplugin-constructor", + "ProgressPlugin.constructor.ProgressPlugin": "globals.html#progressplugin-constructor-progressplugin", + "ProgressPlugin.dependenciesCount": "globals.html#progressplugin-dependenciescount", + "ProgressPlugin.handler": "globals.html#progressplugin-handler", + "ProgressPlugin.modulesCount": "globals.html#progressplugin-modulescount", + "ProgressPlugin.options": "globals.html#progressplugin-options", + "ProgressPlugin.percentBy": "globals.html#progressplugin-percentby", + "ProgressPlugin.profile": "globals.html#progressplugin-profile", + "ProgressPlugin.showActiveModules": "globals.html#progressplugin-showactivemodules", + "ProgressPlugin.showDependencies": "globals.html#progressplugin-showdependencies", + "ProgressPlugin.showEntries": "globals.html#progressplugin-showentries", + "ProgressPlugin.showModules": "globals.html#progressplugin-showmodules", + "ProgressPlugin.createDefaultHandler": "globals.html#progressplugin-createdefaulthandler", + "ProgressPlugin.defaultOptions": "globals.html#progressplugin-defaultoptions", + "ProgressPlugin.apply": "globals.html#progressplugin-apply", + "ProgressPlugin.getReporter": "globals.html#progressplugin-getreporter", "ProvidePlugin": "globals.html#provideplugin", - "ProvidePlugin.constructor": "globals.html#provideplugin#constructor", - "ProvidePlugin.constructor.ProvidePlugin": "globals.html#provideplugin#constructorprovideplugin", - "ProvidePlugin.definitions": "globals.html#provideplugin#definitions", - "ProvidePlugin.apply": "globals.html#provideplugin#apply", - "Resolver": "globals.html#abstract-resolver", - "Resolver.constructor": "globals.html#abstract-resolver#constructor", - "Resolver.constructor.Resolver": "globals.html#abstract-resolver#constructorresolver", - "Resolver.fileSystem": "globals.html#abstract-resolver#filesystem", - "Resolver.hooks": "globals.html#abstract-resolver#hooks", - "Resolver.options": "globals.html#abstract-resolver#options", - "Resolver.doResolve": "globals.html#abstract-resolver#doresolve", - "Resolver.ensureHook": "globals.html#abstract-resolver#ensurehook", - "Resolver.getHook": "globals.html#abstract-resolver#gethook", - "Resolver.isDirectory": "globals.html#abstract-resolver#isdirectory", - "Resolver.isModule": "globals.html#abstract-resolver#ismodule", - "Resolver.isPrivate": "globals.html#abstract-resolver#isprivate", - "Resolver.join": "globals.html#abstract-resolver#join", - "Resolver.normalize": "globals.html#abstract-resolver#normalize", - "Resolver.parse": "globals.html#abstract-resolver#parse", - "Resolver.resolve": "globals.html#abstract-resolver#resolve", - "Resolver.resolveSync": "globals.html#abstract-resolver#resolvesync", + "ProvidePlugin.constructor": "globals.html#provideplugin-constructor", + "ProvidePlugin.constructor.ProvidePlugin": "globals.html#provideplugin-constructor-provideplugin", + "ProvidePlugin.definitions": "globals.html#provideplugin-definitions", + "ProvidePlugin.apply": "globals.html#provideplugin-apply", + "Resolver": "globals.html#resolver", + "Resolver.constructor": "globals.html#resolver-constructor", + "Resolver.constructor.Resolver": "globals.html#resolver-constructor-resolver", + "Resolver.fileSystem": "globals.html#resolver-filesystem", + "Resolver.hooks": "globals.html#resolver-hooks", + "Resolver.options": "globals.html#resolver-options", + "Resolver.doResolve": "globals.html#resolver-doresolve", + "Resolver.ensureHook": "globals.html#resolver-ensurehook", + "Resolver.getHook": "globals.html#resolver-gethook", + "Resolver.isDirectory": "globals.html#resolver-isdirectory", + "Resolver.isModule": "globals.html#resolver-ismodule", + "Resolver.isPrivate": "globals.html#resolver-isprivate", + "Resolver.join": "globals.html#resolver-join", + "Resolver.normalize": "globals.html#resolver-normalize", + "Resolver.parse": "globals.html#resolver-parse", + "Resolver.resolve": "globals.html#resolver-resolve", + "Resolver.resolveSync": "globals.html#resolver-resolvesync", "RuntimeModule": "globals.html#runtimemodule", - "RuntimeModule.constructor": "globals.html#runtimemodule#constructor", - "RuntimeModule.constructor.RuntimeModule": "globals.html#runtimemodule#constructorruntimemodule", - "RuntimeModule.blocks": "globals.html#runtimemodule#blocks", - "RuntimeModule.buildInfo": "globals.html#runtimemodule#buildinfo", - "RuntimeModule.buildMeta": "globals.html#runtimemodule#buildmeta", - "RuntimeModule.chunk": "globals.html#runtimemodule#chunk", - "RuntimeModule.chunkGraph": "globals.html#runtimemodule#chunkgraph", - "RuntimeModule.chunksIterable": "globals.html#runtimemodule#chunksiterable", - "RuntimeModule.chunksIterable.chunksIterable": "globals.html#runtimemodule#chunksiterablechunksiterable", - "RuntimeModule.codeGenerationDependencies": "globals.html#runtimemodule#codegenerationdependencies", - "RuntimeModule.compilation": "globals.html#runtimemodule#compilation", - "RuntimeModule.context": "globals.html#runtimemodule#context", - "RuntimeModule.debugId": "globals.html#runtimemodule#debugid", - "RuntimeModule.dependencies": "globals.html#runtimemodule#dependencies", - "RuntimeModule.dependentHash": "globals.html#runtimemodule#dependenthash", - "RuntimeModule.depth": "globals.html#runtimemodule#depth", - "RuntimeModule.errors": "globals.html#runtimemodule#errors", - "RuntimeModule.errors.errors": "globals.html#runtimemodule#errorserrors", - "RuntimeModule.exportsArgument": "globals.html#runtimemodule#exportsargument", - "RuntimeModule.exportsArgument.exportsArgument": "globals.html#runtimemodule#exportsargumentexportsargument", - "RuntimeModule.factoryMeta": "globals.html#runtimemodule#factorymeta", - "RuntimeModule.fullHash": "globals.html#runtimemodule#fullhash", - "RuntimeModule.hasEqualsChunks": "globals.html#runtimemodule#hasequalschunks", - "RuntimeModule.hasEqualsChunks.hasEqualsChunks": "globals.html#runtimemodule#hasequalschunkshasequalschunks", - "RuntimeModule.hash": "globals.html#runtimemodule#hash", - "RuntimeModule.hash.hash": "globals.html#runtimemodule#hashhash", - "RuntimeModule.hot": "globals.html#runtimemodule#hot", - "RuntimeModule.id": "globals.html#runtimemodule#id", - "RuntimeModule.index": "globals.html#runtimemodule#index", - "RuntimeModule.index2": "globals.html#runtimemodule#index2", - "RuntimeModule.issuer": "globals.html#runtimemodule#issuer", - "RuntimeModule.isUsed": "globals.html#runtimemodule#isused", - "RuntimeModule.isUsed.isUsed": "globals.html#runtimemodule#isusedisused", - "RuntimeModule.layer": "globals.html#runtimemodule#layer", - "RuntimeModule.moduleArgument": "globals.html#runtimemodule#moduleargument", - "RuntimeModule.moduleArgument.moduleArgument": "globals.html#runtimemodule#moduleargumentmoduleargument", - "RuntimeModule.name": "globals.html#runtimemodule#name", - "RuntimeModule.needId": "globals.html#runtimemodule#needid", - "RuntimeModule.optimizationBailout": "globals.html#runtimemodule#optimizationbailout", - "RuntimeModule.optimizationBailout.optimizationBailout": "globals.html#runtimemodule#optimizationbailoutoptimizationbailout", - "RuntimeModule.optional": "globals.html#runtimemodule#optional", - "RuntimeModule.optional.optional": "globals.html#runtimemodule#optionaloptional", - "RuntimeModule.parent": "globals.html#runtimemodule#parent", - "RuntimeModule.presentationalDependencies": "globals.html#runtimemodule#presentationaldependencies", - "RuntimeModule.profile": "globals.html#runtimemodule#profile", - "RuntimeModule.renderedHash": "globals.html#runtimemodule#renderedhash", - "RuntimeModule.renderedHash.renderedHash": "globals.html#runtimemodule#renderedhashrenderedhash", - "RuntimeModule.resolveOptions": "globals.html#runtimemodule#resolveoptions", - "RuntimeModule.stage": "globals.html#runtimemodule#stage", - "RuntimeModule.type": "globals.html#runtimemodule#type", - "RuntimeModule.used": "globals.html#runtimemodule#used", - "RuntimeModule.usedExports": "globals.html#runtimemodule#usedexports", - "RuntimeModule.usedExports.usedExports": "globals.html#runtimemodule#usedexportsusedexports", - "RuntimeModule.useSimpleSourceMap": "globals.html#runtimemodule#usesimplesourcemap", - "RuntimeModule.useSourceMap": "globals.html#runtimemodule#usesourcemap", - "RuntimeModule.warnings": "globals.html#runtimemodule#warnings", - "RuntimeModule.warnings.warnings": "globals.html#runtimemodule#warningswarnings", - "RuntimeModule.STAGE_ATTACH": "globals.html#runtimemodule#stage-attach", - "RuntimeModule.STAGE_BASIC": "globals.html#runtimemodule#stage-basic", - "RuntimeModule.STAGE_NORMAL": "globals.html#runtimemodule#stage-normal", - "RuntimeModule.STAGE_TRIGGER": "globals.html#runtimemodule#stage-trigger", - "RuntimeModule.addBlock": "globals.html#runtimemodule#addblock", - "RuntimeModule.addCacheDependencies": "globals.html#runtimemodule#addcachedependencies", - "RuntimeModule.addChunk": "globals.html#runtimemodule#addchunk", - "RuntimeModule.addCodeGenerationDependency": "globals.html#runtimemodule#addcodegenerationdependency", - "RuntimeModule.addDependency": "globals.html#runtimemodule#adddependency", - "RuntimeModule.addError": "globals.html#runtimemodule#adderror", - "RuntimeModule.addPresentationalDependency": "globals.html#runtimemodule#addpresentationaldependency", - "RuntimeModule.addWarning": "globals.html#runtimemodule#addwarning", - "RuntimeModule.attach": "globals.html#runtimemodule#attach", - "RuntimeModule.build": "globals.html#runtimemodule#build", - "RuntimeModule.chunkCondition": "globals.html#runtimemodule#chunkcondition", - "RuntimeModule.cleanupForCache": "globals.html#runtimemodule#cleanupforcache", - "RuntimeModule.clearDependenciesAndBlocks": "globals.html#runtimemodule#cleardependenciesandblocks", - "RuntimeModule.clearWarningsAndErrors": "globals.html#runtimemodule#clearwarningsanderrors", - "RuntimeModule.codeGeneration": "globals.html#runtimemodule#codegeneration", - "RuntimeModule.deserialize": "globals.html#runtimemodule#deserialize", - "RuntimeModule.generate": "globals.html#runtimemodule#generate", - "RuntimeModule.getChunks": "globals.html#runtimemodule#getchunks", - "RuntimeModule.getConcatenationBailoutReason": "globals.html#runtimemodule#getconcatenationbailoutreason", - "RuntimeModule.getErrors": "globals.html#runtimemodule#geterrors", - "RuntimeModule.getExportsType": "globals.html#runtimemodule#getexportstype", - "RuntimeModule.getGeneratedCode": "globals.html#runtimemodule#getgeneratedcode", - "RuntimeModule.getNumberOfChunks": "globals.html#runtimemodule#getnumberofchunks", - "RuntimeModule.getNumberOfErrors": "globals.html#runtimemodule#getnumberoferrors", - "RuntimeModule.getNumberOfWarnings": "globals.html#runtimemodule#getnumberofwarnings", - "RuntimeModule.getRootBlock": "globals.html#runtimemodule#getrootblock", - "RuntimeModule.getSideEffectsConnectionState": "globals.html#runtimemodule#getsideeffectsconnectionstate", - "RuntimeModule.getSourceBasicTypes": "globals.html#runtimemodule#getsourcebasictypes-1", - "RuntimeModule.getSourceTypes": "globals.html#runtimemodule#getsourcetypes", - "RuntimeModule.getUnsafeCacheData": "globals.html#runtimemodule#getunsafecachedata", - "RuntimeModule.getWarnings": "globals.html#runtimemodule#getwarnings", - "RuntimeModule.hasChunkCondition": "globals.html#runtimemodule#haschunkcondition", - "RuntimeModule.hasReasonForChunk": "globals.html#runtimemodule#hasreasonforchunk", - "RuntimeModule.hasReasons": "globals.html#runtimemodule#hasreasons", - "RuntimeModule.identifier": "globals.html#runtimemodule#identifier", - "RuntimeModule.invalidateBuild": "globals.html#runtimemodule#invalidatebuild", - "RuntimeModule.isAccessibleInChunk": "globals.html#runtimemodule#isaccessibleinchunk", - "RuntimeModule.isAccessibleInChunkGroup": "globals.html#runtimemodule#isaccessibleinchunkgroup", - "RuntimeModule.isEntryModule": "globals.html#runtimemodule#isentrymodule", - "RuntimeModule.isInChunk": "globals.html#runtimemodule#isinchunk", - "RuntimeModule.isOptional": "globals.html#runtimemodule#isoptional", - "RuntimeModule.isProvided": "globals.html#runtimemodule#isprovided", - "RuntimeModule.libIdent": "globals.html#runtimemodule#libident", - "RuntimeModule.nameForCondition": "globals.html#runtimemodule#nameforcondition", - "RuntimeModule.needBuild": "globals.html#runtimemodule#needbuild", - "RuntimeModule.needRebuild": "globals.html#runtimemodule#needrebuild", - "RuntimeModule.originalSource": "globals.html#runtimemodule#originalsource", - "RuntimeModule.readableIdentifier": "globals.html#runtimemodule#readableidentifier", - "RuntimeModule.removeChunk": "globals.html#runtimemodule#removechunk", - "RuntimeModule.removeDependency": "globals.html#runtimemodule#removedependency", - "RuntimeModule.serialize": "globals.html#runtimemodule#serialize", - "RuntimeModule.shouldIsolate": "globals.html#runtimemodule#shouldisolate", - "RuntimeModule.size": "globals.html#runtimemodule#size", - "RuntimeModule.source": "globals.html#runtimemodule#source", - "RuntimeModule.updateCacheModule": "globals.html#runtimemodule#updatecachemodule", - "RuntimeModule.updateHash": "globals.html#runtimemodule#updatehash", + "RuntimeModule.constructor": "globals.html#runtimemodule-constructor", + "RuntimeModule.constructor.RuntimeModule": "globals.html#runtimemodule-constructor-runtimemodule", + "RuntimeModule.blocks": "globals.html#runtimemodule-blocks", + "RuntimeModule.buildInfo": "globals.html#runtimemodule-buildinfo", + "RuntimeModule.buildMeta": "globals.html#runtimemodule-buildmeta", + "RuntimeModule.chunk": "globals.html#runtimemodule-chunk", + "RuntimeModule.chunkGraph": "globals.html#runtimemodule-chunkgraph", + "RuntimeModule.chunksIterable": "globals.html#runtimemodule-chunksiterable", + "RuntimeModule.chunksIterable.chunksIterable": "globals.html#runtimemodule-chunksiterable-chunksiterable", + "RuntimeModule.codeGenerationDependencies": "globals.html#runtimemodule-codegenerationdependencies", + "RuntimeModule.compilation": "globals.html#runtimemodule-compilation", + "RuntimeModule.context": "globals.html#runtimemodule-context", + "RuntimeModule.debugId": "globals.html#runtimemodule-debugid", + "RuntimeModule.dependencies": "globals.html#runtimemodule-dependencies", + "RuntimeModule.dependentHash": "globals.html#runtimemodule-dependenthash", + "RuntimeModule.depth": "globals.html#runtimemodule-depth", + "RuntimeModule.errors": "globals.html#runtimemodule-errors", + "RuntimeModule.errors.errors": "globals.html#runtimemodule-errors-errors", + "RuntimeModule.exportsArgument": "globals.html#runtimemodule-exportsargument", + "RuntimeModule.exportsArgument.exportsArgument": "globals.html#runtimemodule-exportsargument-exportsargument", + "RuntimeModule.factoryMeta": "globals.html#runtimemodule-factorymeta", + "RuntimeModule.fullHash": "globals.html#runtimemodule-fullhash", + "RuntimeModule.hasEqualsChunks": "globals.html#runtimemodule-hasequalschunks", + "RuntimeModule.hasEqualsChunks.hasEqualsChunks": "globals.html#runtimemodule-hasequalschunks-hasequalschunks", + "RuntimeModule.hash": "globals.html#runtimemodule-hash", + "RuntimeModule.hash.hash": "globals.html#runtimemodule-hash-hash", + "RuntimeModule.hot": "globals.html#runtimemodule-hot", + "RuntimeModule.id": "globals.html#runtimemodule-id", + "RuntimeModule.index": "globals.html#runtimemodule-index", + "RuntimeModule.index2": "globals.html#runtimemodule-index2", + "RuntimeModule.issuer": "globals.html#runtimemodule-issuer", + "RuntimeModule.isUsed": "globals.html#runtimemodule-isused", + "RuntimeModule.isUsed.isUsed": "globals.html#runtimemodule-isused-isused", + "RuntimeModule.layer": "globals.html#runtimemodule-layer", + "RuntimeModule.moduleArgument": "globals.html#runtimemodule-moduleargument", + "RuntimeModule.moduleArgument.moduleArgument": "globals.html#runtimemodule-moduleargument-moduleargument", + "RuntimeModule.name": "globals.html#runtimemodule-name", + "RuntimeModule.needId": "globals.html#runtimemodule-needid", + "RuntimeModule.optimizationBailout": "globals.html#runtimemodule-optimizationbailout", + "RuntimeModule.optimizationBailout.optimizationBailout": "globals.html#runtimemodule-optimizationbailout-optimizationbailout", + "RuntimeModule.optional": "globals.html#runtimemodule-optional", + "RuntimeModule.optional.optional": "globals.html#runtimemodule-optional-optional", + "RuntimeModule.parent": "globals.html#runtimemodule-parent", + "RuntimeModule.presentationalDependencies": "globals.html#runtimemodule-presentationaldependencies", + "RuntimeModule.profile": "globals.html#runtimemodule-profile", + "RuntimeModule.renderedHash": "globals.html#runtimemodule-renderedhash", + "RuntimeModule.renderedHash.renderedHash": "globals.html#runtimemodule-renderedhash-renderedhash", + "RuntimeModule.resolveOptions": "globals.html#runtimemodule-resolveoptions", + "RuntimeModule.stage": "globals.html#runtimemodule-stage", + "RuntimeModule.type": "globals.html#runtimemodule-type", + "RuntimeModule.used": "globals.html#runtimemodule-used", + "RuntimeModule.usedExports": "globals.html#runtimemodule-usedexports", + "RuntimeModule.usedExports.usedExports": "globals.html#runtimemodule-usedexports-usedexports", + "RuntimeModule.useSimpleSourceMap": "globals.html#runtimemodule-usesimplesourcemap", + "RuntimeModule.useSourceMap": "globals.html#runtimemodule-usesourcemap", + "RuntimeModule.warnings": "globals.html#runtimemodule-warnings", + "RuntimeModule.warnings.warnings": "globals.html#runtimemodule-warnings-warnings", + "RuntimeModule.STAGE_ATTACH": "globals.html#runtimemodule-stage_attach", + "RuntimeModule.STAGE_BASIC": "globals.html#runtimemodule-stage_basic", + "RuntimeModule.STAGE_NORMAL": "globals.html#runtimemodule-stage_normal", + "RuntimeModule.STAGE_TRIGGER": "globals.html#runtimemodule-stage_trigger", + "RuntimeModule.addBlock": "globals.html#runtimemodule-addblock", + "RuntimeModule.addCacheDependencies": "globals.html#runtimemodule-addcachedependencies", + "RuntimeModule.addChunk": "globals.html#runtimemodule-addchunk", + "RuntimeModule.addCodeGenerationDependency": "globals.html#runtimemodule-addcodegenerationdependency", + "RuntimeModule.addDependency": "globals.html#runtimemodule-adddependency", + "RuntimeModule.addError": "globals.html#runtimemodule-adderror", + "RuntimeModule.addPresentationalDependency": "globals.html#runtimemodule-addpresentationaldependency", + "RuntimeModule.addWarning": "globals.html#runtimemodule-addwarning", + "RuntimeModule.attach": "globals.html#runtimemodule-attach", + "RuntimeModule.build": "globals.html#runtimemodule-build", + "RuntimeModule.chunkCondition": "globals.html#runtimemodule-chunkcondition", + "RuntimeModule.cleanupForCache": "globals.html#runtimemodule-cleanupforcache", + "RuntimeModule.clearDependenciesAndBlocks": "globals.html#runtimemodule-cleardependenciesandblocks", + "RuntimeModule.clearWarningsAndErrors": "globals.html#runtimemodule-clearwarningsanderrors", + "RuntimeModule.codeGeneration": "globals.html#runtimemodule-codegeneration", + "RuntimeModule.deserialize": "globals.html#runtimemodule-deserialize", + "RuntimeModule.generate": "globals.html#runtimemodule-generate", + "RuntimeModule.getChunks": "globals.html#runtimemodule-getchunks", + "RuntimeModule.getConcatenationBailoutReason": "globals.html#runtimemodule-getconcatenationbailoutreason", + "RuntimeModule.getErrors": "globals.html#runtimemodule-geterrors", + "RuntimeModule.getExportsType": "globals.html#runtimemodule-getexportstype", + "RuntimeModule.getGeneratedCode": "globals.html#runtimemodule-getgeneratedcode", + "RuntimeModule.getNumberOfChunks": "globals.html#runtimemodule-getnumberofchunks", + "RuntimeModule.getNumberOfErrors": "globals.html#runtimemodule-getnumberoferrors", + "RuntimeModule.getNumberOfWarnings": "globals.html#runtimemodule-getnumberofwarnings", + "RuntimeModule.getRootBlock": "globals.html#runtimemodule-getrootblock", + "RuntimeModule.getSideEffectsConnectionState": "globals.html#runtimemodule-getsideeffectsconnectionstate", + "RuntimeModule.getSourceBasicTypes": "globals.html#runtimemodule-getsourcebasictypes", + "RuntimeModule.getSourceTypes": "globals.html#runtimemodule-getsourcetypes", + "RuntimeModule.getUnsafeCacheData": "globals.html#runtimemodule-getunsafecachedata", + "RuntimeModule.getWarnings": "globals.html#runtimemodule-getwarnings", + "RuntimeModule.hasChunkCondition": "globals.html#runtimemodule-haschunkcondition", + "RuntimeModule.hasReasonForChunk": "globals.html#runtimemodule-hasreasonforchunk", + "RuntimeModule.hasReasons": "globals.html#runtimemodule-hasreasons", + "RuntimeModule.identifier": "globals.html#runtimemodule-identifier", + "RuntimeModule.invalidateBuild": "globals.html#runtimemodule-invalidatebuild", + "RuntimeModule.isAccessibleInChunk": "globals.html#runtimemodule-isaccessibleinchunk", + "RuntimeModule.isAccessibleInChunkGroup": "globals.html#runtimemodule-isaccessibleinchunkgroup", + "RuntimeModule.isEntryModule": "globals.html#runtimemodule-isentrymodule", + "RuntimeModule.isInChunk": "globals.html#runtimemodule-isinchunk", + "RuntimeModule.isOptional": "globals.html#runtimemodule-isoptional", + "RuntimeModule.isProvided": "globals.html#runtimemodule-isprovided", + "RuntimeModule.libIdent": "globals.html#runtimemodule-libident", + "RuntimeModule.nameForCondition": "globals.html#runtimemodule-nameforcondition", + "RuntimeModule.needBuild": "globals.html#runtimemodule-needbuild", + "RuntimeModule.needRebuild": "globals.html#runtimemodule-needrebuild", + "RuntimeModule.originalSource": "globals.html#runtimemodule-originalsource", + "RuntimeModule.readableIdentifier": "globals.html#runtimemodule-readableidentifier", + "RuntimeModule.removeChunk": "globals.html#runtimemodule-removechunk", + "RuntimeModule.removeDependency": "globals.html#runtimemodule-removedependency", + "RuntimeModule.serialize": "globals.html#runtimemodule-serialize", + "RuntimeModule.shouldIsolate": "globals.html#runtimemodule-shouldisolate", + "RuntimeModule.size": "globals.html#runtimemodule-size", + "RuntimeModule.source": "globals.html#runtimemodule-source", + "RuntimeModule.updateCacheModule": "globals.html#runtimemodule-updatecachemodule", + "RuntimeModule.updateHash": "globals.html#runtimemodule-updatehash", "SourceMapDevToolPlugin": "globals.html#sourcemapdevtoolplugin", - "SourceMapDevToolPlugin.constructor": "globals.html#sourcemapdevtoolplugin#constructor", - "SourceMapDevToolPlugin.constructor.SourceMapDevToolPlugin": "globals.html#sourcemapdevtoolplugin#constructorsourcemapdevtoolplugin", - "SourceMapDevToolPlugin.fallbackModuleFilenameTemplate": "globals.html#sourcemapdevtoolplugin#fallbackmodulefilenametemplate", - "SourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#sourcemapdevtoolplugin#modulefilenametemplate", - "SourceMapDevToolPlugin.namespace": "globals.html#sourcemapdevtoolplugin#namespace", - "SourceMapDevToolPlugin.options": "globals.html#sourcemapdevtoolplugin#options", - "SourceMapDevToolPlugin.sourceMapFilename": "globals.html#sourcemapdevtoolplugin#sourcemapfilename", - "SourceMapDevToolPlugin.sourceMappingURLComment": "globals.html#sourcemapdevtoolplugin#sourcemappingurlcomment", - "SourceMapDevToolPlugin.apply": "globals.html#sourcemapdevtoolplugin#apply", + "SourceMapDevToolPlugin.constructor": "globals.html#sourcemapdevtoolplugin-constructor", + "SourceMapDevToolPlugin.constructor.SourceMapDevToolPlugin": "globals.html#sourcemapdevtoolplugin-constructor-sourcemapdevtoolplugin", + "SourceMapDevToolPlugin.fallbackModuleFilenameTemplate": "globals.html#sourcemapdevtoolplugin-fallbackmodulefilenametemplate", + "SourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#sourcemapdevtoolplugin-modulefilenametemplate", + "SourceMapDevToolPlugin.namespace": "globals.html#sourcemapdevtoolplugin-namespace", + "SourceMapDevToolPlugin.options": "globals.html#sourcemapdevtoolplugin-options", + "SourceMapDevToolPlugin.sourceMapFilename": "globals.html#sourcemapdevtoolplugin-sourcemapfilename", + "SourceMapDevToolPlugin.sourceMappingURLComment": "globals.html#sourcemapdevtoolplugin-sourcemappingurlcomment", + "SourceMapDevToolPlugin.apply": "globals.html#sourcemapdevtoolplugin-apply", "Stats": "globals.html#stats", - "Stats.constructor": "globals.html#stats#constructor", - "Stats.constructor.Stats": "globals.html#stats#constructorstats", - "Stats.compilation": "globals.html#stats#compilation", - "Stats.endTime": "globals.html#stats#endtime", - "Stats.endTime.endTime": "globals.html#stats#endtimeendtime", - "Stats.hash": "globals.html#stats#hash", - "Stats.hash.hash": "globals.html#stats#hashhash", - "Stats.startTime": "globals.html#stats#starttime", - "Stats.startTime.startTime": "globals.html#stats#starttimestarttime", - "Stats.hasErrors": "globals.html#stats#haserrors", - "Stats.hasWarnings": "globals.html#stats#haswarnings", - "Stats.toJson": "globals.html#stats#tojson", - "Stats.toString": "globals.html#stats#tostring", + "Stats.constructor": "globals.html#stats-constructor", + "Stats.constructor.Stats": "globals.html#stats-constructor-stats", + "Stats.compilation": "globals.html#stats-compilation", + "Stats.endTime": "globals.html#stats-endtime", + "Stats.endTime.endTime": "globals.html#stats-endtime-endtime", + "Stats.hash": "globals.html#stats-hash", + "Stats.hash.hash": "globals.html#stats-hash-hash", + "Stats.startTime": "globals.html#stats-starttime", + "Stats.startTime.startTime": "globals.html#stats-starttime-starttime", + "Stats.hasErrors": "globals.html#stats-haserrors", + "Stats.hasWarnings": "globals.html#stats-haswarnings", + "Stats.toJson": "globals.html#stats-tojson", + "Stats.toString": "globals.html#stats-tostring", "Template": "globals.html#template", - "Template.constructor": "globals.html#template#constructor", - "Template.constructor.Template": "globals.html#template#constructortemplate", - "Template.NUMBER_OF_IDENTIFIER_CONTINUATION_CHARS": "globals.html#template#number-of-identifier-continuation-chars", - "Template.NUMBER_OF_IDENTIFIER_START_CHARS": "globals.html#template#number-of-identifier-start-chars", - "Template.asString": "globals.html#template#asstring", - "Template.getFunctionContent": "globals.html#template#getfunctioncontent", - "Template.getModulesArrayBounds": "globals.html#template#getmodulesarraybounds", - "Template.indent": "globals.html#template#indent", - "Template.numberToIdentifier": "globals.html#template#numbertoidentifier", - "Template.numberToIdentifierContinuation": "globals.html#template#numbertoidentifiercontinuation", - "Template.prefix": "globals.html#template#prefix", - "Template.renderChunkModules": "globals.html#template#renderchunkmodules", - "Template.renderChunkRuntimeModules": "globals.html#template#renderchunkruntimemodules", - "Template.renderRuntimeModules": "globals.html#template#renderruntimemodules", - "Template.toComment": "globals.html#template#tocomment", - "Template.toIdentifier": "globals.html#template#toidentifier", - "Template.toNormalComment": "globals.html#template#tonormalcomment", - "Template.toPath": "globals.html#template#topath", + "Template.constructor": "globals.html#template-constructor", + "Template.constructor.Template": "globals.html#template-constructor-template", + "Template.NUMBER_OF_IDENTIFIER_CONTINUATION_CHARS": "globals.html#template-number_of_identifier_continuation_chars", + "Template.NUMBER_OF_IDENTIFIER_START_CHARS": "globals.html#template-number_of_identifier_start_chars", + "Template.asString": "globals.html#template-asstring", + "Template.getFunctionContent": "globals.html#template-getfunctioncontent", + "Template.getModulesArrayBounds": "globals.html#template-getmodulesarraybounds", + "Template.indent": "globals.html#template-indent", + "Template.numberToIdentifier": "globals.html#template-numbertoidentifier", + "Template.numberToIdentifierContinuation": "globals.html#template-numbertoidentifiercontinuation", + "Template.prefix": "globals.html#template-prefix", + "Template.renderChunkModules": "globals.html#template-renderchunkmodules", + "Template.renderChunkRuntimeModules": "globals.html#template-renderchunkruntimemodules", + "Template.renderRuntimeModules": "globals.html#template-renderruntimemodules", + "Template.toComment": "globals.html#template-tocomment", + "Template.toIdentifier": "globals.html#template-toidentifier", + "Template.toNormalComment": "globals.html#template-tonormalcomment", + "Template.toPath": "globals.html#template-topath", "WatchIgnorePlugin": "globals.html#watchignoreplugin", - "WatchIgnorePlugin.constructor": "globals.html#watchignoreplugin#constructor", - "WatchIgnorePlugin.constructor.WatchIgnorePlugin": "globals.html#watchignoreplugin#constructorwatchignoreplugin", - "WatchIgnorePlugin.options": "globals.html#watchignoreplugin#options", - "WatchIgnorePlugin.apply": "globals.html#watchignoreplugin#apply", - "Watching": "globals.html#abstract-watching", - "Watching.constructor": "globals.html#abstract-watching#constructor", - "Watching.constructor.Watching": "globals.html#abstract-watching#constructorwatching", - "Watching.blocked": "globals.html#abstract-watching#blocked", - "Watching.callbacks": "globals.html#abstract-watching#callbacks", - "Watching.closed": "globals.html#abstract-watching#closed", - "Watching.compiler": "globals.html#abstract-watching#compiler", - "Watching.handler": "globals.html#abstract-watching#handler", - "Watching.invalid": "globals.html#abstract-watching#invalid", - "Watching.lastWatcherStartTime": "globals.html#abstract-watching#lastwatcherstarttime", - "Watching.pausedWatcher": "globals.html#abstract-watching#pausedwatcher", - "Watching.running": "globals.html#abstract-watching#running", - "Watching.startTime": "globals.html#abstract-watching#starttime", - "Watching.suspended": "globals.html#abstract-watching#suspended", - "Watching.watcher": "globals.html#abstract-watching#watcher", - "Watching.watchOptions": "globals.html#abstract-watching#watchoptions", - "Watching.close": "globals.html#abstract-watching#close", - "Watching.invalidate": "globals.html#abstract-watching#invalidate", - "Watching.resume": "globals.html#abstract-watching#resume", - "Watching.suspend": "globals.html#abstract-watching#suspend", - "Watching.watch": "globals.html#abstract-watching#watch", + "WatchIgnorePlugin.constructor": "globals.html#watchignoreplugin-constructor", + "WatchIgnorePlugin.constructor.WatchIgnorePlugin": "globals.html#watchignoreplugin-constructor-watchignoreplugin", + "WatchIgnorePlugin.options": "globals.html#watchignoreplugin-options", + "WatchIgnorePlugin.apply": "globals.html#watchignoreplugin-apply", + "Watching": "globals.html#watching", + "Watching.constructor": "globals.html#watching-constructor", + "Watching.constructor.Watching": "globals.html#watching-constructor-watching", + "Watching.blocked": "globals.html#watching-blocked", + "Watching.callbacks": "globals.html#watching-callbacks", + "Watching.closed": "globals.html#watching-closed", + "Watching.compiler": "globals.html#watching-compiler", + "Watching.handler": "globals.html#watching-handler", + "Watching.invalid": "globals.html#watching-invalid", + "Watching.lastWatcherStartTime": "globals.html#watching-lastwatcherstarttime", + "Watching.pausedWatcher": "globals.html#watching-pausedwatcher", + "Watching.running": "globals.html#watching-running", + "Watching.startTime": "globals.html#watching-starttime", + "Watching.suspended": "globals.html#watching-suspended", + "Watching.watcher": "globals.html#watching-watcher", + "Watching.watchOptions": "globals.html#watching-watchoptions", + "Watching.close": "globals.html#watching-close", + "Watching.invalidate": "globals.html#watching-invalidate", + "Watching.resume": "globals.html#watching-resume", + "Watching.suspend": "globals.html#watching-suspend", + "Watching.watch": "globals.html#watching-watch", "WebpackError": "globals.html#webpackerror", - "WebpackError.__index": "globals.html#webpackerror#index", - "WebpackError.constructor": "globals.html#webpackerror#constructor", - "WebpackError.constructor.WebpackError": "globals.html#webpackerror#constructorwebpackerror", - "WebpackError.chunk": "globals.html#webpackerror#chunk", - "WebpackError.details": "globals.html#webpackerror#details", - "WebpackError.file": "globals.html#webpackerror#file", - "WebpackError.hideStack": "globals.html#webpackerror#hidestack", - "WebpackError.loc": "globals.html#webpackerror#loc", - "WebpackError.message": "globals.html#webpackerror#message", - "WebpackError.module": "globals.html#webpackerror#module", - "WebpackError.name": "globals.html#webpackerror#name", - "WebpackError.stack": "globals.html#webpackerror#stack", - "WebpackError.stackTraceLimit": "globals.html#webpackerror#stacktracelimit", - "WebpackError.deserialize": "globals.html#webpackerror#deserialize", - "WebpackError.serialize": "globals.html#webpackerror#serialize", - "WebpackError.captureStackTrace": "globals.html#webpackerror#capturestacktrace", - "WebpackError.prepareStackTrace": "globals.html#webpackerror#preparestacktrace", + "WebpackError.__index": "globals.html#webpackerror-__index", + "WebpackError.constructor": "globals.html#webpackerror-constructor", + "WebpackError.constructor.WebpackError": "globals.html#webpackerror-constructor-webpackerror", + "WebpackError.chunk": "globals.html#webpackerror-chunk", + "WebpackError.details": "globals.html#webpackerror-details", + "WebpackError.file": "globals.html#webpackerror-file", + "WebpackError.hideStack": "globals.html#webpackerror-hidestack", + "WebpackError.loc": "globals.html#webpackerror-loc", + "WebpackError.message": "globals.html#webpackerror-message", + "WebpackError.module": "globals.html#webpackerror-module", + "WebpackError.name": "globals.html#webpackerror-name", + "WebpackError.stack": "globals.html#webpackerror-stack", + "WebpackError.stackTraceLimit": "globals.html#webpackerror-stacktracelimit", + "WebpackError.deserialize": "globals.html#webpackerror-deserialize", + "WebpackError.serialize": "globals.html#webpackerror-serialize", + "WebpackError.captureStackTrace": "globals.html#webpackerror-capturestacktrace", + "WebpackError.prepareStackTrace": "globals.html#webpackerror-preparestacktrace", "WebpackOptionsApply": "globals.html#webpackoptionsapply", - "WebpackOptionsApply.constructor": "globals.html#webpackoptionsapply#constructor", - "WebpackOptionsApply.constructor.WebpackOptionsApply": "globals.html#webpackoptionsapply#constructorwebpackoptionsapply", - "WebpackOptionsApply.process": "globals.html#webpackoptionsapply#process", + "WebpackOptionsApply.constructor": "globals.html#webpackoptionsapply-constructor", + "WebpackOptionsApply.constructor.WebpackOptionsApply": "globals.html#webpackoptionsapply-constructor-webpackoptionsapply", + "WebpackOptionsApply.process": "globals.html#webpackoptionsapply-process", "WebpackOptionsDefaulter": "globals.html#webpackoptionsdefaulter", - "WebpackOptionsDefaulter.constructor": "globals.html#webpackoptionsdefaulter#constructor", - "WebpackOptionsDefaulter.constructor.WebpackOptionsDefaulter": "globals.html#webpackoptionsdefaulter#constructorwebpackoptionsdefaulter", - "WebpackOptionsDefaulter.process": "globals.html#webpackoptionsdefaulter#process", + "WebpackOptionsDefaulter.constructor": "globals.html#webpackoptionsdefaulter-constructor", + "WebpackOptionsDefaulter.constructor.WebpackOptionsDefaulter": "globals.html#webpackoptionsdefaulter-constructor-webpackoptionsdefaulter", + "WebpackOptionsDefaulter.process": "globals.html#webpackoptionsdefaulter-process", "WebpackOptionsValidationError": "globals.html#webpackoptionsvalidationerror", - "WebpackOptionsValidationError.constructor": "globals.html#webpackoptionsvalidationerror#constructor", - "WebpackOptionsValidationError.constructor.WebpackOptionsValidationError": "globals.html#webpackoptionsvalidationerror#constructorwebpackoptionsvalidationerror", - "WebpackOptionsValidationError.baseDataPath": "globals.html#webpackoptionsvalidationerror#basedatapath", - "WebpackOptionsValidationError.errors": "globals.html#webpackoptionsvalidationerror#errors", - "WebpackOptionsValidationError.headerName": "globals.html#webpackoptionsvalidationerror#headername", - "WebpackOptionsValidationError.message": "globals.html#webpackoptionsvalidationerror#message", - "WebpackOptionsValidationError.name": "globals.html#webpackoptionsvalidationerror#name", - "WebpackOptionsValidationError.postFormatter": "globals.html#webpackoptionsvalidationerror#postformatter", - "WebpackOptionsValidationError.schema": "globals.html#webpackoptionsvalidationerror#schema", - "WebpackOptionsValidationError.stack": "globals.html#webpackoptionsvalidationerror#stack", - "WebpackOptionsValidationError.stackTraceLimit": "globals.html#webpackoptionsvalidationerror#stacktracelimit", - "WebpackOptionsValidationError.formatSchema": "globals.html#webpackoptionsvalidationerror#formatschema", - "WebpackOptionsValidationError.formatValidationError": "globals.html#webpackoptionsvalidationerror#formatvalidationerror", - "WebpackOptionsValidationError.formatValidationErrors": "globals.html#webpackoptionsvalidationerror#formatvalidationerrors", - "WebpackOptionsValidationError.getSchemaPart": "globals.html#webpackoptionsvalidationerror#getschemapart", - "WebpackOptionsValidationError.getSchemaPartDescription": "globals.html#webpackoptionsvalidationerror#getschemapartdescription", - "WebpackOptionsValidationError.getSchemaPartText": "globals.html#webpackoptionsvalidationerror#getschemaparttext", - "WebpackOptionsValidationError.captureStackTrace": "globals.html#webpackoptionsvalidationerror#capturestacktrace", - "WebpackOptionsValidationError.prepareStackTrace": "globals.html#webpackoptionsvalidationerror#preparestacktrace", + "WebpackOptionsValidationError.constructor": "globals.html#webpackoptionsvalidationerror-constructor", + "WebpackOptionsValidationError.constructor.WebpackOptionsValidationError": "globals.html#webpackoptionsvalidationerror-constructor-webpackoptionsvalidationerror", + "WebpackOptionsValidationError.baseDataPath": "globals.html#webpackoptionsvalidationerror-basedatapath", + "WebpackOptionsValidationError.errors": "globals.html#webpackoptionsvalidationerror-errors", + "WebpackOptionsValidationError.headerName": "globals.html#webpackoptionsvalidationerror-headername", + "WebpackOptionsValidationError.message": "globals.html#webpackoptionsvalidationerror-message", + "WebpackOptionsValidationError.name": "globals.html#webpackoptionsvalidationerror-name", + "WebpackOptionsValidationError.postFormatter": "globals.html#webpackoptionsvalidationerror-postformatter", + "WebpackOptionsValidationError.schema": "globals.html#webpackoptionsvalidationerror-schema", + "WebpackOptionsValidationError.stack": "globals.html#webpackoptionsvalidationerror-stack", + "WebpackOptionsValidationError.stackTraceLimit": "globals.html#webpackoptionsvalidationerror-stacktracelimit", + "WebpackOptionsValidationError.formatSchema": "globals.html#webpackoptionsvalidationerror-formatschema", + "WebpackOptionsValidationError.formatValidationError": "globals.html#webpackoptionsvalidationerror-formatvalidationerror", + "WebpackOptionsValidationError.formatValidationErrors": "globals.html#webpackoptionsvalidationerror-formatvalidationerrors", + "WebpackOptionsValidationError.getSchemaPart": "globals.html#webpackoptionsvalidationerror-getschemapart", + "WebpackOptionsValidationError.getSchemaPartDescription": "globals.html#webpackoptionsvalidationerror-getschemapartdescription", + "WebpackOptionsValidationError.getSchemaPartText": "globals.html#webpackoptionsvalidationerror-getschemaparttext", + "WebpackOptionsValidationError.captureStackTrace": "globals.html#webpackoptionsvalidationerror-capturestacktrace", + "WebpackOptionsValidationError.prepareStackTrace": "globals.html#webpackoptionsvalidationerror-preparestacktrace", "Argument": "globals.html#argument", - "Argument.configs": "globals.html#argument#configs", - "Argument.description": "globals.html#argument#description", - "Argument.multiple": "globals.html#argument#multiple", - "Argument.simpleType": "globals.html#argument#simpletype", + "Argument.configs": "globals.html#argument-configs", + "Argument.description": "globals.html#argument-description", + "Argument.multiple": "globals.html#argument-multiple", + "Argument.simpleType": "globals.html#argument-simpletype", "Asset": "globals.html#asset", - "Asset.info": "globals.html#asset#info", - "Asset.name": "globals.html#asset#name", - "Asset.source": "globals.html#asset#source", + "Asset.info": "globals.html#asset-info", + "Asset.name": "globals.html#asset-name", + "Asset.source": "globals.html#asset-source", "AssetEmittedInfo": "globals.html#assetemittedinfo", - "AssetEmittedInfo.compilation": "globals.html#assetemittedinfo#compilation", - "AssetEmittedInfo.content": "globals.html#assetemittedinfo#content", - "AssetEmittedInfo.outputPath": "globals.html#assetemittedinfo#outputpath", - "AssetEmittedInfo.source": "globals.html#assetemittedinfo#source", - "AssetEmittedInfo.targetPath": "globals.html#assetemittedinfo#targetpath", + "AssetEmittedInfo.compilation": "globals.html#assetemittedinfo-compilation", + "AssetEmittedInfo.content": "globals.html#assetemittedinfo-content", + "AssetEmittedInfo.outputPath": "globals.html#assetemittedinfo-outputpath", + "AssetEmittedInfo.source": "globals.html#assetemittedinfo-source", + "AssetEmittedInfo.targetPath": "globals.html#assetemittedinfo-targetpath", "Colors": "globals.html#colors", - "Colors.bgBlack": "globals.html#colors#bgblack", - "Colors.bgBlackBright": "globals.html#colors#bgblackbright", - "Colors.bgBlue": "globals.html#colors#bgblue", - "Colors.bgBlueBright": "globals.html#colors#bgbluebright", - "Colors.bgCyan": "globals.html#colors#bgcyan", - "Colors.bgCyanBright": "globals.html#colors#bgcyanbright", - "Colors.bgGreen": "globals.html#colors#bggreen", - "Colors.bgGreenBright": "globals.html#colors#bggreenbright", - "Colors.bgMagenta": "globals.html#colors#bgmagenta", - "Colors.bgMagentaBright": "globals.html#colors#bgmagentabright", - "Colors.bgRed": "globals.html#colors#bgred", - "Colors.bgRedBright": "globals.html#colors#bgredbright", - "Colors.bgWhite": "globals.html#colors#bgwhite", - "Colors.bgWhiteBright": "globals.html#colors#bgwhitebright", - "Colors.bgYellow": "globals.html#colors#bgyellow", - "Colors.bgYellowBright": "globals.html#colors#bgyellowbright", - "Colors.black": "globals.html#colors#black", - "Colors.blackBright": "globals.html#colors#blackbright", - "Colors.blue": "globals.html#colors#blue", - "Colors.blueBright": "globals.html#colors#bluebright", - "Colors.bold": "globals.html#colors#bold", - "Colors.cyan": "globals.html#colors#cyan", - "Colors.cyanBright": "globals.html#colors#cyanbright", - "Colors.dim": "globals.html#colors#dim", - "Colors.gray": "globals.html#colors#gray", - "Colors.green": "globals.html#colors#green", - "Colors.greenBright": "globals.html#colors#greenbright", - "Colors.hidden": "globals.html#colors#hidden", - "Colors.inverse": "globals.html#colors#inverse", - "Colors.italic": "globals.html#colors#italic", - "Colors.magenta": "globals.html#colors#magenta", - "Colors.magentaBright": "globals.html#colors#magentabright", - "Colors.red": "globals.html#colors#red", - "Colors.redBright": "globals.html#colors#redbright", - "Colors.reset": "globals.html#colors#reset", - "Colors.strikethrough": "globals.html#colors#strikethrough", - "Colors.underline": "globals.html#colors#underline", - "Colors.white": "globals.html#colors#white", - "Colors.whiteBright": "globals.html#colors#whitebright", - "Colors.yellow": "globals.html#colors#yellow", - "Colors.yellowBright": "globals.html#colors#yellowbright", + "Colors.bgBlack": "globals.html#colors-bgblack", + "Colors.bgBlackBright": "globals.html#colors-bgblackbright", + "Colors.bgBlue": "globals.html#colors-bgblue", + "Colors.bgBlueBright": "globals.html#colors-bgbluebright", + "Colors.bgCyan": "globals.html#colors-bgcyan", + "Colors.bgCyanBright": "globals.html#colors-bgcyanbright", + "Colors.bgGreen": "globals.html#colors-bggreen", + "Colors.bgGreenBright": "globals.html#colors-bggreenbright", + "Colors.bgMagenta": "globals.html#colors-bgmagenta", + "Colors.bgMagentaBright": "globals.html#colors-bgmagentabright", + "Colors.bgRed": "globals.html#colors-bgred", + "Colors.bgRedBright": "globals.html#colors-bgredbright", + "Colors.bgWhite": "globals.html#colors-bgwhite", + "Colors.bgWhiteBright": "globals.html#colors-bgwhitebright", + "Colors.bgYellow": "globals.html#colors-bgyellow", + "Colors.bgYellowBright": "globals.html#colors-bgyellowbright", + "Colors.black": "globals.html#colors-black", + "Colors.blackBright": "globals.html#colors-blackbright", + "Colors.blue": "globals.html#colors-blue", + "Colors.blueBright": "globals.html#colors-bluebright", + "Colors.bold": "globals.html#colors-bold", + "Colors.cyan": "globals.html#colors-cyan", + "Colors.cyanBright": "globals.html#colors-cyanbright", + "Colors.dim": "globals.html#colors-dim", + "Colors.gray": "globals.html#colors-gray", + "Colors.green": "globals.html#colors-green", + "Colors.greenBright": "globals.html#colors-greenbright", + "Colors.hidden": "globals.html#colors-hidden", + "Colors.inverse": "globals.html#colors-inverse", + "Colors.italic": "globals.html#colors-italic", + "Colors.magenta": "globals.html#colors-magenta", + "Colors.magentaBright": "globals.html#colors-magentabright", + "Colors.red": "globals.html#colors-red", + "Colors.redBright": "globals.html#colors-redbright", + "Colors.reset": "globals.html#colors-reset", + "Colors.strikethrough": "globals.html#colors-strikethrough", + "Colors.underline": "globals.html#colors-underline", + "Colors.white": "globals.html#colors-white", + "Colors.whiteBright": "globals.html#colors-whitebright", + "Colors.yellow": "globals.html#colors-yellow", + "Colors.yellowBright": "globals.html#colors-yellowbright", "ColorsOptions": "globals.html#colorsoptions", - "ColorsOptions.useColor": "globals.html#colorsoptions#usecolor", + "ColorsOptions.useColor": "globals.html#colorsoptions-usecolor", "Configuration": "globals.html#configuration", - "Configuration.amd": "globals.html#configuration#amd", - "Configuration.bail": "globals.html#configuration#bail", - "Configuration.cache": "globals.html#configuration#cache", - "Configuration.context": "globals.html#configuration#context", - "Configuration.dependencies": "globals.html#configuration#dependencies", - "Configuration.devtool": "globals.html#configuration#devtool", - "Configuration.dotenv": "globals.html#configuration#dotenv", - "Configuration.entry": "globals.html#configuration#entry", - "Configuration.experiments": "globals.html#configuration#experiments", - "Configuration.extends": "globals.html#configuration#extends", - "Configuration.externals": "globals.html#configuration#externals", - "Configuration.externalsPresets": "globals.html#configuration#externalspresets", - "Configuration.externalsType": "globals.html#configuration#externalstype", - "Configuration.ignoreWarnings": "globals.html#configuration#ignorewarnings", - "Configuration.infrastructureLogging": "globals.html#configuration#infrastructurelogging", - "Configuration.loader": "globals.html#configuration#loader", - "Configuration.mode": "globals.html#configuration#mode", - "Configuration.module": "globals.html#configuration#module", - "Configuration.name": "globals.html#configuration#name", - "Configuration.node": "globals.html#configuration#node", - "Configuration.optimization": "globals.html#configuration#optimization", - "Configuration.output": "globals.html#configuration#output", - "Configuration.parallelism": "globals.html#configuration#parallelism", - "Configuration.performance": "globals.html#configuration#performance", - "Configuration.plugins": "globals.html#configuration#plugins", - "Configuration.profile": "globals.html#configuration#profile", - "Configuration.recordsInputPath": "globals.html#configuration#recordsinputpath", - "Configuration.recordsOutputPath": "globals.html#configuration#recordsoutputpath", - "Configuration.recordsPath": "globals.html#configuration#recordspath", - "Configuration.resolve": "globals.html#configuration#resolve", - "Configuration.resolveLoader": "globals.html#configuration#resolveloader", - "Configuration.snapshot": "globals.html#configuration#snapshot", - "Configuration.stats": "globals.html#configuration#stats", - "Configuration.target": "globals.html#configuration#target", - "Configuration.validate": "globals.html#configuration#validate", - "Configuration.watch": "globals.html#configuration#watch", - "Configuration.watchOptions": "globals.html#configuration#watchoptions", + "Configuration.amd": "globals.html#configuration-amd", + "Configuration.bail": "globals.html#configuration-bail", + "Configuration.cache": "globals.html#configuration-cache", + "Configuration.context": "globals.html#configuration-context", + "Configuration.dependencies": "globals.html#configuration-dependencies", + "Configuration.devtool": "globals.html#configuration-devtool", + "Configuration.dotenv": "globals.html#configuration-dotenv", + "Configuration.entry": "globals.html#configuration-entry", + "Configuration.experiments": "globals.html#configuration-experiments", + "Configuration.extends": "globals.html#configuration-extends", + "Configuration.externals": "globals.html#configuration-externals", + "Configuration.externalsPresets": "globals.html#configuration-externalspresets", + "Configuration.externalsType": "globals.html#configuration-externalstype", + "Configuration.ignoreWarnings": "globals.html#configuration-ignorewarnings", + "Configuration.infrastructureLogging": "globals.html#configuration-infrastructurelogging", + "Configuration.loader": "globals.html#configuration-loader", + "Configuration.mode": "globals.html#configuration-mode", + "Configuration.module": "globals.html#configuration-module", + "Configuration.name": "globals.html#configuration-name", + "Configuration.node": "globals.html#configuration-node", + "Configuration.optimization": "globals.html#configuration-optimization", + "Configuration.output": "globals.html#configuration-output", + "Configuration.parallelism": "globals.html#configuration-parallelism", + "Configuration.performance": "globals.html#configuration-performance", + "Configuration.plugins": "globals.html#configuration-plugins", + "Configuration.profile": "globals.html#configuration-profile", + "Configuration.recordsInputPath": "globals.html#configuration-recordsinputpath", + "Configuration.recordsOutputPath": "globals.html#configuration-recordsoutputpath", + "Configuration.recordsPath": "globals.html#configuration-recordspath", + "Configuration.resolve": "globals.html#configuration-resolve", + "Configuration.resolveLoader": "globals.html#configuration-resolveloader", + "Configuration.snapshot": "globals.html#configuration-snapshot", + "Configuration.stats": "globals.html#configuration-stats", + "Configuration.target": "globals.html#configuration-target", + "Configuration.validate": "globals.html#configuration-validate", + "Configuration.watch": "globals.html#configuration-watch", + "Configuration.watchOptions": "globals.html#configuration-watchoptions", "EntryObject": "globals.html#entryobject", - "EntryObject.__index": "globals.html#entryobject#index", + "EntryObject.__index": "globals.html#entryobject-__index", "ExternalItemFunctionData": "globals.html#externalitemfunctiondata", - "ExternalItemFunctionData.context": "globals.html#externalitemfunctiondata#context", - "ExternalItemFunctionData.contextInfo": "globals.html#externalitemfunctiondata#contextinfo", - "ExternalItemFunctionData.dependencyType": "globals.html#externalitemfunctiondata#dependencytype", - "ExternalItemFunctionData.getResolve": "globals.html#externalitemfunctiondata#getresolve", - "ExternalItemFunctionData.request": "globals.html#externalitemfunctiondata#request", + "ExternalItemFunctionData.context": "globals.html#externalitemfunctiondata-context", + "ExternalItemFunctionData.contextInfo": "globals.html#externalitemfunctiondata-contextinfo", + "ExternalItemFunctionData.dependencyType": "globals.html#externalitemfunctiondata-dependencytype", + "ExternalItemFunctionData.getResolve": "globals.html#externalitemfunctiondata-getresolve", + "ExternalItemFunctionData.request": "globals.html#externalitemfunctiondata-request", "ExternalItemObjectKnown": "globals.html#externalitemobjectknown", - "ExternalItemObjectKnown.byLayer": "globals.html#externalitemobjectknown#bylayer", + "ExternalItemObjectKnown.byLayer": "globals.html#externalitemobjectknown-bylayer", "ExternalItemObjectUnknown": "globals.html#externalitemobjectunknown", - "ExternalItemObjectUnknown.__index": "globals.html#externalitemobjectunknown#index", + "ExternalItemObjectUnknown.__index": "globals.html#externalitemobjectunknown-__index", "FileCacheOptions": "globals.html#filecacheoptions", - "FileCacheOptions.allowCollectingMemory": "globals.html#filecacheoptions#allowcollectingmemory", - "FileCacheOptions.buildDependencies": "globals.html#filecacheoptions#builddependencies", - "FileCacheOptions.cacheDirectory": "globals.html#filecacheoptions#cachedirectory", - "FileCacheOptions.cacheLocation": "globals.html#filecacheoptions#cachelocation", - "FileCacheOptions.compression": "globals.html#filecacheoptions#compression", - "FileCacheOptions.hashAlgorithm": "globals.html#filecacheoptions#hashalgorithm", - "FileCacheOptions.idleTimeout": "globals.html#filecacheoptions#idletimeout", - "FileCacheOptions.idleTimeoutAfterLargeChanges": "globals.html#filecacheoptions#idletimeoutafterlargechanges", - "FileCacheOptions.idleTimeoutForInitialStore": "globals.html#filecacheoptions#idletimeoutforinitialstore", - "FileCacheOptions.immutablePaths": "globals.html#filecacheoptions#immutablepaths", - "FileCacheOptions.managedPaths": "globals.html#filecacheoptions#managedpaths", - "FileCacheOptions.maxAge": "globals.html#filecacheoptions#maxage", - "FileCacheOptions.maxMemoryGenerations": "globals.html#filecacheoptions#maxmemorygenerations", - "FileCacheOptions.memoryCacheUnaffected": "globals.html#filecacheoptions#memorycacheunaffected", - "FileCacheOptions.name": "globals.html#filecacheoptions#name", - "FileCacheOptions.profile": "globals.html#filecacheoptions#profile", - "FileCacheOptions.readonly": "globals.html#filecacheoptions#readonly", - "FileCacheOptions.store": "globals.html#filecacheoptions#store", - "FileCacheOptions.type": "globals.html#filecacheoptions#type", - "FileCacheOptions.version": "globals.html#filecacheoptions#version", + "FileCacheOptions.allowCollectingMemory": "globals.html#filecacheoptions-allowcollectingmemory", + "FileCacheOptions.buildDependencies": "globals.html#filecacheoptions-builddependencies", + "FileCacheOptions.cacheDirectory": "globals.html#filecacheoptions-cachedirectory", + "FileCacheOptions.cacheLocation": "globals.html#filecacheoptions-cachelocation", + "FileCacheOptions.compression": "globals.html#filecacheoptions-compression", + "FileCacheOptions.hashAlgorithm": "globals.html#filecacheoptions-hashalgorithm", + "FileCacheOptions.idleTimeout": "globals.html#filecacheoptions-idletimeout", + "FileCacheOptions.idleTimeoutAfterLargeChanges": "globals.html#filecacheoptions-idletimeoutafterlargechanges", + "FileCacheOptions.idleTimeoutForInitialStore": "globals.html#filecacheoptions-idletimeoutforinitialstore", + "FileCacheOptions.immutablePaths": "globals.html#filecacheoptions-immutablepaths", + "FileCacheOptions.managedPaths": "globals.html#filecacheoptions-managedpaths", + "FileCacheOptions.maxAge": "globals.html#filecacheoptions-maxage", + "FileCacheOptions.maxMemoryGenerations": "globals.html#filecacheoptions-maxmemorygenerations", + "FileCacheOptions.memoryCacheUnaffected": "globals.html#filecacheoptions-memorycacheunaffected", + "FileCacheOptions.name": "globals.html#filecacheoptions-name", + "FileCacheOptions.profile": "globals.html#filecacheoptions-profile", + "FileCacheOptions.readonly": "globals.html#filecacheoptions-readonly", + "FileCacheOptions.store": "globals.html#filecacheoptions-store", + "FileCacheOptions.type": "globals.html#filecacheoptions-type", + "FileCacheOptions.version": "globals.html#filecacheoptions-version", "GeneratorOptionsByModuleTypeKnown": "globals.html#generatoroptionsbymoduletypeknown", - "GeneratorOptionsByModuleTypeKnown.asset": "globals.html#generatoroptionsbymoduletypeknown#asset", - "GeneratorOptionsByModuleTypeKnown.asset/bytes": "globals.html#generatoroptionsbymoduletypeknown#assetbytes", - "GeneratorOptionsByModuleTypeKnown.asset/inline": "globals.html#generatoroptionsbymoduletypeknown#assetinline", - "GeneratorOptionsByModuleTypeKnown.asset/resource": "globals.html#generatoroptionsbymoduletypeknown#assetresource", - "GeneratorOptionsByModuleTypeKnown.asset/source": "globals.html#generatoroptionsbymoduletypeknown#assetsource", - "GeneratorOptionsByModuleTypeKnown.css": "globals.html#generatoroptionsbymoduletypeknown#css", - "GeneratorOptionsByModuleTypeKnown.css/auto": "globals.html#generatoroptionsbymoduletypeknown#cssauto", - "GeneratorOptionsByModuleTypeKnown.css/global": "globals.html#generatoroptionsbymoduletypeknown#cssglobal", - "GeneratorOptionsByModuleTypeKnown.css/module": "globals.html#generatoroptionsbymoduletypeknown#cssmodule", - "GeneratorOptionsByModuleTypeKnown.javascript": "globals.html#generatoroptionsbymoduletypeknown#javascript", - "GeneratorOptionsByModuleTypeKnown.javascript/auto": "globals.html#generatoroptionsbymoduletypeknown#javascriptauto", - "GeneratorOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#generatoroptionsbymoduletypeknown#javascriptdynamic", - "GeneratorOptionsByModuleTypeKnown.javascript/esm": "globals.html#generatoroptionsbymoduletypeknown#javascriptesm", - "GeneratorOptionsByModuleTypeKnown.json": "globals.html#generatoroptionsbymoduletypeknown#json", + "GeneratorOptionsByModuleTypeKnown.asset": "globals.html#generatoroptionsbymoduletypeknown-asset", + "GeneratorOptionsByModuleTypeKnown.asset/bytes": "globals.html#generatoroptionsbymoduletypeknown-asset/bytes", + "GeneratorOptionsByModuleTypeKnown.asset/inline": "globals.html#generatoroptionsbymoduletypeknown-asset/inline", + "GeneratorOptionsByModuleTypeKnown.asset/resource": "globals.html#generatoroptionsbymoduletypeknown-asset/resource", + "GeneratorOptionsByModuleTypeKnown.asset/source": "globals.html#generatoroptionsbymoduletypeknown-asset/source", + "GeneratorOptionsByModuleTypeKnown.css": "globals.html#generatoroptionsbymoduletypeknown-css", + "GeneratorOptionsByModuleTypeKnown.css/auto": "globals.html#generatoroptionsbymoduletypeknown-css/auto", + "GeneratorOptionsByModuleTypeKnown.css/global": "globals.html#generatoroptionsbymoduletypeknown-css/global", + "GeneratorOptionsByModuleTypeKnown.css/module": "globals.html#generatoroptionsbymoduletypeknown-css/module", + "GeneratorOptionsByModuleTypeKnown.javascript": "globals.html#generatoroptionsbymoduletypeknown-javascript", + "GeneratorOptionsByModuleTypeKnown.javascript/auto": "globals.html#generatoroptionsbymoduletypeknown-javascript/auto", + "GeneratorOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#generatoroptionsbymoduletypeknown-javascript/dynamic", + "GeneratorOptionsByModuleTypeKnown.javascript/esm": "globals.html#generatoroptionsbymoduletypeknown-javascript/esm", + "GeneratorOptionsByModuleTypeKnown.json": "globals.html#generatoroptionsbymoduletypeknown-json", "InputFileSystem": "globals.html#inputfilesystem", - "InputFileSystem.dirname": "globals.html#inputfilesystem#dirname", - "InputFileSystem.join": "globals.html#inputfilesystem#join", - "InputFileSystem.lstat": "globals.html#inputfilesystem#lstat", - "InputFileSystem.lstatSync": "globals.html#inputfilesystem#lstatsync", - "InputFileSystem.purge": "globals.html#inputfilesystem#purge", - "InputFileSystem.readdir": "globals.html#inputfilesystem#readdir", - "InputFileSystem.readdirSync": "globals.html#inputfilesystem#readdirsync", - "InputFileSystem.readFile": "globals.html#inputfilesystem#readfile", - "InputFileSystem.readFileSync": "globals.html#inputfilesystem#readfilesync", - "InputFileSystem.readJson": "globals.html#inputfilesystem#readjson", - "InputFileSystem.readJsonSync": "globals.html#inputfilesystem#readjsonsync", - "InputFileSystem.readlink": "globals.html#inputfilesystem#readlink", - "InputFileSystem.readlinkSync": "globals.html#inputfilesystem#readlinksync", - "InputFileSystem.realpath": "globals.html#inputfilesystem#realpath", - "InputFileSystem.realpathSync": "globals.html#inputfilesystem#realpathsync", - "InputFileSystem.relative": "globals.html#inputfilesystem#relative", - "InputFileSystem.stat": "globals.html#inputfilesystem#stat", - "InputFileSystem.statSync": "globals.html#inputfilesystem#statsync", + "InputFileSystem.dirname": "globals.html#inputfilesystem-dirname", + "InputFileSystem.join": "globals.html#inputfilesystem-join", + "InputFileSystem.lstat": "globals.html#inputfilesystem-lstat", + "InputFileSystem.lstatSync": "globals.html#inputfilesystem-lstatsync", + "InputFileSystem.purge": "globals.html#inputfilesystem-purge", + "InputFileSystem.readdir": "globals.html#inputfilesystem-readdir", + "InputFileSystem.readdirSync": "globals.html#inputfilesystem-readdirsync", + "InputFileSystem.readFile": "globals.html#inputfilesystem-readfile", + "InputFileSystem.readFileSync": "globals.html#inputfilesystem-readfilesync", + "InputFileSystem.readJson": "globals.html#inputfilesystem-readjson", + "InputFileSystem.readJsonSync": "globals.html#inputfilesystem-readjsonsync", + "InputFileSystem.readlink": "globals.html#inputfilesystem-readlink", + "InputFileSystem.readlinkSync": "globals.html#inputfilesystem-readlinksync", + "InputFileSystem.realpath": "globals.html#inputfilesystem-realpath", + "InputFileSystem.realpathSync": "globals.html#inputfilesystem-realpathsync", + "InputFileSystem.relative": "globals.html#inputfilesystem-relative", + "InputFileSystem.stat": "globals.html#inputfilesystem-stat", + "InputFileSystem.statSync": "globals.html#inputfilesystem-statsync", "LibraryOptions": "globals.html#libraryoptions", - "LibraryOptions.amdContainer": "globals.html#libraryoptions#amdcontainer", - "LibraryOptions.auxiliaryComment": "globals.html#libraryoptions#auxiliarycomment", - "LibraryOptions.export": "globals.html#libraryoptions#export", - "LibraryOptions.name": "globals.html#libraryoptions#name", - "LibraryOptions.type": "globals.html#libraryoptions#type", - "LibraryOptions.umdNamedDefine": "globals.html#libraryoptions#umdnameddefine", + "LibraryOptions.amdContainer": "globals.html#libraryoptions-amdcontainer", + "LibraryOptions.auxiliaryComment": "globals.html#libraryoptions-auxiliarycomment", + "LibraryOptions.export": "globals.html#libraryoptions-export", + "LibraryOptions.name": "globals.html#libraryoptions-name", + "LibraryOptions.type": "globals.html#libraryoptions-type", + "LibraryOptions.umdNamedDefine": "globals.html#libraryoptions-umdnameddefine", "LoaderDefinitionFunction": "globals.html#loaderdefinitionfunction", - "LoaderDefinitionFunction.OptionsType": "globals.html#loaderdefinitionfunction#optionstype", - "LoaderDefinitionFunction.ContextAdditions": "globals.html#loaderdefinitionfunction#contextadditions", - "LoaderDefinitionFunction.LoaderDefinitionFunction": "globals.html#loaderdefinitionfunction#loaderdefinitionfunction", + "LoaderDefinitionFunction.OptionsType": "globals.html#loaderdefinitionfunction-optionstype", + "LoaderDefinitionFunction.ContextAdditions": "globals.html#loaderdefinitionfunction-contextadditions", + "LoaderDefinitionFunction.LoaderDefinitionFunction": "globals.html#loaderdefinitionfunction-loaderdefinitionfunction", "LoaderModule": "globals.html#loadermodule", - "LoaderModule.OptionsType": "globals.html#loadermodule#optionstype", - "LoaderModule.ContextAdditions": "globals.html#loadermodule#contextadditions", - "LoaderModule.default": "globals.html#loadermodule#default", - "LoaderModule.pitch": "globals.html#loadermodule#pitch", - "LoaderModule.raw": "globals.html#loadermodule#raw", + "LoaderModule.OptionsType": "globals.html#loadermodule-optionstype", + "LoaderModule.ContextAdditions": "globals.html#loadermodule-contextadditions", + "LoaderModule.default": "globals.html#loadermodule-default", + "LoaderModule.pitch": "globals.html#loadermodule-pitch", + "LoaderModule.raw": "globals.html#loadermodule-raw", "MemoryCacheOptions": "globals.html#memorycacheoptions", - "MemoryCacheOptions.cacheUnaffected": "globals.html#memorycacheoptions#cacheunaffected", - "MemoryCacheOptions.maxGenerations": "globals.html#memorycacheoptions#maxgenerations", - "MemoryCacheOptions.type": "globals.html#memorycacheoptions#type", + "MemoryCacheOptions.cacheUnaffected": "globals.html#memorycacheoptions-cacheunaffected", + "MemoryCacheOptions.maxGenerations": "globals.html#memorycacheoptions-maxgenerations", + "MemoryCacheOptions.type": "globals.html#memorycacheoptions-type", "ModuleOptions": "globals.html#moduleoptions", - "ModuleOptions.defaultRules": "globals.html#moduleoptions#defaultrules", - "ModuleOptions.exprContextCritical": "globals.html#moduleoptions#exprcontextcritical", - "ModuleOptions.exprContextRecursive": "globals.html#moduleoptions#exprcontextrecursive", - "ModuleOptions.exprContextRegExp": "globals.html#moduleoptions#exprcontextregexp", - "ModuleOptions.exprContextRequest": "globals.html#moduleoptions#exprcontextrequest", - "ModuleOptions.generator": "globals.html#moduleoptions#generator", - "ModuleOptions.noParse": "globals.html#moduleoptions#noparse", - "ModuleOptions.parser": "globals.html#moduleoptions#parser", - "ModuleOptions.rules": "globals.html#moduleoptions#rules", - "ModuleOptions.strictExportPresence": "globals.html#moduleoptions#strictexportpresence", - "ModuleOptions.strictThisContextOnImports": "globals.html#moduleoptions#strictthiscontextonimports", - "ModuleOptions.unknownContextCritical": "globals.html#moduleoptions#unknowncontextcritical", - "ModuleOptions.unknownContextRecursive": "globals.html#moduleoptions#unknowncontextrecursive", - "ModuleOptions.unknownContextRegExp": "globals.html#moduleoptions#unknowncontextregexp", - "ModuleOptions.unknownContextRequest": "globals.html#moduleoptions#unknowncontextrequest", - "ModuleOptions.unsafeCache": "globals.html#moduleoptions#unsafecache", - "ModuleOptions.wrappedContextCritical": "globals.html#moduleoptions#wrappedcontextcritical", - "ModuleOptions.wrappedContextRecursive": "globals.html#moduleoptions#wrappedcontextrecursive", - "ModuleOptions.wrappedContextRegExp": "globals.html#moduleoptions#wrappedcontextregexp", - "MultiCompilerOptions": "globals.html#multicompileroptions-1", - "MultiCompilerOptions.parallelism": "globals.html#multicompileroptions-1#parallelism", + "ModuleOptions.defaultRules": "globals.html#moduleoptions-defaultrules", + "ModuleOptions.exprContextCritical": "globals.html#moduleoptions-exprcontextcritical", + "ModuleOptions.exprContextRecursive": "globals.html#moduleoptions-exprcontextrecursive", + "ModuleOptions.exprContextRegExp": "globals.html#moduleoptions-exprcontextregexp", + "ModuleOptions.exprContextRequest": "globals.html#moduleoptions-exprcontextrequest", + "ModuleOptions.generator": "globals.html#moduleoptions-generator", + "ModuleOptions.noParse": "globals.html#moduleoptions-noparse", + "ModuleOptions.parser": "globals.html#moduleoptions-parser", + "ModuleOptions.rules": "globals.html#moduleoptions-rules", + "ModuleOptions.strictExportPresence": "globals.html#moduleoptions-strictexportpresence", + "ModuleOptions.strictThisContextOnImports": "globals.html#moduleoptions-strictthiscontextonimports", + "ModuleOptions.unknownContextCritical": "globals.html#moduleoptions-unknowncontextcritical", + "ModuleOptions.unknownContextRecursive": "globals.html#moduleoptions-unknowncontextrecursive", + "ModuleOptions.unknownContextRegExp": "globals.html#moduleoptions-unknowncontextregexp", + "ModuleOptions.unknownContextRequest": "globals.html#moduleoptions-unknowncontextrequest", + "ModuleOptions.unsafeCache": "globals.html#moduleoptions-unsafecache", + "ModuleOptions.wrappedContextCritical": "globals.html#moduleoptions-wrappedcontextcritical", + "ModuleOptions.wrappedContextRecursive": "globals.html#moduleoptions-wrappedcontextrecursive", + "ModuleOptions.wrappedContextRegExp": "globals.html#moduleoptions-wrappedcontextregexp", + "MultiCompilerOptions": "globals.html#multicompileroptions", + "MultiCompilerOptions.parallelism": "globals.html#multicompileroptions-parallelism", "ObjectDeserializerContext": "globals.html#objectdeserializercontext", - "ObjectDeserializerContext.read": "globals.html#objectdeserializercontext#read", - "ObjectDeserializerContext.setCircularReference": "globals.html#objectdeserializercontext#setcircularreference", + "ObjectDeserializerContext.read": "globals.html#objectdeserializercontext-read", + "ObjectDeserializerContext.setCircularReference": "globals.html#objectdeserializercontext-setcircularreference", "ObjectSerializerContext": "globals.html#objectserializercontext", - "ObjectSerializerContext.rollback": "globals.html#objectserializercontext#rollback", - "ObjectSerializerContext.setCircularReference": "globals.html#objectserializercontext#setcircularreference", - "ObjectSerializerContext.snapshot": "globals.html#objectserializercontext#snapshot", - "ObjectSerializerContext.write": "globals.html#objectserializercontext#write", - "ObjectSerializerContext.writeLazy": "globals.html#objectserializercontext#writelazy", - "ObjectSerializerContext.writeSeparate": "globals.html#objectserializercontext#writeseparate", + "ObjectSerializerContext.rollback": "globals.html#objectserializercontext-rollback", + "ObjectSerializerContext.setCircularReference": "globals.html#objectserializercontext-setcircularreference", + "ObjectSerializerContext.snapshot": "globals.html#objectserializercontext-snapshot", + "ObjectSerializerContext.write": "globals.html#objectserializercontext-write", + "ObjectSerializerContext.writeLazy": "globals.html#objectserializercontext-writelazy", + "ObjectSerializerContext.writeSeparate": "globals.html#objectserializercontext-writeseparate", "OutputFileSystem": "globals.html#outputfilesystem", - "OutputFileSystem.createReadStream": "globals.html#outputfilesystem#createreadstream", - "OutputFileSystem.dirname": "globals.html#outputfilesystem#dirname", - "OutputFileSystem.join": "globals.html#outputfilesystem#join", - "OutputFileSystem.lstat": "globals.html#outputfilesystem#lstat", - "OutputFileSystem.mkdir": "globals.html#outputfilesystem#mkdir", - "OutputFileSystem.readdir": "globals.html#outputfilesystem#readdir", - "OutputFileSystem.readFile": "globals.html#outputfilesystem#readfile", - "OutputFileSystem.relative": "globals.html#outputfilesystem#relative", - "OutputFileSystem.rmdir": "globals.html#outputfilesystem#rmdir", - "OutputFileSystem.stat": "globals.html#outputfilesystem#stat", - "OutputFileSystem.unlink": "globals.html#outputfilesystem#unlink", - "OutputFileSystem.writeFile": "globals.html#outputfilesystem#writefile", + "OutputFileSystem.createReadStream": "globals.html#outputfilesystem-createreadstream", + "OutputFileSystem.dirname": "globals.html#outputfilesystem-dirname", + "OutputFileSystem.join": "globals.html#outputfilesystem-join", + "OutputFileSystem.lstat": "globals.html#outputfilesystem-lstat", + "OutputFileSystem.mkdir": "globals.html#outputfilesystem-mkdir", + "OutputFileSystem.readdir": "globals.html#outputfilesystem-readdir", + "OutputFileSystem.readFile": "globals.html#outputfilesystem-readfile", + "OutputFileSystem.relative": "globals.html#outputfilesystem-relative", + "OutputFileSystem.rmdir": "globals.html#outputfilesystem-rmdir", + "OutputFileSystem.stat": "globals.html#outputfilesystem-stat", + "OutputFileSystem.unlink": "globals.html#outputfilesystem-unlink", + "OutputFileSystem.writeFile": "globals.html#outputfilesystem-writefile", "ParserOptionsByModuleTypeKnown": "globals.html#parseroptionsbymoduletypeknown", - "ParserOptionsByModuleTypeKnown.asset": "globals.html#parseroptionsbymoduletypeknown#asset", - "ParserOptionsByModuleTypeKnown.asset/bytes": "globals.html#parseroptionsbymoduletypeknown#assetbytes", - "ParserOptionsByModuleTypeKnown.asset/inline": "globals.html#parseroptionsbymoduletypeknown#assetinline", - "ParserOptionsByModuleTypeKnown.asset/resource": "globals.html#parseroptionsbymoduletypeknown#assetresource", - "ParserOptionsByModuleTypeKnown.asset/source": "globals.html#parseroptionsbymoduletypeknown#assetsource", - "ParserOptionsByModuleTypeKnown.css": "globals.html#parseroptionsbymoduletypeknown#css", - "ParserOptionsByModuleTypeKnown.css/auto": "globals.html#parseroptionsbymoduletypeknown#cssauto", - "ParserOptionsByModuleTypeKnown.css/global": "globals.html#parseroptionsbymoduletypeknown#cssglobal", - "ParserOptionsByModuleTypeKnown.css/module": "globals.html#parseroptionsbymoduletypeknown#cssmodule", - "ParserOptionsByModuleTypeKnown.javascript": "globals.html#parseroptionsbymoduletypeknown#javascript", - "ParserOptionsByModuleTypeKnown.javascript/auto": "globals.html#parseroptionsbymoduletypeknown#javascriptauto", - "ParserOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#parseroptionsbymoduletypeknown#javascriptdynamic", - "ParserOptionsByModuleTypeKnown.javascript/esm": "globals.html#parseroptionsbymoduletypeknown#javascriptesm", - "ParserOptionsByModuleTypeKnown.json": "globals.html#parseroptionsbymoduletypeknown#json", + "ParserOptionsByModuleTypeKnown.asset": "globals.html#parseroptionsbymoduletypeknown-asset", + "ParserOptionsByModuleTypeKnown.asset/bytes": "globals.html#parseroptionsbymoduletypeknown-asset/bytes", + "ParserOptionsByModuleTypeKnown.asset/inline": "globals.html#parseroptionsbymoduletypeknown-asset/inline", + "ParserOptionsByModuleTypeKnown.asset/resource": "globals.html#parseroptionsbymoduletypeknown-asset/resource", + "ParserOptionsByModuleTypeKnown.asset/source": "globals.html#parseroptionsbymoduletypeknown-asset/source", + "ParserOptionsByModuleTypeKnown.css": "globals.html#parseroptionsbymoduletypeknown-css", + "ParserOptionsByModuleTypeKnown.css/auto": "globals.html#parseroptionsbymoduletypeknown-css/auto", + "ParserOptionsByModuleTypeKnown.css/global": "globals.html#parseroptionsbymoduletypeknown-css/global", + "ParserOptionsByModuleTypeKnown.css/module": "globals.html#parseroptionsbymoduletypeknown-css/module", + "ParserOptionsByModuleTypeKnown.javascript": "globals.html#parseroptionsbymoduletypeknown-javascript", + "ParserOptionsByModuleTypeKnown.javascript/auto": "globals.html#parseroptionsbymoduletypeknown-javascript/auto", + "ParserOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#parseroptionsbymoduletypeknown-javascript/dynamic", + "ParserOptionsByModuleTypeKnown.javascript/esm": "globals.html#parseroptionsbymoduletypeknown-javascript/esm", + "ParserOptionsByModuleTypeKnown.json": "globals.html#parseroptionsbymoduletypeknown-json", "PathData": "globals.html#pathdata", - "PathData.basename": "globals.html#pathdata#basename", - "PathData.chunk": "globals.html#pathdata#chunk", - "PathData.chunkGraph": "globals.html#pathdata#chunkgraph", - "PathData.contentHash": "globals.html#pathdata#contenthash", - "PathData.contentHashType": "globals.html#pathdata#contenthashtype", - "PathData.contentHashWithLength": "globals.html#pathdata#contenthashwithlength", - "PathData.filename": "globals.html#pathdata#filename", - "PathData.hash": "globals.html#pathdata#hash", - "PathData.hashWithLength": "globals.html#pathdata#hashwithlength", - "PathData.module": "globals.html#pathdata#module", - "PathData.noChunkHash": "globals.html#pathdata#nochunkhash", - "PathData.prepareId": "globals.html#pathdata#prepareid", - "PathData.query": "globals.html#pathdata#query", - "PathData.runtime": "globals.html#pathdata#runtime", - "PathData.url": "globals.html#pathdata#url", + "PathData.basename": "globals.html#pathdata-basename", + "PathData.chunk": "globals.html#pathdata-chunk", + "PathData.chunkGraph": "globals.html#pathdata-chunkgraph", + "PathData.contentHash": "globals.html#pathdata-contenthash", + "PathData.contentHashType": "globals.html#pathdata-contenthashtype", + "PathData.contentHashWithLength": "globals.html#pathdata-contenthashwithlength", + "PathData.filename": "globals.html#pathdata-filename", + "PathData.hash": "globals.html#pathdata-hash", + "PathData.hashWithLength": "globals.html#pathdata-hashwithlength", + "PathData.module": "globals.html#pathdata-module", + "PathData.noChunkHash": "globals.html#pathdata-nochunkhash", + "PathData.prepareId": "globals.html#pathdata-prepareid", + "PathData.query": "globals.html#pathdata-query", + "PathData.runtime": "globals.html#pathdata-runtime", + "PathData.url": "globals.html#pathdata-url", "PitchLoaderDefinitionFunction": "globals.html#pitchloaderdefinitionfunction", - "PitchLoaderDefinitionFunction.OptionsType": "globals.html#pitchloaderdefinitionfunction#optionstype", - "PitchLoaderDefinitionFunction.ContextAdditions": "globals.html#pitchloaderdefinitionfunction#contextadditions", - "PitchLoaderDefinitionFunction.PitchLoaderDefinitionFunction": "globals.html#pitchloaderdefinitionfunction#pitchloaderdefinitionfunction", + "PitchLoaderDefinitionFunction.OptionsType": "globals.html#pitchloaderdefinitionfunction-optionstype", + "PitchLoaderDefinitionFunction.ContextAdditions": "globals.html#pitchloaderdefinitionfunction-contextadditions", + "PitchLoaderDefinitionFunction.PitchLoaderDefinitionFunction": "globals.html#pitchloaderdefinitionfunction-pitchloaderdefinitionfunction", "Problem": "globals.html#problem", - "Problem.argument": "globals.html#problem#argument", - "Problem.expected": "globals.html#problem#expected", - "Problem.index": "globals.html#problem#index", - "Problem.path": "globals.html#problem#path", - "Problem.type": "globals.html#problem#type", - "Problem.value": "globals.html#problem#value", + "Problem.argument": "globals.html#problem-argument", + "Problem.expected": "globals.html#problem-expected", + "Problem.index": "globals.html#problem-index", + "Problem.path": "globals.html#problem-path", + "Problem.type": "globals.html#problem-type", + "Problem.value": "globals.html#problem-value", "RawLoaderDefinitionFunction": "globals.html#rawloaderdefinitionfunction", - "RawLoaderDefinitionFunction.OptionsType": "globals.html#rawloaderdefinitionfunction#optionstype", - "RawLoaderDefinitionFunction.ContextAdditions": "globals.html#rawloaderdefinitionfunction#contextadditions", - "RawLoaderDefinitionFunction.RawLoaderDefinitionFunction": "globals.html#rawloaderdefinitionfunction#rawloaderdefinitionfunction", + "RawLoaderDefinitionFunction.OptionsType": "globals.html#rawloaderdefinitionfunction-optionstype", + "RawLoaderDefinitionFunction.ContextAdditions": "globals.html#rawloaderdefinitionfunction-contextadditions", + "RawLoaderDefinitionFunction.RawLoaderDefinitionFunction": "globals.html#rawloaderdefinitionfunction-rawloaderdefinitionfunction", "RenderManifestOptions": "globals.html#rendermanifestoptions", - "RenderManifestOptions.chunk": "globals.html#rendermanifestoptions#chunk", - "RenderManifestOptions.chunkGraph": "globals.html#rendermanifestoptions#chunkgraph", - "RenderManifestOptions.codeGenerationResults": "globals.html#rendermanifestoptions#codegenerationresults", - "RenderManifestOptions.dependencyTemplates": "globals.html#rendermanifestoptions#dependencytemplates", - "RenderManifestOptions.fullHash": "globals.html#rendermanifestoptions#fullhash", - "RenderManifestOptions.hash": "globals.html#rendermanifestoptions#hash", - "RenderManifestOptions.moduleGraph": "globals.html#rendermanifestoptions#modulegraph", - "RenderManifestOptions.moduleTemplates": "globals.html#rendermanifestoptions#moduletemplates", - "RenderManifestOptions.outputOptions": "globals.html#rendermanifestoptions#outputoptions", - "RenderManifestOptions.runtimeTemplate": "globals.html#rendermanifestoptions#runtimetemplate", + "RenderManifestOptions.chunk": "globals.html#rendermanifestoptions-chunk", + "RenderManifestOptions.chunkGraph": "globals.html#rendermanifestoptions-chunkgraph", + "RenderManifestOptions.codeGenerationResults": "globals.html#rendermanifestoptions-codegenerationresults", + "RenderManifestOptions.dependencyTemplates": "globals.html#rendermanifestoptions-dependencytemplates", + "RenderManifestOptions.fullHash": "globals.html#rendermanifestoptions-fullhash", + "RenderManifestOptions.hash": "globals.html#rendermanifestoptions-hash", + "RenderManifestOptions.moduleGraph": "globals.html#rendermanifestoptions-modulegraph", + "RenderManifestOptions.moduleTemplates": "globals.html#rendermanifestoptions-moduletemplates", + "RenderManifestOptions.outputOptions": "globals.html#rendermanifestoptions-outputoptions", + "RenderManifestOptions.runtimeTemplate": "globals.html#rendermanifestoptions-runtimetemplate", "ResolveData": "globals.html#resolvedata", - "ResolveData.attributes": "globals.html#resolvedata#attributes", - "ResolveData.cacheable": "globals.html#resolvedata#cacheable", - "ResolveData.context": "globals.html#resolvedata#context", - "ResolveData.contextDependencies": "globals.html#resolvedata#contextdependencies", - "ResolveData.contextInfo": "globals.html#resolvedata#contextinfo", - "ResolveData.createData": "globals.html#resolvedata#createdata", - "ResolveData.dependencies": "globals.html#resolvedata#dependencies", - "ResolveData.dependencyType": "globals.html#resolvedata#dependencytype", - "ResolveData.fileDependencies": "globals.html#resolvedata#filedependencies", - "ResolveData.ignoredModule": "globals.html#resolvedata#ignoredmodule", - "ResolveData.missingDependencies": "globals.html#resolvedata#missingdependencies", - "ResolveData.request": "globals.html#resolvedata#request", - "ResolveData.resolveOptions": "globals.html#resolvedata#resolveoptions", + "ResolveData.attributes": "globals.html#resolvedata-attributes", + "ResolveData.cacheable": "globals.html#resolvedata-cacheable", + "ResolveData.context": "globals.html#resolvedata-context", + "ResolveData.contextDependencies": "globals.html#resolvedata-contextdependencies", + "ResolveData.contextInfo": "globals.html#resolvedata-contextinfo", + "ResolveData.createData": "globals.html#resolvedata-createdata", + "ResolveData.dependencies": "globals.html#resolvedata-dependencies", + "ResolveData.dependencyType": "globals.html#resolvedata-dependencytype", + "ResolveData.fileDependencies": "globals.html#resolvedata-filedependencies", + "ResolveData.ignoredModule": "globals.html#resolvedata-ignoredmodule", + "ResolveData.missingDependencies": "globals.html#resolvedata-missingdependencies", + "ResolveData.request": "globals.html#resolvedata-request", + "ResolveData.resolveOptions": "globals.html#resolvedata-resolveoptions", "ResolveOptions": "globals.html#resolveoptions", - "ResolveOptions.alias": "globals.html#resolveoptions#alias", - "ResolveOptions.aliasFields": "globals.html#resolveoptions#aliasfields", - "ResolveOptions.byDependency": "globals.html#resolveoptions#bydependency", - "ResolveOptions.cache": "globals.html#resolveoptions#cache", - "ResolveOptions.cachePredicate": "globals.html#resolveoptions#cachepredicate", - "ResolveOptions.cacheWithContext": "globals.html#resolveoptions#cachewithcontext", - "ResolveOptions.conditionNames": "globals.html#resolveoptions#conditionnames", - "ResolveOptions.descriptionFiles": "globals.html#resolveoptions#descriptionfiles", - "ResolveOptions.enforceExtension": "globals.html#resolveoptions#enforceextension", - "ResolveOptions.exportsFields": "globals.html#resolveoptions#exportsfields", - "ResolveOptions.extensionAlias": "globals.html#resolveoptions#extensionalias", - "ResolveOptions.extensions": "globals.html#resolveoptions#extensions", - "ResolveOptions.fallback": "globals.html#resolveoptions#fallback", - "ResolveOptions.fileSystem": "globals.html#resolveoptions#filesystem", - "ResolveOptions.fullySpecified": "globals.html#resolveoptions#fullyspecified", - "ResolveOptions.importsFields": "globals.html#resolveoptions#importsfields", - "ResolveOptions.mainFields": "globals.html#resolveoptions#mainfields", - "ResolveOptions.mainFiles": "globals.html#resolveoptions#mainfiles", - "ResolveOptions.modules": "globals.html#resolveoptions#modules", - "ResolveOptions.plugins": "globals.html#resolveoptions#plugins", - "ResolveOptions.preferAbsolute": "globals.html#resolveoptions#preferabsolute", - "ResolveOptions.preferRelative": "globals.html#resolveoptions#preferrelative", - "ResolveOptions.resolver": "globals.html#resolveoptions#resolver", - "ResolveOptions.restrictions": "globals.html#resolveoptions#restrictions", - "ResolveOptions.roots": "globals.html#resolveoptions#roots", - "ResolveOptions.symlinks": "globals.html#resolveoptions#symlinks", - "ResolveOptions.tsconfig": "globals.html#resolveoptions#tsconfig", - "ResolveOptions.unsafeCache": "globals.html#resolveoptions#unsafecache", - "ResolveOptions.useSyncFileSystemCalls": "globals.html#resolveoptions#usesyncfilesystemcalls", + "ResolveOptions.alias": "globals.html#resolveoptions-alias", + "ResolveOptions.aliasFields": "globals.html#resolveoptions-aliasfields", + "ResolveOptions.byDependency": "globals.html#resolveoptions-bydependency", + "ResolveOptions.cache": "globals.html#resolveoptions-cache", + "ResolveOptions.cachePredicate": "globals.html#resolveoptions-cachepredicate", + "ResolveOptions.cacheWithContext": "globals.html#resolveoptions-cachewithcontext", + "ResolveOptions.conditionNames": "globals.html#resolveoptions-conditionnames", + "ResolveOptions.descriptionFiles": "globals.html#resolveoptions-descriptionfiles", + "ResolveOptions.enforceExtension": "globals.html#resolveoptions-enforceextension", + "ResolveOptions.exportsFields": "globals.html#resolveoptions-exportsfields", + "ResolveOptions.extensionAlias": "globals.html#resolveoptions-extensionalias", + "ResolveOptions.extensions": "globals.html#resolveoptions-extensions", + "ResolveOptions.fallback": "globals.html#resolveoptions-fallback", + "ResolveOptions.fileSystem": "globals.html#resolveoptions-filesystem", + "ResolveOptions.fullySpecified": "globals.html#resolveoptions-fullyspecified", + "ResolveOptions.importsFields": "globals.html#resolveoptions-importsfields", + "ResolveOptions.mainFields": "globals.html#resolveoptions-mainfields", + "ResolveOptions.mainFiles": "globals.html#resolveoptions-mainfiles", + "ResolveOptions.modules": "globals.html#resolveoptions-modules", + "ResolveOptions.plugins": "globals.html#resolveoptions-plugins", + "ResolveOptions.preferAbsolute": "globals.html#resolveoptions-preferabsolute", + "ResolveOptions.preferRelative": "globals.html#resolveoptions-preferrelative", + "ResolveOptions.resolver": "globals.html#resolveoptions-resolver", + "ResolveOptions.restrictions": "globals.html#resolveoptions-restrictions", + "ResolveOptions.roots": "globals.html#resolveoptions-roots", + "ResolveOptions.symlinks": "globals.html#resolveoptions-symlinks", + "ResolveOptions.tsconfig": "globals.html#resolveoptions-tsconfig", + "ResolveOptions.unsafeCache": "globals.html#resolveoptions-unsafecache", + "ResolveOptions.useSyncFileSystemCalls": "globals.html#resolveoptions-usesyncfilesystemcalls", "RuleSetRule": "globals.html#rulesetrule", - "RuleSetRule.assert": "globals.html#rulesetrule#assert", - "RuleSetRule.compiler": "globals.html#rulesetrule#compiler", - "RuleSetRule.dependency": "globals.html#rulesetrule#dependency", - "RuleSetRule.descriptionData": "globals.html#rulesetrule#descriptiondata", - "RuleSetRule.enforce": "globals.html#rulesetrule#enforce", - "RuleSetRule.exclude": "globals.html#rulesetrule#exclude", - "RuleSetRule.extractSourceMap": "globals.html#rulesetrule#extractsourcemap", - "RuleSetRule.generator": "globals.html#rulesetrule#generator", - "RuleSetRule.include": "globals.html#rulesetrule#include", - "RuleSetRule.issuer": "globals.html#rulesetrule#issuer", - "RuleSetRule.issuerLayer": "globals.html#rulesetrule#issuerlayer", - "RuleSetRule.layer": "globals.html#rulesetrule#layer", - "RuleSetRule.loader": "globals.html#rulesetrule#loader", - "RuleSetRule.mimetype": "globals.html#rulesetrule#mimetype", - "RuleSetRule.oneOf": "globals.html#rulesetrule#oneof", - "RuleSetRule.options": "globals.html#rulesetrule#options", - "RuleSetRule.parser": "globals.html#rulesetrule#parser", - "RuleSetRule.realResource": "globals.html#rulesetrule#realresource", - "RuleSetRule.resolve": "globals.html#rulesetrule#resolve", - "RuleSetRule.resource": "globals.html#rulesetrule#resource", - "RuleSetRule.resourceFragment": "globals.html#rulesetrule#resourcefragment", - "RuleSetRule.resourceQuery": "globals.html#rulesetrule#resourcequery", - "RuleSetRule.rules": "globals.html#rulesetrule#rules", - "RuleSetRule.scheme": "globals.html#rulesetrule#scheme", - "RuleSetRule.sideEffects": "globals.html#rulesetrule#sideeffects", - "RuleSetRule.test": "globals.html#rulesetrule#test", - "RuleSetRule.type": "globals.html#rulesetrule#type", - "RuleSetRule.use": "globals.html#rulesetrule#use", - "RuleSetRule.with": "globals.html#rulesetrule#with", + "RuleSetRule.assert": "globals.html#rulesetrule-assert", + "RuleSetRule.compiler": "globals.html#rulesetrule-compiler", + "RuleSetRule.dependency": "globals.html#rulesetrule-dependency", + "RuleSetRule.descriptionData": "globals.html#rulesetrule-descriptiondata", + "RuleSetRule.enforce": "globals.html#rulesetrule-enforce", + "RuleSetRule.exclude": "globals.html#rulesetrule-exclude", + "RuleSetRule.extractSourceMap": "globals.html#rulesetrule-extractsourcemap", + "RuleSetRule.generator": "globals.html#rulesetrule-generator", + "RuleSetRule.include": "globals.html#rulesetrule-include", + "RuleSetRule.issuer": "globals.html#rulesetrule-issuer", + "RuleSetRule.issuerLayer": "globals.html#rulesetrule-issuerlayer", + "RuleSetRule.layer": "globals.html#rulesetrule-layer", + "RuleSetRule.loader": "globals.html#rulesetrule-loader", + "RuleSetRule.mimetype": "globals.html#rulesetrule-mimetype", + "RuleSetRule.oneOf": "globals.html#rulesetrule-oneof", + "RuleSetRule.options": "globals.html#rulesetrule-options", + "RuleSetRule.parser": "globals.html#rulesetrule-parser", + "RuleSetRule.realResource": "globals.html#rulesetrule-realresource", + "RuleSetRule.resolve": "globals.html#rulesetrule-resolve", + "RuleSetRule.resource": "globals.html#rulesetrule-resource", + "RuleSetRule.resourceFragment": "globals.html#rulesetrule-resourcefragment", + "RuleSetRule.resourceQuery": "globals.html#rulesetrule-resourcequery", + "RuleSetRule.rules": "globals.html#rulesetrule-rules", + "RuleSetRule.scheme": "globals.html#rulesetrule-scheme", + "RuleSetRule.sideEffects": "globals.html#rulesetrule-sideeffects", + "RuleSetRule.test": "globals.html#rulesetrule-test", + "RuleSetRule.type": "globals.html#rulesetrule-type", + "RuleSetRule.use": "globals.html#rulesetrule-use", + "RuleSetRule.with": "globals.html#rulesetrule-with", "StatsOptions": "globals.html#statsoptions", - "StatsOptions.all": "globals.html#statsoptions#all", - "StatsOptions.assets": "globals.html#statsoptions#assets", - "StatsOptions.assetsSort": "globals.html#statsoptions#assetssort", - "StatsOptions.assetsSpace": "globals.html#statsoptions#assetsspace", - "StatsOptions.builtAt": "globals.html#statsoptions#builtat", - "StatsOptions.cached": "globals.html#statsoptions#cached", - "StatsOptions.cachedAssets": "globals.html#statsoptions#cachedassets", - "StatsOptions.cachedModules": "globals.html#statsoptions#cachedmodules", - "StatsOptions.children": "globals.html#statsoptions#children", - "StatsOptions.chunkGroupAuxiliary": "globals.html#statsoptions#chunkgroupauxiliary", - "StatsOptions.chunkGroupChildren": "globals.html#statsoptions#chunkgroupchildren", - "StatsOptions.chunkGroupMaxAssets": "globals.html#statsoptions#chunkgroupmaxassets", - "StatsOptions.chunkGroups": "globals.html#statsoptions#chunkgroups", - "StatsOptions.chunkModules": "globals.html#statsoptions#chunkmodules", - "StatsOptions.chunkModulesSpace": "globals.html#statsoptions#chunkmodulesspace", - "StatsOptions.chunkOrigins": "globals.html#statsoptions#chunkorigins", - "StatsOptions.chunkRelations": "globals.html#statsoptions#chunkrelations", - "StatsOptions.chunks": "globals.html#statsoptions#chunks", - "StatsOptions.chunksSort": "globals.html#statsoptions#chunkssort", - "StatsOptions.colors": "globals.html#statsoptions#colors", - "StatsOptions.context": "globals.html#statsoptions#context", - "StatsOptions.dependentModules": "globals.html#statsoptions#dependentmodules", - "StatsOptions.depth": "globals.html#statsoptions#depth", - "StatsOptions.entrypoints": "globals.html#statsoptions#entrypoints", - "StatsOptions.env": "globals.html#statsoptions#env", - "StatsOptions.errorCause": "globals.html#statsoptions#errorcause", - "StatsOptions.errorDetails": "globals.html#statsoptions#errordetails", - "StatsOptions.errorErrors": "globals.html#statsoptions#errorerrors", - "StatsOptions.errors": "globals.html#statsoptions#errors", - "StatsOptions.errorsCount": "globals.html#statsoptions#errorscount", - "StatsOptions.errorsSpace": "globals.html#statsoptions#errorsspace", - "StatsOptions.errorStack": "globals.html#statsoptions#errorstack", - "StatsOptions.exclude": "globals.html#statsoptions#exclude", - "StatsOptions.excludeAssets": "globals.html#statsoptions#excludeassets", - "StatsOptions.excludeModules": "globals.html#statsoptions#excludemodules", - "StatsOptions.groupAssetsByChunk": "globals.html#statsoptions#groupassetsbychunk", - "StatsOptions.groupAssetsByEmitStatus": "globals.html#statsoptions#groupassetsbyemitstatus", - "StatsOptions.groupAssetsByExtension": "globals.html#statsoptions#groupassetsbyextension", - "StatsOptions.groupAssetsByInfo": "globals.html#statsoptions#groupassetsbyinfo", - "StatsOptions.groupAssetsByPath": "globals.html#statsoptions#groupassetsbypath", - "StatsOptions.groupModulesByAttributes": "globals.html#statsoptions#groupmodulesbyattributes", - "StatsOptions.groupModulesByCacheStatus": "globals.html#statsoptions#groupmodulesbycachestatus", - "StatsOptions.groupModulesByExtension": "globals.html#statsoptions#groupmodulesbyextension", - "StatsOptions.groupModulesByLayer": "globals.html#statsoptions#groupmodulesbylayer", - "StatsOptions.groupModulesByPath": "globals.html#statsoptions#groupmodulesbypath", - "StatsOptions.groupModulesByType": "globals.html#statsoptions#groupmodulesbytype", - "StatsOptions.groupReasonsByOrigin": "globals.html#statsoptions#groupreasonsbyorigin", - "StatsOptions.hash": "globals.html#statsoptions#hash", - "StatsOptions.ids": "globals.html#statsoptions#ids", - "StatsOptions.logging": "globals.html#statsoptions#logging", - "StatsOptions.loggingDebug": "globals.html#statsoptions#loggingdebug", - "StatsOptions.loggingTrace": "globals.html#statsoptions#loggingtrace", - "StatsOptions.moduleAssets": "globals.html#statsoptions#moduleassets", - "StatsOptions.modules": "globals.html#statsoptions#modules", - "StatsOptions.modulesSort": "globals.html#statsoptions#modulessort", - "StatsOptions.modulesSpace": "globals.html#statsoptions#modulesspace", - "StatsOptions.moduleTrace": "globals.html#statsoptions#moduletrace", - "StatsOptions.nestedModules": "globals.html#statsoptions#nestedmodules", - "StatsOptions.nestedModulesSpace": "globals.html#statsoptions#nestedmodulesspace", - "StatsOptions.optimizationBailout": "globals.html#statsoptions#optimizationbailout", - "StatsOptions.orphanModules": "globals.html#statsoptions#orphanmodules", - "StatsOptions.outputPath": "globals.html#statsoptions#outputpath", - "StatsOptions.performance": "globals.html#statsoptions#performance", - "StatsOptions.preset": "globals.html#statsoptions#preset", - "StatsOptions.providedExports": "globals.html#statsoptions#providedexports", - "StatsOptions.publicPath": "globals.html#statsoptions#publicpath", - "StatsOptions.reasons": "globals.html#statsoptions#reasons", - "StatsOptions.reasonsSpace": "globals.html#statsoptions#reasonsspace", - "StatsOptions.relatedAssets": "globals.html#statsoptions#relatedassets", - "StatsOptions.runtime": "globals.html#statsoptions#runtime", - "StatsOptions.runtimeModules": "globals.html#statsoptions#runtimemodules", - "StatsOptions.source": "globals.html#statsoptions#source", - "StatsOptions.timings": "globals.html#statsoptions#timings", - "StatsOptions.usedExports": "globals.html#statsoptions#usedexports", - "StatsOptions.version": "globals.html#statsoptions#version", - "StatsOptions.warnings": "globals.html#statsoptions#warnings", - "StatsOptions.warningsCount": "globals.html#statsoptions#warningscount", - "StatsOptions.warningsFilter": "globals.html#statsoptions#warningsfilter", - "StatsOptions.warningsSpace": "globals.html#statsoptions#warningsspace", + "StatsOptions.all": "globals.html#statsoptions-all", + "StatsOptions.assets": "globals.html#statsoptions-assets", + "StatsOptions.assetsSort": "globals.html#statsoptions-assetssort", + "StatsOptions.assetsSpace": "globals.html#statsoptions-assetsspace", + "StatsOptions.builtAt": "globals.html#statsoptions-builtat", + "StatsOptions.cached": "globals.html#statsoptions-cached", + "StatsOptions.cachedAssets": "globals.html#statsoptions-cachedassets", + "StatsOptions.cachedModules": "globals.html#statsoptions-cachedmodules", + "StatsOptions.children": "globals.html#statsoptions-children", + "StatsOptions.chunkGroupAuxiliary": "globals.html#statsoptions-chunkgroupauxiliary", + "StatsOptions.chunkGroupChildren": "globals.html#statsoptions-chunkgroupchildren", + "StatsOptions.chunkGroupMaxAssets": "globals.html#statsoptions-chunkgroupmaxassets", + "StatsOptions.chunkGroups": "globals.html#statsoptions-chunkgroups", + "StatsOptions.chunkModules": "globals.html#statsoptions-chunkmodules", + "StatsOptions.chunkModulesSpace": "globals.html#statsoptions-chunkmodulesspace", + "StatsOptions.chunkOrigins": "globals.html#statsoptions-chunkorigins", + "StatsOptions.chunkRelations": "globals.html#statsoptions-chunkrelations", + "StatsOptions.chunks": "globals.html#statsoptions-chunks", + "StatsOptions.chunksSort": "globals.html#statsoptions-chunkssort", + "StatsOptions.colors": "globals.html#statsoptions-colors", + "StatsOptions.context": "globals.html#statsoptions-context", + "StatsOptions.dependentModules": "globals.html#statsoptions-dependentmodules", + "StatsOptions.depth": "globals.html#statsoptions-depth", + "StatsOptions.entrypoints": "globals.html#statsoptions-entrypoints", + "StatsOptions.env": "globals.html#statsoptions-env", + "StatsOptions.errorCause": "globals.html#statsoptions-errorcause", + "StatsOptions.errorDetails": "globals.html#statsoptions-errordetails", + "StatsOptions.errorErrors": "globals.html#statsoptions-errorerrors", + "StatsOptions.errors": "globals.html#statsoptions-errors", + "StatsOptions.errorsCount": "globals.html#statsoptions-errorscount", + "StatsOptions.errorsSpace": "globals.html#statsoptions-errorsspace", + "StatsOptions.errorStack": "globals.html#statsoptions-errorstack", + "StatsOptions.exclude": "globals.html#statsoptions-exclude", + "StatsOptions.excludeAssets": "globals.html#statsoptions-excludeassets", + "StatsOptions.excludeModules": "globals.html#statsoptions-excludemodules", + "StatsOptions.groupAssetsByChunk": "globals.html#statsoptions-groupassetsbychunk", + "StatsOptions.groupAssetsByEmitStatus": "globals.html#statsoptions-groupassetsbyemitstatus", + "StatsOptions.groupAssetsByExtension": "globals.html#statsoptions-groupassetsbyextension", + "StatsOptions.groupAssetsByInfo": "globals.html#statsoptions-groupassetsbyinfo", + "StatsOptions.groupAssetsByPath": "globals.html#statsoptions-groupassetsbypath", + "StatsOptions.groupModulesByAttributes": "globals.html#statsoptions-groupmodulesbyattributes", + "StatsOptions.groupModulesByCacheStatus": "globals.html#statsoptions-groupmodulesbycachestatus", + "StatsOptions.groupModulesByExtension": "globals.html#statsoptions-groupmodulesbyextension", + "StatsOptions.groupModulesByLayer": "globals.html#statsoptions-groupmodulesbylayer", + "StatsOptions.groupModulesByPath": "globals.html#statsoptions-groupmodulesbypath", + "StatsOptions.groupModulesByType": "globals.html#statsoptions-groupmodulesbytype", + "StatsOptions.groupReasonsByOrigin": "globals.html#statsoptions-groupreasonsbyorigin", + "StatsOptions.hash": "globals.html#statsoptions-hash", + "StatsOptions.ids": "globals.html#statsoptions-ids", + "StatsOptions.logging": "globals.html#statsoptions-logging", + "StatsOptions.loggingDebug": "globals.html#statsoptions-loggingdebug", + "StatsOptions.loggingTrace": "globals.html#statsoptions-loggingtrace", + "StatsOptions.moduleAssets": "globals.html#statsoptions-moduleassets", + "StatsOptions.modules": "globals.html#statsoptions-modules", + "StatsOptions.modulesSort": "globals.html#statsoptions-modulessort", + "StatsOptions.modulesSpace": "globals.html#statsoptions-modulesspace", + "StatsOptions.moduleTrace": "globals.html#statsoptions-moduletrace", + "StatsOptions.nestedModules": "globals.html#statsoptions-nestedmodules", + "StatsOptions.nestedModulesSpace": "globals.html#statsoptions-nestedmodulesspace", + "StatsOptions.optimizationBailout": "globals.html#statsoptions-optimizationbailout", + "StatsOptions.orphanModules": "globals.html#statsoptions-orphanmodules", + "StatsOptions.outputPath": "globals.html#statsoptions-outputpath", + "StatsOptions.performance": "globals.html#statsoptions-performance", + "StatsOptions.preset": "globals.html#statsoptions-preset", + "StatsOptions.providedExports": "globals.html#statsoptions-providedexports", + "StatsOptions.publicPath": "globals.html#statsoptions-publicpath", + "StatsOptions.reasons": "globals.html#statsoptions-reasons", + "StatsOptions.reasonsSpace": "globals.html#statsoptions-reasonsspace", + "StatsOptions.relatedAssets": "globals.html#statsoptions-relatedassets", + "StatsOptions.runtime": "globals.html#statsoptions-runtime", + "StatsOptions.runtimeModules": "globals.html#statsoptions-runtimemodules", + "StatsOptions.source": "globals.html#statsoptions-source", + "StatsOptions.timings": "globals.html#statsoptions-timings", + "StatsOptions.usedExports": "globals.html#statsoptions-usedexports", + "StatsOptions.version": "globals.html#statsoptions-version", + "StatsOptions.warnings": "globals.html#statsoptions-warnings", + "StatsOptions.warningsCount": "globals.html#statsoptions-warningscount", + "StatsOptions.warningsFilter": "globals.html#statsoptions-warningsfilter", + "StatsOptions.warningsSpace": "globals.html#statsoptions-warningsspace", "WebpackOptionsNormalized": "globals.html#webpackoptionsnormalized", - "WebpackOptionsNormalized.amd": "globals.html#webpackoptionsnormalized#amd", - "WebpackOptionsNormalized.bail": "globals.html#webpackoptionsnormalized#bail", - "WebpackOptionsNormalized.cache": "globals.html#webpackoptionsnormalized#cache", - "WebpackOptionsNormalized.context": "globals.html#webpackoptionsnormalized#context", - "WebpackOptionsNormalized.dependencies": "globals.html#webpackoptionsnormalized#dependencies", - "WebpackOptionsNormalized.devServer": "globals.html#webpackoptionsnormalized#devserver", - "WebpackOptionsNormalized.devtool": "globals.html#webpackoptionsnormalized#devtool", - "WebpackOptionsNormalized.dotenv": "globals.html#webpackoptionsnormalized#dotenv", - "WebpackOptionsNormalized.entry": "globals.html#webpackoptionsnormalized#entry", - "WebpackOptionsNormalized.experiments": "globals.html#webpackoptionsnormalized#experiments", - "WebpackOptionsNormalized.externals": "globals.html#webpackoptionsnormalized#externals", - "WebpackOptionsNormalized.externalsPresets": "globals.html#webpackoptionsnormalized#externalspresets", - "WebpackOptionsNormalized.externalsType": "globals.html#webpackoptionsnormalized#externalstype", - "WebpackOptionsNormalized.ignoreWarnings": "globals.html#webpackoptionsnormalized#ignorewarnings", - "WebpackOptionsNormalized.infrastructureLogging": "globals.html#webpackoptionsnormalized#infrastructurelogging", - "WebpackOptionsNormalized.loader": "globals.html#webpackoptionsnormalized#loader", - "WebpackOptionsNormalized.mode": "globals.html#webpackoptionsnormalized#mode", - "WebpackOptionsNormalized.module": "globals.html#webpackoptionsnormalized#module", - "WebpackOptionsNormalized.name": "globals.html#webpackoptionsnormalized#name", - "WebpackOptionsNormalized.node": "globals.html#webpackoptionsnormalized#node", - "WebpackOptionsNormalized.optimization": "globals.html#webpackoptionsnormalized#optimization", - "WebpackOptionsNormalized.output": "globals.html#webpackoptionsnormalized#output", - "WebpackOptionsNormalized.parallelism": "globals.html#webpackoptionsnormalized#parallelism", - "WebpackOptionsNormalized.performance": "globals.html#webpackoptionsnormalized#performance", - "WebpackOptionsNormalized.plugins": "globals.html#webpackoptionsnormalized#plugins", - "WebpackOptionsNormalized.profile": "globals.html#webpackoptionsnormalized#profile", - "WebpackOptionsNormalized.recordsInputPath": "globals.html#webpackoptionsnormalized#recordsinputpath", - "WebpackOptionsNormalized.recordsOutputPath": "globals.html#webpackoptionsnormalized#recordsoutputpath", - "WebpackOptionsNormalized.resolve": "globals.html#webpackoptionsnormalized#resolve", - "WebpackOptionsNormalized.resolveLoader": "globals.html#webpackoptionsnormalized#resolveloader", - "WebpackOptionsNormalized.snapshot": "globals.html#webpackoptionsnormalized#snapshot", - "WebpackOptionsNormalized.stats": "globals.html#webpackoptionsnormalized#stats", - "WebpackOptionsNormalized.target": "globals.html#webpackoptionsnormalized#target", - "WebpackOptionsNormalized.validate": "globals.html#webpackoptionsnormalized#validate", - "WebpackOptionsNormalized.watch": "globals.html#webpackoptionsnormalized#watch", - "WebpackOptionsNormalized.watchOptions": "globals.html#webpackoptionsnormalized#watchoptions", + "WebpackOptionsNormalized.amd": "globals.html#webpackoptionsnormalized-amd", + "WebpackOptionsNormalized.bail": "globals.html#webpackoptionsnormalized-bail", + "WebpackOptionsNormalized.cache": "globals.html#webpackoptionsnormalized-cache", + "WebpackOptionsNormalized.context": "globals.html#webpackoptionsnormalized-context", + "WebpackOptionsNormalized.dependencies": "globals.html#webpackoptionsnormalized-dependencies", + "WebpackOptionsNormalized.devServer": "globals.html#webpackoptionsnormalized-devserver", + "WebpackOptionsNormalized.devtool": "globals.html#webpackoptionsnormalized-devtool", + "WebpackOptionsNormalized.dotenv": "globals.html#webpackoptionsnormalized-dotenv", + "WebpackOptionsNormalized.entry": "globals.html#webpackoptionsnormalized-entry", + "WebpackOptionsNormalized.experiments": "globals.html#webpackoptionsnormalized-experiments", + "WebpackOptionsNormalized.externals": "globals.html#webpackoptionsnormalized-externals", + "WebpackOptionsNormalized.externalsPresets": "globals.html#webpackoptionsnormalized-externalspresets", + "WebpackOptionsNormalized.externalsType": "globals.html#webpackoptionsnormalized-externalstype", + "WebpackOptionsNormalized.ignoreWarnings": "globals.html#webpackoptionsnormalized-ignorewarnings", + "WebpackOptionsNormalized.infrastructureLogging": "globals.html#webpackoptionsnormalized-infrastructurelogging", + "WebpackOptionsNormalized.loader": "globals.html#webpackoptionsnormalized-loader", + "WebpackOptionsNormalized.mode": "globals.html#webpackoptionsnormalized-mode", + "WebpackOptionsNormalized.module": "globals.html#webpackoptionsnormalized-module", + "WebpackOptionsNormalized.name": "globals.html#webpackoptionsnormalized-name", + "WebpackOptionsNormalized.node": "globals.html#webpackoptionsnormalized-node", + "WebpackOptionsNormalized.optimization": "globals.html#webpackoptionsnormalized-optimization", + "WebpackOptionsNormalized.output": "globals.html#webpackoptionsnormalized-output", + "WebpackOptionsNormalized.parallelism": "globals.html#webpackoptionsnormalized-parallelism", + "WebpackOptionsNormalized.performance": "globals.html#webpackoptionsnormalized-performance", + "WebpackOptionsNormalized.plugins": "globals.html#webpackoptionsnormalized-plugins", + "WebpackOptionsNormalized.profile": "globals.html#webpackoptionsnormalized-profile", + "WebpackOptionsNormalized.recordsInputPath": "globals.html#webpackoptionsnormalized-recordsinputpath", + "WebpackOptionsNormalized.recordsOutputPath": "globals.html#webpackoptionsnormalized-recordsoutputpath", + "WebpackOptionsNormalized.resolve": "globals.html#webpackoptionsnormalized-resolve", + "WebpackOptionsNormalized.resolveLoader": "globals.html#webpackoptionsnormalized-resolveloader", + "WebpackOptionsNormalized.snapshot": "globals.html#webpackoptionsnormalized-snapshot", + "WebpackOptionsNormalized.stats": "globals.html#webpackoptionsnormalized-stats", + "WebpackOptionsNormalized.target": "globals.html#webpackoptionsnormalized-target", + "WebpackOptionsNormalized.validate": "globals.html#webpackoptionsnormalized-validate", + "WebpackOptionsNormalized.watch": "globals.html#webpackoptionsnormalized-watch", + "WebpackOptionsNormalized.watchOptions": "globals.html#webpackoptionsnormalized-watchoptions", "WebpackPluginInstance": "globals.html#webpackplugininstance", - "WebpackPluginInstance.__index": "globals.html#webpackplugininstance#index", - "WebpackPluginInstance.apply": "globals.html#webpackplugininstance#apply", - "AssetInfo": "globals.html#assetinfo-1", + "WebpackPluginInstance.__index": "globals.html#webpackplugininstance-__index", + "WebpackPluginInstance.apply": "globals.html#webpackplugininstance-apply", + "AssetInfo": "globals.html#assetinfo", "Entry": "globals.html#entry", "EntryNormalized": "globals.html#entrynormalized", "EntryOptions": "globals.html#entryoptions", "ExternalItem": "globals.html#externalitem", "ExternalItemFunction": "globals.html#externalitemfunction", "ExternalItemFunctionCallback": "globals.html#externalitemfunctioncallback", - "ExternalItemFunctionCallback.__type.__type": "globals.html#externalitemfunctioncallback#type", - "ExternalItemFunctionDataGetResolve": "globals.html#externalitemfunctiondatagetresolve-1", - "ExternalItemFunctionDataGetResolve.__type.__type": "globals.html#externalitemfunctiondatagetresolve-1#type", + "ExternalItemFunctionCallback.__type.__type": "globals.html#externalitemfunctioncallback-__type-__type", + "ExternalItemFunctionDataGetResolve": "globals.html#externalitemfunctiondatagetresolve", + "ExternalItemFunctionDataGetResolve.__type.__type": "globals.html#externalitemfunctiondatagetresolve-__type-__type", "ExternalItemFunctionDataGetResolveCallbackResult": "globals.html#externalitemfunctiondatagetresolvecallbackresult", - "ExternalItemFunctionDataGetResolveCallbackResult.__type.__type": "globals.html#externalitemfunctiondatagetresolvecallbackresult#type", + "ExternalItemFunctionDataGetResolveCallbackResult.__type.__type": "globals.html#externalitemfunctiondatagetresolvecallbackresult-__type-__type", "ExternalItemFunctionDataGetResolveResult": "globals.html#externalitemfunctiondatagetresolveresult", - "ExternalItemFunctionDataGetResolveResult.__type.__type": "globals.html#externalitemfunctiondatagetresolveresult#type", + "ExternalItemFunctionDataGetResolveResult.__type.__type": "globals.html#externalitemfunctiondatagetresolveresult-__type-__type", "ExternalItemFunctionPromise": "globals.html#externalitemfunctionpromise", - "ExternalItemFunctionPromise.__type.__type": "globals.html#externalitemfunctionpromise#type", + "ExternalItemFunctionPromise.__type.__type": "globals.html#externalitemfunctionpromise-__type-__type", "ExternalItemValue": "globals.html#externalitemvalue", "Externals": "globals.html#externals", "LoaderContext": "globals.html#loadercontext", - "LoaderContext.OptionsType": "globals.html#loadercontext#optionstype", + "LoaderContext.OptionsType": "globals.html#loadercontext-optionstype", "LoaderDefinition": "globals.html#loaderdefinition", - "LoaderDefinition.OptionsType": "globals.html#loaderdefinition#optionstype", - "LoaderDefinition.ContextAdditions": "globals.html#loaderdefinition#contextadditions", + "LoaderDefinition.OptionsType": "globals.html#loaderdefinition-optionstype", + "LoaderDefinition.ContextAdditions": "globals.html#loaderdefinition-contextadditions", "MultiConfiguration": "globals.html#multiconfiguration", "ParserState": "globals.html#parserstate", "RawLoaderDefinition": "globals.html#rawloaderdefinition", - "RawLoaderDefinition.OptionsType": "globals.html#rawloaderdefinition#optionstype", - "RawLoaderDefinition.ContextAdditions": "globals.html#rawloaderdefinition#contextadditions", + "RawLoaderDefinition.OptionsType": "globals.html#rawloaderdefinition-optionstype", + "RawLoaderDefinition.ContextAdditions": "globals.html#rawloaderdefinition-contextadditions", "RenderManifestEntry": "globals.html#rendermanifestentry", "ResolvePluginInstance": "globals.html#resolveplugininstance", "RuleSetCondition": "globals.html#rulesetcondition", "RuleSetConditionAbsolute": "globals.html#rulesetconditionabsolute", "RuleSetUse": "globals.html#rulesetuse", "RuleSetUseFunction": "globals.html#rulesetusefunction", - "RuleSetUseFunction.__type.__type": "globals.html#rulesetusefunction#type", + "RuleSetUseFunction.__type.__type": "globals.html#rulesetusefunction-__type-__type", "RuleSetUseItem": "globals.html#rulesetuseitem", "StatsAsset": "globals.html#statsasset", "StatsChunk": "globals.html#statschunk", "StatsChunkGroup": "globals.html#statschunkgroup", "StatsChunkOrigin": "globals.html#statschunkorigin", - "StatsCompilation": "globals.html#statscompilation-1", + "StatsCompilation": "globals.html#statscompilation", "StatsError": "globals.html#statserror", "StatsLogging": "globals.html#statslogging", "StatsLoggingEntry": "globals.html#statsloggingentry", @@ -3739,13 +3739,13 @@ "StatsProfile": "globals.html#statsprofile", "TemplatePath": "globals.html#templatepath", "WebpackPluginFunction": "globals.html#webpackpluginfunction", - "WebpackPluginFunction.__type.__type": "globals.html#webpackpluginfunction#type", + "WebpackPluginFunction.__type.__type": "globals.html#webpackpluginfunction-__type-__type", "UsageState": "globals.html#usagestate", "validate": "globals.html#validate", - "validate.__type.__type": "globals.html#validate#type", + "validate.__type.__type": "globals.html#validate-__type-__type", "validateSchema": "globals.html#validateschema", - "validateSchema.__type.__type": "globals.html#validateschema#type", + "validateSchema.__type.__type": "globals.html#validateschema-__type-__type", "version": "globals.html#version", - "export=": "globals.html#export", - "export=.export=": "globals.html#export#export-3" + "export=": "globals.html#export=", + "export=.export=": "globals.html#export=-export=" } \ No newline at end of file diff --git a/plugins/processor.mjs b/plugins/processor.mjs index 34c5cbc..1d448ad 100644 --- a/plugins/processor.mjs +++ b/plugins/processor.mjs @@ -37,12 +37,12 @@ export function load(app) { app.renderer.on(Renderer.EVENT_END, () => { const typeMap = Object.fromEntries( - app.renderer.router.getLinkTargets().map(target => { - const fullUrl = app.renderer.router - .getFullUrl(target) - .replace('.md', '.html'); - return [target.getFullName(), fullUrl]; - }) + app.renderer.router + .getLinkTargets() + .map(target => [ + target.getFullName(), + app.renderer.router.getAnchoredURL(target).replace('.md', '.html'), + ]) ); writeFileSync( diff --git a/plugins/theme/router.mjs b/plugins/theme/router.mjs index bc8c952..beaa9dd 100644 --- a/plugins/theme/router.mjs +++ b/plugins/theme/router.mjs @@ -15,6 +15,26 @@ export class DocKitRouter extends ModuleRouter { } } + /** @param {import('typedoc').RouterTarget} target */ + getAnchor(target) { + const fullName = target.getFullName(); + const parts = fullName.split('.'); + + let pageOwner = target; + while (pageOwner && !this.hasOwnDocument(pageOwner)) { + pageOwner = pageOwner.parent; + } + + const page = pageOwner ? this.getFullUrl(pageOwner).split('#')[0] : ''; + + // target is the page owner itself — no anchor needed + if (pageOwner === target) return ''; + + const isGlobal = page === 'globals.html' || page === 'globals.md'; + + return (isGlobal ? parts : parts.slice(1)).join('-').toLowerCase(); + } + /** @param {import('typedoc').RouterTarget} target */ getAnchoredURL(target) { const anchor = this.getAnchor(target);