From 9958dc5681e91cdea8c5fadc9a03f342cd7bf810 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sun, 22 Mar 2026 22:26:57 +0000 Subject: [PATCH 01/17] chore: sync webpack docs to 89a1ca3894f924d9c2a8d41e06d982ebc333c52f --- HEAD_COMMIT | 2 +- pages/v5.x/index.md | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 0f63443..c9504a3 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -b5499e05b0c1c2847545a610cbaea3d352328d3d \ No newline at end of file +89a1ca3894f924d9c2a8d41e06d982ebc333c52f diff --git a/pages/v5.x/index.md b/pages/v5.x/index.md index e4abe0c..eb63423 100644 --- a/pages/v5.x/index.md +++ b/pages/v5.x/index.md @@ -164,18 +164,15 @@ or are automatically applied via regex from your webpack configuration. | Name | Status | Install Size | Description | | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | :--------------: | :-------------------------------------------------------------------------------------- | | | ![html-npm] | ![html-size] | Exports HTML as string, requires references to static resources | -| | ![pug-npm] | ![pug-size] | Loads Pug templates and returns a function | -| | ![pug3-npm] | ![pug3-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular | +| | ![pug-npm] | ![pug-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular | | | ![md-npm] | ![md-size] | Compiles Markdown to HTML | | | ![posthtml-npm] | ![posthtml-size] | Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml) | | | ![hbs-npm] | ![hbs-size] | Compiles Handlebars to HTML | [html-npm]: https://img.shields.io/npm/v/html-loader.svg [html-size]: https://packagephobia.com/badge?p=html-loader -[pug-npm]: https://img.shields.io/npm/v/pug-loader.svg -[pug-size]: https://packagephobia.com/badge?p=pug-loader -[pug3-npm]: https://img.shields.io/npm/v/@webdiscus/pug-loader.svg -[pug3-size]: https://packagephobia.com/badge?p=@webdiscus/pug-loader +[pug-npm]: https://img.shields.io/npm/v/@webdiscus/pug-loader.svg +[pug-size]: https://packagephobia.com/badge?p=@webdiscus/pug-loader [jade-npm]: https://img.shields.io/npm/v/jade-loader.svg [jade-size]: https://packagephobia.com/badge?p=jade-loader [md-npm]: https://img.shields.io/npm/v/markdown-loader.svg From ef5cc33821a62654806a73626d12c0ea8032cb64 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Tue, 24 Mar 2026 04:33:50 +0000 Subject: [PATCH 02/17] chore: sync webpack docs to d9e11489a8ec52f5a850b11c353790ae089c937f --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index c9504a3..7fd5642 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -89a1ca3894f924d9c2a8d41e06d982ebc333c52f +d9e11489a8ec52f5a850b11c353790ae089c937f From b4f15d6b2140514d615eabdc1a7575c50f29fa24 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 25 Mar 2026 04:35:52 +0000 Subject: [PATCH 03/17] chore: sync webpack docs to 72598efbba25d86f99c7197edd7338eeba057567 --- HEAD_COMMIT | 2 +- pages/v5.x/globals.md | 1 + pages/v5.x/type-map.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 7fd5642..424601c 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -d9e11489a8ec52f5a850b11c353790ae089c937f +72598efbba25d86f99c7197edd7338eeba057567 diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index c95e5ed..1af1bf3 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -6649,6 +6649,7 @@ Specify options for each parser. * `filename` {string} * `hash` {string} * `hashWithLength` {object} +* `local` {string} * `module` {Module|ModulePathData} * `noChunkHash` {boolean} * `prepareId` {object} diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json index 11ce1f6..c3da50b 100644 --- a/pages/v5.x/type-map.json +++ b/pages/v5.x/type-map.json @@ -3461,6 +3461,7 @@ "PathData.filename": "globals.md#filename", "PathData.hash": "globals.md#hash", "PathData.hashWithLength": "globals.md#hashwithlength", + "PathData.local": "globals.md#local", "PathData.module": "globals.md#module", "PathData.noChunkHash": "globals.md#nochunkhash", "PathData.prepareId": "globals.md#prepareid", From 62e3eeef63543ffabc30f293c63a34b688e5ef4e Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Thu, 26 Mar 2026 04:44:30 +0000 Subject: [PATCH 04/17] chore: sync webpack docs to 7bde8ab8d018fa2f89751b415b00066f81aeed50 --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 424601c..e609db6 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -72598efbba25d86f99c7197edd7338eeba057567 +7bde8ab8d018fa2f89751b415b00066f81aeed50 From 7e5fc571ac7e956b150754005f5e944e94a89314 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Fri, 27 Mar 2026 04:44:51 +0000 Subject: [PATCH 05/17] chore: sync webpack docs to 118e0c575ffabe0d2c9ea92a5800e3ed0196941a --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index e609db6..1370fbc 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -7bde8ab8d018fa2f89751b415b00066f81aeed50 +118e0c575ffabe0d2c9ea92a5800e3ed0196941a From 480916d605f7b3a994dec1f6719a7b4e429105e0 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sat, 28 Mar 2026 04:34:52 +0000 Subject: [PATCH 06/17] chore: sync webpack docs to 925ba2dc49f2f9e88577f94212595d640a39927c --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 1370fbc..34acd45 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -118e0c575ffabe0d2c9ea92a5800e3ed0196941a +925ba2dc49f2f9e88577f94212595d640a39927c From bdf573e1a99ddfd6ed79900cf86da99cff598441 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Tue, 31 Mar 2026 04:46:09 +0000 Subject: [PATCH 07/17] chore: sync webpack docs to 9fb3b03ae1f7e66e6c6815561de5830c1821af5c --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 34acd45..c112aa7 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -925ba2dc49f2f9e88577f94212595d640a39927c +9fb3b03ae1f7e66e6c6815561de5830c1821af5c From 5a60feaba2f3969bd08c5775c83aa1c73c92d4d9 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 1 Apr 2026 04:54:07 +0000 Subject: [PATCH 08/17] chore: sync webpack docs to cfc5e36888d7d97517122da34b0e8a57abd5f333 --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index c112aa7..a25f46b 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -9fb3b03ae1f7e66e6c6815561de5830c1821af5c +cfc5e36888d7d97517122da34b0e8a57abd5f333 From 46276df0264cbbf13b9947d8e77c66755660e15c Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Thu, 2 Apr 2026 04:42:13 +0000 Subject: [PATCH 09/17] chore: sync webpack docs to 60f7e4ab5312f1fccc93b3bdeb32d9771bd1c9ee --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index a25f46b..eb380a9 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -cfc5e36888d7d97517122da34b0e8a57abd5f333 +60f7e4ab5312f1fccc93b3bdeb32d9771bd1c9ee From 52e4eafd9b4b59802f0c4370880150c4c9adf06c Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Fri, 3 Apr 2026 04:43:05 +0000 Subject: [PATCH 10/17] chore: sync webpack docs to 61fbd29f4f3a54dfd13911af4eca0b1c27523ad2 --- HEAD_COMMIT | 2 +- pages/v5.x/globals.md | 4 ++-- pages/v5.x/webpack/namespaces/dependencies.md | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index eb380a9..a354e40 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -60f7e4ab5312f1fccc93b3bdeb32d9771bd1c9ee +61fbd29f4f3a54dfd13911af4eca0b1c27523ad2 diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index 1af1bf3..464ad4d 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -2087,13 +2087,13 @@ Apply the plugin * `weak` {boolean} * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` diff --git a/pages/v5.x/webpack/namespaces/dependencies.md b/pages/v5.x/webpack/namespaces/dependencies.md index c1d7fc2..ae0e040 100644 --- a/pages/v5.x/webpack/namespaces/dependencies.md +++ b/pages/v5.x/webpack/namespaces/dependencies.md @@ -30,13 +30,13 @@ * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {ConstDependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` @@ -174,13 +174,13 @@ Update the hash * `getNonOptionalPart` {object} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {HarmonyImportDependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` @@ -339,13 +339,13 @@ Update the hash * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {DependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` @@ -475,13 +475,13 @@ Update the hash * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {NullDependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` From 71d54708589ed7f939b547add43a11c2bab2b501 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sat, 4 Apr 2026 04:32:37 +0000 Subject: [PATCH 11/17] chore: sync webpack docs to 91aa5daf7738a8e41297120a89b75836a192391d --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index a354e40..8dfb4d1 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -61fbd29f4f3a54dfd13911af4eca0b1c27523ad2 +91aa5daf7738a8e41297120a89b75836a192391d From 22a6ed2884e09cd6b74cbc138b3d9c330a0b6208 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Tue, 7 Apr 2026 04:45:09 +0000 Subject: [PATCH 12/17] chore: sync webpack docs to 390333f082751b4827823201b22bd3ad7876edf5 --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 8dfb4d1..1aed756 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -91aa5daf7738a8e41297120a89b75836a192391d +390333f082751b4827823201b22bd3ad7876edf5 From f77a700d8a338961f936a8150b22b1a7e1e74468 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 8 Apr 2026 04:47:20 +0000 Subject: [PATCH 13/17] chore: sync webpack docs to 0b60f1cba10640d886510999c1bfbca5f4ba7ab6 --- HEAD_COMMIT | 2 +- pages/v5.x/_media/WORKING_GROUP.md | 28 +++++++++++++++++++--------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 1aed756..7fb9415 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -390333f082751b4827823201b22bd3ad7876edf5 +0b60f1cba10640d886510999c1bfbca5f4ba7ab6 diff --git a/pages/v5.x/_media/WORKING_GROUP.md b/pages/v5.x/_media/WORKING_GROUP.md index 3578afb..e4a82ba 100644 --- a/pages/v5.x/_media/WORKING_GROUP.md +++ b/pages/v5.x/_media/WORKING_GROUP.md @@ -23,16 +23,26 @@ Each member of the working group is required to adhere to the [governance model ## Members -- [snitin315](https://github.com/snitin315) - +- [@alexander-akait](https://github.com/alexander-akait) - + **Alexander Akait** +- [@avivkeller](https://github.com/avivkeller) - + **Aviv Keller** <> (he/him) +- [@hai-x](https://github.com/hai-x) - + **hai-x** <> +- [@jhnns](https://github.com/jhnns) - + **Johannes Ewald** <> (he/him) +- [@joshwiens](https://github.com/joshwiens) - + **Joshua Wiens** <> +- [@sokra](https://github.com/sokra) - + **Tobias Koppers** <> +- [@snitin315](https://github.com/snitin315) - **Nitin Kumar** <> (he/him) -- [thelarkinn](https://github.com/thelarkinn) - - **Sean Larkin** <> (he/him) -- [jhnns](https://github.com/jhnns) - - **Johannes Ewald** <> -- [sokra](https://github.com/sokra) - - **Tobias Koppers** <> -- [spacek33z](https://github.com/spacek33z) - - **Kees Kluskens** <> +- [@spacek33z](https://github.com/spacek33z) - + **Kees Kluskens** <> +- [@thelarkinn](https://github.com/thelarkinn) - + **Sean Larkin** <> +- [@xiaoxiaojx](https://github.com/xiaoxiaojx) - + **Xiao** <<784487301@qq.com>> (he/him) ## Communication From ab3bfc2c365a2428bcb70e05630552b9cb83b2e9 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Thu, 9 Apr 2026 04:45:05 +0000 Subject: [PATCH 14/17] chore: sync webpack docs to e370b76b44eec53c672090361365b16c6283ed13 --- HEAD_COMMIT | 2 +- pages/v5.x/globals.md | 214 ++++++++++++++---- pages/v5.x/type-map.json | 3 + .../v5.x/webpack/namespaces/RuntimeGlobals.md | 6 + pages/v5.x/webpack/namespaces/esm.md | 34 ++- pages/v5.x/webpack/namespaces/runtime.md | 68 ++++-- pages/v5.x/webpack/namespaces/web.md | 68 ++++-- 7 files changed, 300 insertions(+), 95 deletions(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 7fb9415..7c9b123 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -0b60f1cba10640d886510999c1bfbca5f4ba7ab6 +e370b76b44eec53c672090361365b16c6283ed13 diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index 464ad4d..8f07f28 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -241,7 +241,7 @@ After this method has succeeded the cache can only be restored when build depend * `id` {string|number} * `idNameHints` {SortableSet} * `ids` {ChunkId[]} -* `modulesIterable` {Iterable} +* `modulesIterable` {Iterable} * `name` {string} * `preventIntegration` {boolean} * `rendered` {boolean} @@ -257,6 +257,8 @@ After this method has succeeded the cache can only be restored when build depend #### `addModule(module)` +> Stability: 0 - Deprecated + * `module` {Module} * Returns: {boolean} @@ -266,16 +268,22 @@ After this method has succeeded the cache can only be restored when build depend #### `canBeIntegrated(otherChunk)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * Returns: {boolean} #### `compareTo(otherChunk)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * Returns: {-1|0|1} #### `containsModule(module)` +> Stability: 0 - Deprecated + * `module` {Module} * Returns: {boolean} @@ -327,6 +335,8 @@ After this method has succeeded the cache can only be restored when build depend #### `getChunkModuleMaps(filterFn)` +> Stability: 0 - Deprecated + * `filterFn` {object} * Returns: {ChunkModuleMaps} @@ -336,6 +346,8 @@ After this method has succeeded the cache can only be restored when build depend #### `getModules()` +> Stability: 0 - Deprecated + * Returns: {Module[]} #### `getNumberOfGroups()` @@ -344,6 +356,8 @@ After this method has succeeded the cache can only be restored when build depend #### `getNumberOfModules()` +> Stability: 0 - Deprecated + * Returns: {number} #### `hasAsyncChunks()` @@ -360,10 +374,14 @@ After this method has succeeded the cache can only be restored when build depend #### `hasEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `hasModuleInGraph(filterFn[, filterChunkFn])` +> Stability: 0 - Deprecated + * `filterFn` {object} * `filterChunkFn` {object} * Returns: {boolean} @@ -374,17 +392,23 @@ After this method has succeeded the cache can only be restored when build depend #### `integrate(otherChunk)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * Returns: {boolean} #### `integratedSize(otherChunk, options)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * `options` {ChunkSizeOptions} * Returns: {number} #### `isEmpty()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInGroup(chunkGroup)` @@ -398,16 +422,22 @@ After this method has succeeded the cache can only be restored when build depend #### `modulesSize()` +> Stability: 0 - Deprecated + * Returns: {number} #### `moveModule(module, otherChunk)` +> Stability: 0 - Deprecated + * `module` {Module} * `otherChunk` {Chunk} * Returns: {void} #### `remove()` +> Stability: 0 - Deprecated + * Returns: {void} #### `removeGroup(chunkGroup)` @@ -417,11 +447,15 @@ After this method has succeeded the cache can only be restored when build depend #### `removeModule(module)` +> Stability: 0 - Deprecated + * `module` {Module} * Returns: {void} #### `size([options])` +> Stability: 0 - Deprecated + * `options` {ChunkSizeOptions} * Returns: {number} @@ -1447,7 +1481,7 @@ If `module` is passed, `loc` and `request` must also be passed. #### `assignDepths(modules)` -* `modules` {Set} +* `modules` {Module[]|Set} * Returns: {void} #### `assignRuntimeIds()` @@ -2704,39 +2738,39 @@ Apply the plugin * `blocks` {AsyncDependenciesBlock[]} * `buildInfo` {BuildInfo} * `buildMeta` {BuildMeta} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} * `dependencyMeta` {ImportDependencyMeta|CssImportDependencyMeta|AssetDependencyMeta} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `externalType` {ExternalsType} * `factoryMeta` {FactoryMeta} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `request` {ExternalModuleRequest} * `resolveOptions` {ResolveOptions} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `userRequest` {string} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} @@ -2764,6 +2798,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -2837,6 +2873,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -2856,6 +2894,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -2941,10 +2981,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -2955,6 +2999,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -2994,6 +3040,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} @@ -3186,7 +3234,7 @@ Apply the plugin * `id` {string|number} * `idNameHints` {SortableSet} * `ids` {ChunkId[]} -* `modulesIterable` {Iterable} +* `modulesIterable` {Iterable} * `name` {string} * `preventIntegration` {boolean} * `rendered` {boolean} @@ -3202,6 +3250,8 @@ Apply the plugin #### `addModule(module)` +> Stability: 0 - Deprecated + * `module` {Module} * Returns: {boolean} @@ -3211,16 +3261,22 @@ Apply the plugin #### `canBeIntegrated(otherChunk)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * Returns: {boolean} #### `compareTo(otherChunk)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * Returns: {-1|0|1} #### `containsModule(module)` +> Stability: 0 - Deprecated + * `module` {Module} * Returns: {boolean} @@ -3272,6 +3328,8 @@ Apply the plugin #### `getChunkModuleMaps(filterFn)` +> Stability: 0 - Deprecated + * `filterFn` {object} * Returns: {ChunkModuleMaps} @@ -3281,6 +3339,8 @@ Apply the plugin #### `getModules()` +> Stability: 0 - Deprecated + * Returns: {Module[]} #### `getNumberOfGroups()` @@ -3289,6 +3349,8 @@ Apply the plugin #### `getNumberOfModules()` +> Stability: 0 - Deprecated + * Returns: {number} #### `hasAsyncChunks()` @@ -3305,10 +3367,14 @@ Apply the plugin #### `hasEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `hasModuleInGraph(filterFn[, filterChunkFn])` +> Stability: 0 - Deprecated + * `filterFn` {object} * `filterChunkFn` {object} * Returns: {boolean} @@ -3319,17 +3385,23 @@ Apply the plugin #### `integrate(otherChunk)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * Returns: {boolean} #### `integratedSize(otherChunk, options)` +> Stability: 0 - Deprecated + * `otherChunk` {Chunk} * `options` {ChunkSizeOptions} * Returns: {number} #### `isEmpty()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInGroup(chunkGroup)` @@ -3343,16 +3415,22 @@ Apply the plugin #### `modulesSize()` +> Stability: 0 - Deprecated + * Returns: {number} #### `moveModule(module, otherChunk)` +> Stability: 0 - Deprecated + * `module` {Module} * `otherChunk` {Chunk} * Returns: {void} #### `remove()` +> Stability: 0 - Deprecated + * Returns: {void} #### `removeGroup(chunkGroup)` @@ -3362,11 +3440,15 @@ Apply the plugin #### `removeModule(module)` +> Stability: 0 - Deprecated + * `module` {Module} * Returns: {void} #### `size([options])` +> Stability: 0 - Deprecated + * `options` {ChunkSizeOptions} * Returns: {number} @@ -3710,36 +3792,36 @@ Apply the plugin * `blocks` {AsyncDependenciesBlock[]} * `buildInfo` {BuildInfo} * `buildMeta` {BuildMeta} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `factoryMeta` {FactoryMeta} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `resolveOptions` {ResolveOptions} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} * `warnings` {any} @@ -3764,6 +3846,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -3837,6 +3921,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -3856,6 +3942,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -3941,10 +4029,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -3955,6 +4047,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -3994,6 +4088,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} @@ -4653,12 +4749,12 @@ Apply the plugin * `blocks` {AsyncDependenciesBlock[]} * `buildInfo` {BuildInfo} * `buildMeta` {BuildMeta} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} -* `depth` {number} +* `depth` {number} * `error` {WebpackError} * `errors` {any} * `exportsArgument` {string} @@ -4667,12 +4763,12 @@ Apply the plugin * `generator` {Generator} * `generatorOptions` {GeneratorOptions} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `loaders` {LoaderItem[]} @@ -4680,21 +4776,21 @@ Apply the plugin * `moduleArgument` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `parser` {ParserClass} * `parserOptions` {ParserOptions} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} +* `profile` {ModuleProfile} * `rawRequest` {string} -* `renderedHash` {string} +* `renderedHash` {string} * `request` {string} * `resolveOptions` {ResolveOptions} * `resource` {string} * `resourceResolveData` {ResourceSchemeData|Partial} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `userRequest` {string} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} @@ -4720,6 +4816,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -4816,6 +4914,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -4841,6 +4941,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -4930,10 +5032,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -4944,6 +5050,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -4988,6 +5096,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} @@ -5341,41 +5451,41 @@ Apply the plugin * `buildMeta` {BuildMeta} * `chunk` {Chunk} * `chunkGraph` {ChunkGraph} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `compilation` {Compilation} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `name` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} * `warnings` {any} @@ -5404,6 +5514,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -5488,6 +5600,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -5511,6 +5625,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -5596,10 +5712,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -5610,6 +5730,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -5649,6 +5771,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} @@ -6743,7 +6867,8 @@ Specify options for each parser. * `dependencyType` {string} * `fileDependencies` {LazySet} * `ignoredModule` {Module} -* `missingDependencies` {LazySet} +* `missingDependencies` {LazySet} +* `phase` {"defer"|"source"|"evaluation"} * `request` {string} * `resolveOptions` {ResolveOptions} @@ -6810,6 +6935,7 @@ A rule description with conditions and effects for modules. * `oneOf` {false|""|0|RuleSetRule[]} Only execute the first matching rule in this array. * `options` {string|object} Shortcut for use.options. * `parser` {object} Options for parsing. +* `phase` {string|RegExp|RuleSetLogicalConditions|RuleSetCondition[]|object} Match the import phase of the dependency. * `realResource` {string|RegExp|RuleSetLogicalConditionsAbsolute|RuleSetConditionAbsolute[]|object} Match the real resource path of the module. * `resolve` {ResolveOptions} Options for the resolver. * `resource` {string|RegExp|RuleSetLogicalConditionsAbsolute|RuleSetConditionAbsolute[]|object} Match the resource path of the module. diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json index c3da50b..703c3bc 100644 --- a/pages/v5.x/type-map.json +++ b/pages/v5.x/type-map.json @@ -1003,6 +1003,7 @@ "RuntimeGlobals.chunkCallback": "webpack/namespaces/RuntimeGlobals.md#chunkcallback", "RuntimeGlobals.chunkName": "webpack/namespaces/RuntimeGlobals.md#chunkname", "RuntimeGlobals.compatGetDefaultExport": "webpack/namespaces/RuntimeGlobals.md#compatgetdefaultexport", + "RuntimeGlobals.compileWasm": "webpack/namespaces/RuntimeGlobals.md#compilewasm", "RuntimeGlobals.createFakeNamespaceObject": "webpack/namespaces/RuntimeGlobals.md#createfakenamespaceobject", "RuntimeGlobals.createScript": "webpack/namespaces/RuntimeGlobals.md#createscript", "RuntimeGlobals.createScriptUrl": "webpack/namespaces/RuntimeGlobals.md#createscripturl", @@ -3506,6 +3507,7 @@ "ResolveData.fileDependencies": "globals.md#filedependencies", "ResolveData.ignoredModule": "globals.md#ignoredmodule", "ResolveData.missingDependencies": "globals.md#missingdependencies", + "ResolveData.phase": "globals.md#phase", "ResolveData.request": "globals.md#request", "ResolveData.resolveOptions": "globals.md#resolveoptions", "ResolveOptions": "globals.md#resolveoptions", @@ -3556,6 +3558,7 @@ "RuleSetRule.oneOf": "globals.md#oneof", "RuleSetRule.options": "globals.md#options", "RuleSetRule.parser": "globals.md#parser", + "RuleSetRule.phase": "globals.md#phase", "RuleSetRule.realResource": "globals.md#realresource", "RuleSetRule.resolve": "globals.md#resolve", "RuleSetRule.resource": "globals.md#resource", diff --git a/pages/v5.x/webpack/namespaces/RuntimeGlobals.md b/pages/v5.x/webpack/namespaces/RuntimeGlobals.md index 36f90b8..89b2520 100644 --- a/pages/v5.x/webpack/namespaces/RuntimeGlobals.md +++ b/pages/v5.x/webpack/namespaces/RuntimeGlobals.md @@ -54,6 +54,12 @@ *** +## `compileWasm` + +> **compileWasm**: {"__webpack_require__.vs"} + +*** + ## `createFakeNamespaceObject` > **createFakeNamespaceObject**: {"__webpack_require__.t"} diff --git a/pages/v5.x/webpack/namespaces/esm.md b/pages/v5.x/webpack/namespaces/esm.md index 4423cb9..63f4504 100644 --- a/pages/v5.x/webpack/namespaces/esm.md +++ b/pages/v5.x/webpack/namespaces/esm.md @@ -20,41 +20,41 @@ * `buildMeta` {BuildMeta} * `chunk` {Chunk} * `chunkGraph` {ChunkGraph} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `compilation` {Compilation} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `name` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} * `warnings` {any} @@ -83,6 +83,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -167,6 +169,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -190,6 +194,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -275,10 +281,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -289,6 +299,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -328,6 +340,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} diff --git a/pages/v5.x/webpack/namespaces/runtime.md b/pages/v5.x/webpack/namespaces/runtime.md index db01c97..cfec132 100644 --- a/pages/v5.x/webpack/namespaces/runtime.md +++ b/pages/v5.x/webpack/namespaces/runtime.md @@ -25,7 +25,7 @@ * `buildMeta` {BuildMeta} * `chunk` {Chunk} * `chunkGraph` {ChunkGraph} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `compilation` {Compilation} * `contentType` {string} @@ -33,7 +33,7 @@ * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `factoryMeta` {FactoryMeta} @@ -41,28 +41,28 @@ * `getFilenameForChunk` {object} * `global` {string} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `name` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} * `warnings` {any} @@ -91,6 +91,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -175,6 +177,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -198,6 +202,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -283,10 +289,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -297,6 +307,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -336,6 +348,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} @@ -416,41 +430,41 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `buildMeta` {BuildMeta} * `chunk` {Chunk} * `chunkGraph` {ChunkGraph} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `compilation` {Compilation} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `name` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} * `warnings` {any} @@ -479,6 +493,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -563,6 +579,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -586,6 +604,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -671,10 +691,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -685,6 +709,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -724,6 +750,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} diff --git a/pages/v5.x/webpack/namespaces/web.md b/pages/v5.x/webpack/namespaces/web.md index eb5fa3a..23fd0b6 100644 --- a/pages/v5.x/webpack/namespaces/web.md +++ b/pages/v5.x/webpack/namespaces/web.md @@ -20,41 +20,41 @@ * `buildMeta` {BuildMeta} * `chunk` {Chunk} * `chunkGraph` {ChunkGraph} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `compilation` {Compilation} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `name` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} * `warnings` {any} @@ -83,6 +83,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -167,6 +169,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -190,6 +194,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -275,10 +281,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -289,6 +299,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -328,6 +340,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} @@ -455,41 +469,41 @@ Apply the plugin * `buildMeta` {BuildMeta} * `chunk` {Chunk} * `chunkGraph` {ChunkGraph} -* `chunksIterable` {Iterable} +* `chunksIterable` {Iterable} * `codeGenerationDependencies` {Dependency[]} * `compilation` {Compilation} * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} * `errors` {any} * `exportsArgument` {string} * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} * `hot` {boolean} * `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `index` {number} +* `index2` {number} +* `issuer` {Module} * `isUsed` {any} * `layer` {string} * `moduleArgument` {string} * `name` {string} * `needId` {boolean} * `optimizationBailout` {string|object[]} -* `optional` {boolean} +* `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} -* `profile` {ModuleProfile} -* `renderedHash` {string} +* `profile` {ModuleProfile} +* `renderedHash` {string} * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} * `used` {any} -* `usedExports` {boolean|SortableSet} +* `usedExports` {boolean|SortableSet} * `useSimpleSourceMap` {boolean} * `useSourceMap` {boolean} * `warnings` {any} @@ -518,6 +532,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin #### `addChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -602,6 +618,8 @@ removes all warnings and errors #### `getChunks()` +> Stability: 0 - Deprecated + * Returns: {Chunk[]} #### `getConcatenationBailoutReason(context)` @@ -625,6 +643,8 @@ removes all warnings and errors #### `getNumberOfChunks()` +> Stability: 0 - Deprecated + * Returns: {number} #### `getNumberOfErrors()` @@ -710,10 +730,14 @@ This data will be passed to restoreFromUnsafeCache later. #### `isEntryModule()` +> Stability: 0 - Deprecated + * Returns: {boolean} #### `isInChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {boolean} @@ -724,6 +748,8 @@ This data will be passed to restoreFromUnsafeCache later. #### `isProvided(exportName)` +> Stability: 0 - Deprecated + * `exportName` {string} * Returns: {boolean} @@ -763,6 +789,8 @@ Use needBuild instead #### `removeChunk(chunk)` +> Stability: 0 - Deprecated + * `chunk` {Chunk} * Returns: {void} From 9c07951a9e2f1245d4114c942a2bdf872be925bc Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Fri, 10 Apr 2026 17:39:32 +0000 Subject: [PATCH 15/17] chore: sync webpack docs to 34188eadc201fd132a9939c0d0e98d29ca4d9cf9 --- HEAD_COMMIT | 2 +- pages/v5.x/globals.md | 1611 ++++- pages/v5.x/type-map.json | 5198 ++++++++++------- pages/v5.x/webpack/namespaces/cache.md | 2 +- pages/v5.x/webpack/namespaces/container.md | 12 +- pages/v5.x/webpack/namespaces/css.md | 16 +- pages/v5.x/webpack/namespaces/debug.md | 4 +- pages/v5.x/webpack/namespaces/dependencies.md | 146 +- pages/v5.x/webpack/namespaces/electron.md | 4 +- pages/v5.x/webpack/namespaces/esm.md | 127 +- .../namespaces/experiments/namespaces/ids.md | 4 +- .../experiments/namespaces/schemes.md | 10 +- pages/v5.x/webpack/namespaces/ids.md | 34 +- pages/v5.x/webpack/namespaces/javascript.md | 276 +- pages/v5.x/webpack/namespaces/library.md | 30 +- pages/v5.x/webpack/namespaces/node.md | 22 +- .../v5.x/webpack/namespaces/optimize/index.md | 44 +- .../optimize/namespaces/InnerGraph.md | 2 + pages/v5.x/webpack/namespaces/prefetch.md | 3 + pages/v5.x/webpack/namespaces/runtime.md | 246 +- pages/v5.x/webpack/namespaces/sharing.md | 12 +- pages/v5.x/webpack/namespaces/util/index.md | 34 +- .../namespaces/util/namespaces/runtime.md | 24 + pages/v5.x/webpack/namespaces/wasm.md | 21 +- pages/v5.x/webpack/namespaces/web.md | 260 +- pages/v5.x/webpack/namespaces/webworker.md | 2 +- 26 files changed, 5626 insertions(+), 2520 deletions(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 7c9b123..bc49caa 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -e370b76b44eec53c672090361365b16c6283ed13 +34188eadc201fd132a9939c0d0e98d29ca4d9cf9 diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index 8f07f28..8785671 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -71,17 +71,21 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `clearDependenciesAndBlocks()` * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -91,17 +95,23 @@ Removes all dependencies and blocks * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `updateHash(hash, context)` * `hash` {Hash} * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + *** ## Class: `AutomaticPrefetchPlugin` @@ -119,7 +129,8 @@ Removes all dependencies and blocks * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Registers hooks that remember previously built normal modules and enqueue +them as `PrefetchDependency` requests during the next make phase. *** @@ -132,6 +143,9 @@ Apply the plugin * `options` {BannerPluginArgument} * Returns: {BannerPlugin} +Normalizes banner options and compiles the configured banner source into a +function that can render per-asset banner text. + ### Properties * `banner` {object} @@ -144,7 +158,8 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Validates the configured options and injects rendered banner comments into +matching compilation assets at the configured process-assets stage. *** @@ -156,6 +171,8 @@ Apply the plugin * Returns: {CacheClass} +Initializes the cache lifecycle hooks implemented by cache backends. + ### Properties * `hooks` {object} @@ -170,11 +187,17 @@ Apply the plugin * Returns: {void} +Signals that webpack is entering an idle phase and cache backends may flush +or compact pending work. + #### `endIdle(callback)` * `callback` {CallbackCacheCache} * Returns: {void} +Signals that webpack is leaving the idle phase and waits for cache +backends to finish any asynchronous resume work. + #### `get(identifier, etag, callback)` ###### T @@ -185,11 +208,16 @@ Apply the plugin * `callback` {CallbackCacheCache} * Returns: {void} +Retrieves a cached value and lets registered `gotHandlers` observe the +result before the caller receives it. + #### `shutdown(callback)` * `callback` {CallbackCacheCache} * Returns: {void} +Shuts down every registered cache backend and waits for cleanup to finish. + #### `store(identifier, etag, data, callback)` ###### T @@ -201,13 +229,17 @@ Apply the plugin * `callback` {CallbackCacheCache} * Returns: {void} +Stores a cache entry for the identifier and etag through the registered +cache backend hooks. + #### `storeBuildDependencies(dependencies, callback)` * `dependencies` {Iterable} * `callback` {CallbackCacheCache} * Returns: {void} -After this method has succeeded the cache can only be restored when build dependencies are +Persists the set of build dependencies required to determine whether the +cache can be restored in a future compilation. *** @@ -225,6 +257,8 @@ After this method has succeeded the cache can only be restored when build depend * `backCompat` {boolean} * Returns: {Chunk} +Creates an instance of Chunk. + ### Properties * `auxiliaryFiles` {Set} @@ -232,11 +266,11 @@ After this method has succeeded the cache can only be restored when build depend * `contentHash` {Record} * `cssFilenameTemplate` {string|object} * `debugId` {number} -* `entryModule` {Module} +* `entryModule` {Module} Returns entry module. * `extraAsync` {boolean} * `filenameTemplate` {string|object} -* `files` {Set} -* `groupsIterable` {SortableSet} +* `files` {Set} +* `groupsIterable` {SortableSet} Gets groups iterable. * `hash` {string} * `id` {string|number} * `idNameHints` {SortableSet} @@ -255,6 +289,8 @@ After this method has succeeded the cache can only be restored when build depend * `chunkGroup` {ChunkGroup} * Returns: {void} +Adds the provided chunk group to the chunk. + #### `addModule(module)` > Stability: 0 - Deprecated @@ -262,10 +298,14 @@ After this method has succeeded the cache can only be restored when build depend * `module` {Module} * Returns: {boolean} +Adds the provided module to the chunk. + #### `canBeInitial()` * Returns: {boolean} +Checks whether it can be initial. + #### `canBeIntegrated(otherChunk)` > Stability: 0 - Deprecated @@ -273,6 +313,8 @@ After this method has succeeded the cache can only be restored when build depend * `otherChunk` {Chunk} * Returns: {boolean} +Checks whether this chunk can be integrated with another chunk. + #### `compareTo(otherChunk)` > Stability: 0 - Deprecated @@ -280,6 +322,8 @@ After this method has succeeded the cache can only be restored when build depend * `otherChunk` {Chunk} * Returns: {-1|0|1} +Compares this chunk with another chunk. + #### `containsModule(module)` > Stability: 0 - Deprecated @@ -287,32 +331,46 @@ After this method has succeeded the cache can only be restored when build depend * `module` {Module} * Returns: {boolean} +Checks whether this chunk contains the module. + #### `disconnectFromGroups()` * Returns: {void} +Disconnects from groups. + #### `getAllAsyncChunks()` * Returns: {Set} +Gets all async chunks. + #### `getAllInitialChunks()` * Returns: {Set} +Gets all initial chunks. + #### `getAllReferencedAsyncEntrypoints()` * Returns: {Set} +Gets all referenced async entrypoints. + #### `getAllReferencedChunks()` * Returns: {Set} +Gets all referenced chunks. + #### `getChildIdsByOrders(chunkGraph[, filterFn])` * `chunkGraph` {ChunkGraph} * `filterFn` {object} * Returns: {Record} +Gets child ids by orders. + #### `getChildIdsByOrdersMap(chunkGraph[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -320,12 +378,16 @@ After this method has succeeded the cache can only be restored when build depend * `filterFn` {object} * Returns: {ChunkChildIdsByOrdersMapByData} +Gets child ids by orders map. + #### `getChildrenOfTypeInOrder(chunkGraph, type)` * `chunkGraph` {ChunkGraph} * `type` {string} * Returns: {ChunkChildOfTypeInOrder[]} +Gets children of type in order. + #### `getChunkMaps(realHash)` > Stability: 0 - Deprecated @@ -333,6 +395,8 @@ After this method has succeeded the cache can only be restored when build depend * `realHash` {boolean} * Returns: {ChunkMaps} +Returns the chunk map information. + #### `getChunkModuleMaps(filterFn)` > Stability: 0 - Deprecated @@ -340,30 +404,42 @@ After this method has succeeded the cache can only be restored when build depend * `filterFn` {object} * Returns: {ChunkModuleMaps} +Gets chunk module maps. + #### `getEntryOptions()` * Returns: {EntryOptions} +Gets entry options. + #### `getModules()` > Stability: 0 - Deprecated * Returns: {Module[]} +Returns the modules for this chunk. + #### `getNumberOfGroups()` * Returns: {number} +Gets number of groups. + #### `getNumberOfModules()` > Stability: 0 - Deprecated * Returns: {number} +Gets the number of modules in this chunk. + #### `hasAsyncChunks()` * Returns: {boolean} +Checks whether this chunk has async chunks. + #### `hasChildByOrder(chunkGraph, type[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -372,12 +448,16 @@ After this method has succeeded the cache can only be restored when build depend * `filterFn` {object} * Returns: {boolean} +Checks whether this chunk contains the chunk graph. + #### `hasEntryModule()` > Stability: 0 - Deprecated * Returns: {boolean} +Checks whether this chunk has an entry module. + #### `hasModuleInGraph(filterFn[, filterChunkFn])` > Stability: 0 - Deprecated @@ -386,10 +466,14 @@ After this method has succeeded the cache can only be restored when build depend * `filterChunkFn` {object} * Returns: {boolean} +Checks whether this chunk contains a matching module in the graph. + #### `hasRuntime()` * Returns: {boolean} +Checks whether this chunk has runtime. + #### `integrate(otherChunk)` > Stability: 0 - Deprecated @@ -397,6 +481,8 @@ After this method has succeeded the cache can only be restored when build depend * `otherChunk` {Chunk} * Returns: {boolean} +Integrates another chunk into this chunk when possible. + #### `integratedSize(otherChunk, options)` > Stability: 0 - Deprecated @@ -405,27 +491,37 @@ After this method has succeeded the cache can only be restored when build depend * `options` {ChunkSizeOptions} * Returns: {number} +Returns the integrated size with another chunk. + #### `isEmpty()` > Stability: 0 - Deprecated * Returns: {boolean} +Checks whether this chunk is empty. + #### `isInGroup(chunkGroup)` * `chunkGroup` {ChunkGroup} * Returns: {boolean} +Checks whether this chunk is in group. + #### `isOnlyInitial()` * Returns: {boolean} +Checks whether this chunk is only initial. + #### `modulesSize()` > Stability: 0 - Deprecated * Returns: {number} +Returns the total size of all modules in this chunk. + #### `moveModule(module, otherChunk)` > Stability: 0 - Deprecated @@ -434,17 +530,23 @@ After this method has succeeded the cache can only be restored when build depend * `otherChunk` {Chunk} * Returns: {void} +Moves a module from this chunk to another chunk. + #### `remove()` > Stability: 0 - Deprecated * Returns: {void} +Removes this chunk from the chunk graph and chunk groups. + #### `removeGroup(chunkGroup)` * `chunkGroup` {ChunkGroup} * Returns: {void} +Removes the provided chunk group from the chunk. + #### `removeModule(module)` > Stability: 0 - Deprecated @@ -452,6 +554,8 @@ After this method has succeeded the cache can only be restored when build depend * `module` {Module} * Returns: {void} +Removes the provided module from the chunk. + #### `size([options])` > Stability: 0 - Deprecated @@ -459,17 +563,23 @@ After this method has succeeded the cache can only be restored when build depend * `options` {ChunkSizeOptions} * Returns: {number} +Returns the estimated size for the requested source type. + #### `split(newChunk)` * `newChunk` {Chunk} * Returns: {void} +Processes the provided new chunk. + #### `updateHash(hash, chunkGraph)` * `hash` {Hash} * `chunkGraph` {ChunkGraph} * Returns: {void} +Updates the hash with the data contributed by this instance. + *** ## Class: `ChunkGraph` @@ -482,6 +592,8 @@ After this method has succeeded the cache can only be restored when build depend * `hashFunction` {HashFunction} * Returns: {ChunkGraph} +Creates an instance of ChunkGraph. + ### Properties * `moduleGraph` {ModuleGraph} @@ -494,18 +606,24 @@ After this method has succeeded the cache can only be restored when build depend * `items` {Set} * Returns: {void} +Adds chunk runtime requirements. + #### `addDependentHashModuleToChunk(chunk, module)` * `chunk` {Chunk} * `module` {RuntimeModule} * Returns: {void} +Adds dependent hash module to chunk. + #### `addFullHashModuleToChunk(chunk, module)` * `chunk` {Chunk} * `module` {RuntimeModule} * Returns: {void} +Adds full hash module to chunk. + #### `addModuleRuntimeRequirements(module, runtime, items[, transferOwnership])` * `module` {Module} @@ -514,54 +632,72 @@ After this method has succeeded the cache can only be restored when build depend * `transferOwnership` {boolean} * Returns: {void} +Adds module runtime requirements. + #### `addTreeRuntimeRequirements(chunk, items)` * `chunk` {Chunk} * `items` {Iterable} * Returns: {void} +Adds tree runtime requirements. + #### `attachDependentHashModules(chunk, modules)` * `chunk` {Chunk} * `modules` {Iterable} * Returns: {void} +Attach dependent hash modules. + #### `attachFullHashModules(chunk, modules)` * `chunk` {Chunk} * `modules` {Iterable} * Returns: {void} +Attach full hash modules. + #### `attachModules(chunk, modules)` * `chunk` {Chunk} * `modules` {Iterable} * Returns: {void} +Processes the provided chunk. + #### `attachRuntimeModules(chunk, modules)` * `chunk` {Chunk} * `modules` {Iterable} * Returns: {void} +Attach runtime modules. + #### `canChunksBeIntegrated(chunkA, chunkB)` * `chunkA` {Chunk} * `chunkB` {Chunk} * Returns: {boolean} +Checks whether it can chunks be integrated. + #### `compareChunks(chunkA, chunkB)` * `chunkA` {Chunk} * `chunkB` {Chunk} * Returns: {-1|0|1} +Compares the provided values and returns their ordering. + #### `connectBlockAndChunkGroup(depBlock, chunkGroup)` * `depBlock` {AsyncDependenciesBlock} * `chunkGroup` {ChunkGroup} * Returns: {void} +Connects block and chunk group. + #### `connectChunkAndEntryModule(chunk, module, entrypoint)` * `chunk` {Chunk} @@ -569,97 +705,133 @@ After this method has succeeded the cache can only be restored when build depend * `entrypoint` {Entrypoint} * Returns: {void} +Connects chunk and entry module. + #### `connectChunkAndModule(chunk, module)` * `chunk` {Chunk} * `module` {Module} * Returns: {void} +Connects chunk and module. + #### `connectChunkAndRuntimeModule(chunk, module)` * `chunk` {Chunk} * `module` {RuntimeModule} * Returns: {void} +Connects chunk and runtime module. + #### `disconnectChunk(chunk)` * `chunk` {Chunk} * Returns: {void} +Processes the provided chunk. + #### `disconnectChunkAndEntryModule(chunk, module)` * `chunk` {Chunk} * `module` {Module} * Returns: {void} +Disconnects chunk and entry module. + #### `disconnectChunkAndModule(chunk, module)` * `chunk` {Chunk} * `module` {Module} * Returns: {void} +Disconnects chunk and module. + #### `disconnectChunkAndRuntimeModule(chunk, module)` * `chunk` {Chunk} * `module` {RuntimeModule} * Returns: {void} +Disconnects chunk and runtime module. + #### `disconnectChunkGroup(chunkGroup)` * `chunkGroup` {ChunkGroup} * Returns: {void} +Disconnects chunk group. + #### `disconnectEntries(chunk)` * `chunk` {Chunk} * Returns: {void} +Disconnects entries. + #### `disconnectEntryModule(module)` * `module` {Module} * Returns: {void} +Disconnects entry module. + #### `getBlockChunkGroup(depBlock)` * `depBlock` {AsyncDependenciesBlock} * Returns: {ChunkGroup} +Gets block chunk group. + #### `getChunkConditionMap(chunk, filterFn)` * `chunk` {Chunk} * `filterFn` {object} * Returns: {ChunkConditionMap} +Gets chunk condition map. + #### `getChunkDependentHashModulesIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets chunk dependent hash modules iterable. + #### `getChunkEntryDependentChunksIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets chunk entry dependent chunks iterable. + #### `getChunkEntryModulesIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets chunk entry modules iterable. + #### `getChunkEntryModulesWithChunkGroupIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets chunk entry modules with chunk group iterable. + #### `getChunkFullHashModulesIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets chunk full hash modules iterable. + #### `getChunkFullHashModulesSet(chunk)` * `chunk` {Chunk} * Returns: {ReadonlySet} +Gets chunk full hash modules set. + #### `getChunkModuleIdMap(chunk, filterFn[, includeAllChunks])` * `chunk` {Chunk} @@ -667,6 +839,8 @@ After this method has succeeded the cache can only be restored when build depend * `includeAllChunks` {boolean} * Returns: {ChunkModuleIdMapEs5Alias_2} +Gets chunk module id map. + #### `getChunkModuleRenderedHashMap(chunk, filterFn[, hashLength][, includeAllChunks])` * `chunk` {Chunk} @@ -675,64 +849,88 @@ After this method has succeeded the cache can only be restored when build depend * `includeAllChunks` {boolean} * Returns: {ChunkModuleHashMap} +Gets chunk module rendered hash map. + #### `getChunkModules(chunk)` * `chunk` {Chunk} * Returns: {Module[]} +Gets chunk modules. + #### `getChunkModulesIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets chunk modules iterable. + #### `getChunkModulesIterableBySourceType(chunk, sourceType)` * `chunk` {Chunk} * `sourceType` {string} * Returns: {Iterable} +Gets chunk modules iterable by source type. + #### `getChunkModuleSourceTypes(chunk, module)` * `chunk` {Chunk} * `module` {Module} * Returns: {ReadonlySet} +Gets chunk module source types. + #### `getChunkModulesSize(chunk)` * `chunk` {Chunk} * Returns: {number} +Gets chunk modules size. + #### `getChunkModulesSizes(chunk)` * `chunk` {Chunk} * Returns: {Record} +Gets chunk modules sizes. + #### `getChunkRootModules(chunk)` * `chunk` {Chunk} * Returns: {Module[]} +Gets chunk root modules. + #### `getChunkRuntimeModulesInOrder(chunk)` * `chunk` {Chunk} * Returns: {RuntimeModule[]} +Gets chunk runtime modules in order. + #### `getChunkRuntimeModulesIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets chunk runtime modules iterable. + #### `getChunkRuntimeRequirements(chunk)` * `chunk` {Chunk} * Returns: {ReadonlySet} +Gets chunk runtime requirements. + #### `getChunkSize(chunk[, options])` * `chunk` {Chunk} * `options` {ChunkSizeOptions} * Returns: {number} +Returns total size of the chunk. + #### `getIntegratedChunksSize(chunkA, chunkB[, options])` * `chunkA` {Chunk} @@ -740,16 +938,22 @@ After this method has succeeded the cache can only be restored when build depend * `options` {ChunkSizeOptions} * Returns: {number} +Gets integrated chunks size. + #### `getModuleChunks(module)` * `module` {Module} * Returns: {Chunk[]} +Gets module chunks. + #### `getModuleChunksIterable(module)` * `module` {Module} * Returns: {Iterable} +Gets module chunks iterable. + #### `getModuleGraphHash(module, runtime[, withConnections])` * `module` {Module} @@ -757,6 +961,8 @@ After this method has succeeded the cache can only be restored when build depend * `withConnections` {boolean} * Returns: {string} +Gets module graph hash. + #### `getModuleGraphHashBigInt(module, runtime[, withConnections])` * `module` {Module} @@ -764,70 +970,96 @@ After this method has succeeded the cache can only be restored when build depend * `withConnections` {boolean} * Returns: {bigint} +Gets module graph hash big int. + #### `getModuleHash(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {string} +Returns hash. + #### `getModuleId(module)` * `module` {Module} * Returns: {string|number} +Returns the id of the module. + #### `getModuleRuntimeRequirements(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {ReadonlySet} +Gets module runtime requirements. + #### `getModuleRuntimes(module)` * `module` {Module} * Returns: {RuntimeSpecSet} +Gets module runtimes. + #### `getModuleSourceTypes(module)` * `module` {Module} * Returns: {ReadonlySet} +Gets module source types. + #### `getNumberOfChunkFullHashModules(chunk)` * `chunk` {Chunk} * Returns: {number} +Gets number of chunk full hash modules. + #### `getNumberOfChunkModules(chunk)` * `chunk` {Chunk} * Returns: {number} +Gets number of chunk modules. + #### `getNumberOfEntryModules(chunk)` * `chunk` {Chunk} * Returns: {number} +Gets number of entry modules. + #### `getNumberOfModuleChunks(module)` * `module` {Module} * Returns: {number} +Gets number of module chunks. + #### `getNumberOfRuntimeModules(chunk)` * `chunk` {Chunk} * Returns: {number} +Gets number of runtime modules. + #### `getOrderedChunkModules(chunk, comparator)` * `chunk` {Chunk} * `comparator` {object} * Returns: {Module[]} +Gets ordered chunk modules. + #### `getOrderedChunkModulesIterable(chunk, comparator)` * `chunk` {Chunk} * `comparator` {object} * Returns: {Iterable} +Gets ordered chunk modules iterable. + #### `getOrderedChunkModulesIterableBySourceType(chunk, sourceType, comparator)` * `chunk` {Chunk} @@ -835,44 +1067,60 @@ After this method has succeeded the cache can only be restored when build depend * `comparator` {object} * Returns: {Iterable} +Gets ordered chunk modules iterable by source type. + #### `getOrderedModuleChunksIterable(module, sortFn)` * `module` {Module} * `sortFn` {object} * Returns: {Iterable} +Gets ordered module chunks iterable. + #### `getRenderedModuleHash(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {string} +Gets rendered module hash. + #### `getRuntimeChunkDependentChunksIterable(chunk)` * `chunk` {Chunk} * Returns: {Iterable} +Gets runtime chunk dependent chunks iterable. + #### `getRuntimeId(runtime)` * `runtime` {string} * Returns: {RuntimeId} +Returns the id of the runtime. + #### `getTreeRuntimeRequirements(chunk)` * `chunk` {Chunk} * Returns: {ReadonlySet} +Gets tree runtime requirements. + #### `hasChunkEntryDependentChunks(chunk)` * `chunk` {Chunk} * Returns: {boolean} +Checks whether this chunk graph contains the chunk. + #### `hasModuleHashes(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this chunk graph contains the module. + #### `hasModuleInGraph(chunk, filterFn[, filterChunkFn])` * `chunk` {Chunk} @@ -880,41 +1128,55 @@ After this method has succeeded the cache can only be restored when build depend * `filterChunkFn` {object} * Returns: {boolean} +Checks whether this chunk graph contains the chunk. + #### `integrateChunks(chunkA, chunkB)` * `chunkA` {Chunk} * `chunkB` {Chunk} * Returns: {void} +Processes the provided chunk a. + #### `isEntryModule(module)` * `module` {Module} * Returns: {boolean} +Checks whether this chunk graph is entry module. + #### `isEntryModuleInChunk(module, chunk)` * `module` {Module} * `chunk` {Chunk} * Returns: {boolean} +Checks whether this chunk graph is entry module in chunk. + #### `isModuleInChunk(module, chunk)` * `module` {Module} * `chunk` {Chunk} * Returns: {boolean} +Checks whether this chunk graph is module in chunk. + #### `isModuleInChunkGroup(module, chunkGroup)` * `module` {Module} * `chunkGroup` {ChunkGroup} * Returns: {boolean} +Checks whether this chunk graph is module in chunk group. + #### `replaceModule(oldModule, newModule)` * `oldModule` {Module} * `newModule` {Module} * Returns: {void} +Processes the provided old module. + #### `setChunkModuleSourceTypes(chunk, module, sourceTypes)` * `chunk` {Chunk} @@ -922,6 +1184,8 @@ After this method has succeeded the cache can only be restored when build depend * `sourceTypes` {ReadonlySet} * Returns: {void} +Sets chunk module source types. + #### `setModuleHashes(module, runtime, hash, renderedHash)` * `module` {Module} @@ -930,23 +1194,31 @@ After this method has succeeded the cache can only be restored when build depend * `renderedHash` {string} * Returns: {void} +Sets module hashes. + #### `setModuleId(module, id)` * `module` {Module} * `id` {ModuleId} * Returns: {void} +Updates module id using the provided module. + #### `setRuntimeId(runtime, id)` * `runtime` {string} * `id` {RuntimeId} * Returns: {void} +Updates runtime id using the provided runtime. + #### `upgradeDependentToFullHashModules(chunk)` * `chunk` {Chunk} * Returns: {void} +Upgrade dependent to full hash modules. + #### Static method: `clearChunkGraphForChunk(chunk)` > Stability: 0 - Deprecated @@ -954,6 +1226,8 @@ After this method has succeeded the cache can only be restored when build depend * `chunk` {Chunk} * Returns: {void} +Clear chunk graph for chunk. + #### Static method: `clearChunkGraphForModule(module)` > Stability: 0 - Deprecated @@ -961,6 +1235,8 @@ After this method has succeeded the cache can only be restored when build depend * `module` {Module} * Returns: {void} +Clear chunk graph for module. + #### Static method: `getChunkGraphForChunk(chunk, deprecateMessage, deprecationCode)` > Stability: 0 - Deprecated @@ -970,6 +1246,8 @@ After this method has succeeded the cache can only be restored when build depend * `deprecationCode` {string} * Returns: {ChunkGraph} +Gets chunk graph for chunk. + #### Static method: `getChunkGraphForModule(module, deprecateMessage, deprecationCode)` > Stability: 0 - Deprecated @@ -979,6 +1257,8 @@ After this method has succeeded the cache can only be restored when build depend * `deprecationCode` {string} * Returns: {ChunkGraph} +Gets chunk graph for module. + #### Static method: `setChunkGraphForChunk(chunk, chunkGraph)` > Stability: 0 - Deprecated @@ -987,6 +1267,8 @@ After this method has succeeded the cache can only be restored when build depend * `chunkGraph` {ChunkGraph} * Returns: {void} +Sets chunk graph for chunk. + #### Static method: `setChunkGraphForModule(module, chunkGraph)` > Stability: 0 - Deprecated @@ -995,6 +1277,8 @@ After this method has succeeded the cache can only be restored when build depend * `chunkGraph` {ChunkGraph} * Returns: {void} +Sets chunk graph for module. + *** ## Class: `ChunkGroup` @@ -1011,18 +1295,20 @@ After this method has succeeded the cache can only be restored when build depend ### Properties -* `asyncEntrypointsIterable` {SortableSet} -* `blocksIterable` {Iterable} -* `childrenIterable` {SortableSet} +* `asyncEntrypointsIterable` {SortableSet} +* `blocksIterable` {Iterable} Exposes the group's async dependency blocks as an iterable. +* `childrenIterable` {SortableSet} * `chunks` {Chunk[]} -* `debugId` {string} get a uniqueId for ChunkGroup, made up of its member Chunk debugId's +* `debugId` {string} Returns a debug-only identifier derived from the group's member chunk +debug ids. This is primarily useful in diagnostics and assertions. * `getModuleIndex` {object} * `getModuleIndex2` {object} * `groupDebugId` {number} -* `id` {string} get a unique id for ChunkGroup, made up of its member Chunk id's +* `id` {string} Returns an identifier derived from the ids of the chunks currently in +the group. * `index` {number} -* `name` {string} returns the name of current ChunkGroup -sets a new name for current ChunkGroup +* `name` {string} Returns the configured name of the chunk group, if one was assigned. +Updates the configured name of the chunk group. * `options` {ChunkGroupOptions} * `origins` {OriginRecord[]} * `parentsIterable` {SortableSet} @@ -1034,22 +1320,30 @@ sets a new name for current ChunkGroup * `entrypoint` {Entrypoint} * Returns: {boolean} +Registers an async entrypoint that is rooted in this chunk group. + #### `addBlock(block)` * `block` {AsyncDependenciesBlock} * Returns: {boolean} +Associates an async dependency block with this chunk group. + #### `addChild(group)` * `group` {ChunkGroup} * Returns: {boolean} +Adds a child chunk group to the current group. + #### `addOptions(options)` * `options` {ChunkGroupOptions} * Returns: {void} -when a new chunk is added to a chunkGroup, addingOptions will occur. +Merges additional options into the chunk group. +Order-based options are combined by taking the higher priority, while +unsupported conflicts surface as an explicit error. #### `addOrigin(module, loc, request)` @@ -1058,11 +1352,16 @@ when a new chunk is added to a chunkGroup, addingOptions will occur. * `request` {string} * Returns: {void} +Records where this chunk group originated from in user code. +The origin is used for diagnostics, ordering, and reporting. + #### `addParent(parentChunk)` * `parentChunk` {ChunkGroup} * Returns: {boolean} +Records a parent chunk group relationship. + #### `checkConstraints()` * Returns: {void} @@ -1080,33 +1379,42 @@ Sorting values are based off of number of chunks in ChunkGroup. * Returns: {AsyncDependenciesBlock[]} +Returns the async dependency blocks that create or reference this group. + #### `getChildren()` * Returns: {ChunkGroup[]} +Returns the child chunk groups reachable from this group. + #### `getChildrenByOrders(moduleGraph, chunkGraph)` * `moduleGraph` {ModuleGraph} * `chunkGraph` {ChunkGraph} * Returns: {Record} +Groups child chunk groups by their `*Order` options and sorts each group +by descending order and deterministic chunk-group comparison. + #### `getFiles()` * Returns: {string[]} +Collects the emitted files produced by every chunk in the group. + #### `getModulePostOrderIndex(module)` * `module` {Module} * Returns: {number} -Gets the bottom-up index of a module in this ChunkGroup +Returns the module's bottom-up traversal index within this group. #### `getModulePreOrderIndex(module)` * `module` {Module} * Returns: {number} -Gets the top-down index of a module in this ChunkGroup +Returns the module's top-down traversal index within this group. #### `getNumberOfBlocks()` @@ -1124,67 +1432,91 @@ Gets the top-down index of a module in this ChunkGroup * Returns: {ChunkGroup[]} +Returns the parent chunk groups that can lead to this group. + #### `hasBlock(block)` * `block` {AsyncDependenciesBlock} * Returns: {boolean} +Checks whether an async dependency block is associated with this group. + #### `hasParent(parent)` * `parent` {ChunkGroup} * Returns: {boolean} +Checks whether the provided group is registered as a parent. + #### `insertChunk(chunk, before)` * `chunk` {Chunk} * `before` {Chunk} * Returns: {boolean} -inserts a chunk before another existing chunk in group +Inserts a chunk directly before another chunk that already belongs to the +group, preserving the rest of the ordering. #### `isInitial()` * Returns: {boolean} +Indicates whether this chunk group is loaded as part of the initial page +load instead of being created lazily. + #### `pushChunk(chunk)` * `chunk` {Chunk} * Returns: {boolean} -add a chunk into ChunkGroup. Is pushed on or prepended +Appends a chunk to the group when it is not already a member. #### `remove()` * Returns: {void} +Disconnects this group from its parents, children, and chunks. +Child groups are reconnected to this group's parents so the surrounding +graph remains intact after removal. + #### `removeChild(group)` * `group` {ChunkGroup} * Returns: {boolean} +Removes a child chunk group and clears the corresponding parent link on +the removed child. + #### `removeChunk(chunk)` * `chunk` {Chunk} * Returns: {boolean} +Removes a chunk from this group. + #### `removeParent(chunkGroup)` * `chunkGroup` {ChunkGroup} * Returns: {boolean} +Removes a parent chunk group and clears the reverse child relationship. + #### `replaceChunk(oldChunk, newChunk)` * `oldChunk` {Chunk} * `newChunk` {Chunk} * Returns: {boolean} +Replaces one member chunk with another while preserving the group's +ordering and avoiding duplicates. + #### `setModulePostOrderIndex(module, index)` * `module` {Module} * `index` {number} * Returns: {void} -Sets the bottom-up index of a module in this ChunkGroup +Stores the module's bottom-up traversal index within this group. #### `setModulePreOrderIndex(module, index)` @@ -1192,7 +1524,7 @@ Sets the bottom-up index of a module in this ChunkGroup * `index` {number} * Returns: {void} -Sets the top-down index of a module in this ChunkGroup +Stores the module's top-down traversal index within this group. #### `sortItems()` @@ -1203,7 +1535,8 @@ Sets the top-down index of a module in this ChunkGroup * `chunk` {Chunk} * Returns: {boolean} -Performs an unshift of a specific chunk +Moves a chunk to the front of the group or inserts it when it is not +already present. *** @@ -1227,13 +1560,15 @@ Performs an unshift of a specific chunk * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {CleanPluginCompilationHooks} +Returns the attached hooks. + *** ## Class: `CodeGenerationResults` @@ -1257,12 +1592,18 @@ Apply the plugin * `result` {CodeGenerationResult} * Returns: {void} +Stores a code generation result for a module/runtime pair, creating the +per-module runtime map when needed. + #### `get(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {CodeGenerationResult} +Returns the code generation result for a module/runtime pair, rejecting +ambiguous lookups where no unique runtime-independent result exists. + #### `getData(module, runtime, key)` * `module` {Module} @@ -1270,18 +1611,26 @@ Apply the plugin * `key` {string} * Returns: {any} +Returns an arbitrary metadata entry recorded during code generation. + #### `getHash(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {string} +Returns a stable hash for the generated sources and runtime requirements, +computing and caching it on first access. + #### `getRuntimeRequirements(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {ReadonlySet} +Returns the runtime requirements captured during code generation for the +requested module/runtime pair. + #### `getSource(module, runtime, sourceType)` * `module` {Module} @@ -1289,12 +1638,18 @@ Apply the plugin * `sourceType` {string} * Returns: {Source} +Returns a generated source of the requested source type from a stored code +generation result. + #### `has(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {boolean} +Reports whether a module has a stored result for the requested runtime, or +a single unambiguous result when no runtime is specified. + *** ## Class: `Compilation` @@ -1412,6 +1767,8 @@ e. g. creating an assets manifest of Service Workers. * `request` {string} * Returns: {Entrypoint} +Adds the provided async entrypoint to this chunk group. + #### `addChunk([name])` * `name` {string} @@ -1438,6 +1795,8 @@ If `module` is passed, `loc` and `request` must also be passed. * `callback` {object} * Returns: {void} +Adds the provided string to the compilation. + #### `addInclude(context, dependency, options, callback)` * `context` {string} @@ -1446,12 +1805,16 @@ If `module` is passed, `loc` and `request` must also be passed. * `callback` {object} * Returns: {void} +Adds the provided string to the compilation. + #### `addModule(module, callback)` * `module` {Module} * `callback` {object} * Returns: {void} +Adds the provided module to the compilation. + #### `addModuleChain(context, dependency, callback)` * `context` {string} @@ -1459,12 +1822,16 @@ If `module` is passed, `loc` and `request` must also be passed. * `callback` {object} * Returns: {void} +Adds the provided string to the compilation. + #### `addModuleTree(__namedParameters, callback)` * `__namedParameters` {object} * `callback` {object} * Returns: {void} +Adds the provided object to the compilation. + #### `addRuntimeModule(chunk, module[, chunkGraph])` * `chunk` {Chunk} @@ -1472,6 +1839,8 @@ If `module` is passed, `loc` and `request` must also be passed. * `chunkGraph` {ChunkGraph} * Returns: {void} +Adds runtime module. + #### `assignDepth(module)` > Stability: 0 - Deprecated @@ -1479,11 +1848,15 @@ If `module` is passed, `loc` and `request` must also be passed. * `module` {Module} * Returns: {void} +Processes the provided module. + #### `assignDepths(modules)` * `modules` {Module[]|Set} * Returns: {void} +Assigns depth values to the provided modules. + #### `assignRuntimeIds()` * Returns: {void} @@ -1509,6 +1882,8 @@ Schedules a build of the module object * `callback` {object} * Returns: {void} +Generates code and runtime requirements for this module. + #### `createChildCompiler(name[, outputOptions][, plugins])` * `name` {string} @@ -1525,6 +1900,8 @@ from parent (or top level compiler) and creates a child Compilation * `callback` {object} * Returns: {void} +Creates a chunk assets. + #### `createHash()` * Returns: {CodeGenerationJob[]} @@ -1542,22 +1919,30 @@ from parent (or top level compiler) and creates a child Compilation * `options` {NormalizedStatsOptions} * Returns: {StatsFactory} +Creates a stats factory. + #### `createStatsOptions([optionsOrPreset][, context])` * `optionsOrPreset` {string|boolean|StatsOptions} * `context` {CreateStatsOptionsContext} * Returns: {NormalizedStatsOptions} +Creates a stats options. + #### `createStatsPrinter(options)` * `options` {NormalizedStatsOptions} * Returns: {StatsPrinter} +Creates a stats printer. + #### `deleteAsset(file)` * `file` {string} * Returns: {void} +Processes the provided file. + #### `emitAsset(file, source[, assetInfo])` * `file` {string} @@ -1565,6 +1950,8 @@ from parent (or top level compiler) and creates a child Compilation * `assetInfo` {AssetInfo} * Returns: {void} +Processes the provided file. + #### `executeModule(module, options, callback)` * `module` {Module} @@ -1572,6 +1959,8 @@ from parent (or top level compiler) and creates a child Compilation * `callback` {object} * Returns: {void} +Processes the provided module. + #### `factorizeModule(options, callback)` ##### Call Signature @@ -1580,12 +1969,16 @@ from parent (or top level compiler) and creates a child Compilation * `callback` {object} * Returns: {void} +Processes the provided module callback. + ##### Call Signature * `options` {FactorizeModuleOptions|object} * `callback` {object} * Returns: {void} +Processes the provided module factory result callback. + #### `findModule(identifier)` * `identifier` {string} @@ -1598,23 +1991,31 @@ Attempts to search for a module by its identifier * `callback` {object} * Returns: {void} +Processes the provided callback. + #### `getAsset(name)` * `name` {string} * Returns: {Readonly} +Returns the asset or undefined when not found. + #### `getAssetPath(filename, data)` * `filename` {TemplatePath} * `data` {PathData} * Returns: {string} +Returns interpolated path. + #### `getAssetPathWithInfo(filename, data)` * `filename` {TemplatePath} * `data` {PathData} * Returns: {InterpolatedPathAndAssetInfo} +Gets asset path with info. + #### `getAssets()` * Returns: {Readonly[]} @@ -1624,12 +2025,16 @@ Attempts to search for a module by its identifier * `name` {string} * Returns: {CacheFacade} +Returns the cache facade instance. + #### `getDependencyReferencedExports(dependency, runtime)` * `dependency` {Dependency} * `runtime` {RuntimeSpec} * Returns: {string[]|ReferencedExport[]} +Gets dependency referenced exports. + #### `getErrors()` * Returns: {Error[]} @@ -1639,6 +2044,8 @@ Attempts to search for a module by its identifier * `name` {string|object} * Returns: {WebpackLogger} +Returns a logger with that name. + #### `getModule(module)` * `module` {Module} @@ -1652,17 +2059,23 @@ Fetches a module from a compilation by its identifier * `data` {PathData} * Returns: {string} +Returns interpolated path. + #### `getPathWithInfo(filename[, data])` * `filename` {TemplatePath} * `data` {PathData} * Returns: {InterpolatedPathAndAssetInfo} +Gets path with info. + #### `getRenderManifest(options)` * `options` {RenderManifestOptions} * Returns: {RenderManifestEntry[]} +Gets render manifest. + #### `getStats()` * Returns: {Stats} @@ -1677,63 +2090,85 @@ Fetches a module from a compilation by its identifier * `callback` {object} * Returns: {void} +Handle module creation. + #### `patchChunksAfterReasonRemoval(module, chunk)` * `module` {Module} * `chunk` {Chunk} * Returns: {void} +Patch chunks after reason removal. + #### `processModuleDependencies(module, callback)` * `module` {Module} * `callback` {object} * Returns: {void} +Process module dependencies. + #### `processModuleDependenciesNonRecursive(module)` * `module` {Module} * Returns: {void} +Process module dependencies non recursive. + #### `processRuntimeRequirements([__namedParameters])` * `__namedParameters` {object} * Returns: {void} +Process runtime requirements. + #### `rebuildModule(module, callback)` * `module` {Module} * `callback` {object} * Returns: {void} +Processes the provided module. + #### `removeChunkFromDependencies(block, chunk)` * `block` {DependenciesBlock} * `chunk` {Chunk} * Returns: {void} +Removes chunk from dependencies. + #### `removeReasonsOfDependencyBlock(module, block)` * `module` {Module} * `block` {DependenciesBlockLike} * Returns: {void} +Removes reasons of dependency block. + #### `renameAsset(file, newFile)` * `file` {string} * `newFile` {string} * Returns: {void} +Processes the provided file. + #### `reportDependencyErrorsAndWarnings(module, blocks)` * `module` {Module} * `blocks` {DependenciesBlock[]} * Returns: {boolean} +Report dependency errors and warnings. + #### `seal(callback)` * `callback` {object} * Returns: {void} +Processes the provided callback. + #### `sortItemsWithChunkIds()` * Returns: {void} @@ -1753,6 +2188,8 @@ Fetches a module from a compilation by its identifier * `assetInfoUpdateOrFunction` {AssetInfo|object} * Returns: {void} +Updates asset using the provided file. + *** ## Class: `Compiler` @@ -1765,6 +2202,8 @@ Fetches a module from a compilation by its identifier * `options` {WebpackOptionsNormalized} * Returns: {Compiler} +Creates an instance of Compiler. + ### Properties * `cache` {CacheClass} @@ -1809,11 +2248,15 @@ Fetches a module from a compilation by its identifier * `callback` {object} * Returns: {void} +Processes the provided error callback. + #### `compile(callback)` * `callback` {CallbackWebpackFunction_2} * Returns: {void} +Processes the provided compilation. + #### `createChildCompiler(compilation, compilerName, compilerIndex[, outputOptions][, plugins])` * `compilation` {Compilation} @@ -1823,11 +2266,15 @@ Fetches a module from a compilation by its identifier * `plugins` {false|""|0|WebpackPluginInstance|object[]} * Returns: {Compiler} +Creates a child compiler. + #### `createCompilation(params)` * `params` {CompilationParams} * Returns: {Compilation} +Creates a compilation. + #### `createContextModuleFactory()` * Returns: {ContextModuleFactory} @@ -1842,21 +2289,29 @@ Fetches a module from a compilation by its identifier * `callback` {object} * Returns: {void} +Processes the provided compilation. + #### `emitRecords(callback)` * `callback` {object} * Returns: {void} +Processes the provided error callback. + #### `getCache(name)` * `name` {string} * Returns: {CacheFacade} +Returns the cache facade instance. + #### `getInfrastructureLogger(name)` * `name` {string|object} * Returns: {WebpackLogger} +Gets infrastructure logger. + #### `isChild()` * Returns: {boolean} @@ -1866,6 +2321,8 @@ Fetches a module from a compilation by its identifier * `params` {CompilationParams} * Returns: {Compilation} +Returns the created compilation. + #### `newCompilationParams()` * Returns: {object} @@ -1879,16 +2336,22 @@ Fetches a module from a compilation by its identifier * `callback` {object} * Returns: {void} +Processes the provided error callback. + #### `run(callback)` * `callback` {CallbackWebpackFunction_2} * Returns: {void} +Processes the provided stat. + #### `runAsChild(callback)` * `callback` {object} * Returns: {void} +Processes the provided run as child callback. + #### `validate(schema, value[, options][, check])` ###### T @@ -1908,6 +2371,8 @@ Schema validation function with optional pre-compiled check * `handler` {CallbackWebpackFunction_2} * Returns: {Watching} +Returns a compiler watcher. + *** ## Class: `ConcatenationScope` @@ -1921,6 +2386,9 @@ Schema validation function with optional pre-compiled check * `usedNames` {Set} * Returns: {ConcatenationScope} +Creates the mutable scope object used while rendering a concatenated +module and its cross-module references. + ### Properties * `usedNames` {Set} @@ -1935,49 +2403,73 @@ Schema validation function with optional pre-compiled check * `__namedParameters` {Partial} * Returns: {string} +Encodes a reference to another concatenated module as a placeholder +identifier that can be parsed later during code generation. + #### `getRawExport(exportName)` * `exportName` {string} * Returns: {string} +Returns the raw expression registered for an export, if one exists. + #### `isModuleInScope(module)` * `module` {Module} * Returns: {boolean} +Checks whether a module participates in the current concatenation scope. + #### `registerExport(exportName, symbol)` * `exportName` {string} * `symbol` {string} * Returns: {void} +Records the symbol that should be used when the current module exports a +named binding. + #### `registerNamespaceExport(symbol)` * `symbol` {string} * Returns: {void} +Records the symbol that should be used for the synthetic namespace export. + #### `registerRawExport(exportName, expression)` * `exportName` {string} * `expression` {string} * Returns: {void} +Records a raw expression that can be used to reference an export without +going through the normal symbol map. + #### `setRawExportMap(exportName, expression)` * `exportName` {string} * `expression` {string} * Returns: {void} +Replaces the raw expression for an export only when that export already +has an entry in the raw export map. + #### Static method: `isModuleReference(name)` * `name` {string} * Returns: {boolean} +Checks whether an identifier is one of webpack's encoded concatenation +module references. + #### Static method: `matchModuleReference(name)` * `name` {string} * Returns: {ModuleReferenceOptions|object} +Parses an encoded module reference back into its module index and +reference flags. + *** ## Class: `ContextExclusionPlugin` @@ -1989,6 +2481,8 @@ Schema validation function with optional pre-compiled check * `negativeMatcher` {RegExp} * Returns: {ContextExclusionPlugin} +Creates an instance of ContextExclusionPlugin. + ### Properties * `negativeMatcher` {RegExp} @@ -2000,7 +2494,7 @@ Schema validation function with optional pre-compiled check * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2016,10 +2510,12 @@ Apply the plugin * `newContentRegExp` {RegExp} * Returns: {ContextReplacementPlugin} +Creates an instance of ContextReplacementPlugin. + ### Properties * `newContentCallback` {object} -* `newContentCreateContextMap` {object} +* `newContentCreateContextMap` {object} Stores new content create context map. * `newContentRecursive` {boolean} * `newContentRegExp` {RegExp} * `newContentResource` {string} @@ -2032,7 +2528,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2058,19 +2554,23 @@ Create a new define plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {DefinePluginHooks} +Returns the attached hooks. + #### Static method: `runtimeValue(fn[, options])` * `fn` {object} * `options` {true|string[]|RuntimeValueOptions} * Returns: {RuntimeValue} +Returns runtime value. + *** ## Class: `DelegatedPlugin` @@ -2082,6 +2582,8 @@ Apply the plugin * `options` {Options} * Returns: {DelegatedPlugin} +Creates an instance of DelegatedPlugin. + ### Properties * `options` {Options} @@ -2093,7 +2595,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2112,12 +2614,12 @@ Apply the plugin ### Properties -* `category` {string} +* `category` {string} Returns a dependency category, typical categories are "commonjs", "amd", "esm". * `disconnect` {any} -* `loc` {DependencyLocation} +* `loc` {DependencyLocation} Returns location. * `module` {any} * `optional` {boolean} -* `type` {string} +* `type` {string} Returns a display name for the type of dependency. * `weak` {boolean} * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} @@ -2129,31 +2631,41 @@ Apply the plugin * Returns: {boolean|symbol} +Could affect referencing module. + #### `createIgnoredModule(context)` * `context` {string} * Returns: {Module} +Creates an ignored module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getCondition(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {false|object} +Returns function to determine if the connection is active. + #### `getContext()` * Returns: {string} +Returns a request context. + #### `getErrors(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns errors +Returns errors. #### `getExports(moduleGraph)` @@ -2167,6 +2679,8 @@ Returns the exported names * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets module evaluation side effects state. + #### `getNumberOfIdOccurrences()` * Returns: {number} @@ -2194,18 +2708,22 @@ Returns list of exports referenced by this dependency * Returns: {string} +Returns an identifier to merge equal requests. + #### `getWarnings(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns warnings +Returns warnings. #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `setLoc(startLine, startColumn, endLine, endColumn)` * `startLine` {number} @@ -2214,19 +2732,23 @@ Returns warnings * `endColumn` {number} * Returns: {void} +Updates loc using the provided start line. + #### `updateHash(hash, context)` * `hash` {Hash} * `context` {UpdateHashContextDependency} * Returns: {void} -Update the hash +Updates the hash with the data contributed by this instance. #### Static method: `isLowPriorityDependency(dependency)` * `dependency` {Dependency} * Returns: {boolean} +Returns true if the dependency is a low priority dependency. + *** ## Class: `DllPlugin` @@ -2238,6 +2760,8 @@ Update the hash * `options` {DllPluginOptions} * Returns: {DllPlugin} +Creates an instance of DllPlugin. + ### Properties * `options` {DllPluginOptions} @@ -2249,7 +2773,7 @@ Update the hash * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2262,6 +2786,8 @@ Apply the plugin * `options` {DllReferencePluginOptions} * Returns: {DllReferencePlugin} +Creates an instance of DllReferencePlugin. + ### Properties * `options` {DllReferencePluginOptions} @@ -2273,7 +2799,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2286,6 +2812,8 @@ Apply the plugin * `options` {DotenvPluginOptions} * Returns: {DotenvPlugin} +Creates an instance of DotenvPlugin. + ### Properties * `options` {DotenvPluginOptions} @@ -2297,6 +2825,8 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} +Applies the plugin by registering its hooks on the compiler. + *** ## Class: `DynamicEntryPlugin` @@ -2309,6 +2839,8 @@ Apply the plugin * `entry` {object} * Returns: {DynamicEntryPlugin} +Creates an instance of DynamicEntryPlugin. + ### Properties * `context` {string} @@ -2321,7 +2853,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2340,6 +2872,8 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} +Applies the plugin by registering its hooks on the compiler. + #### Static method: `applyEntryOption(compiler, context, entry)` * `compiler` {Compiler} @@ -2347,6 +2881,8 @@ Apply the plugin * `entry` {EntryNormalized} * Returns: {void} +Apply entry option. + #### Static method: `entryDescriptionToOptions(compiler, name, desc)` * `compiler` {Compiler} @@ -2354,6 +2890,8 @@ Apply the plugin * `desc` {EntryDescriptionNormalized} * Returns: {EntryOptions} +Entry description to options. + *** ## Class: `EntryPlugin` @@ -2382,7 +2920,7 @@ An entry plugin which will handle creation of the EntryDependency * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `createDependency(entry, options)` @@ -2390,6 +2928,8 @@ Apply the plugin * `options` {string|EntryOptions} * Returns: {EntryDependency} +Creates a dependency. + *** ## Class: `Entrypoint` @@ -2406,18 +2946,20 @@ Apply the plugin ### Properties -* `asyncEntrypointsIterable` {SortableSet} -* `blocksIterable` {Iterable} -* `childrenIterable` {SortableSet} +* `asyncEntrypointsIterable` {SortableSet} +* `blocksIterable` {Iterable} Exposes the group's async dependency blocks as an iterable. +* `childrenIterable` {SortableSet} * `chunks` {Chunk[]} -* `debugId` {string} get a uniqueId for ChunkGroup, made up of its member Chunk debugId's +* `debugId` {string} Returns a debug-only identifier derived from the group's member chunk +debug ids. This is primarily useful in diagnostics and assertions. * `getModuleIndex` {object} * `getModuleIndex2` {object} * `groupDebugId` {number} -* `id` {string} get a unique id for ChunkGroup, made up of its member Chunk id's +* `id` {string} Returns an identifier derived from the ids of the chunks currently in +the group. * `index` {number} -* `name` {string} returns the name of current ChunkGroup -sets a new name for current ChunkGroup +* `name` {string} Returns the configured name of the chunk group, if one was assigned. +Updates the configured name of the chunk group. * `options` {ChunkGroupOptions} * `origins` {OriginRecord[]} * `parentsIterable` {SortableSet} @@ -2429,16 +2971,22 @@ sets a new name for current ChunkGroup * `entrypoint` {Entrypoint} * Returns: {boolean} +Registers an async entrypoint that is rooted in this chunk group. + #### `addBlock(block)` * `block` {AsyncDependenciesBlock} * Returns: {boolean} +Associates an async dependency block with this chunk group. + #### `addChild(group)` * `group` {ChunkGroup} * Returns: {boolean} +Adds a child chunk group to the current group. + #### `addDependOn(entrypoint)` * `entrypoint` {Entrypoint} @@ -2449,7 +2997,9 @@ sets a new name for current ChunkGroup * `options` {ChunkGroupOptions} * Returns: {void} -when a new chunk is added to a chunkGroup, addingOptions will occur. +Merges additional options into the chunk group. +Order-based options are combined by taking the higher priority, while +unsupported conflicts surface as an explicit error. #### `addOrigin(module, loc, request)` @@ -2458,11 +3008,16 @@ when a new chunk is added to a chunkGroup, addingOptions will occur. * `request` {string} * Returns: {void} +Records where this chunk group originated from in user code. +The origin is used for diagnostics, ordering, and reporting. + #### `addParent(parentChunk)` * `parentChunk` {ChunkGroup} * Returns: {boolean} +Records a parent chunk group relationship. + #### `checkConstraints()` * Returns: {void} @@ -2485,16 +3040,23 @@ Sorting values are based off of number of chunks in ChunkGroup. * Returns: {AsyncDependenciesBlock[]} +Returns the async dependency blocks that create or reference this group. + #### `getChildren()` * Returns: {ChunkGroup[]} +Returns the child chunk groups reachable from this group. + #### `getChildrenByOrders(moduleGraph, chunkGraph)` * `moduleGraph` {ModuleGraph} * `chunkGraph` {ChunkGraph} * Returns: {Record} +Groups child chunk groups by their `*Order` options and sorts each group +by descending order and deterministic chunk-group comparison. + #### `getEntrypointChunk()` * Returns: {Chunk} @@ -2506,19 +3068,21 @@ Returns the chunk which contains the entrypoint modules * Returns: {string[]} +Collects the emitted files produced by every chunk in the group. + #### `getModulePostOrderIndex(module)` * `module` {Module} * Returns: {number} -Gets the bottom-up index of a module in this ChunkGroup +Returns the module's bottom-up traversal index within this group. #### `getModulePreOrderIndex(module)` * `module` {Module} * Returns: {number} -Gets the top-down index of a module in this ChunkGroup +Returns the module's top-down traversal index within this group. #### `getNumberOfBlocks()` @@ -2536,6 +3100,8 @@ Gets the top-down index of a module in this ChunkGroup * Returns: {ChunkGroup[]} +Returns the parent chunk groups that can lead to this group. + #### `getRuntimeChunk()` * Returns: {Chunk} @@ -2547,55 +3113,77 @@ Fetches the chunk reference containing the webpack bootstrap code * `block` {AsyncDependenciesBlock} * Returns: {boolean} +Checks whether an async dependency block is associated with this group. + #### `hasParent(parent)` * `parent` {ChunkGroup} * Returns: {boolean} +Checks whether the provided group is registered as a parent. + #### `insertChunk(chunk, before)` * `chunk` {Chunk} * `before` {Chunk} * Returns: {boolean} -inserts a chunk before another existing chunk in group +Inserts a chunk directly before another chunk that already belongs to the +group, preserving the rest of the ordering. #### `isInitial()` * Returns: {boolean} +Indicates whether this chunk group is loaded as part of the initial page +load instead of being created lazily. + #### `pushChunk(chunk)` * `chunk` {Chunk} * Returns: {boolean} -add a chunk into ChunkGroup. Is pushed on or prepended +Appends a chunk to the group when it is not already a member. #### `remove()` * Returns: {void} +Disconnects this group from its parents, children, and chunks. +Child groups are reconnected to this group's parents so the surrounding +graph remains intact after removal. + #### `removeChild(group)` * `group` {ChunkGroup} * Returns: {boolean} +Removes a child chunk group and clears the corresponding parent link on +the removed child. + #### `removeChunk(chunk)` * `chunk` {Chunk} * Returns: {boolean} +Removes a chunk from this group. + #### `removeParent(chunkGroup)` * `chunkGroup` {ChunkGroup} * Returns: {boolean} +Removes a parent chunk group and clears the reverse child relationship. + #### `replaceChunk(oldChunk, newChunk)` * `oldChunk` {Chunk} * `newChunk` {Chunk} * Returns: {boolean} +Replaces one member chunk with another while preserving the group's +ordering and avoiding duplicates. + #### `setEntrypointChunk(chunk)` * `chunk` {Chunk} @@ -2609,7 +3197,7 @@ Sets the chunk with the entrypoint modules for an entrypoint. * `index` {number} * Returns: {void} -Sets the bottom-up index of a module in this ChunkGroup +Stores the module's bottom-up traversal index within this group. #### `setModulePreOrderIndex(module, index)` @@ -2617,7 +3205,7 @@ Sets the bottom-up index of a module in this ChunkGroup * `index` {number} * Returns: {void} -Sets the top-down index of a module in this ChunkGroup +Stores the module's top-down traversal index within this group. #### `setRuntimeChunk(chunk)` @@ -2635,7 +3223,8 @@ Sets the runtimeChunk for an entrypoint. * `chunk` {Chunk} * Returns: {boolean} -Performs an unshift of a specific chunk +Moves a chunk to the front of the group or inserts it when it is not +already present. *** @@ -2648,6 +3237,8 @@ Performs an unshift of a specific chunk * `keys` {string|string[]|Record[]} * Returns: {EnvironmentPlugin} +Creates an instance of EnvironmentPlugin. + ### Properties * `defaultValues` {Record} @@ -2660,7 +3251,7 @@ Performs an unshift of a specific chunk * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2673,6 +3264,8 @@ Apply the plugin * `options` {EvalDevToolModulePluginOptions} * Returns: {EvalDevToolModulePlugin} +Creates an instance of EvalDevToolModulePlugin. + ### Properties * `moduleFilenameTemplate` {DevtoolModuleFilenameTemplate} @@ -2686,7 +3279,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2699,6 +3292,8 @@ Apply the plugin * `inputOptions` {string|SourceMapDevToolPluginOptions} * Returns: {EvalSourceMapDevToolPlugin} +Creates an instance of EvalSourceMapDevToolPlugin. + ### Properties * `moduleFilenameTemplate` {DevtoolModuleFilenameTemplate} @@ -2713,7 +3308,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -2733,6 +3328,8 @@ Apply the plugin * `dependencyMeta` {ImportDependencyMeta|CssImportDependencyMeta|AssetDependencyMeta} * Returns: {ExternalModule} +Creates an instance of ExternalModule. + ### Properties * `blocks` {AsyncDependenciesBlock[]} @@ -2744,28 +3341,33 @@ Apply the plugin * `debugId` {number} * `dependencies` {Dependency[]} * `dependencyMeta` {ImportDependencyMeta|CssImportDependencyMeta|AssetDependencyMeta} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `externalType` {ExternalsType} * `factoryMeta` {FactoryMeta} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `request` {ExternalModuleRequest} * `resolveOptions` {ResolveOptions} * `type` {string} @@ -2796,6 +3398,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -2803,31 +3407,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -2837,12 +3453,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -2853,7 +3473,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -2866,11 +3486,15 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getChunks()` > Stability: 0 - Deprecated @@ -2882,16 +3506,22 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -2902,10 +3532,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -2915,6 +3549,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -2929,6 +3565,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -2940,6 +3578,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -2951,20 +3591,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -2972,6 +3620,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -2979,6 +3629,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -2992,11 +3644,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -3004,40 +3660,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -3045,11 +3713,15 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `restoreFromUnsafeCache(unsafeCacheData, normalModuleFactory)` * `unsafeCacheData` {UnsafeCacheData} @@ -3063,21 +3735,25 @@ restore unsafe cache data * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -3094,19 +3770,23 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {ExternalModuleHooks} +Returns the attached hooks. + #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. *** @@ -3120,6 +3800,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `externals` {Externals} * Returns: {ExternalsPlugin} +Creates an instance of ExternalsPlugin. + ### Properties * `externals` {Externals} @@ -3132,7 +3814,7 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -3152,34 +3834,46 @@ Apply the plugin * `__namedParameters` {GenerateContext} * Returns: {Source} +Generates generated code for this runtime module. + #### `getConcatenationBailoutReason(module, context)` * `module` {NormalModule} * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getSize(module[, type])` * `module` {NormalModule} * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `getTypes(module)` * `module` {NormalModule} * Returns: {ReadonlySet} +Returns the source types available for this module. + #### `updateHash(hash, __namedParameters)` * `hash` {Hash} * `__namedParameters` {UpdateHashContextGenerator} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `byType(map)` * `map` {object} * Returns: {ByTypeGenerator} +Returns generator by type. + *** ## Class: `HotModuleReplacementPlugin` @@ -3197,13 +3891,15 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `getParserHooks(parser)` * `parser` {JavascriptParser} * Returns: {HMRJavascriptParserHooks} +Returns the attached hooks. + *** ## Class: `HotUpdateChunk` @@ -3225,11 +3921,11 @@ Apply the plugin * `contentHash` {Record} * `cssFilenameTemplate` {string|object} * `debugId` {number} -* `entryModule` {Module} +* `entryModule` {Module} Returns entry module. * `extraAsync` {boolean} * `filenameTemplate` {string|object} -* `files` {Set} -* `groupsIterable` {SortableSet} +* `files` {Set} +* `groupsIterable` {SortableSet} Gets groups iterable. * `hash` {string} * `id` {string|number} * `idNameHints` {SortableSet} @@ -3248,6 +3944,8 @@ Apply the plugin * `chunkGroup` {ChunkGroup} * Returns: {void} +Adds the provided chunk group to the chunk. + #### `addModule(module)` > Stability: 0 - Deprecated @@ -3255,10 +3953,14 @@ Apply the plugin * `module` {Module} * Returns: {boolean} +Adds the provided module to the chunk. + #### `canBeInitial()` * Returns: {boolean} +Checks whether it can be initial. + #### `canBeIntegrated(otherChunk)` > Stability: 0 - Deprecated @@ -3266,6 +3968,8 @@ Apply the plugin * `otherChunk` {Chunk} * Returns: {boolean} +Checks whether this chunk can be integrated with another chunk. + #### `compareTo(otherChunk)` > Stability: 0 - Deprecated @@ -3273,6 +3977,8 @@ Apply the plugin * `otherChunk` {Chunk} * Returns: {-1|0|1} +Compares this chunk with another chunk. + #### `containsModule(module)` > Stability: 0 - Deprecated @@ -3280,32 +3986,46 @@ Apply the plugin * `module` {Module} * Returns: {boolean} +Checks whether this chunk contains the module. + #### `disconnectFromGroups()` * Returns: {void} +Disconnects from groups. + #### `getAllAsyncChunks()` * Returns: {Set} +Gets all async chunks. + #### `getAllInitialChunks()` * Returns: {Set} +Gets all initial chunks. + #### `getAllReferencedAsyncEntrypoints()` * Returns: {Set} +Gets all referenced async entrypoints. + #### `getAllReferencedChunks()` * Returns: {Set} +Gets all referenced chunks. + #### `getChildIdsByOrders(chunkGraph[, filterFn])` * `chunkGraph` {ChunkGraph} * `filterFn` {object} * Returns: {Record} +Gets child ids by orders. + #### `getChildIdsByOrdersMap(chunkGraph[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -3313,12 +4033,16 @@ Apply the plugin * `filterFn` {object} * Returns: {ChunkChildIdsByOrdersMapByData} +Gets child ids by orders map. + #### `getChildrenOfTypeInOrder(chunkGraph, type)` * `chunkGraph` {ChunkGraph} * `type` {string} * Returns: {ChunkChildOfTypeInOrder[]} +Gets children of type in order. + #### `getChunkMaps(realHash)` > Stability: 0 - Deprecated @@ -3326,6 +4050,8 @@ Apply the plugin * `realHash` {boolean} * Returns: {ChunkMaps} +Returns the chunk map information. + #### `getChunkModuleMaps(filterFn)` > Stability: 0 - Deprecated @@ -3333,30 +4059,42 @@ Apply the plugin * `filterFn` {object} * Returns: {ChunkModuleMaps} +Gets chunk module maps. + #### `getEntryOptions()` * Returns: {EntryOptions} +Gets entry options. + #### `getModules()` > Stability: 0 - Deprecated * Returns: {Module[]} +Returns the modules for this chunk. + #### `getNumberOfGroups()` * Returns: {number} +Gets number of groups. + #### `getNumberOfModules()` > Stability: 0 - Deprecated * Returns: {number} +Gets the number of modules in this chunk. + #### `hasAsyncChunks()` * Returns: {boolean} +Checks whether this chunk has async chunks. + #### `hasChildByOrder(chunkGraph, type[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -3365,12 +4103,16 @@ Apply the plugin * `filterFn` {object} * Returns: {boolean} +Checks whether this chunk contains the chunk graph. + #### `hasEntryModule()` > Stability: 0 - Deprecated * Returns: {boolean} +Checks whether this chunk has an entry module. + #### `hasModuleInGraph(filterFn[, filterChunkFn])` > Stability: 0 - Deprecated @@ -3379,10 +4121,14 @@ Apply the plugin * `filterChunkFn` {object} * Returns: {boolean} +Checks whether this chunk contains a matching module in the graph. + #### `hasRuntime()` * Returns: {boolean} +Checks whether this chunk has runtime. + #### `integrate(otherChunk)` > Stability: 0 - Deprecated @@ -3390,6 +4136,8 @@ Apply the plugin * `otherChunk` {Chunk} * Returns: {boolean} +Integrates another chunk into this chunk when possible. + #### `integratedSize(otherChunk, options)` > Stability: 0 - Deprecated @@ -3398,27 +4146,37 @@ Apply the plugin * `options` {ChunkSizeOptions} * Returns: {number} +Returns the integrated size with another chunk. + #### `isEmpty()` > Stability: 0 - Deprecated * Returns: {boolean} +Checks whether this chunk is empty. + #### `isInGroup(chunkGroup)` * `chunkGroup` {ChunkGroup} * Returns: {boolean} +Checks whether this chunk is in group. + #### `isOnlyInitial()` * Returns: {boolean} +Checks whether this chunk is only initial. + #### `modulesSize()` > Stability: 0 - Deprecated * Returns: {number} +Returns the total size of all modules in this chunk. + #### `moveModule(module, otherChunk)` > Stability: 0 - Deprecated @@ -3427,17 +4185,23 @@ Apply the plugin * `otherChunk` {Chunk} * Returns: {void} +Moves a module from this chunk to another chunk. + #### `remove()` > Stability: 0 - Deprecated * Returns: {void} +Removes this chunk from the chunk graph and chunk groups. + #### `removeGroup(chunkGroup)` * `chunkGroup` {ChunkGroup} * Returns: {void} +Removes the provided chunk group from the chunk. + #### `removeModule(module)` > Stability: 0 - Deprecated @@ -3445,6 +4209,8 @@ Apply the plugin * `module` {Module} * Returns: {void} +Removes the provided module from the chunk. + #### `size([options])` > Stability: 0 - Deprecated @@ -3452,17 +4218,23 @@ Apply the plugin * `options` {ChunkSizeOptions} * Returns: {number} +Returns the estimated size for the requested source type. + #### `split(newChunk)` * `newChunk` {Chunk} * Returns: {void} +Processes the provided new chunk. + #### `updateHash(hash, chunkGraph)` * `hash` {Hash} * `chunkGraph` {ChunkGraph} * Returns: {void} +Updates the hash with the data contributed by this instance. + *** ## Class: `IgnorePlugin` @@ -3474,6 +4246,8 @@ Apply the plugin * `options` {IgnorePluginOptions} * Returns: {IgnorePlugin} +Creates an instance of IgnorePlugin. + ### Properties * `options` {IgnorePluginOptions} @@ -3485,7 +4259,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### `checkIgnore(resolveData)` @@ -3518,6 +4292,8 @@ Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextReg * `endContent` {string|Source} * Returns: {InitFragment} +Creates an instance of InitFragment. + ### Properties * `content` {string|Source} @@ -3540,21 +4316,29 @@ Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextReg * `context` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getContent(context)` * `context` {GenerateContext} * Returns: {string|Source} +Returns the source code that will be included as initialization code. + #### `getEndContent(context)` * `context` {GenerateContext} * Returns: {string|Source} +Returns the source code that will be included at the end of the module. + #### `serialize(context)` * `context` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### Static method: `addToSource(source, initFragments, context)` ###### Context @@ -3565,6 +4349,8 @@ Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextReg * `context` {Context} * Returns: {Source} +Adds the provided source to the init fragment. + *** ## Class: `JavascriptModulesPlugin` @@ -3588,7 +4374,7 @@ Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextReg * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### `renderBootstrap(renderContext, hooks)` @@ -3596,12 +4382,16 @@ Apply the plugin * `hooks` {CompilationHooksJavascriptModulesPlugin} * Returns: {Bootstrap} +Renders the generated source of the bootstrap code. + #### `renderChunk(renderContext, hooks)` * `renderContext` {RenderContextJavascriptModulesPlugin} * `hooks` {CompilationHooksJavascriptModulesPlugin} * Returns: {Source} +Renders the rendered source. + #### `renderMain(renderContext, hooks, compilation)` * `renderContext` {MainRenderContext} @@ -3609,6 +4399,8 @@ Apply the plugin * `compilation` {Compilation} * Returns: {Source} +Renders the newly generated source from rendering. + #### `renderModule(module, renderContext, hooks)` * `module` {Module} @@ -3616,12 +4408,16 @@ Apply the plugin * `hooks` {CompilationHooksJavascriptModulesPlugin} * Returns: {Source} +Renders the newly generated source from rendering. + #### `renderRequire(renderContext, hooks)` * `renderContext` {RenderBootstrapContext} * `hooks` {CompilationHooksJavascriptModulesPlugin} * Returns: {string} +Renders the generated source of the require function. + #### `updateHashWithBootstrap(hash, renderContext, hooks)` * `hash` {Hash} @@ -3629,17 +4425,23 @@ Apply the plugin * `hooks` {CompilationHooksJavascriptModulesPlugin} * Returns: {void} +Updates hash with bootstrap. + #### Static method: `getChunkFilenameTemplate(chunk, outputOptions)` * `chunk` {Chunk} * `outputOptions` {OutputNormalizedWithDefaults} * Returns: {TemplatePath} +Gets chunk filename template. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {CompilationHooksJavascriptModulesPlugin} +Returns the attached hooks. + *** ## Class: `LibManifestPlugin` @@ -3651,6 +4453,8 @@ Apply the plugin * `options` {LibManifestPluginOptions} * Returns: {LibManifestPlugin} +Creates an instance of LibManifestPlugin. + ### Properties * `options` {LibManifestPluginOptions} @@ -3662,7 +4466,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -3679,6 +4483,8 @@ Apply the plugin * `exportProperty` {LibraryExport} * Returns: {LibraryTemplatePlugin} +Creates an instance of LibraryTemplatePlugin. + ### Properties * `library` {object} @@ -3690,7 +4496,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -3703,6 +4509,8 @@ Apply the plugin * `options` {LoaderOptionsPluginOptions|MatchObject} * Returns: {LoaderOptionsPlugin} +Creates an instance of LoaderOptionsPlugin. + ### Properties * `options` {LoaderOptionsPluginOptions|MatchObject} @@ -3714,7 +4522,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -3727,6 +4535,8 @@ Apply the plugin * `target` {string} * Returns: {LoaderTargetPlugin} +Creates an instance of LoaderTargetPlugin. + ### Properties * `target` {string} @@ -3738,7 +4548,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -3751,6 +4561,8 @@ Apply the plugin * `options` {ManifestPluginOptions} * Returns: {ManifestPlugin} +Creates an instance of ManifestPlugin. + ### Properties * `options` {ManifestPluginOptions} @@ -3762,7 +4574,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -3787,6 +4599,8 @@ Apply the plugin * `layer` {string} * Returns: {Module} +Creates an instance of Module. + ### Properties * `blocks` {AsyncDependenciesBlock[]} @@ -3797,27 +4611,32 @@ Apply the plugin * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `factoryMeta` {FactoryMeta} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `resolveOptions` {ResolveOptions} * `type` {string} * `used` {any} @@ -3844,6 +4663,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -3851,31 +4672,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -3885,12 +4718,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -3901,7 +4738,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -3914,11 +4751,15 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getChunks()` > Stability: 0 - Deprecated @@ -3930,16 +4771,22 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -3950,10 +4797,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -3963,6 +4814,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -3977,6 +4830,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -3988,6 +4843,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -3999,20 +4856,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -4020,6 +4885,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -4027,6 +4894,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -4040,11 +4909,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -4052,40 +4925,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -4093,31 +4978,39 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -4134,14 +5027,16 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. *** @@ -4161,6 +5056,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `callback` {object} * Returns: {void} +Processes the provided data. + *** ## Class: `ModuleGraph` @@ -4183,12 +5080,16 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `explanation` {string} * Returns: {void} +Adds the provided dependency to the module graph. + #### `addExtraReason(module, explanation)` * `module` {Module} * `explanation` {string} * Returns: {void} +Adds the provided module to the module graph. + #### `cached(fn, args)` ###### T @@ -4202,12 +5103,16 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `args` {T} * Returns: {R} +Returns computed value or cached. + #### `cloneModuleAttributes(sourceModule, targetModule)` * `sourceModule` {Module} * `targetModule` {Module} * Returns: {void} +Clones module attributes. + #### `copyOutgoingModuleConnections(oldModule, newModule, filterConnection)` * `oldModule` {Module} @@ -4215,6 +5120,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `filterConnection` {object} * Returns: {void} +Copies outgoing module connections. + #### `dependencyCacheProvide(dependency, args)` ###### D @@ -4232,159 +5139,221 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `args` {ARGS|unknown} * Returns: {R} +Dependency cache provide. + #### `finishUpdateParent()` * Returns: {void} +Finish update parent. + #### `freeze([cacheStage])` * `cacheStage` {string} * Returns: {void} +Processes the provided cache stage. + #### `getConnection(dependency)` * `dependency` {Dependency} * Returns: {ModuleGraphConnection} +Returns the connection. + #### `getDepth(module)` * `module` {Module} * Returns: {number} +Returns the depth of the module. + #### `getExportInfo(module, exportName)` * `module` {Module} * `exportName` {string} * Returns: {ExportInfo} +Returns info about the export. + #### `getExportsInfo(module)` * `module` {Module} * Returns: {ExportsInfo} +Returns info about the exports. + #### `getIncomingConnections(module)` * `module` {Module} * Returns: {Iterable} +Gets incoming connections. + #### `getIncomingConnectionsByOriginModule(module)` * `module` {Module} * Returns: {ReadonlyMap} +Gets incoming connections by origin module. + #### `getIssuer(module)` * `module` {Module} * Returns: {Module} +Returns the issuer module. + #### `getMeta(thing)` * `thing` {object} * Returns: {Meta} +Returns metadata. + #### `getMetaIfExisting(thing)` * `thing` {object} * Returns: {Meta} +Gets meta if existing. + #### `getModule(dependency)` * `dependency` {Dependency} * Returns: {Module} +Returns the referenced module. + #### `getOptimizationBailout(module)` * `module` {Module} * Returns: {string|object[]} +Gets optimization bailout. + #### `getOrigin(dependency)` * `dependency` {Dependency} * Returns: {Module} +Returns the referencing module. + #### `getOutgoingConnections(module)` * `module` {Module} * Returns: {Iterable} +Gets outgoing connections. + #### `getOutgoingConnectionsByModule(module)` * `module` {Module} * Returns: {ReadonlyMap} +Gets outgoing connections by module. + #### `getParentBlock(dependency)` * `dependency` {Dependency} * Returns: {DependenciesBlock} +Returns parent block. + #### `getParentBlockIndex(dependency)` * `dependency` {Dependency} * Returns: {number} +Gets parent block index. + #### `getParentModule(dependency)` * `dependency` {Dependency} * Returns: {Module} +Gets parent module. + #### `getPostOrderIndex(module)` * `module` {Module} * Returns: {number} +Gets post order index. + #### `getPreOrderIndex(module)` * `module` {Module} * Returns: {number} +Gets pre order index. + #### `getProfile(module)` * `module` {Module} * Returns: {ModuleProfile} +Returns the module profile. + #### `getProvidedExports(module)` * `module` {Module} * Returns: {true|string[]} +Gets provided exports. + #### `getReadOnlyExportInfo(module, exportName)` * `module` {Module} * `exportName` {string} * Returns: {ExportInfo} +Gets read only export info. + #### `getResolvedModule(dependency)` * `dependency` {Dependency} * Returns: {Module} +Gets resolved module. + #### `getResolvedOrigin(dependency)` * `dependency` {Dependency} * Returns: {Module} +Gets resolved origin. + #### `getUsedExports(module, runtime)` * `module` {Module} * `runtime` {RuntimeSpec} * Returns: {boolean|SortableSet} +Returns the used exports. + #### `isAsync(module)` * `module` {Module} * Returns: {boolean} +Checks whether this module graph is async. + #### `isDeferred(module)` * `module` {Module} * Returns: {boolean} +Checks whether this module graph is deferred. + #### `isExportProvided(module, exportName)` * `module` {Module} * `exportName` {string|string[]} * Returns: {boolean} +Checks whether this module graph is export provided. + #### `moveModuleConnections(oldModule, newModule, filterConnection)` * `oldModule` {Module} @@ -4392,60 +5361,82 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `filterConnection` {object} * Returns: {void} +Move module connections. + #### `removeAllModuleAttributes()` * Returns: {void} +Removes all module attributes. + #### `removeConnection(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes connection. + #### `removeModuleAttributes(module)` * `module` {Module} * Returns: {void} +Removes module attributes. + #### `setAsync(module)` * `module` {Module} * Returns: {void} +Updates async using the provided module. + #### `setDepth(module, depth)` * `module` {Module} * `depth` {number} * Returns: {void} +Updates depth using the provided module. + #### `setDepthIfLower(module, depth)` * `module` {Module} * `depth` {number} * Returns: {boolean} +Sets depth if lower. + #### `setIssuer(module, issuer)` * `module` {Module} * `issuer` {Module} * Returns: {void} +Updates issuer using the provided module. + #### `setIssuerIfUnset(module, issuer)` * `module` {Module} * `issuer` {Module} * Returns: {void} +Sets issuer if unset. + #### `setModuleMemCaches(moduleMemCaches)` * `moduleMemCaches` {Map} * Returns: {void} +Sets module mem caches. + #### `setParentDependenciesBlockIndex(dependency, index)` * `dependency` {Dependency} * `index` {number} * Returns: {void} +Sets parent dependencies block index. + #### `setParents(dependency, block, module[, indexInBlock])` * `dependency` {Dependency} @@ -4454,36 +5445,48 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `indexInBlock` {number} * Returns: {void} +Updates parents using the provided dependency. + #### `setPostOrderIndex(module, index)` * `module` {Module} * `index` {number} * Returns: {void} +Sets post order index. + #### `setPostOrderIndexIfUnset(module, index)` * `module` {Module} * `index` {number} * Returns: {boolean} +Sets post order index if unset. + #### `setPreOrderIndex(module, index)` * `module` {Module} * `index` {number} * Returns: {void} +Sets pre order index. + #### `setPreOrderIndexIfUnset(module, index)` * `module` {Module} * `index` {number} * Returns: {boolean} +Sets pre order index if unset. + #### `setProfile(module[, profile])` * `module` {Module} * `profile` {ModuleProfile} * Returns: {void} +Updates profile using the provided module. + #### `setResolvedModule(originModule, dependency, module)` * `originModule` {Module} @@ -4491,6 +5494,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `module` {Module} * Returns: {void} +Sets resolved module. + #### `unfreeze()` * Returns: {void} @@ -4501,6 +5506,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `module` {Module} * Returns: {void} +Updates module using the provided dependency. + #### `updateParent(dependency[, connection][, parentModule])` * `dependency` {Dependency} @@ -4508,6 +5515,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `parentModule` {Module} * Returns: {void} +Updates parent using the provided dependency. + #### Static method: `clearModuleGraphForModule(module)` > Stability: 0 - Deprecated @@ -4515,6 +5524,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `module` {Module} * Returns: {void} +Clear module graph for module. + #### Static method: `getModuleGraphForModule(module, deprecateMessage, deprecationCode)` > Stability: 0 - Deprecated @@ -4524,6 +5535,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `deprecationCode` {string} * Returns: {ModuleGraph} +Gets module graph for module. + #### Static method: `setModuleGraphForModule(module, moduleGraph)` > Stability: 0 - Deprecated @@ -4532,6 +5545,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `moduleGraph` {ModuleGraph} * Returns: {void} +Sets module graph for module. + *** ## Class: `ModuleGraphConnection` @@ -4548,6 +5563,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `condition` {false|object} * Returns: {ModuleGraphConnection} +Creates an instance of ModuleGraphConnection. + ### Properties * `condition` {false|object} @@ -4571,11 +5588,15 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `condition` {object} * Returns: {void} +Adds the provided condition to the module graph connection. + #### `addExplanation(explanation)` * `explanation` {string} * Returns: {void} +Adds the provided explanation to the module graph connection. + #### `clone()` * Returns: {ModuleGraphConnection} @@ -4585,21 +5606,29 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `runtime` {RuntimeSpec} * Returns: {ConnectionState} +Returns true: fully active, false: inactive, TRANSITIVE: direct module inactive, but transitive connection maybe active. + #### `isActive(runtime)` * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module graph connection is active. + #### `isTargetActive(runtime)` * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module graph connection is target active. + #### `setActive(value)` * `value` {boolean} * Returns: {void} +Updates active using the provided value. + *** ## Class: `MultiCompiler` @@ -4612,18 +5641,20 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `options` {MultiCompilerOptions} * Returns: {MultiCompiler} +Creates an instance of MultiCompiler. + ### Properties * `compilers` {Compiler[]} -* `dependencies` {WeakMap} -* `hooks` {Readonly} -* `inputFileSystem` {InputFileSystem} -* `intermediateFileSystem` {IntermediateFileSystem} +* `dependencies` {WeakMap} +* `hooks` {Readonly} +* `inputFileSystem` {InputFileSystem} Sets input file system. +* `intermediateFileSystem` {IntermediateFileSystem} Sets intermediate file system. * `options` {WebpackOptionsNormalized[]|MultiCompilerOptions} -* `outputFileSystem` {OutputFileSystem} +* `outputFileSystem` {OutputFileSystem} Sets output file system. * `outputPath` {string} * `running` {boolean} -* `watchFileSystem` {WatchFileSystem} +* `watchFileSystem` {WatchFileSystem} Sets watch file system. ### Methods @@ -4632,11 +5663,15 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `callback` {object} * Returns: {void} +Processes the provided error callback. + #### `getInfrastructureLogger(name)` * `name` {string|object} * Returns: {WebpackLogger} +Gets infrastructure logger. + #### `purgeInputFileSystem()` * Returns: {void} @@ -4646,16 +5681,18 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `callback` {CallbackWebpackFunction_2} * Returns: {void} +Processes the provided multi stat. + #### `runWithDependencies(compilers, fn, callback)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: This method should have been private * `compilers` {Compiler[]} * `fn` {object} * `callback` {CallbackWebpackFunction_2} * Returns: {void} -This method should have been private +Run with dependencies. #### `setDependencies(compiler, dependencies)` @@ -4663,17 +5700,23 @@ This method should have been private * `dependencies` {string[]} * Returns: {void} +Updates dependencies using the provided compiler. + #### `validateDependencies(callback)` * `callback` {CallbackWebpackFunction_2} * Returns: {boolean} +Validate dependencies. + #### `watch(watchOptions, handler)` * `watchOptions` {WatchOptions|WatchOptions[]} * `handler` {CallbackWebpackFunction_2} * Returns: {MultiWatching} +Returns a compiler watcher. + *** ## Class: `MultiStats` @@ -4695,20 +5738,28 @@ This method should have been private * Returns: {boolean} +Checks whether this multi stats has errors. + #### `hasWarnings()` * Returns: {boolean} +Checks whether this multi stats has warnings. + #### `toJson([options])` * `options` {boolean|"verbose"|"none"|"summary"|"errors-only"|"errors-warnings"|"minimal"|"normal"|"detailed"|StatsOptions} * Returns: {StatsCompilation} +Returns json output. + #### `toString([options])` * `options` {boolean|"verbose"|"none"|"summary"|"errors-only"|"errors-warnings"|"minimal"|"normal"|"detailed"|StatsOptions} * Returns: {string} +Returns a string representation. + *** ## Class: `NoEmitOnErrorsPlugin` @@ -4726,7 +5777,7 @@ This method should have been private * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -4754,28 +5805,33 @@ Apply the plugin * `context` {string} * `debugId` {number} * `dependencies` {Dependency[]} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `error` {WebpackError} * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `extractSourceMap` {boolean} * `factoryMeta` {FactoryMeta} * `generator` {Generator} * `generatorOptions` {GeneratorOptions} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} * `loaders` {LoaderItem[]} * `matchResource` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `parser` {ParserClass} @@ -4783,7 +5839,7 @@ Apply the plugin * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} * `rawRequest` {string} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `request` {string} * `resolveOptions` {ResolveOptions} * `resource` {string} @@ -4814,6 +5870,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -4821,31 +5879,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `applyNoParseRule(rule, content)` * `rule` {string|RegExp|object} @@ -4861,12 +5931,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -4877,7 +5951,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -4890,6 +5964,8 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `createSource(context, content[, sourceMap][, associatedObjectForCache])` * `context` {string} @@ -4912,6 +5988,8 @@ removes all warnings and errors * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getChunks()` > Stability: 0 - Deprecated @@ -4923,6 +6001,8 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getCurrentLoader(loaderContext[, index])` * `loaderContext` {AnyLoaderContext} @@ -4933,12 +6013,16 @@ removes all warnings and errors * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -4949,10 +6033,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getResource()` * Returns: {string} @@ -4966,6 +6054,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -4980,6 +6070,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -4991,6 +6083,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -5002,20 +6096,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -5023,6 +6125,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -5030,6 +6134,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -5043,11 +6149,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -5055,11 +6165,15 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `markModuleAsErrored(error)` * `error` {WebpackError} @@ -5069,31 +6183,39 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -5101,11 +6223,15 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `restoreFromUnsafeCache(unsafeCacheData, normalModuleFactory)` * `unsafeCacheData` {UnsafeCacheData} @@ -5119,6 +6245,8 @@ restore unsafe cache data * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `shouldPreventParsing(noParseRule, request)` * `noParseRule` {string|RegExp|object|string|RegExp|object[]} @@ -5130,16 +6258,18 @@ restore unsafe cache data * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -5156,6 +6286,8 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `deserialize(context)` * `context` {ObjectDeserializerContext} @@ -5168,12 +6300,12 @@ and properties. #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. *** @@ -5201,7 +6333,7 @@ Create an instance of the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -5225,6 +6357,8 @@ Apply the plugin * `state` {ParserState} * Returns: {ParserState} +Parses the provided source and updates the parser state. + *** ## Class: `PlatformPlugin` @@ -5236,6 +6370,8 @@ Apply the plugin * `platform` {Partial} * Returns: {PlatformPlugin} +Creates an instance of PlatformPlugin. + ### Properties * `platform` {Partial} @@ -5247,7 +6383,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -5261,6 +6397,8 @@ Apply the plugin * `request` {string} * Returns: {PrefetchPlugin} +Creates an instance of PrefetchPlugin. + ### Properties * `context` {string} @@ -5273,7 +6411,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -5286,6 +6424,8 @@ Apply the plugin * `options` {ProgressPluginArgument} * Returns: {ProgressPlugin} +Creates an instance of ProgressPlugin. + ### Properties * `dependenciesCount` {number} @@ -5308,11 +6448,15 @@ Apply the plugin * `compiler` {Compiler|MultiCompiler} * Returns: {void} +Applies the plugin by registering its hooks on the compiler. + #### Static method: `getReporter(compiler)` * `compiler` {Compiler} * Returns: {object} +Returns a progress reporter, if any. + *** ## Class: `ProvidePlugin` @@ -5324,6 +6468,8 @@ Apply the plugin * `definitions` {Record} * Returns: {ProvidePlugin} +Creates an instance of ProvidePlugin. + ### Properties * `definitions` {Record} @@ -5335,7 +6481,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -5444,6 +6590,8 @@ Apply the plugin * `stage` {number} * Returns: {RuntimeModule} +Creates an instance of RuntimeModule. + ### Properties * `blocks` {AsyncDependenciesBlock[]} @@ -5458,29 +6606,34 @@ Apply the plugin * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `name` {string} * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} @@ -5512,6 +6665,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -5519,31 +6674,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `attach(compilation, chunk[, chunkGraph])` * `compilation` {Compilation} @@ -5551,6 +6718,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunkGraph` {ChunkGraph} * Returns: {void} +Processes the provided compilation. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -5560,12 +6729,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -5576,7 +6749,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -5589,15 +6762,21 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `generate()` * Returns: {string} +Generates runtime code for this runtime module. + #### `getChunks()` > Stability: 0 - Deprecated @@ -5609,20 +6788,28 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getGeneratedCode()` * Returns: {string} +Gets generated code. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -5633,10 +6820,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -5646,6 +6837,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -5660,6 +6853,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -5671,6 +6866,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -5682,20 +6879,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -5703,6 +6908,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -5710,6 +6917,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -5723,11 +6932,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -5735,40 +6948,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -5776,35 +7001,45 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `shouldIsolate()` * Returns: {boolean} +Returns true, if the runtime module should get it's own scope. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -5821,14 +7056,16 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. *** @@ -5841,6 +7078,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `options` {SourceMapDevToolPluginOptions} * Returns: {SourceMapDevToolPlugin} +Creates an instance of SourceMapDevToolPlugin. + ### Properties * `fallbackModuleFilenameTemplate` {DevtoolFallbackModuleFilenameTemplate} @@ -5857,7 +7096,7 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -5870,6 +7109,8 @@ Apply the plugin * `compilation` {Compilation} * Returns: {Stats} +Creates an instance of Stats. + ### Properties * `compilation` {Compilation} @@ -5883,20 +7124,28 @@ Apply the plugin * Returns: {boolean} +Checks whether this stats has errors. + #### `hasWarnings()` * Returns: {boolean} +Checks whether this stats has warnings. + #### `toJson([options])` * `options` {boolean|"verbose"|"none"|"summary"|"errors-only"|"errors-warnings"|"minimal"|"normal"|"detailed"|StatsOptions} * Returns: {StatsCompilation} +Returns json output. + #### `toString([options])` * `options` {boolean|"verbose"|"none"|"summary"|"errors-only"|"errors-warnings"|"minimal"|"normal"|"detailed"|StatsOptions} * Returns: {string} +Returns a string representation. + *** ## Class: `Template` @@ -5919,37 +7168,51 @@ Apply the plugin * `str` {string|string[]} * Returns: {string} +Returns a single string from array. + #### Static method: `getFunctionContent(fn)` * `fn` {Stringable} * Returns: {string} +Gets function content. + #### Static method: `getModulesArrayBounds(modules)` * `modules` {WithId[]} * Returns: {false|number|number} +Gets modules array bounds. + #### Static method: `indent(s)` * `s` {string|string[]} * Returns: {string} +Returns converted identity. + #### Static method: `numberToIdentifier(n)` * `n` {number} * Returns: {string} +Number to identifier. + #### Static method: `numberToIdentifierContinuation(n)` * `n` {number} * Returns: {string} +Number to identifier continuation. + #### Static method: `prefix(s, prefix)` * `s` {string|string[]} * `prefix` {string} * Returns: {string} +Returns new prefix string. + #### Static method: `renderChunkModules(renderContext, modules, renderModule[, prefix])` * `renderContext` {ChunkRenderContextJavascriptModulesPlugin} @@ -5958,38 +7221,52 @@ Apply the plugin * `prefix` {string} * Returns: {Source} +Renders chunk modules. + #### Static method: `renderChunkRuntimeModules(runtimeModules, renderContext)` * `runtimeModules` {RuntimeModule[]} * `renderContext` {RenderContextJavascriptModulesPlugin} * Returns: {Source} +Renders chunk runtime modules. + #### Static method: `renderRuntimeModules(runtimeModules, renderContext)` * `runtimeModules` {RuntimeModule[]} * `renderContext` {RenderContextJavascriptModulesPlugin|object} * Returns: {Source} +Renders runtime modules. + #### Static method: `toComment(str)` * `str` {string} * Returns: {string} +Returns a commented version of string. + #### Static method: `toIdentifier(str)` * `str` {string} * Returns: {string} +Returns created identifier. + #### Static method: `toNormalComment(str)` * `str` {string} * Returns: {string} +Returns a commented version of string. + #### Static method: `toPath(str)` * `str` {string} * Returns: {string} +Returns normalized bundle-safe path. + *** ## Class: `WatchIgnorePlugin` @@ -6001,6 +7278,8 @@ Apply the plugin * `options` {WatchIgnorePluginOptions} * Returns: {WatchIgnorePlugin} +Creates an instance of WatchIgnorePlugin. + ### Properties * `options` {WatchIgnorePluginOptions} @@ -6012,7 +7291,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -6047,11 +7326,15 @@ Apply the plugin * `callback` {object} * Returns: {void} +Processes the provided error callback. + #### `invalidate([callback])` * `callback` {object} * Returns: {void} +Processes the provided error callback. + #### `resume()` * Returns: {void} @@ -6067,6 +7350,8 @@ Apply the plugin * `missing` {Iterable} * Returns: {void} +Processes the provided file. + *** ## Class: `WebpackError` @@ -6115,11 +7400,15 @@ not capture any frames. * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### Static method: `captureStackTrace(targetObject[, constructorOpt])` * `targetObject` {object} @@ -6190,6 +7479,8 @@ a(); * `interception` {WebpackOptionsInterception} * Returns: {WebpackOptionsNormalizedWithDefaults} +Returns options object. + *** ## Class: `WebpackOptionsDefaulter` @@ -6207,6 +7498,8 @@ a(); * `options` {Configuration} * Returns: {WebpackOptionsNormalized} +Returns normalized webpack options. + *** ## Class: `WebpackOptionsValidationError` @@ -6341,6 +7634,8 @@ a(); ## Interface: `Argument` +Returns object of arguments. + ### Properties * `configs` {ArgumentConfig[]} @@ -6362,6 +7657,8 @@ a(); ## Interface: `AssetEmittedInfo` +Checks whether this object is sorted. + ### Properties * `compilation` {Compilation} @@ -6422,6 +7719,8 @@ a(); ## Interface: `ColorsOptions` +Creates a colors from the provided colors option. + ### Properties * `useColor` {boolean} force use colors @@ -6570,6 +7869,8 @@ Specify options for each generator. ## Interface: `InputFileSystem` +Returns location of targetPath relative to rootPath. + ### Properties * `dirname` {object} @@ -6698,6 +7999,8 @@ Options affecting the normal modules (`NormalModuleFactory`). ## Interface: `ObjectDeserializerContext` +Updates set size using the provided set. + ### Properties * `read` {object} @@ -6707,6 +8010,8 @@ Options affecting the normal modules (`NormalModuleFactory`). ## Interface: `ObjectSerializerContext` +Updates set size using the provided set. + ### Properties * `rollback` {object} @@ -6720,6 +8025,8 @@ Options affecting the normal modules (`NormalModuleFactory`). ## Interface: `OutputFileSystem` +Returns location of targetPath relative to rootPath. + ### Properties * `createReadStream` {object} @@ -6805,6 +8112,8 @@ Specify options for each parser. ## Interface: `Problem` +Returns object of arguments. + ### Properties * `argument` {string} diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json index 703c3bc..c01cf12 100644 --- a/pages/v5.x/type-map.json +++ b/pages/v5.x/type-map.json @@ -994,90 +994,90 @@ "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.compileWasm": "webpack/namespaces/RuntimeGlobals.md#compilewasm", - "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", + "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.compileWasm": "webpack/namespaces/RuntimeGlobals.html#compilewasm", + "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.md", "sharing.ConsumeSharedPlugin": "webpack/namespaces/sharing.md#consumesharedplugin", "sharing.ConsumeSharedPlugin.constructor": "webpack/namespaces/sharing.md#constructor", @@ -1627,2129 +1627,2909 @@ "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.local": "globals.md#local", - "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.phase": "globals.md#phase", - "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.phase": "globals.md#phase", - "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" + "webworker.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.html#class-webworkertemplateplugin", + "webworker.WebWorkerTemplatePlugin.constructor": "webpack/namespaces/webworker.html#constructor", + "webworker.WebWorkerTemplatePlugin.constructor.WebWorkerTemplatePlugin": "webpack/namespaces/webworker.html#webworkertemplateplugin", + "webworker.WebWorkerTemplatePlugin.apply": "webpack/namespaces/webworker.html#applycompiler", + "webworker.WebWorkerTemplatePlugin.apply.apply": "webpack/namespaces/webworker.html#apply", + "AsyncDependenciesBlock": "globals.html#class-asyncdependenciesblock", + "AsyncDependenciesBlock.constructor": "globals.html#constructorgroupoptions-loc-request", + "AsyncDependenciesBlock.constructor.AsyncDependenciesBlock": "globals.html#asyncdependenciesblock", + "AsyncDependenciesBlock.blocks": "globals.html#blocks", + "AsyncDependenciesBlock.chunkName": "globals.html#chunkname", + "AsyncDependenciesBlock.circular": "globals.html#circular", + "AsyncDependenciesBlock.circular.circular": "globals.html#circular-1", + "AsyncDependenciesBlock.dependencies": "globals.html#dependencies", + "AsyncDependenciesBlock.groupOptions": "globals.html#groupoptions", + "AsyncDependenciesBlock.loc": "globals.html#loc", + "AsyncDependenciesBlock.module": "globals.html#module", + "AsyncDependenciesBlock.parent": "globals.html#parent", + "AsyncDependenciesBlock.request": "globals.html#request", + "AsyncDependenciesBlock.addBlock": "globals.html#addblockblock", + "AsyncDependenciesBlock.addBlock.addBlock": "globals.html#addblock", + "AsyncDependenciesBlock.addDependency": "globals.html#adddependencydependency", + "AsyncDependenciesBlock.addDependency.addDependency": "globals.html#adddependency", + "AsyncDependenciesBlock.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks", + "AsyncDependenciesBlock.clearDependenciesAndBlocks.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks-1", + "AsyncDependenciesBlock.deserialize": "globals.html#-namedparameters", + "AsyncDependenciesBlock.deserialize.deserialize": "globals.html#deserialize", + "AsyncDependenciesBlock.getRootBlock": "globals.html#getrootblock", + "AsyncDependenciesBlock.getRootBlock.getRootBlock": "globals.html#getrootblock-1", + "AsyncDependenciesBlock.removeDependency": "globals.html#removedependencydependency", + "AsyncDependenciesBlock.removeDependency.removeDependency": "globals.html#removedependency", + "AsyncDependenciesBlock.serialize": "globals.html#-namedparameters", + "AsyncDependenciesBlock.serialize.serialize": "globals.html#serialize", + "AsyncDependenciesBlock.updateHash": "globals.html#updatehashhash-context", + "AsyncDependenciesBlock.updateHash.updateHash": "globals.html#updatehash", + "AutomaticPrefetchPlugin": "globals.html#class-automaticprefetchplugin", + "AutomaticPrefetchPlugin.constructor": "globals.html#constructor", + "AutomaticPrefetchPlugin.constructor.AutomaticPrefetchPlugin": "globals.html#automaticprefetchplugin", + "AutomaticPrefetchPlugin.apply": "globals.html#applycompiler", + "AutomaticPrefetchPlugin.apply.apply": "globals.html#apply", + "BannerPlugin": "globals.html#class-bannerplugin", + "BannerPlugin.constructor": "globals.html#constructoroptions", + "BannerPlugin.constructor.BannerPlugin": "globals.html#bannerplugin", + "BannerPlugin.banner": "globals.html#banner", + "BannerPlugin.options": "globals.html#options", + "BannerPlugin.apply": "globals.html#applycompiler", + "BannerPlugin.apply.apply": "globals.html#apply", + "Cache": "globals.html#class-cache", + "Cache.constructor": "globals.html#constructor", + "Cache.constructor.Cache": "globals.html#cache", + "Cache.hooks": "globals.html#hooks", + "Cache.STAGE_DEFAULT": "globals.html#stage-default", + "Cache.STAGE_DISK": "globals.html#stage-disk", + "Cache.STAGE_MEMORY": "globals.html#stage-memory", + "Cache.STAGE_NETWORK": "globals.html#stage-network", + "Cache.beginIdle": "globals.html#beginidle", + "Cache.beginIdle.beginIdle": "globals.html#beginidle-1", + "Cache.endIdle": "globals.html#endidlecallback", + "Cache.endIdle.endIdle": "globals.html#endidle", + "Cache.get": "globals.html#getidentifier-etag-callback", + "Cache.get.get": "globals.html#get", + "Cache.get.get.T": "globals.html#t", + "Cache.shutdown": "globals.html#shutdowncallback", + "Cache.shutdown.shutdown": "globals.html#shutdown", + "Cache.store": "globals.html#storeidentifier-etag-data-callback", + "Cache.store.store": "globals.html#store", + "Cache.store.store.T": "globals.html#t-1", + "Cache.storeBuildDependencies": "globals.html#storebuilddependenciesdependencies-callback", + "Cache.storeBuildDependencies.storeBuildDependencies": "globals.html#storebuilddependencies", + "Chunk": "globals.html#class-chunk", + "Chunk.constructor": "globals.html#constructorname-backcompat", + "Chunk.constructor.Chunk": "globals.html#chunk", + "Chunk.auxiliaryFiles": "globals.html#auxiliaryfiles", + "Chunk.chunkReason": "globals.html#chunkreason", + "Chunk.contentHash": "globals.html#contenthash", + "Chunk.cssFilenameTemplate": "globals.html#cssfilenametemplate", + "Chunk.debugId": "globals.html#debugid", + "Chunk.entryModule": "globals.html#entrymodule", + "Chunk.entryModule.entryModule": "globals.html#entrymodule-1", + "Chunk.extraAsync": "globals.html#extraasync", + "Chunk.filenameTemplate": "globals.html#filenametemplate", + "Chunk.files": "globals.html#files", + "Chunk.groupsIterable": "globals.html#groupsiterable", + "Chunk.groupsIterable.groupsIterable": "globals.html#groupsiterable-1", + "Chunk.hash": "globals.html#hash", + "Chunk.id": "globals.html#id", + "Chunk.idNameHints": "globals.html#idnamehints", + "Chunk.ids": "globals.html#ids", + "Chunk.modulesIterable": "globals.html#modulesiterable", + "Chunk.modulesIterable.modulesIterable": "globals.html#modulesiterable-1", + "Chunk.name": "globals.html#name", + "Chunk.preventIntegration": "globals.html#preventintegration", + "Chunk.rendered": "globals.html#rendered", + "Chunk.renderedHash": "globals.html#renderedhash", + "Chunk.runtime": "globals.html#runtime", + "Chunk.addGroup": "globals.html#addgroupchunkgroup", + "Chunk.addGroup.addGroup": "globals.html#addgroup", + "Chunk.addModule": "globals.html#addmodulemodule", + "Chunk.addModule.addModule": "globals.html#addmodule", + "Chunk.canBeInitial": "globals.html#canbeinitial", + "Chunk.canBeInitial.canBeInitial": "globals.html#canbeinitial-1", + "Chunk.canBeIntegrated": "globals.html#canbeintegratedotherchunk", + "Chunk.canBeIntegrated.canBeIntegrated": "globals.html#canbeintegrated", + "Chunk.compareTo": "globals.html#comparetootherchunk", + "Chunk.compareTo.compareTo": "globals.html#compareto", + "Chunk.containsModule": "globals.html#containsmodulemodule", + "Chunk.containsModule.containsModule": "globals.html#containsmodule", + "Chunk.disconnectFromGroups": "globals.html#disconnectfromgroups", + "Chunk.disconnectFromGroups.disconnectFromGroups": "globals.html#disconnectfromgroups-1", + "Chunk.getAllAsyncChunks": "globals.html#getallasyncchunks", + "Chunk.getAllAsyncChunks.getAllAsyncChunks": "globals.html#getallasyncchunks-1", + "Chunk.getAllInitialChunks": "globals.html#getallinitialchunks", + "Chunk.getAllInitialChunks.getAllInitialChunks": "globals.html#getallinitialchunks-1", + "Chunk.getAllReferencedAsyncEntrypoints": "globals.html#getallreferencedasyncentrypoints", + "Chunk.getAllReferencedAsyncEntrypoints.getAllReferencedAsyncEntrypoints": "globals.html#getallreferencedasyncentrypoints-1", + "Chunk.getAllReferencedChunks": "globals.html#getallreferencedchunks", + "Chunk.getAllReferencedChunks.getAllReferencedChunks": "globals.html#getallreferencedchunks-1", + "Chunk.getChildIdsByOrders": "globals.html#getchildidsbyorderschunkgraph-filterfn", + "Chunk.getChildIdsByOrders.getChildIdsByOrders": "globals.html#getchildidsbyorders", + "Chunk.getChildIdsByOrdersMap": "globals.html#getchildidsbyordersmapchunkgraph-includedirectchildren-filterfn", + "Chunk.getChildIdsByOrdersMap.getChildIdsByOrdersMap": "globals.html#getchildidsbyordersmap", + "Chunk.getChildrenOfTypeInOrder": "globals.html#getchildrenoftypeinorderchunkgraph-type", + "Chunk.getChildrenOfTypeInOrder.getChildrenOfTypeInOrder": "globals.html#getchildrenoftypeinorder", + "Chunk.getChunkMaps": "globals.html#getchunkmapsrealhash", + "Chunk.getChunkMaps.getChunkMaps": "globals.html#getchunkmaps", + "Chunk.getChunkModuleMaps": "globals.html#getchunkmodulemapsfilterfn", + "Chunk.getChunkModuleMaps.getChunkModuleMaps": "globals.html#getchunkmodulemaps", + "Chunk.getEntryOptions": "globals.html#getentryoptions", + "Chunk.getEntryOptions.getEntryOptions": "globals.html#getentryoptions-1", + "Chunk.getModules": "globals.html#getmodules", + "Chunk.getModules.getModules": "globals.html#getmodules-1", + "Chunk.getNumberOfGroups": "globals.html#getnumberofgroups", + "Chunk.getNumberOfGroups.getNumberOfGroups": "globals.html#getnumberofgroups-1", + "Chunk.getNumberOfModules": "globals.html#getnumberofmodules", + "Chunk.getNumberOfModules.getNumberOfModules": "globals.html#getnumberofmodules-1", + "Chunk.hasAsyncChunks": "globals.html#hasasyncchunks", + "Chunk.hasAsyncChunks.hasAsyncChunks": "globals.html#hasasyncchunks-1", + "Chunk.hasChildByOrder": "globals.html#haschildbyorderchunkgraph-type-includedirectchildren-filterfn", + "Chunk.hasChildByOrder.hasChildByOrder": "globals.html#haschildbyorder", + "Chunk.hasEntryModule": "globals.html#hasentrymodule", + "Chunk.hasEntryModule.hasEntryModule": "globals.html#hasentrymodule-1", + "Chunk.hasModuleInGraph": "globals.html#hasmoduleingraphfilterfn-filterchunkfn", + "Chunk.hasModuleInGraph.hasModuleInGraph": "globals.html#hasmoduleingraph", + "Chunk.hasRuntime": "globals.html#hasruntime", + "Chunk.hasRuntime.hasRuntime": "globals.html#hasruntime-1", + "Chunk.integrate": "globals.html#integrateotherchunk", + "Chunk.integrate.integrate": "globals.html#integrate", + "Chunk.integratedSize": "globals.html#integratedsizeotherchunk-options", + "Chunk.integratedSize.integratedSize": "globals.html#integratedsize", + "Chunk.isEmpty": "globals.html#isempty", + "Chunk.isEmpty.isEmpty": "globals.html#isempty-1", + "Chunk.isInGroup": "globals.html#isingroupchunkgroup", + "Chunk.isInGroup.isInGroup": "globals.html#isingroup", + "Chunk.isOnlyInitial": "globals.html#isonlyinitial", + "Chunk.isOnlyInitial.isOnlyInitial": "globals.html#isonlyinitial-1", + "Chunk.modulesSize": "globals.html#modulessize", + "Chunk.modulesSize.modulesSize": "globals.html#modulessize-1", + "Chunk.moveModule": "globals.html#movemodulemodule-otherchunk", + "Chunk.moveModule.moveModule": "globals.html#movemodule", + "Chunk.remove": "globals.html#remove", + "Chunk.remove.remove": "globals.html#remove-1", + "Chunk.removeGroup": "globals.html#removegroupchunkgroup", + "Chunk.removeGroup.removeGroup": "globals.html#removegroup", + "Chunk.removeModule": "globals.html#removemodulemodule", + "Chunk.removeModule.removeModule": "globals.html#removemodule", + "Chunk.size": "globals.html#sizeoptions", + "Chunk.size.size": "globals.html#size", + "Chunk.split": "globals.html#splitnewchunk", + "Chunk.split.split": "globals.html#split", + "Chunk.updateHash": "globals.html#updatehashhash-chunkgraph", + "Chunk.updateHash.updateHash": "globals.html#updatehash", + "ChunkGraph": "globals.html#class-chunkgraph", + "ChunkGraph.constructor": "globals.html#constructormodulegraph-hashfunction", + "ChunkGraph.constructor.ChunkGraph": "globals.html#chunkgraph", + "ChunkGraph.moduleGraph": "globals.html#modulegraph", + "ChunkGraph.addChunkRuntimeRequirements": "globals.html#addchunkruntimerequirementschunk-items", + "ChunkGraph.addChunkRuntimeRequirements.addChunkRuntimeRequirements": "globals.html#addchunkruntimerequirements", + "ChunkGraph.addDependentHashModuleToChunk": "globals.html#adddependenthashmoduletochunkchunk-module", + "ChunkGraph.addDependentHashModuleToChunk.addDependentHashModuleToChunk": "globals.html#adddependenthashmoduletochunk", + "ChunkGraph.addFullHashModuleToChunk": "globals.html#addfullhashmoduletochunkchunk-module", + "ChunkGraph.addFullHashModuleToChunk.addFullHashModuleToChunk": "globals.html#addfullhashmoduletochunk", + "ChunkGraph.addModuleRuntimeRequirements": "globals.html#addmoduleruntimerequirementsmodule-runtime-items-transferownership", + "ChunkGraph.addModuleRuntimeRequirements.addModuleRuntimeRequirements": "globals.html#addmoduleruntimerequirements", + "ChunkGraph.addTreeRuntimeRequirements": "globals.html#addtreeruntimerequirementschunk-items", + "ChunkGraph.addTreeRuntimeRequirements.addTreeRuntimeRequirements": "globals.html#addtreeruntimerequirements", + "ChunkGraph.attachDependentHashModules": "globals.html#attachdependenthashmoduleschunk-modules", + "ChunkGraph.attachDependentHashModules.attachDependentHashModules": "globals.html#attachdependenthashmodules", + "ChunkGraph.attachFullHashModules": "globals.html#attachfullhashmoduleschunk-modules", + "ChunkGraph.attachFullHashModules.attachFullHashModules": "globals.html#attachfullhashmodules", + "ChunkGraph.attachModules": "globals.html#attachmoduleschunk-modules", + "ChunkGraph.attachModules.attachModules": "globals.html#attachmodules", + "ChunkGraph.attachRuntimeModules": "globals.html#attachruntimemoduleschunk-modules", + "ChunkGraph.attachRuntimeModules.attachRuntimeModules": "globals.html#attachruntimemodules", + "ChunkGraph.canChunksBeIntegrated": "globals.html#canchunksbeintegratedchunka-chunkb", + "ChunkGraph.canChunksBeIntegrated.canChunksBeIntegrated": "globals.html#canchunksbeintegrated", + "ChunkGraph.compareChunks": "globals.html#comparechunkschunka-chunkb", + "ChunkGraph.compareChunks.compareChunks": "globals.html#comparechunks", + "ChunkGraph.connectBlockAndChunkGroup": "globals.html#connectblockandchunkgroupdepblock-chunkgroup", + "ChunkGraph.connectBlockAndChunkGroup.connectBlockAndChunkGroup": "globals.html#connectblockandchunkgroup", + "ChunkGraph.connectChunkAndEntryModule": "globals.html#connectchunkandentrymodulechunk-module-entrypoint", + "ChunkGraph.connectChunkAndEntryModule.connectChunkAndEntryModule": "globals.html#connectchunkandentrymodule", + "ChunkGraph.connectChunkAndModule": "globals.html#connectchunkandmodulechunk-module", + "ChunkGraph.connectChunkAndModule.connectChunkAndModule": "globals.html#connectchunkandmodule", + "ChunkGraph.connectChunkAndRuntimeModule": "globals.html#connectchunkandruntimemodulechunk-module", + "ChunkGraph.connectChunkAndRuntimeModule.connectChunkAndRuntimeModule": "globals.html#connectchunkandruntimemodule", + "ChunkGraph.disconnectChunk": "globals.html#disconnectchunkchunk", + "ChunkGraph.disconnectChunk.disconnectChunk": "globals.html#disconnectchunk", + "ChunkGraph.disconnectChunkAndEntryModule": "globals.html#disconnectchunkandentrymodulechunk-module", + "ChunkGraph.disconnectChunkAndEntryModule.disconnectChunkAndEntryModule": "globals.html#disconnectchunkandentrymodule", + "ChunkGraph.disconnectChunkAndModule": "globals.html#disconnectchunkandmodulechunk-module", + "ChunkGraph.disconnectChunkAndModule.disconnectChunkAndModule": "globals.html#disconnectchunkandmodule", + "ChunkGraph.disconnectChunkAndRuntimeModule": "globals.html#disconnectchunkandruntimemodulechunk-module", + "ChunkGraph.disconnectChunkAndRuntimeModule.disconnectChunkAndRuntimeModule": "globals.html#disconnectchunkandruntimemodule", + "ChunkGraph.disconnectChunkGroup": "globals.html#disconnectchunkgroupchunkgroup", + "ChunkGraph.disconnectChunkGroup.disconnectChunkGroup": "globals.html#disconnectchunkgroup", + "ChunkGraph.disconnectEntries": "globals.html#disconnectentrieschunk", + "ChunkGraph.disconnectEntries.disconnectEntries": "globals.html#disconnectentries", + "ChunkGraph.disconnectEntryModule": "globals.html#disconnectentrymodulemodule", + "ChunkGraph.disconnectEntryModule.disconnectEntryModule": "globals.html#disconnectentrymodule", + "ChunkGraph.getBlockChunkGroup": "globals.html#getblockchunkgroupdepblock", + "ChunkGraph.getBlockChunkGroup.getBlockChunkGroup": "globals.html#getblockchunkgroup", + "ChunkGraph.getChunkConditionMap": "globals.html#getchunkconditionmapchunk-filterfn", + "ChunkGraph.getChunkConditionMap.getChunkConditionMap": "globals.html#getchunkconditionmap", + "ChunkGraph.getChunkDependentHashModulesIterable": "globals.html#getchunkdependenthashmodulesiterablechunk", + "ChunkGraph.getChunkDependentHashModulesIterable.getChunkDependentHashModulesIterable": "globals.html#getchunkdependenthashmodulesiterable", + "ChunkGraph.getChunkEntryDependentChunksIterable": "globals.html#getchunkentrydependentchunksiterablechunk", + "ChunkGraph.getChunkEntryDependentChunksIterable.getChunkEntryDependentChunksIterable": "globals.html#getchunkentrydependentchunksiterable", + "ChunkGraph.getChunkEntryModulesIterable": "globals.html#getchunkentrymodulesiterablechunk", + "ChunkGraph.getChunkEntryModulesIterable.getChunkEntryModulesIterable": "globals.html#getchunkentrymodulesiterable", + "ChunkGraph.getChunkEntryModulesWithChunkGroupIterable": "globals.html#getchunkentrymoduleswithchunkgroupiterablechunk", + "ChunkGraph.getChunkEntryModulesWithChunkGroupIterable.getChunkEntryModulesWithChunkGroupIterable": "globals.html#getchunkentrymoduleswithchunkgroupiterable", + "ChunkGraph.getChunkFullHashModulesIterable": "globals.html#getchunkfullhashmodulesiterablechunk", + "ChunkGraph.getChunkFullHashModulesIterable.getChunkFullHashModulesIterable": "globals.html#getchunkfullhashmodulesiterable", + "ChunkGraph.getChunkFullHashModulesSet": "globals.html#getchunkfullhashmodulessetchunk", + "ChunkGraph.getChunkFullHashModulesSet.getChunkFullHashModulesSet": "globals.html#getchunkfullhashmodulesset", + "ChunkGraph.getChunkModuleIdMap": "globals.html#getchunkmoduleidmapchunk-filterfn-includeallchunks", + "ChunkGraph.getChunkModuleIdMap.getChunkModuleIdMap": "globals.html#getchunkmoduleidmap", + "ChunkGraph.getChunkModuleRenderedHashMap": "globals.html#getchunkmodulerenderedhashmapchunk-filterfn-hashlength-includeallchunks", + "ChunkGraph.getChunkModuleRenderedHashMap.getChunkModuleRenderedHashMap": "globals.html#getchunkmodulerenderedhashmap", + "ChunkGraph.getChunkModules": "globals.html#getchunkmoduleschunk", + "ChunkGraph.getChunkModules.getChunkModules": "globals.html#getchunkmodules", + "ChunkGraph.getChunkModulesIterable": "globals.html#getchunkmodulesiterablechunk", + "ChunkGraph.getChunkModulesIterable.getChunkModulesIterable": "globals.html#getchunkmodulesiterable", + "ChunkGraph.getChunkModulesIterableBySourceType": "globals.html#getchunkmodulesiterablebysourcetypechunk-sourcetype", + "ChunkGraph.getChunkModulesIterableBySourceType.getChunkModulesIterableBySourceType": "globals.html#getchunkmodulesiterablebysourcetype", + "ChunkGraph.getChunkModuleSourceTypes": "globals.html#getchunkmodulesourcetypeschunk-module", + "ChunkGraph.getChunkModuleSourceTypes.getChunkModuleSourceTypes": "globals.html#getchunkmodulesourcetypes", + "ChunkGraph.getChunkModulesSize": "globals.html#getchunkmodulessizechunk", + "ChunkGraph.getChunkModulesSize.getChunkModulesSize": "globals.html#getchunkmodulessize", + "ChunkGraph.getChunkModulesSizes": "globals.html#getchunkmodulessizeschunk", + "ChunkGraph.getChunkModulesSizes.getChunkModulesSizes": "globals.html#getchunkmodulessizes", + "ChunkGraph.getChunkRootModules": "globals.html#getchunkrootmoduleschunk", + "ChunkGraph.getChunkRootModules.getChunkRootModules": "globals.html#getchunkrootmodules", + "ChunkGraph.getChunkRuntimeModulesInOrder": "globals.html#getchunkruntimemodulesinorderchunk", + "ChunkGraph.getChunkRuntimeModulesInOrder.getChunkRuntimeModulesInOrder": "globals.html#getchunkruntimemodulesinorder", + "ChunkGraph.getChunkRuntimeModulesIterable": "globals.html#getchunkruntimemodulesiterablechunk", + "ChunkGraph.getChunkRuntimeModulesIterable.getChunkRuntimeModulesIterable": "globals.html#getchunkruntimemodulesiterable", + "ChunkGraph.getChunkRuntimeRequirements": "globals.html#getchunkruntimerequirementschunk", + "ChunkGraph.getChunkRuntimeRequirements.getChunkRuntimeRequirements": "globals.html#getchunkruntimerequirements", + "ChunkGraph.getChunkSize": "globals.html#getchunksizechunk-options", + "ChunkGraph.getChunkSize.getChunkSize": "globals.html#getchunksize", + "ChunkGraph.getIntegratedChunksSize": "globals.html#getintegratedchunkssizechunka-chunkb-options", + "ChunkGraph.getIntegratedChunksSize.getIntegratedChunksSize": "globals.html#getintegratedchunkssize", + "ChunkGraph.getModuleChunks": "globals.html#getmodulechunksmodule", + "ChunkGraph.getModuleChunks.getModuleChunks": "globals.html#getmodulechunks", + "ChunkGraph.getModuleChunksIterable": "globals.html#getmodulechunksiterablemodule", + "ChunkGraph.getModuleChunksIterable.getModuleChunksIterable": "globals.html#getmodulechunksiterable", + "ChunkGraph.getModuleGraphHash": "globals.html#getmodulegraphhashmodule-runtime-withconnections", + "ChunkGraph.getModuleGraphHash.getModuleGraphHash": "globals.html#getmodulegraphhash", + "ChunkGraph.getModuleGraphHashBigInt": "globals.html#getmodulegraphhashbigintmodule-runtime-withconnections", + "ChunkGraph.getModuleGraphHashBigInt.getModuleGraphHashBigInt": "globals.html#getmodulegraphhashbigint", + "ChunkGraph.getModuleHash": "globals.html#getmodulehashmodule-runtime", + "ChunkGraph.getModuleHash.getModuleHash": "globals.html#getmodulehash", + "ChunkGraph.getModuleId": "globals.html#getmoduleidmodule", + "ChunkGraph.getModuleId.getModuleId": "globals.html#getmoduleid", + "ChunkGraph.getModuleRuntimeRequirements": "globals.html#getmoduleruntimerequirementsmodule-runtime", + "ChunkGraph.getModuleRuntimeRequirements.getModuleRuntimeRequirements": "globals.html#getmoduleruntimerequirements", + "ChunkGraph.getModuleRuntimes": "globals.html#getmoduleruntimesmodule", + "ChunkGraph.getModuleRuntimes.getModuleRuntimes": "globals.html#getmoduleruntimes", + "ChunkGraph.getModuleSourceTypes": "globals.html#getmodulesourcetypesmodule", + "ChunkGraph.getModuleSourceTypes.getModuleSourceTypes": "globals.html#getmodulesourcetypes", + "ChunkGraph.getNumberOfChunkFullHashModules": "globals.html#getnumberofchunkfullhashmoduleschunk", + "ChunkGraph.getNumberOfChunkFullHashModules.getNumberOfChunkFullHashModules": "globals.html#getnumberofchunkfullhashmodules", + "ChunkGraph.getNumberOfChunkModules": "globals.html#getnumberofchunkmoduleschunk", + "ChunkGraph.getNumberOfChunkModules.getNumberOfChunkModules": "globals.html#getnumberofchunkmodules", + "ChunkGraph.getNumberOfEntryModules": "globals.html#getnumberofentrymoduleschunk", + "ChunkGraph.getNumberOfEntryModules.getNumberOfEntryModules": "globals.html#getnumberofentrymodules", + "ChunkGraph.getNumberOfModuleChunks": "globals.html#getnumberofmodulechunksmodule", + "ChunkGraph.getNumberOfModuleChunks.getNumberOfModuleChunks": "globals.html#getnumberofmodulechunks", + "ChunkGraph.getNumberOfRuntimeModules": "globals.html#getnumberofruntimemoduleschunk", + "ChunkGraph.getNumberOfRuntimeModules.getNumberOfRuntimeModules": "globals.html#getnumberofruntimemodules", + "ChunkGraph.getOrderedChunkModules": "globals.html#getorderedchunkmoduleschunk-comparator", + "ChunkGraph.getOrderedChunkModules.getOrderedChunkModules": "globals.html#getorderedchunkmodules", + "ChunkGraph.getOrderedChunkModulesIterable": "globals.html#getorderedchunkmodulesiterablechunk-comparator", + "ChunkGraph.getOrderedChunkModulesIterable.getOrderedChunkModulesIterable": "globals.html#getorderedchunkmodulesiterable", + "ChunkGraph.getOrderedChunkModulesIterableBySourceType": "globals.html#getorderedchunkmodulesiterablebysourcetypechunk-sourcetype-comparator", + "ChunkGraph.getOrderedChunkModulesIterableBySourceType.getOrderedChunkModulesIterableBySourceType": "globals.html#getorderedchunkmodulesiterablebysourcetype", + "ChunkGraph.getOrderedModuleChunksIterable": "globals.html#getorderedmodulechunksiterablemodule-sortfn", + "ChunkGraph.getOrderedModuleChunksIterable.getOrderedModuleChunksIterable": "globals.html#getorderedmodulechunksiterable", + "ChunkGraph.getRenderedModuleHash": "globals.html#getrenderedmodulehashmodule-runtime", + "ChunkGraph.getRenderedModuleHash.getRenderedModuleHash": "globals.html#getrenderedmodulehash", + "ChunkGraph.getRuntimeChunkDependentChunksIterable": "globals.html#getruntimechunkdependentchunksiterablechunk", + "ChunkGraph.getRuntimeChunkDependentChunksIterable.getRuntimeChunkDependentChunksIterable": "globals.html#getruntimechunkdependentchunksiterable", + "ChunkGraph.getRuntimeId": "globals.html#getruntimeidruntime", + "ChunkGraph.getRuntimeId.getRuntimeId": "globals.html#getruntimeid", + "ChunkGraph.getTreeRuntimeRequirements": "globals.html#gettreeruntimerequirementschunk", + "ChunkGraph.getTreeRuntimeRequirements.getTreeRuntimeRequirements": "globals.html#gettreeruntimerequirements", + "ChunkGraph.hasChunkEntryDependentChunks": "globals.html#haschunkentrydependentchunkschunk", + "ChunkGraph.hasChunkEntryDependentChunks.hasChunkEntryDependentChunks": "globals.html#haschunkentrydependentchunks", + "ChunkGraph.hasModuleHashes": "globals.html#hasmodulehashesmodule-runtime", + "ChunkGraph.hasModuleHashes.hasModuleHashes": "globals.html#hasmodulehashes", + "ChunkGraph.hasModuleInGraph": "globals.html#hasmoduleingraphchunk-filterfn-filterchunkfn", + "ChunkGraph.hasModuleInGraph.hasModuleInGraph": "globals.html#hasmoduleingraph", + "ChunkGraph.integrateChunks": "globals.html#integratechunkschunka-chunkb", + "ChunkGraph.integrateChunks.integrateChunks": "globals.html#integratechunks", + "ChunkGraph.isEntryModule": "globals.html#isentrymodulemodule", + "ChunkGraph.isEntryModule.isEntryModule": "globals.html#isentrymodule", + "ChunkGraph.isEntryModuleInChunk": "globals.html#isentrymoduleinchunkmodule-chunk", + "ChunkGraph.isEntryModuleInChunk.isEntryModuleInChunk": "globals.html#isentrymoduleinchunk", + "ChunkGraph.isModuleInChunk": "globals.html#ismoduleinchunkmodule-chunk", + "ChunkGraph.isModuleInChunk.isModuleInChunk": "globals.html#ismoduleinchunk", + "ChunkGraph.isModuleInChunkGroup": "globals.html#ismoduleinchunkgroupmodule-chunkgroup", + "ChunkGraph.isModuleInChunkGroup.isModuleInChunkGroup": "globals.html#ismoduleinchunkgroup", + "ChunkGraph.replaceModule": "globals.html#replacemoduleoldmodule-newmodule", + "ChunkGraph.replaceModule.replaceModule": "globals.html#replacemodule", + "ChunkGraph.setChunkModuleSourceTypes": "globals.html#setchunkmodulesourcetypeschunk-module-sourcetypes", + "ChunkGraph.setChunkModuleSourceTypes.setChunkModuleSourceTypes": "globals.html#setchunkmodulesourcetypes", + "ChunkGraph.setModuleHashes": "globals.html#setmodulehashesmodule-runtime-hash-renderedhash", + "ChunkGraph.setModuleHashes.setModuleHashes": "globals.html#setmodulehashes", + "ChunkGraph.setModuleId": "globals.html#setmoduleidmodule-id", + "ChunkGraph.setModuleId.setModuleId": "globals.html#setmoduleid", + "ChunkGraph.setRuntimeId": "globals.html#setruntimeidruntime-id", + "ChunkGraph.setRuntimeId.setRuntimeId": "globals.html#setruntimeid", + "ChunkGraph.upgradeDependentToFullHashModules": "globals.html#upgradedependenttofullhashmoduleschunk", + "ChunkGraph.upgradeDependentToFullHashModules.upgradeDependentToFullHashModules": "globals.html#upgradedependenttofullhashmodules", + "ChunkGraph.clearChunkGraphForChunk": "globals.html#static-method-clearchunkgraphforchunkchunk", + "ChunkGraph.clearChunkGraphForChunk.clearChunkGraphForChunk": "globals.html#clearchunkgraphforchunk", + "ChunkGraph.clearChunkGraphForModule": "globals.html#static-method-clearchunkgraphformodulemodule", + "ChunkGraph.clearChunkGraphForModule.clearChunkGraphForModule": "globals.html#clearchunkgraphformodule", + "ChunkGraph.getChunkGraphForChunk": "globals.html#static-method-getchunkgraphforchunkchunk-deprecatemessage-deprecationcode", + "ChunkGraph.getChunkGraphForChunk.getChunkGraphForChunk": "globals.html#getchunkgraphforchunk", + "ChunkGraph.getChunkGraphForModule": "globals.html#static-method-getchunkgraphformodulemodule-deprecatemessage-deprecationcode", + "ChunkGraph.getChunkGraphForModule.getChunkGraphForModule": "globals.html#getchunkgraphformodule", + "ChunkGraph.setChunkGraphForChunk": "globals.html#static-method-setchunkgraphforchunkchunk-chunkgraph", + "ChunkGraph.setChunkGraphForChunk.setChunkGraphForChunk": "globals.html#setchunkgraphforchunk", + "ChunkGraph.setChunkGraphForModule": "globals.html#static-method-setchunkgraphformodulemodule-chunkgraph", + "ChunkGraph.setChunkGraphForModule.setChunkGraphForModule": "globals.html#setchunkgraphformodule", + "ChunkGroup": "globals.html#class-chunkgroup", + "ChunkGroup.constructor": "globals.html#constructor", + "ChunkGroup.constructor.ChunkGroup": "globals.html#chunkgroup", + "ChunkGroup.asyncEntrypointsIterable": "globals.html#asyncentrypointsiterable", + "ChunkGroup.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#asyncentrypointsiterable-1", + "ChunkGroup.blocksIterable": "globals.html#blocksiterable", + "ChunkGroup.blocksIterable.blocksIterable": "globals.html#blocksiterable-1", + "ChunkGroup.childrenIterable": "globals.html#childreniterable", + "ChunkGroup.childrenIterable.childrenIterable": "globals.html#childreniterable-1", + "ChunkGroup.chunks": "globals.html#chunks", + "ChunkGroup.debugId": "globals.html#debugid", + "ChunkGroup.debugId.debugId": "globals.html#debugid-1", + "ChunkGroup.getModuleIndex": "globals.html#getmoduleindex", + "ChunkGroup.getModuleIndex2": "globals.html#getmoduleindex2", + "ChunkGroup.groupDebugId": "globals.html#groupdebugid", + "ChunkGroup.id": "globals.html#id", + "ChunkGroup.id.id": "globals.html#id-1", + "ChunkGroup.index": "globals.html#index", + "ChunkGroup.name": "globals.html#name", + "ChunkGroup.options": "globals.html#options", + "ChunkGroup.origins": "globals.html#origins", + "ChunkGroup.parentsIterable": "globals.html#parentsiterable", + "ChunkGroup.parentsIterable.parentsIterable": "globals.html#parentsiterable-1", + "ChunkGroup.addAsyncEntrypoint": "globals.html#addasyncentrypointentrypoint", + "ChunkGroup.addAsyncEntrypoint.addAsyncEntrypoint": "globals.html#addasyncentrypoint", + "ChunkGroup.addBlock": "globals.html#addblockblock", + "ChunkGroup.addBlock.addBlock": "globals.html#addblock", + "ChunkGroup.addChild": "globals.html#addchildgroup", + "ChunkGroup.addChild.addChild": "globals.html#addchild", + "ChunkGroup.addOptions": "globals.html#addoptionsoptions", + "ChunkGroup.addOptions.addOptions": "globals.html#addoptions", + "ChunkGroup.addOrigin": "globals.html#addoriginmodule-loc-request", + "ChunkGroup.addOrigin.addOrigin": "globals.html#addorigin", + "ChunkGroup.addParent": "globals.html#addparentparentchunk", + "ChunkGroup.addParent.addParent": "globals.html#addparent", + "ChunkGroup.checkConstraints": "globals.html#checkconstraints", + "ChunkGroup.checkConstraints.checkConstraints": "globals.html#checkconstraints-1", + "ChunkGroup.compareTo": "globals.html#comparetochunkgraph-othergroup", + "ChunkGroup.compareTo.compareTo": "globals.html#compareto", + "ChunkGroup.getBlocks": "globals.html#getblocks", + "ChunkGroup.getBlocks.getBlocks": "globals.html#getblocks-1", + "ChunkGroup.getChildren": "globals.html#getchildren", + "ChunkGroup.getChildren.getChildren": "globals.html#getchildren-1", + "ChunkGroup.getChildrenByOrders": "globals.html#getchildrenbyordersmodulegraph-chunkgraph", + "ChunkGroup.getChildrenByOrders.getChildrenByOrders": "globals.html#getchildrenbyorders", + "ChunkGroup.getFiles": "globals.html#getfiles", + "ChunkGroup.getFiles.getFiles": "globals.html#getfiles-1", + "ChunkGroup.getModulePostOrderIndex": "globals.html#getmodulepostorderindexmodule", + "ChunkGroup.getModulePostOrderIndex.getModulePostOrderIndex": "globals.html#getmodulepostorderindex", + "ChunkGroup.getModulePreOrderIndex": "globals.html#getmodulepreorderindexmodule", + "ChunkGroup.getModulePreOrderIndex.getModulePreOrderIndex": "globals.html#getmodulepreorderindex", + "ChunkGroup.getNumberOfBlocks": "globals.html#getnumberofblocks", + "ChunkGroup.getNumberOfBlocks.getNumberOfBlocks": "globals.html#getnumberofblocks-1", + "ChunkGroup.getNumberOfChildren": "globals.html#getnumberofchildren", + "ChunkGroup.getNumberOfChildren.getNumberOfChildren": "globals.html#getnumberofchildren-1", + "ChunkGroup.getNumberOfParents": "globals.html#getnumberofparents", + "ChunkGroup.getNumberOfParents.getNumberOfParents": "globals.html#getnumberofparents-1", + "ChunkGroup.getParents": "globals.html#getparents", + "ChunkGroup.getParents.getParents": "globals.html#getparents-1", + "ChunkGroup.hasBlock": "globals.html#hasblockblock", + "ChunkGroup.hasBlock.hasBlock": "globals.html#hasblock", + "ChunkGroup.hasParent": "globals.html#hasparentparent", + "ChunkGroup.hasParent.hasParent": "globals.html#hasparent", + "ChunkGroup.insertChunk": "globals.html#insertchunkchunk-before", + "ChunkGroup.insertChunk.insertChunk": "globals.html#insertchunk", + "ChunkGroup.isInitial": "globals.html#isinitial", + "ChunkGroup.isInitial.isInitial": "globals.html#isinitial-1", + "ChunkGroup.pushChunk": "globals.html#pushchunkchunk", + "ChunkGroup.pushChunk.pushChunk": "globals.html#pushchunk", + "ChunkGroup.remove": "globals.html#remove", + "ChunkGroup.remove.remove": "globals.html#remove-1", + "ChunkGroup.removeChild": "globals.html#removechildgroup", + "ChunkGroup.removeChild.removeChild": "globals.html#removechild", + "ChunkGroup.removeChunk": "globals.html#removechunkchunk", + "ChunkGroup.removeChunk.removeChunk": "globals.html#removechunk", + "ChunkGroup.removeParent": "globals.html#removeparentchunkgroup", + "ChunkGroup.removeParent.removeParent": "globals.html#removeparent", + "ChunkGroup.replaceChunk": "globals.html#replacechunkoldchunk-newchunk", + "ChunkGroup.replaceChunk.replaceChunk": "globals.html#replacechunk", + "ChunkGroup.setModulePostOrderIndex": "globals.html#setmodulepostorderindexmodule-index", + "ChunkGroup.setModulePostOrderIndex.setModulePostOrderIndex": "globals.html#setmodulepostorderindex", + "ChunkGroup.setModulePreOrderIndex": "globals.html#setmodulepreorderindexmodule-index", + "ChunkGroup.setModulePreOrderIndex.setModulePreOrderIndex": "globals.html#setmodulepreorderindex", + "ChunkGroup.sortItems": "globals.html#sortitems", + "ChunkGroup.sortItems.sortItems": "globals.html#sortitems-1", + "ChunkGroup.unshiftChunk": "globals.html#unshiftchunkchunk", + "ChunkGroup.unshiftChunk.unshiftChunk": "globals.html#unshiftchunk", + "CleanPlugin": "globals.html#class-cleanplugin", + "CleanPlugin.constructor": "globals.html#constructoroptions", + "CleanPlugin.constructor.CleanPlugin": "globals.html#cleanplugin", + "CleanPlugin.options": "globals.html#options", + "CleanPlugin.apply": "globals.html#applycompiler", + "CleanPlugin.apply.apply": "globals.html#apply", + "CleanPlugin.getCompilationHooks": "globals.html#static-method-getcompilationhookscompilation", + "CleanPlugin.getCompilationHooks.getCompilationHooks": "globals.html#getcompilationhooks", + "CodeGenerationResults": "globals.html#class-codegenerationresults", + "CodeGenerationResults.constructor": "globals.html#constructor", + "CodeGenerationResults.constructor.CodeGenerationResults": "globals.html#codegenerationresults", + "CodeGenerationResults.map": "globals.html#map", + "CodeGenerationResults.add": "globals.html#addmodule-runtime-result", + "CodeGenerationResults.add.add": "globals.html#add", + "CodeGenerationResults.get": "globals.html#getmodule-runtime", + "CodeGenerationResults.get.get": "globals.html#get", + "CodeGenerationResults.getData": "globals.html#getdatamodule-runtime-key", + "CodeGenerationResults.getData.getData": "globals.html#getdata", + "CodeGenerationResults.getHash": "globals.html#gethashmodule-runtime", + "CodeGenerationResults.getHash.getHash": "globals.html#gethash", + "CodeGenerationResults.getRuntimeRequirements": "globals.html#getruntimerequirementsmodule-runtime", + "CodeGenerationResults.getRuntimeRequirements.getRuntimeRequirements": "globals.html#getruntimerequirements", + "CodeGenerationResults.getSource": "globals.html#getsourcemodule-runtime-sourcetype", + "CodeGenerationResults.getSource.getSource": "globals.html#getsource", + "CodeGenerationResults.has": "globals.html#hasmodule-runtime", + "CodeGenerationResults.has.has": "globals.html#has", + "Compilation": "globals.html#class-compilation", + "Compilation.constructor": "globals.html#constructorcompiler-params", + "Compilation.constructor.Compilation": "globals.html#compilation", + "Compilation.additionalChunkAssets": "globals.html#additionalchunkassets", + "Compilation.addModuleQueue": "globals.html#addmodulequeue", + "Compilation.assets": "globals.html#assets", + "Compilation.assetsInfo": "globals.html#assetsinfo", + "Compilation.asyncEntrypoints": "globals.html#asyncentrypoints", + "Compilation.bail": "globals.html#bail", + "Compilation.buildDependencies": "globals.html#builddependencies", + "Compilation.buildQueue": "globals.html#buildqueue", + "Compilation.buildTimeExecutedModules": "globals.html#buildtimeexecutedmodules", + "Compilation.builtModules": "globals.html#builtmodules", + "Compilation.children": "globals.html#children", + "Compilation.childrenCounters": "globals.html#childrencounters", + "Compilation.chunkGraph": "globals.html#chunkgraph", + "Compilation.chunkGroups": "globals.html#chunkgroups", + "Compilation.chunks": "globals.html#chunks", + "Compilation.chunkTemplate": "globals.html#chunktemplate", + "Compilation.codeGeneratedModules": "globals.html#codegeneratedmodules", + "Compilation.codeGenerationResults": "globals.html#codegenerationresults", + "Compilation.comparedForEmitAssets": "globals.html#comparedforemitassets", + "Compilation.compilationDependencies": "globals.html#compilationdependencies", + "Compilation.compiler": "globals.html#compiler", + "Compilation.compilerPath": "globals.html#compilerpath", + "Compilation.contextDependencies": "globals.html#contextdependencies", + "Compilation.creatingModuleDuringBuild": "globals.html#creatingmoduleduringbuild", + "Compilation.dependencyFactories": "globals.html#dependencyfactories", + "Compilation.dependencyTemplates": "globals.html#dependencytemplates", + "Compilation.emittedAssets": "globals.html#emittedassets", + "Compilation.endTime": "globals.html#endtime", + "Compilation.entries": "globals.html#entries", + "Compilation.entrypoints": "globals.html#entrypoints", + "Compilation.errors": "globals.html#errors", + "Compilation.factorizeQueue": "globals.html#factorizequeue", + "Compilation.fileDependencies": "globals.html#filedependencies", + "Compilation.fileSystemInfo": "globals.html#filesysteminfo", + "Compilation.fullHash": "globals.html#fullhash", + "Compilation.globalEntry": "globals.html#globalentry", + "Compilation.hash": "globals.html#hash", + "Compilation.hooks": "globals.html#hooks", + "Compilation.inputFileSystem": "globals.html#inputfilesystem", + "Compilation.logger": "globals.html#logger", + "Compilation.logging": "globals.html#logging", + "Compilation.mainTemplate": "globals.html#maintemplate", + "Compilation.missingDependencies": "globals.html#missingdependencies", + "Compilation.moduleGraph": "globals.html#modulegraph", + "Compilation.moduleMemCaches": "globals.html#modulememcaches", + "Compilation.moduleMemCaches2": "globals.html#modulememcaches2", + "Compilation.modules": "globals.html#modules", + "Compilation.moduleTemplates": "globals.html#moduletemplates", + "Compilation.name": "globals.html#name", + "Compilation.namedChunkGroups": "globals.html#namedchunkgroups", + "Compilation.namedChunks": "globals.html#namedchunks", + "Compilation.needAdditionalPass": "globals.html#needadditionalpass", + "Compilation.options": "globals.html#options", + "Compilation.outputOptions": "globals.html#outputoptions", + "Compilation.params": "globals.html#params", + "Compilation.processDependenciesQueue": "globals.html#processdependenciesqueue", + "Compilation.profile": "globals.html#profile", + "Compilation.rebuildQueue": "globals.html#rebuildqueue", + "Compilation.records": "globals.html#records", + "Compilation.requestShortener": "globals.html#requestshortener", + "Compilation.resolverFactory": "globals.html#resolverfactory", + "Compilation.runtimeTemplate": "globals.html#runtimetemplate", + "Compilation.startTime": "globals.html#starttime", + "Compilation.usedChunkIds": "globals.html#usedchunkids", + "Compilation.usedModuleIds": "globals.html#usedmoduleids", + "Compilation.valueCacheVersions": "globals.html#valuecacheversions", + "Compilation.warnings": "globals.html#warnings", + "Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL": "globals.html#process-assets-stage-additional", + "Compilation.PROCESS_ASSETS_STAGE_ADDITIONS": "globals.html#process-assets-stage-additions", + "Compilation.PROCESS_ASSETS_STAGE_ANALYSE": "globals.html#process-assets-stage-analyse", + "Compilation.PROCESS_ASSETS_STAGE_DERIVED": "globals.html#process-assets-stage-derived", + "Compilation.PROCESS_ASSETS_STAGE_DEV_TOOLING": "globals.html#process-assets-stage-dev-tooling", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE": "globals.html#process-assets-stage-optimize", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY": "globals.html#process-assets-stage-optimize-compatibility", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT": "globals.html#process-assets-stage-optimize-count", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_HASH": "globals.html#process-assets-stage-optimize-hash", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE": "globals.html#process-assets-stage-optimize-inline", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE": "globals.html#process-assets-stage-optimize-size", + "Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER": "globals.html#process-assets-stage-optimize-transfer", + "Compilation.PROCESS_ASSETS_STAGE_PRE_PROCESS": "globals.html#process-assets-stage-pre-process", + "Compilation.PROCESS_ASSETS_STAGE_REPORT": "globals.html#process-assets-stage-report", + "Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE": "globals.html#process-assets-stage-summarize", + "Compilation.addAsyncEntrypoint": "globals.html#addasyncentrypointoptions-module-loc-request", + "Compilation.addAsyncEntrypoint.addAsyncEntrypoint": "globals.html#addasyncentrypoint", + "Compilation.addChunk": "globals.html#addchunkname", + "Compilation.addChunk.addChunk": "globals.html#addchunk", + "Compilation.addChunkInGroup": "globals.html#addchunkingroupgroupoptions-module-loc-request", + "Compilation.addChunkInGroup.addChunkInGroup": "globals.html#addchunkingroup", + "Compilation.addEntry": "globals.html#addentrycontext-entry-optionsorname-callback", + "Compilation.addEntry.addEntry": "globals.html#addentry", + "Compilation.addInclude": "globals.html#addincludecontext-dependency-options-callback", + "Compilation.addInclude.addInclude": "globals.html#addinclude", + "Compilation.addModule": "globals.html#addmodulemodule-callback", + "Compilation.addModule.addModule": "globals.html#addmodule", + "Compilation.addModuleChain": "globals.html#addmodulechaincontext-dependency-callback", + "Compilation.addModuleChain.addModuleChain": "globals.html#addmodulechain", + "Compilation.addModuleTree": "globals.html#-namedparameters-callback", + "Compilation.addModuleTree.addModuleTree": "globals.html#addmoduletree", + "Compilation.addRuntimeModule": "globals.html#addruntimemodulechunk-module-chunkgraph", + "Compilation.addRuntimeModule.addRuntimeModule": "globals.html#addruntimemodule", + "Compilation.assignDepth": "globals.html#assigndepthmodule", + "Compilation.assignDepth.assignDepth": "globals.html#assigndepth", + "Compilation.assignDepths": "globals.html#assigndepthsmodules", + "Compilation.assignDepths.assignDepths": "globals.html#assigndepths", + "Compilation.assignRuntimeIds": "globals.html#assignruntimeids", + "Compilation.assignRuntimeIds.assignRuntimeIds": "globals.html#assignruntimeids-1", + "Compilation.buildModule": "globals.html#buildmodulemodule-callback", + "Compilation.buildModule.buildModule": "globals.html#buildmodule", + "Compilation.checkConstraints": "globals.html#checkconstraints", + "Compilation.checkConstraints.checkConstraints": "globals.html#checkconstraints-1", + "Compilation.clearAssets": "globals.html#clearassets", + "Compilation.clearAssets.clearAssets": "globals.html#clearassets-1", + "Compilation.codeGeneration": "globals.html#codegenerationcallback", + "Compilation.codeGeneration.codeGeneration": "globals.html#codegeneration", + "Compilation.createChildCompiler": "globals.html#createchildcompilername-outputoptions-plugins", + "Compilation.createChildCompiler.createChildCompiler": "globals.html#createchildcompiler", + "Compilation.createChunkAssets": "globals.html#createchunkassetscallback", + "Compilation.createChunkAssets.createChunkAssets": "globals.html#createchunkassets", + "Compilation.createHash": "globals.html#createhash", + "Compilation.createHash.createHash": "globals.html#createhash-1", + "Compilation.createModuleAssets": "globals.html#createmoduleassets", + "Compilation.createModuleAssets.createModuleAssets": "globals.html#createmoduleassets-1", + "Compilation.createModuleHashes": "globals.html#createmodulehashes", + "Compilation.createModuleHashes.createModuleHashes": "globals.html#createmodulehashes-1", + "Compilation.createStatsFactory": "globals.html#createstatsfactoryoptions", + "Compilation.createStatsFactory.createStatsFactory": "globals.html#createstatsfactory", + "Compilation.createStatsOptions": "globals.html#createstatsoptionsoptionsorpreset-context", + "Compilation.createStatsOptions.createStatsOptions": "globals.html#createstatsoptions", + "Compilation.createStatsPrinter": "globals.html#createstatsprinteroptions", + "Compilation.createStatsPrinter.createStatsPrinter": "globals.html#createstatsprinter", + "Compilation.deleteAsset": "globals.html#deleteassetfile", + "Compilation.deleteAsset.deleteAsset": "globals.html#deleteasset", + "Compilation.emitAsset": "globals.html#emitassetfile-source-assetinfo", + "Compilation.emitAsset.emitAsset": "globals.html#emitasset", + "Compilation.executeModule": "globals.html#executemodulemodule-options-callback", + "Compilation.executeModule.executeModule": "globals.html#executemodule", + "Compilation.factorizeModule": "globals.html#factorizemoduleoptions-callback", + "Compilation.factorizeModule.factorizeModule": "globals.html#factorizemodule-1", + "Compilation.findModule": "globals.html#findmoduleidentifier", + "Compilation.findModule.findModule": "globals.html#findmodule", + "Compilation.finish": "globals.html#finishcallback", + "Compilation.finish.finish": "globals.html#finish", + "Compilation.getAsset": "globals.html#getassetname", + "Compilation.getAsset.getAsset": "globals.html#getasset", + "Compilation.getAssetPath": "globals.html#getassetpathfilename-data", + "Compilation.getAssetPath.getAssetPath": "globals.html#getassetpath", + "Compilation.getAssetPathWithInfo": "globals.html#getassetpathwithinfofilename-data", + "Compilation.getAssetPathWithInfo.getAssetPathWithInfo": "globals.html#getassetpathwithinfo", + "Compilation.getAssets": "globals.html#getassets", + "Compilation.getAssets.getAssets": "globals.html#getassets-1", + "Compilation.getCache": "globals.html#getcachename", + "Compilation.getCache.getCache": "globals.html#getcache", + "Compilation.getDependencyReferencedExports": "globals.html#getdependencyreferencedexportsdependency-runtime", + "Compilation.getDependencyReferencedExports.getDependencyReferencedExports": "globals.html#getdependencyreferencedexports", + "Compilation.getErrors": "globals.html#geterrors", + "Compilation.getErrors.getErrors": "globals.html#geterrors-1", + "Compilation.getLogger": "globals.html#getloggername", + "Compilation.getLogger.getLogger": "globals.html#getlogger", + "Compilation.getModule": "globals.html#getmodulemodule", + "Compilation.getModule.getModule": "globals.html#getmodule", + "Compilation.getPath": "globals.html#getpathfilename-data", + "Compilation.getPath.getPath": "globals.html#getpath", + "Compilation.getPathWithInfo": "globals.html#getpathwithinfofilename-data", + "Compilation.getPathWithInfo.getPathWithInfo": "globals.html#getpathwithinfo", + "Compilation.getRenderManifest": "globals.html#getrendermanifestoptions", + "Compilation.getRenderManifest.getRenderManifest": "globals.html#getrendermanifest", + "Compilation.getStats": "globals.html#getstats", + "Compilation.getStats.getStats": "globals.html#getstats-1", + "Compilation.getWarnings": "globals.html#getwarnings", + "Compilation.getWarnings.getWarnings": "globals.html#getwarnings-1", + "Compilation.handleModuleCreation": "globals.html#-namedparameters-callback", + "Compilation.handleModuleCreation.handleModuleCreation": "globals.html#handlemodulecreation", + "Compilation.patchChunksAfterReasonRemoval": "globals.html#patchchunksafterreasonremovalmodule-chunk", + "Compilation.patchChunksAfterReasonRemoval.patchChunksAfterReasonRemoval": "globals.html#patchchunksafterreasonremoval", + "Compilation.processModuleDependencies": "globals.html#processmoduledependenciesmodule-callback", + "Compilation.processModuleDependencies.processModuleDependencies": "globals.html#processmoduledependencies", + "Compilation.processModuleDependenciesNonRecursive": "globals.html#processmoduledependenciesnonrecursivemodule", + "Compilation.processModuleDependenciesNonRecursive.processModuleDependenciesNonRecursive": "globals.html#processmoduledependenciesnonrecursive", + "Compilation.processRuntimeRequirements": "globals.html#-namedparameters", + "Compilation.processRuntimeRequirements.processRuntimeRequirements": "globals.html#processruntimerequirements", + "Compilation.rebuildModule": "globals.html#rebuildmodulemodule-callback", + "Compilation.rebuildModule.rebuildModule": "globals.html#rebuildmodule", + "Compilation.removeChunkFromDependencies": "globals.html#removechunkfromdependenciesblock-chunk", + "Compilation.removeChunkFromDependencies.removeChunkFromDependencies": "globals.html#removechunkfromdependencies", + "Compilation.removeReasonsOfDependencyBlock": "globals.html#removereasonsofdependencyblockmodule-block", + "Compilation.removeReasonsOfDependencyBlock.removeReasonsOfDependencyBlock": "globals.html#removereasonsofdependencyblock", + "Compilation.renameAsset": "globals.html#renameassetfile-newfile", + "Compilation.renameAsset.renameAsset": "globals.html#renameasset", + "Compilation.reportDependencyErrorsAndWarnings": "globals.html#reportdependencyerrorsandwarningsmodule-blocks", + "Compilation.reportDependencyErrorsAndWarnings.reportDependencyErrorsAndWarnings": "globals.html#reportdependencyerrorsandwarnings", + "Compilation.seal": "globals.html#sealcallback", + "Compilation.seal.seal": "globals.html#seal", + "Compilation.sortItemsWithChunkIds": "globals.html#sortitemswithchunkids", + "Compilation.sortItemsWithChunkIds.sortItemsWithChunkIds": "globals.html#sortitemswithchunkids-1", + "Compilation.summarizeDependencies": "globals.html#summarizedependencies", + "Compilation.summarizeDependencies.summarizeDependencies": "globals.html#summarizedependencies-1", + "Compilation.unseal": "globals.html#unseal", + "Compilation.unseal.unseal": "globals.html#unseal-1", + "Compilation.updateAsset": "globals.html#updateassetfile-newsourceorfunction-assetinfoupdateorfunction", + "Compilation.updateAsset.updateAsset": "globals.html#updateasset", + "Compiler": "globals.html#class-compiler", + "Compiler.constructor": "globals.html#constructorcontext-options", + "Compiler.constructor.Compiler": "globals.html#compiler", + "Compiler.cache": "globals.html#cache", + "Compiler.compilerPath": "globals.html#compilerpath", + "Compiler.context": "globals.html#context", + "Compiler.contextTimestamps": "globals.html#contexttimestamps", + "Compiler.fileTimestamps": "globals.html#filetimestamps", + "Compiler.fsStartTime": "globals.html#fsstarttime", + "Compiler.hooks": "globals.html#hooks", + "Compiler.idle": "globals.html#idle", + "Compiler.immutablePaths": "globals.html#immutablepaths", + "Compiler.infrastructureLogger": "globals.html#infrastructurelogger", + "Compiler.inputFileSystem": "globals.html#inputfilesystem", + "Compiler.intermediateFileSystem": "globals.html#intermediatefilesystem", + "Compiler.managedPaths": "globals.html#managedpaths", + "Compiler.modifiedFiles": "globals.html#modifiedfiles", + "Compiler.moduleMemCaches": "globals.html#modulememcaches", + "Compiler.name": "globals.html#name", + "Compiler.options": "globals.html#options", + "Compiler.outputFileSystem": "globals.html#outputfilesystem", + "Compiler.outputPath": "globals.html#outputpath", + "Compiler.parentCompilation": "globals.html#parentcompilation", + "Compiler.platform": "globals.html#platform", + "Compiler.records": "globals.html#records", + "Compiler.recordsInputPath": "globals.html#recordsinputpath", + "Compiler.recordsOutputPath": "globals.html#recordsoutputpath", + "Compiler.removedFiles": "globals.html#removedfiles", + "Compiler.requestShortener": "globals.html#requestshortener", + "Compiler.resolverFactory": "globals.html#resolverfactory", + "Compiler.root": "globals.html#root", + "Compiler.running": "globals.html#running", + "Compiler.unmanagedPaths": "globals.html#unmanagedpaths", + "Compiler.watchFileSystem": "globals.html#watchfilesystem", + "Compiler.watching": "globals.html#watching", + "Compiler.watchMode": "globals.html#watchmode", + "Compiler.webpack": "globals.html#webpack", + "Compiler.close": "globals.html#closecallback", + "Compiler.close.close": "globals.html#close", + "Compiler.compile": "globals.html#compilecallback", + "Compiler.compile.compile": "globals.html#compile", + "Compiler.createChildCompiler": "globals.html#createchildcompilercompilation-compilername-compilerindex-outputoptions-plugins", + "Compiler.createChildCompiler.createChildCompiler": "globals.html#createchildcompiler", + "Compiler.createCompilation": "globals.html#createcompilationparams", + "Compiler.createCompilation.createCompilation": "globals.html#createcompilation", + "Compiler.createContextModuleFactory": "globals.html#createcontextmodulefactory", + "Compiler.createContextModuleFactory.createContextModuleFactory": "globals.html#createcontextmodulefactory-1", + "Compiler.createNormalModuleFactory": "globals.html#createnormalmodulefactory", + "Compiler.createNormalModuleFactory.createNormalModuleFactory": "globals.html#createnormalmodulefactory-1", + "Compiler.emitAssets": "globals.html#emitassetscompilation-callback", + "Compiler.emitAssets.emitAssets": "globals.html#emitassets", + "Compiler.emitRecords": "globals.html#emitrecordscallback", + "Compiler.emitRecords.emitRecords": "globals.html#emitrecords", + "Compiler.getCache": "globals.html#getcachename", + "Compiler.getCache.getCache": "globals.html#getcache", + "Compiler.getInfrastructureLogger": "globals.html#getinfrastructureloggername", + "Compiler.getInfrastructureLogger.getInfrastructureLogger": "globals.html#getinfrastructurelogger", + "Compiler.isChild": "globals.html#ischild", + "Compiler.isChild.isChild": "globals.html#ischild-1", + "Compiler.newCompilation": "globals.html#newcompilationparams", + "Compiler.newCompilation.newCompilation": "globals.html#newcompilation", + "Compiler.newCompilationParams": "globals.html#newcompilationparams-1", + "Compiler.newCompilationParams.newCompilationParams": "globals.html#newcompilationparams-2", + "Compiler.purgeInputFileSystem": "globals.html#purgeinputfilesystem", + "Compiler.purgeInputFileSystem.purgeInputFileSystem": "globals.html#purgeinputfilesystem-1", + "Compiler.readRecords": "globals.html#readrecordscallback", + "Compiler.readRecords.readRecords": "globals.html#readrecords", + "Compiler.run": "globals.html#runcallback", + "Compiler.run.run": "globals.html#run", + "Compiler.runAsChild": "globals.html#runaschildcallback", + "Compiler.runAsChild.runAsChild": "globals.html#runaschild", + "Compiler.validate": "globals.html#validateschema-value-options-check", + "Compiler.validate.validate": "globals.html#validate", + "Compiler.validate.validate.T": "globals.html#t", + "Compiler.watch": "globals.html#watchwatchoptions-handler", + "Compiler.watch.watch": "globals.html#watch", + "ConcatenationScope": "globals.html#class-concatenationscope", + "ConcatenationScope.constructor": "globals.html#constructormodulesmap-currentmodule-usednames", + "ConcatenationScope.constructor.ConcatenationScope": "globals.html#concatenationscope", + "ConcatenationScope.usedNames": "globals.html#usednames", + "ConcatenationScope.DEFAULT_EXPORT": "globals.html#default-export", + "ConcatenationScope.NAMESPACE_OBJECT_EXPORT": "globals.html#namespace-object-export", + "ConcatenationScope.createModuleReference": "globals.html#-namedparameters", + "ConcatenationScope.createModuleReference.createModuleReference": "globals.html#createmodulereference", + "ConcatenationScope.getRawExport": "globals.html#getrawexportexportname", + "ConcatenationScope.getRawExport.getRawExport": "globals.html#getrawexport", + "ConcatenationScope.isModuleInScope": "globals.html#ismoduleinscopemodule", + "ConcatenationScope.isModuleInScope.isModuleInScope": "globals.html#ismoduleinscope", + "ConcatenationScope.registerExport": "globals.html#registerexportexportname-symbol", + "ConcatenationScope.registerExport.registerExport": "globals.html#registerexport", + "ConcatenationScope.registerNamespaceExport": "globals.html#registernamespaceexportsymbol", + "ConcatenationScope.registerNamespaceExport.registerNamespaceExport": "globals.html#registernamespaceexport", + "ConcatenationScope.registerRawExport": "globals.html#registerrawexportexportname-expression", + "ConcatenationScope.registerRawExport.registerRawExport": "globals.html#registerrawexport", + "ConcatenationScope.setRawExportMap": "globals.html#setrawexportmapexportname-expression", + "ConcatenationScope.setRawExportMap.setRawExportMap": "globals.html#setrawexportmap", + "ConcatenationScope.isModuleReference": "globals.html#static-method-ismodulereferencename", + "ConcatenationScope.isModuleReference.isModuleReference": "globals.html#ismodulereference", + "ConcatenationScope.matchModuleReference": "globals.html#static-method-matchmodulereferencename", + "ConcatenationScope.matchModuleReference.matchModuleReference": "globals.html#matchmodulereference", + "ContextExclusionPlugin": "globals.html#class-contextexclusionplugin", + "ContextExclusionPlugin.constructor": "globals.html#constructornegativematcher", + "ContextExclusionPlugin.constructor.ContextExclusionPlugin": "globals.html#contextexclusionplugin", + "ContextExclusionPlugin.negativeMatcher": "globals.html#negativematcher", + "ContextExclusionPlugin.apply": "globals.html#applycompiler", + "ContextExclusionPlugin.apply.apply": "globals.html#apply", + "ContextReplacementPlugin": "globals.html#class-contextreplacementplugin", + "ContextReplacementPlugin.constructor": "globals.html#constructorresourceregexp-newcontentresource-newcontentrecursive-newcontentregexp", + "ContextReplacementPlugin.constructor.ContextReplacementPlugin": "globals.html#contextreplacementplugin", + "ContextReplacementPlugin.newContentCallback": "globals.html#newcontentcallback", + "ContextReplacementPlugin.newContentCreateContextMap": "globals.html#newcontentcreatecontextmap", + "ContextReplacementPlugin.newContentRecursive": "globals.html#newcontentrecursive", + "ContextReplacementPlugin.newContentRegExp": "globals.html#newcontentregexp", + "ContextReplacementPlugin.newContentResource": "globals.html#newcontentresource", + "ContextReplacementPlugin.resourceRegExp": "globals.html#resourceregexp", + "ContextReplacementPlugin.apply": "globals.html#applycompiler", + "ContextReplacementPlugin.apply.apply": "globals.html#apply", + "DefinePlugin": "globals.html#class-defineplugin", + "DefinePlugin.constructor": "globals.html#constructordefinitions", + "DefinePlugin.constructor.DefinePlugin": "globals.html#defineplugin", + "DefinePlugin.definitions": "globals.html#definitions", + "DefinePlugin.apply": "globals.html#applycompiler", + "DefinePlugin.apply.apply": "globals.html#apply", + "DefinePlugin.getCompilationHooks": "globals.html#static-method-getcompilationhookscompilation", + "DefinePlugin.getCompilationHooks.getCompilationHooks": "globals.html#getcompilationhooks", + "DefinePlugin.runtimeValue": "globals.html#static-method-runtimevaluefn-options", + "DefinePlugin.runtimeValue.runtimeValue": "globals.html#runtimevalue", + "DelegatedPlugin": "globals.html#class-delegatedplugin", + "DelegatedPlugin.constructor": "globals.html#constructoroptions", + "DelegatedPlugin.constructor.DelegatedPlugin": "globals.html#delegatedplugin", + "DelegatedPlugin.options": "globals.html#options", + "DelegatedPlugin.apply": "globals.html#applycompiler", + "DelegatedPlugin.apply.apply": "globals.html#apply", + "Dependency": "globals.html#class-dependency", + "Dependency.constructor": "globals.html#constructor", + "Dependency.constructor.Dependency": "globals.html#dependency", + "Dependency.category": "globals.html#category", + "Dependency.category.category": "globals.html#category-1", + "Dependency.disconnect": "globals.html#disconnect", + "Dependency.disconnect.disconnect": "globals.html#disconnect-1", + "Dependency.loc": "globals.html#loc", + "Dependency.module": "globals.html#module", + "Dependency.optional": "globals.html#optional", + "Dependency.type": "globals.html#type", + "Dependency.type.type": "globals.html#type-1", + "Dependency.weak": "globals.html#weak", + "Dependency.EXPORTS_OBJECT_REFERENCED": "globals.html#exports-object-referenced", + "Dependency.NO_EXPORTS_REFERENCED": "globals.html#no-exports-referenced", + "Dependency.TRANSITIVE": "globals.html#transitive", + "Dependency.couldAffectReferencingModule": "globals.html#couldaffectreferencingmodule", + "Dependency.couldAffectReferencingModule.couldAffectReferencingModule": "globals.html#couldaffectreferencingmodule-1", + "Dependency.createIgnoredModule": "globals.html#createignoredmodulecontext", + "Dependency.createIgnoredModule.createIgnoredModule": "globals.html#createignoredmodule", + "Dependency.deserialize": "globals.html#-namedparameters", + "Dependency.deserialize.deserialize": "globals.html#deserialize", + "Dependency.getCondition": "globals.html#getconditionmodulegraph", + "Dependency.getCondition.getCondition": "globals.html#getcondition", + "Dependency.getContext": "globals.html#getcontext", + "Dependency.getContext.getContext": "globals.html#getcontext-1", + "Dependency.getErrors": "globals.html#geterrorsmodulegraph", + "Dependency.getErrors.getErrors": "globals.html#geterrors", + "Dependency.getExports": "globals.html#getexportsmodulegraph", + "Dependency.getExports.getExports": "globals.html#getexports", + "Dependency.getModuleEvaluationSideEffectsState": "globals.html#getmoduleevaluationsideeffectsstatemodulegraph", + "Dependency.getModuleEvaluationSideEffectsState.getModuleEvaluationSideEffectsState": "globals.html#getmoduleevaluationsideeffectsstate", + "Dependency.getNumberOfIdOccurrences": "globals.html#getnumberofidoccurrences", + "Dependency.getNumberOfIdOccurrences.getNumberOfIdOccurrences": "globals.html#getnumberofidoccurrences-1", + "Dependency.getReference": "globals.html#getreferencemodulegraph", + "Dependency.getReference.getReference": "globals.html#getreference", + "Dependency.getReferencedExports": "globals.html#getreferencedexportsmodulegraph-runtime", + "Dependency.getReferencedExports.getReferencedExports": "globals.html#getreferencedexports", + "Dependency.getResourceIdentifier": "globals.html#getresourceidentifier", + "Dependency.getResourceIdentifier.getResourceIdentifier": "globals.html#getresourceidentifier-1", + "Dependency.getWarnings": "globals.html#getwarningsmodulegraph", + "Dependency.getWarnings.getWarnings": "globals.html#getwarnings", + "Dependency.serialize": "globals.html#-namedparameters", + "Dependency.serialize.serialize": "globals.html#serialize", + "Dependency.setLoc": "globals.html#setlocstartline-startcolumn-endline-endcolumn", + "Dependency.setLoc.setLoc": "globals.html#setloc", + "Dependency.updateHash": "globals.html#updatehashhash-context", + "Dependency.updateHash.updateHash": "globals.html#updatehash", + "Dependency.isLowPriorityDependency": "globals.html#static-method-islowprioritydependencydependency", + "Dependency.isLowPriorityDependency.isLowPriorityDependency": "globals.html#islowprioritydependency", + "DllPlugin": "globals.html#class-dllplugin", + "DllPlugin.constructor": "globals.html#constructoroptions", + "DllPlugin.constructor.DllPlugin": "globals.html#dllplugin", + "DllPlugin.options": "globals.html#options", + "DllPlugin.apply": "globals.html#applycompiler", + "DllPlugin.apply.apply": "globals.html#apply", + "DllReferencePlugin": "globals.html#class-dllreferenceplugin", + "DllReferencePlugin.constructor": "globals.html#constructoroptions", + "DllReferencePlugin.constructor.DllReferencePlugin": "globals.html#dllreferenceplugin", + "DllReferencePlugin.options": "globals.html#options", + "DllReferencePlugin.apply": "globals.html#applycompiler", + "DllReferencePlugin.apply.apply": "globals.html#apply", + "DotenvPlugin": "globals.html#class-dotenvplugin", + "DotenvPlugin.constructor": "globals.html#constructoroptions", + "DotenvPlugin.constructor.DotenvPlugin": "globals.html#dotenvplugin", + "DotenvPlugin.options": "globals.html#options", + "DotenvPlugin.apply": "globals.html#applycompiler", + "DotenvPlugin.apply.apply": "globals.html#apply", + "DynamicEntryPlugin": "globals.html#class-dynamicentryplugin", + "DynamicEntryPlugin.constructor": "globals.html#constructorcontext-entry", + "DynamicEntryPlugin.constructor.DynamicEntryPlugin": "globals.html#dynamicentryplugin", + "DynamicEntryPlugin.context": "globals.html#context", + "DynamicEntryPlugin.entry": "globals.html#entry", + "DynamicEntryPlugin.apply": "globals.html#applycompiler", + "DynamicEntryPlugin.apply.apply": "globals.html#apply", + "EntryOptionPlugin": "globals.html#class-entryoptionplugin", + "EntryOptionPlugin.constructor": "globals.html#constructor", + "EntryOptionPlugin.constructor.EntryOptionPlugin": "globals.html#entryoptionplugin", + "EntryOptionPlugin.apply": "globals.html#applycompiler", + "EntryOptionPlugin.apply.apply": "globals.html#apply", + "EntryOptionPlugin.applyEntryOption": "globals.html#static-method-applyentryoptioncompiler-context-entry", + "EntryOptionPlugin.applyEntryOption.applyEntryOption": "globals.html#applyentryoption", + "EntryOptionPlugin.entryDescriptionToOptions": "globals.html#static-method-entrydescriptiontooptionscompiler-name-desc", + "EntryOptionPlugin.entryDescriptionToOptions.entryDescriptionToOptions": "globals.html#entrydescriptiontooptions", + "EntryPlugin": "globals.html#class-entryplugin", + "EntryPlugin.constructor": "globals.html#constructorcontext-entry-options", + "EntryPlugin.constructor.EntryPlugin": "globals.html#entryplugin", + "EntryPlugin.context": "globals.html#context", + "EntryPlugin.entry": "globals.html#entry", + "EntryPlugin.options": "globals.html#options", + "EntryPlugin.apply": "globals.html#applycompiler", + "EntryPlugin.apply.apply": "globals.html#apply", + "EntryPlugin.createDependency": "globals.html#static-method-createdependencyentry-options", + "EntryPlugin.createDependency.createDependency": "globals.html#createdependency", + "Entrypoint": "globals.html#class-entrypoint", + "Entrypoint.constructor": "globals.html#constructor", + "Entrypoint.constructor.Entrypoint": "globals.html#entrypoint", + "Entrypoint.asyncEntrypointsIterable": "globals.html#asyncentrypointsiterable", + "Entrypoint.asyncEntrypointsIterable.asyncEntrypointsIterable": "globals.html#asyncentrypointsiterable-1", + "Entrypoint.blocksIterable": "globals.html#blocksiterable", + "Entrypoint.blocksIterable.blocksIterable": "globals.html#blocksiterable-1", + "Entrypoint.childrenIterable": "globals.html#childreniterable", + "Entrypoint.childrenIterable.childrenIterable": "globals.html#childreniterable-1", + "Entrypoint.chunks": "globals.html#chunks", + "Entrypoint.debugId": "globals.html#debugid", + "Entrypoint.debugId.debugId": "globals.html#debugid-1", + "Entrypoint.getModuleIndex": "globals.html#getmoduleindex", + "Entrypoint.getModuleIndex2": "globals.html#getmoduleindex2", + "Entrypoint.groupDebugId": "globals.html#groupdebugid", + "Entrypoint.id": "globals.html#id", + "Entrypoint.id.id": "globals.html#id-1", + "Entrypoint.index": "globals.html#index", + "Entrypoint.name": "globals.html#name", + "Entrypoint.options": "globals.html#options", + "Entrypoint.origins": "globals.html#origins", + "Entrypoint.parentsIterable": "globals.html#parentsiterable", + "Entrypoint.parentsIterable.parentsIterable": "globals.html#parentsiterable-1", + "Entrypoint.addAsyncEntrypoint": "globals.html#addasyncentrypointentrypoint", + "Entrypoint.addAsyncEntrypoint.addAsyncEntrypoint": "globals.html#addasyncentrypoint", + "Entrypoint.addBlock": "globals.html#addblockblock", + "Entrypoint.addBlock.addBlock": "globals.html#addblock", + "Entrypoint.addChild": "globals.html#addchildgroup", + "Entrypoint.addChild.addChild": "globals.html#addchild", + "Entrypoint.addDependOn": "globals.html#adddependonentrypoint", + "Entrypoint.addDependOn.addDependOn": "globals.html#adddependon", + "Entrypoint.addOptions": "globals.html#addoptionsoptions", + "Entrypoint.addOptions.addOptions": "globals.html#addoptions", + "Entrypoint.addOrigin": "globals.html#addoriginmodule-loc-request", + "Entrypoint.addOrigin.addOrigin": "globals.html#addorigin", + "Entrypoint.addParent": "globals.html#addparentparentchunk", + "Entrypoint.addParent.addParent": "globals.html#addparent", + "Entrypoint.checkConstraints": "globals.html#checkconstraints", + "Entrypoint.checkConstraints.checkConstraints": "globals.html#checkconstraints-1", + "Entrypoint.compareTo": "globals.html#comparetochunkgraph-othergroup", + "Entrypoint.compareTo.compareTo": "globals.html#compareto", + "Entrypoint.dependOn": "globals.html#dependonentrypoint", + "Entrypoint.dependOn.dependOn": "globals.html#dependon", + "Entrypoint.getBlocks": "globals.html#getblocks", + "Entrypoint.getBlocks.getBlocks": "globals.html#getblocks-1", + "Entrypoint.getChildren": "globals.html#getchildren", + "Entrypoint.getChildren.getChildren": "globals.html#getchildren-1", + "Entrypoint.getChildrenByOrders": "globals.html#getchildrenbyordersmodulegraph-chunkgraph", + "Entrypoint.getChildrenByOrders.getChildrenByOrders": "globals.html#getchildrenbyorders", + "Entrypoint.getEntrypointChunk": "globals.html#getentrypointchunk", + "Entrypoint.getEntrypointChunk.getEntrypointChunk": "globals.html#getentrypointchunk-1", + "Entrypoint.getFiles": "globals.html#getfiles", + "Entrypoint.getFiles.getFiles": "globals.html#getfiles-1", + "Entrypoint.getModulePostOrderIndex": "globals.html#getmodulepostorderindexmodule", + "Entrypoint.getModulePostOrderIndex.getModulePostOrderIndex": "globals.html#getmodulepostorderindex", + "Entrypoint.getModulePreOrderIndex": "globals.html#getmodulepreorderindexmodule", + "Entrypoint.getModulePreOrderIndex.getModulePreOrderIndex": "globals.html#getmodulepreorderindex", + "Entrypoint.getNumberOfBlocks": "globals.html#getnumberofblocks", + "Entrypoint.getNumberOfBlocks.getNumberOfBlocks": "globals.html#getnumberofblocks-1", + "Entrypoint.getNumberOfChildren": "globals.html#getnumberofchildren", + "Entrypoint.getNumberOfChildren.getNumberOfChildren": "globals.html#getnumberofchildren-1", + "Entrypoint.getNumberOfParents": "globals.html#getnumberofparents", + "Entrypoint.getNumberOfParents.getNumberOfParents": "globals.html#getnumberofparents-1", + "Entrypoint.getParents": "globals.html#getparents", + "Entrypoint.getParents.getParents": "globals.html#getparents-1", + "Entrypoint.getRuntimeChunk": "globals.html#getruntimechunk", + "Entrypoint.getRuntimeChunk.getRuntimeChunk": "globals.html#getruntimechunk-1", + "Entrypoint.hasBlock": "globals.html#hasblockblock", + "Entrypoint.hasBlock.hasBlock": "globals.html#hasblock", + "Entrypoint.hasParent": "globals.html#hasparentparent", + "Entrypoint.hasParent.hasParent": "globals.html#hasparent", + "Entrypoint.insertChunk": "globals.html#insertchunkchunk-before", + "Entrypoint.insertChunk.insertChunk": "globals.html#insertchunk", + "Entrypoint.isInitial": "globals.html#isinitial", + "Entrypoint.isInitial.isInitial": "globals.html#isinitial-1", + "Entrypoint.pushChunk": "globals.html#pushchunkchunk", + "Entrypoint.pushChunk.pushChunk": "globals.html#pushchunk", + "Entrypoint.remove": "globals.html#remove", + "Entrypoint.remove.remove": "globals.html#remove-1", + "Entrypoint.removeChild": "globals.html#removechildgroup", + "Entrypoint.removeChild.removeChild": "globals.html#removechild", + "Entrypoint.removeChunk": "globals.html#removechunkchunk", + "Entrypoint.removeChunk.removeChunk": "globals.html#removechunk", + "Entrypoint.removeParent": "globals.html#removeparentchunkgroup", + "Entrypoint.removeParent.removeParent": "globals.html#removeparent", + "Entrypoint.replaceChunk": "globals.html#replacechunkoldchunk-newchunk", + "Entrypoint.replaceChunk.replaceChunk": "globals.html#replacechunk", + "Entrypoint.setEntrypointChunk": "globals.html#setentrypointchunkchunk", + "Entrypoint.setEntrypointChunk.setEntrypointChunk": "globals.html#setentrypointchunk", + "Entrypoint.setModulePostOrderIndex": "globals.html#setmodulepostorderindexmodule-index", + "Entrypoint.setModulePostOrderIndex.setModulePostOrderIndex": "globals.html#setmodulepostorderindex", + "Entrypoint.setModulePreOrderIndex": "globals.html#setmodulepreorderindexmodule-index", + "Entrypoint.setModulePreOrderIndex.setModulePreOrderIndex": "globals.html#setmodulepreorderindex", + "Entrypoint.setRuntimeChunk": "globals.html#setruntimechunkchunk", + "Entrypoint.setRuntimeChunk.setRuntimeChunk": "globals.html#setruntimechunk", + "Entrypoint.sortItems": "globals.html#sortitems", + "Entrypoint.sortItems.sortItems": "globals.html#sortitems-1", + "Entrypoint.unshiftChunk": "globals.html#unshiftchunkchunk", + "Entrypoint.unshiftChunk.unshiftChunk": "globals.html#unshiftchunk", + "EnvironmentPlugin": "globals.html#class-environmentplugin", + "EnvironmentPlugin.constructor": "globals.html#constructorkeys", + "EnvironmentPlugin.constructor.EnvironmentPlugin": "globals.html#environmentplugin", + "EnvironmentPlugin.defaultValues": "globals.html#defaultvalues", + "EnvironmentPlugin.keys": "globals.html#keys", + "EnvironmentPlugin.apply": "globals.html#applycompiler", + "EnvironmentPlugin.apply.apply": "globals.html#apply", + "EvalDevToolModulePlugin": "globals.html#class-evaldevtoolmoduleplugin", + "EvalDevToolModulePlugin.constructor": "globals.html#constructoroptions", + "EvalDevToolModulePlugin.constructor.EvalDevToolModulePlugin": "globals.html#evaldevtoolmoduleplugin", + "EvalDevToolModulePlugin.moduleFilenameTemplate": "globals.html#modulefilenametemplate", + "EvalDevToolModulePlugin.namespace": "globals.html#namespace", + "EvalDevToolModulePlugin.sourceUrlComment": "globals.html#sourceurlcomment", + "EvalDevToolModulePlugin.apply": "globals.html#applycompiler", + "EvalDevToolModulePlugin.apply.apply": "globals.html#apply", + "EvalSourceMapDevToolPlugin": "globals.html#class-evalsourcemapdevtoolplugin", + "EvalSourceMapDevToolPlugin.constructor": "globals.html#constructorinputoptions", + "EvalSourceMapDevToolPlugin.constructor.EvalSourceMapDevToolPlugin": "globals.html#evalsourcemapdevtoolplugin", + "EvalSourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#modulefilenametemplate", + "EvalSourceMapDevToolPlugin.namespace": "globals.html#namespace", + "EvalSourceMapDevToolPlugin.options": "globals.html#options", + "EvalSourceMapDevToolPlugin.sourceMapComment": "globals.html#sourcemapcomment", + "EvalSourceMapDevToolPlugin.apply": "globals.html#applycompiler", + "EvalSourceMapDevToolPlugin.apply.apply": "globals.html#apply", + "ExternalModule": "globals.html#class-externalmodule", + "ExternalModule.constructor": "globals.html#constructorrequest-type-userrequest-dependencymeta", + "ExternalModule.constructor.ExternalModule": "globals.html#externalmodule", + "ExternalModule.blocks": "globals.html#blocks", + "ExternalModule.buildInfo": "globals.html#buildinfo", + "ExternalModule.buildMeta": "globals.html#buildmeta", + "ExternalModule.chunksIterable": "globals.html#chunksiterable", + "ExternalModule.chunksIterable.chunksIterable": "globals.html#chunksiterable-1", + "ExternalModule.codeGenerationDependencies": "globals.html#codegenerationdependencies", + "ExternalModule.context": "globals.html#context", + "ExternalModule.debugId": "globals.html#debugid", + "ExternalModule.dependencies": "globals.html#dependencies", + "ExternalModule.dependencyMeta": "globals.html#dependencymeta", + "ExternalModule.depth": "globals.html#depth", + "ExternalModule.errors": "globals.html#errors", + "ExternalModule.errors.errors": "globals.html#errors-1", + "ExternalModule.exportsArgument": "globals.html#exportsargument", + "ExternalModule.exportsArgument.exportsArgument": "globals.html#exportsargument-1", + "ExternalModule.externalType": "globals.html#externaltype", + "ExternalModule.factoryMeta": "globals.html#factorymeta", + "ExternalModule.hasEqualsChunks": "globals.html#hasequalschunks", + "ExternalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#hasequalschunks-1", + "ExternalModule.hash": "globals.html#hash", + "ExternalModule.hash.hash": "globals.html#hash-1", + "ExternalModule.hot": "globals.html#hot", + "ExternalModule.id": "globals.html#id", + "ExternalModule.index": "globals.html#index", + "ExternalModule.index2": "globals.html#index2", + "ExternalModule.issuer": "globals.html#issuer", + "ExternalModule.isUsed": "globals.html#isused", + "ExternalModule.isUsed.isUsed": "globals.html#isused-1", + "ExternalModule.layer": "globals.html#layer", + "ExternalModule.moduleArgument": "globals.html#moduleargument", + "ExternalModule.moduleArgument.moduleArgument": "globals.html#moduleargument-1", + "ExternalModule.needId": "globals.html#needid", + "ExternalModule.optimizationBailout": "globals.html#optimizationbailout", + "ExternalModule.optimizationBailout.optimizationBailout": "globals.html#optimizationbailout-1", + "ExternalModule.optional": "globals.html#optional", + "ExternalModule.optional.optional": "globals.html#optional-1", + "ExternalModule.parent": "globals.html#parent", + "ExternalModule.presentationalDependencies": "globals.html#presentationaldependencies", + "ExternalModule.profile": "globals.html#profile", + "ExternalModule.renderedHash": "globals.html#renderedhash", + "ExternalModule.renderedHash.renderedHash": "globals.html#renderedhash-1", + "ExternalModule.request": "globals.html#request", + "ExternalModule.resolveOptions": "globals.html#resolveoptions", + "ExternalModule.type": "globals.html#type", + "ExternalModule.used": "globals.html#used", + "ExternalModule.usedExports": "globals.html#usedexports", + "ExternalModule.usedExports.usedExports": "globals.html#usedexports-1", + "ExternalModule.userRequest": "globals.html#userrequest", + "ExternalModule.useSimpleSourceMap": "globals.html#usesimplesourcemap", + "ExternalModule.useSourceMap": "globals.html#usesourcemap", + "ExternalModule.warnings": "globals.html#warnings", + "ExternalModule.warnings.warnings": "globals.html#warnings-1", + "ExternalModule.getExternalModuleNodeCommonjsInitFragment": "globals.html#getexternalmodulenodecommonjsinitfragment", + "ExternalModule.ModuleExternalInitFragment": "globals.html#moduleexternalinitfragment", + "ExternalModule.addBlock": "globals.html#addblockblock", + "ExternalModule.addBlock.addBlock": "globals.html#addblock", + "ExternalModule.addCacheDependencies": "globals.html#addcachedependenciesfiledependencies-contextdependencies-missingdependencies-builddependencies", + "ExternalModule.addCacheDependencies.addCacheDependencies": "globals.html#addcachedependencies", + "ExternalModule.addChunk": "globals.html#addchunkchunk", + "ExternalModule.addChunk.addChunk": "globals.html#addchunk", + "ExternalModule.addCodeGenerationDependency": "globals.html#addcodegenerationdependencycodegenerationdependency", + "ExternalModule.addCodeGenerationDependency.addCodeGenerationDependency": "globals.html#addcodegenerationdependency", + "ExternalModule.addDependency": "globals.html#adddependencydependency", + "ExternalModule.addDependency.addDependency": "globals.html#adddependency", + "ExternalModule.addError": "globals.html#adderrorerror", + "ExternalModule.addError.addError": "globals.html#adderror", + "ExternalModule.addPresentationalDependency": "globals.html#addpresentationaldependencypresentationaldependency", + "ExternalModule.addPresentationalDependency.addPresentationalDependency": "globals.html#addpresentationaldependency", + "ExternalModule.addWarning": "globals.html#addwarningwarning", + "ExternalModule.addWarning.addWarning": "globals.html#addwarning", + "ExternalModule.build": "globals.html#buildoptions-compilation-resolver-fs-callback", + "ExternalModule.build.build": "globals.html#build", + "ExternalModule.chunkCondition": "globals.html#chunkconditionchunk-compilation", + "ExternalModule.chunkCondition.chunkCondition": "globals.html#chunkcondition", + "ExternalModule.cleanupForCache": "globals.html#cleanupforcache", + "ExternalModule.cleanupForCache.cleanupForCache": "globals.html#cleanupforcache-1", + "ExternalModule.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks", + "ExternalModule.clearDependenciesAndBlocks.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks-1", + "ExternalModule.clearWarningsAndErrors": "globals.html#clearwarningsanderrors", + "ExternalModule.clearWarningsAndErrors.clearWarningsAndErrors": "globals.html#clearwarningsanderrors-1", + "ExternalModule.codeGeneration": "globals.html#codegenerationcontext", + "ExternalModule.codeGeneration.codeGeneration": "globals.html#codegeneration", + "ExternalModule.deserialize": "globals.html#-namedparameters", + "ExternalModule.deserialize.deserialize": "globals.html#deserialize", + "ExternalModule.getChunks": "globals.html#getchunks", + "ExternalModule.getChunks.getChunks": "globals.html#getchunks-1", + "ExternalModule.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreasoncontext", + "ExternalModule.getConcatenationBailoutReason.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreason", + "ExternalModule.getErrors": "globals.html#geterrors", + "ExternalModule.getErrors.getErrors": "globals.html#geterrors-1", + "ExternalModule.getExportsType": "globals.html#getexportstypemodulegraph-strict", + "ExternalModule.getExportsType.getExportsType": "globals.html#getexportstype", + "ExternalModule.getNumberOfChunks": "globals.html#getnumberofchunks", + "ExternalModule.getNumberOfChunks.getNumberOfChunks": "globals.html#getnumberofchunks-1", + "ExternalModule.getNumberOfErrors": "globals.html#getnumberoferrors", + "ExternalModule.getNumberOfErrors.getNumberOfErrors": "globals.html#getnumberoferrors-1", + "ExternalModule.getNumberOfWarnings": "globals.html#getnumberofwarnings", + "ExternalModule.getNumberOfWarnings.getNumberOfWarnings": "globals.html#getnumberofwarnings-1", + "ExternalModule.getRootBlock": "globals.html#getrootblock", + "ExternalModule.getRootBlock.getRootBlock": "globals.html#getrootblock-1", + "ExternalModule.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstatemodulegraph", + "ExternalModule.getSideEffectsConnectionState.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstate", + "ExternalModule.getSourceBasicTypes": "globals.html#static-method-getsourcebasictypesmodule", + "ExternalModule.getSourceBasicTypes.getSourceBasicTypes": "globals.html#getsourcebasictypes-2", + "ExternalModule.getSourceTypes": "globals.html#getsourcetypes", + "ExternalModule.getSourceTypes.getSourceTypes": "globals.html#getsourcetypes-1", + "ExternalModule.getUnsafeCacheData": "globals.html#getunsafecachedata", + "ExternalModule.getUnsafeCacheData.getUnsafeCacheData": "globals.html#getunsafecachedata-1", + "ExternalModule.getWarnings": "globals.html#getwarnings", + "ExternalModule.getWarnings.getWarnings": "globals.html#getwarnings-1", + "ExternalModule.hasChunkCondition": "globals.html#haschunkcondition", + "ExternalModule.hasChunkCondition.hasChunkCondition": "globals.html#haschunkcondition-1", + "ExternalModule.hasReasonForChunk": "globals.html#hasreasonforchunkchunk-modulegraph-chunkgraph", + "ExternalModule.hasReasonForChunk.hasReasonForChunk": "globals.html#hasreasonforchunk", + "ExternalModule.hasReasons": "globals.html#hasreasonsmodulegraph-runtime", + "ExternalModule.hasReasons.hasReasons": "globals.html#hasreasons", + "ExternalModule.identifier": "globals.html#identifier", + "ExternalModule.identifier.identifier": "globals.html#identifier-1", + "ExternalModule.invalidateBuild": "globals.html#invalidatebuild", + "ExternalModule.invalidateBuild.invalidateBuild": "globals.html#invalidatebuild-1", + "ExternalModule.isAccessibleInChunk": "globals.html#isaccessibleinchunkchunkgraph-chunk-ignorechunk", + "ExternalModule.isAccessibleInChunk.isAccessibleInChunk": "globals.html#isaccessibleinchunk", + "ExternalModule.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroupchunkgraph-chunkgroup-ignorechunk", + "ExternalModule.isAccessibleInChunkGroup.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroup", + "ExternalModule.isEntryModule": "globals.html#isentrymodule", + "ExternalModule.isEntryModule.isEntryModule": "globals.html#isentrymodule-1", + "ExternalModule.isInChunk": "globals.html#isinchunkchunk", + "ExternalModule.isInChunk.isInChunk": "globals.html#isinchunk", + "ExternalModule.isOptional": "globals.html#isoptionalmodulegraph", + "ExternalModule.isOptional.isOptional": "globals.html#isoptional", + "ExternalModule.isProvided": "globals.html#isprovidedexportname", + "ExternalModule.isProvided.isProvided": "globals.html#isprovided", + "ExternalModule.libIdent": "globals.html#libidentoptions", + "ExternalModule.libIdent.libIdent": "globals.html#libident", + "ExternalModule.nameForCondition": "globals.html#nameforcondition", + "ExternalModule.nameForCondition.nameForCondition": "globals.html#nameforcondition-1", + "ExternalModule.needBuild": "globals.html#needbuildcontext-callback", + "ExternalModule.needBuild.needBuild": "globals.html#needbuild", + "ExternalModule.needRebuild": "globals.html#needrebuildfiletimestamps-contexttimestamps", + "ExternalModule.needRebuild.needRebuild": "globals.html#needrebuild", + "ExternalModule.originalSource": "globals.html#originalsource", + "ExternalModule.originalSource.originalSource": "globals.html#originalsource-1", + "ExternalModule.readableIdentifier": "globals.html#readableidentifierrequestshortener", + "ExternalModule.readableIdentifier.readableIdentifier": "globals.html#readableidentifier", + "ExternalModule.removeChunk": "globals.html#removechunkchunk", + "ExternalModule.removeChunk.removeChunk": "globals.html#removechunk", + "ExternalModule.removeDependency": "globals.html#removedependencydependency", + "ExternalModule.removeDependency.removeDependency": "globals.html#removedependency", + "ExternalModule.restoreFromUnsafeCache": "globals.html#restorefromunsafecacheunsafecachedata-normalmodulefactory", + "ExternalModule.restoreFromUnsafeCache.restoreFromUnsafeCache": "globals.html#restorefromunsafecache", + "ExternalModule.serialize": "globals.html#-namedparameters", + "ExternalModule.serialize.serialize": "globals.html#serialize", + "ExternalModule.size": "globals.html#sizetype", + "ExternalModule.size.size": "globals.html#size", + "ExternalModule.source": "globals.html#sourcedependencytemplates-runtimetemplate-type", + "ExternalModule.source.source": "globals.html#source", + "ExternalModule.updateCacheModule": "globals.html#updatecachemodulemodule", + "ExternalModule.updateCacheModule.updateCacheModule": "globals.html#updatecachemodule", + "ExternalModule.updateHash": "globals.html#updatehashhash-context", + "ExternalModule.updateHash.updateHash": "globals.html#updatehash", + "ExternalModule.getCompilationHooks": "globals.html#static-method-getcompilationhookscompilation", + "ExternalModule.getCompilationHooks.getCompilationHooks": "globals.html#getcompilationhooks", + "ExternalsPlugin": "globals.html#class-externalsplugin", + "ExternalsPlugin.constructor": "globals.html#constructortype-externals", + "ExternalsPlugin.constructor.ExternalsPlugin": "globals.html#externalsplugin", + "ExternalsPlugin.externals": "globals.html#externals", + "ExternalsPlugin.type": "globals.html#type", + "ExternalsPlugin.apply": "globals.html#applycompiler", + "ExternalsPlugin.apply.apply": "globals.html#apply", + "Generator": "globals.html#class-generator", + "Generator.constructor": "globals.html#constructor", + "Generator.constructor.Generator": "globals.html#generator", + "Generator.generate": "globals.html#-namedparameters", + "Generator.generate.generate": "globals.html#generate", + "Generator.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreasonmodule-context", + "Generator.getConcatenationBailoutReason.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreason", + "Generator.getSize": "globals.html#getsizemodule-type", + "Generator.getSize.getSize": "globals.html#getsize", + "Generator.getTypes": "globals.html#gettypesmodule", + "Generator.getTypes.getTypes": "globals.html#gettypes", + "Generator.updateHash": "globals.html#-namedparameters", + "Generator.updateHash.updateHash": "globals.html#updatehash", + "Generator.byType": "globals.html#static-method-bytypemap", + "Generator.byType.byType": "globals.html#bytype", + "HotModuleReplacementPlugin": "globals.html#class-hotmodulereplacementplugin", + "HotModuleReplacementPlugin.constructor": "globals.html#constructor", + "HotModuleReplacementPlugin.constructor.HotModuleReplacementPlugin": "globals.html#hotmodulereplacementplugin", + "HotModuleReplacementPlugin.apply": "globals.html#applycompiler", + "HotModuleReplacementPlugin.apply.apply": "globals.html#apply", + "HotModuleReplacementPlugin.getParserHooks": "globals.html#static-method-getparserhooksparser", + "HotModuleReplacementPlugin.getParserHooks.getParserHooks": "globals.html#getparserhooks", + "HotUpdateChunk": "globals.html#class-hotupdatechunk", + "HotUpdateChunk.constructor": "globals.html#constructor", + "HotUpdateChunk.constructor.HotUpdateChunk": "globals.html#hotupdatechunk", + "HotUpdateChunk.auxiliaryFiles": "globals.html#auxiliaryfiles", + "HotUpdateChunk.chunkReason": "globals.html#chunkreason", + "HotUpdateChunk.contentHash": "globals.html#contenthash", + "HotUpdateChunk.cssFilenameTemplate": "globals.html#cssfilenametemplate", + "HotUpdateChunk.debugId": "globals.html#debugid", + "HotUpdateChunk.entryModule": "globals.html#entrymodule", + "HotUpdateChunk.entryModule.entryModule": "globals.html#entrymodule-1", + "HotUpdateChunk.extraAsync": "globals.html#extraasync", + "HotUpdateChunk.filenameTemplate": "globals.html#filenametemplate", + "HotUpdateChunk.files": "globals.html#files", + "HotUpdateChunk.groupsIterable": "globals.html#groupsiterable", + "HotUpdateChunk.groupsIterable.groupsIterable": "globals.html#groupsiterable-1", + "HotUpdateChunk.hash": "globals.html#hash", + "HotUpdateChunk.id": "globals.html#id", + "HotUpdateChunk.idNameHints": "globals.html#idnamehints", + "HotUpdateChunk.ids": "globals.html#ids", + "HotUpdateChunk.modulesIterable": "globals.html#modulesiterable", + "HotUpdateChunk.modulesIterable.modulesIterable": "globals.html#modulesiterable-1", + "HotUpdateChunk.name": "globals.html#name", + "HotUpdateChunk.preventIntegration": "globals.html#preventintegration", + "HotUpdateChunk.rendered": "globals.html#rendered", + "HotUpdateChunk.renderedHash": "globals.html#renderedhash", + "HotUpdateChunk.runtime": "globals.html#runtime", + "HotUpdateChunk.addGroup": "globals.html#addgroupchunkgroup", + "HotUpdateChunk.addGroup.addGroup": "globals.html#addgroup", + "HotUpdateChunk.addModule": "globals.html#addmodulemodule", + "HotUpdateChunk.addModule.addModule": "globals.html#addmodule", + "HotUpdateChunk.canBeInitial": "globals.html#canbeinitial", + "HotUpdateChunk.canBeInitial.canBeInitial": "globals.html#canbeinitial-1", + "HotUpdateChunk.canBeIntegrated": "globals.html#canbeintegratedotherchunk", + "HotUpdateChunk.canBeIntegrated.canBeIntegrated": "globals.html#canbeintegrated", + "HotUpdateChunk.compareTo": "globals.html#comparetootherchunk", + "HotUpdateChunk.compareTo.compareTo": "globals.html#compareto", + "HotUpdateChunk.containsModule": "globals.html#containsmodulemodule", + "HotUpdateChunk.containsModule.containsModule": "globals.html#containsmodule", + "HotUpdateChunk.disconnectFromGroups": "globals.html#disconnectfromgroups", + "HotUpdateChunk.disconnectFromGroups.disconnectFromGroups": "globals.html#disconnectfromgroups-1", + "HotUpdateChunk.getAllAsyncChunks": "globals.html#getallasyncchunks", + "HotUpdateChunk.getAllAsyncChunks.getAllAsyncChunks": "globals.html#getallasyncchunks-1", + "HotUpdateChunk.getAllInitialChunks": "globals.html#getallinitialchunks", + "HotUpdateChunk.getAllInitialChunks.getAllInitialChunks": "globals.html#getallinitialchunks-1", + "HotUpdateChunk.getAllReferencedAsyncEntrypoints": "globals.html#getallreferencedasyncentrypoints", + "HotUpdateChunk.getAllReferencedAsyncEntrypoints.getAllReferencedAsyncEntrypoints": "globals.html#getallreferencedasyncentrypoints-1", + "HotUpdateChunk.getAllReferencedChunks": "globals.html#getallreferencedchunks", + "HotUpdateChunk.getAllReferencedChunks.getAllReferencedChunks": "globals.html#getallreferencedchunks-1", + "HotUpdateChunk.getChildIdsByOrders": "globals.html#getchildidsbyorderschunkgraph-filterfn", + "HotUpdateChunk.getChildIdsByOrders.getChildIdsByOrders": "globals.html#getchildidsbyorders", + "HotUpdateChunk.getChildIdsByOrdersMap": "globals.html#getchildidsbyordersmapchunkgraph-includedirectchildren-filterfn", + "HotUpdateChunk.getChildIdsByOrdersMap.getChildIdsByOrdersMap": "globals.html#getchildidsbyordersmap", + "HotUpdateChunk.getChildrenOfTypeInOrder": "globals.html#getchildrenoftypeinorderchunkgraph-type", + "HotUpdateChunk.getChildrenOfTypeInOrder.getChildrenOfTypeInOrder": "globals.html#getchildrenoftypeinorder", + "HotUpdateChunk.getChunkMaps": "globals.html#getchunkmapsrealhash", + "HotUpdateChunk.getChunkMaps.getChunkMaps": "globals.html#getchunkmaps", + "HotUpdateChunk.getChunkModuleMaps": "globals.html#getchunkmodulemapsfilterfn", + "HotUpdateChunk.getChunkModuleMaps.getChunkModuleMaps": "globals.html#getchunkmodulemaps", + "HotUpdateChunk.getEntryOptions": "globals.html#getentryoptions", + "HotUpdateChunk.getEntryOptions.getEntryOptions": "globals.html#getentryoptions-1", + "HotUpdateChunk.getModules": "globals.html#getmodules", + "HotUpdateChunk.getModules.getModules": "globals.html#getmodules-1", + "HotUpdateChunk.getNumberOfGroups": "globals.html#getnumberofgroups", + "HotUpdateChunk.getNumberOfGroups.getNumberOfGroups": "globals.html#getnumberofgroups-1", + "HotUpdateChunk.getNumberOfModules": "globals.html#getnumberofmodules", + "HotUpdateChunk.getNumberOfModules.getNumberOfModules": "globals.html#getnumberofmodules-1", + "HotUpdateChunk.hasAsyncChunks": "globals.html#hasasyncchunks", + "HotUpdateChunk.hasAsyncChunks.hasAsyncChunks": "globals.html#hasasyncchunks-1", + "HotUpdateChunk.hasChildByOrder": "globals.html#haschildbyorderchunkgraph-type-includedirectchildren-filterfn", + "HotUpdateChunk.hasChildByOrder.hasChildByOrder": "globals.html#haschildbyorder", + "HotUpdateChunk.hasEntryModule": "globals.html#hasentrymodule", + "HotUpdateChunk.hasEntryModule.hasEntryModule": "globals.html#hasentrymodule-1", + "HotUpdateChunk.hasModuleInGraph": "globals.html#hasmoduleingraphfilterfn-filterchunkfn", + "HotUpdateChunk.hasModuleInGraph.hasModuleInGraph": "globals.html#hasmoduleingraph", + "HotUpdateChunk.hasRuntime": "globals.html#hasruntime", + "HotUpdateChunk.hasRuntime.hasRuntime": "globals.html#hasruntime-1", + "HotUpdateChunk.integrate": "globals.html#integrateotherchunk", + "HotUpdateChunk.integrate.integrate": "globals.html#integrate", + "HotUpdateChunk.integratedSize": "globals.html#integratedsizeotherchunk-options", + "HotUpdateChunk.integratedSize.integratedSize": "globals.html#integratedsize", + "HotUpdateChunk.isEmpty": "globals.html#isempty", + "HotUpdateChunk.isEmpty.isEmpty": "globals.html#isempty-1", + "HotUpdateChunk.isInGroup": "globals.html#isingroupchunkgroup", + "HotUpdateChunk.isInGroup.isInGroup": "globals.html#isingroup", + "HotUpdateChunk.isOnlyInitial": "globals.html#isonlyinitial", + "HotUpdateChunk.isOnlyInitial.isOnlyInitial": "globals.html#isonlyinitial-1", + "HotUpdateChunk.modulesSize": "globals.html#modulessize", + "HotUpdateChunk.modulesSize.modulesSize": "globals.html#modulessize-1", + "HotUpdateChunk.moveModule": "globals.html#movemodulemodule-otherchunk", + "HotUpdateChunk.moveModule.moveModule": "globals.html#movemodule", + "HotUpdateChunk.remove": "globals.html#remove", + "HotUpdateChunk.remove.remove": "globals.html#remove-1", + "HotUpdateChunk.removeGroup": "globals.html#removegroupchunkgroup", + "HotUpdateChunk.removeGroup.removeGroup": "globals.html#removegroup", + "HotUpdateChunk.removeModule": "globals.html#removemodulemodule", + "HotUpdateChunk.removeModule.removeModule": "globals.html#removemodule", + "HotUpdateChunk.size": "globals.html#sizeoptions", + "HotUpdateChunk.size.size": "globals.html#size", + "HotUpdateChunk.split": "globals.html#splitnewchunk", + "HotUpdateChunk.split.split": "globals.html#split", + "HotUpdateChunk.updateHash": "globals.html#updatehashhash-chunkgraph", + "HotUpdateChunk.updateHash.updateHash": "globals.html#updatehash", + "IgnorePlugin": "globals.html#class-ignoreplugin", + "IgnorePlugin.constructor": "globals.html#constructoroptions", + "IgnorePlugin.constructor.IgnorePlugin": "globals.html#ignoreplugin", + "IgnorePlugin.options": "globals.html#options", + "IgnorePlugin.apply": "globals.html#applycompiler", + "IgnorePlugin.apply.apply": "globals.html#apply", + "IgnorePlugin.checkIgnore": "globals.html#checkignoreresolvedata", + "IgnorePlugin.checkIgnore.checkIgnore": "globals.html#checkignore", + "InitFragment": "globals.html#class-initfragment", + "InitFragment.GenerateContext": "globals.html#generatecontext", + "InitFragment.constructor": "globals.html#constructorcontent-stage-position-key-endcontent", + "InitFragment.constructor.InitFragment": "globals.html#initfragment", + "InitFragment.constructor.InitFragment.GenerateContext": "globals.html#generatecontext-1", + "InitFragment.content": "globals.html#content", + "InitFragment.endContent": "globals.html#endcontent", + "InitFragment.key": "globals.html#key", + "InitFragment.position": "globals.html#position", + "InitFragment.stage": "globals.html#stage", + "InitFragment.STAGE_ASYNC_BOUNDARY": "globals.html#stage-async-boundary", + "InitFragment.STAGE_ASYNC_DEPENDENCIES": "globals.html#stage-async-dependencies", + "InitFragment.STAGE_ASYNC_HARMONY_IMPORTS": "globals.html#stage-async-harmony-imports", + "InitFragment.STAGE_CONSTANTS": "globals.html#stage-constants", + "InitFragment.STAGE_HARMONY_EXPORTS": "globals.html#stage-harmony-exports", + "InitFragment.STAGE_HARMONY_IMPORTS": "globals.html#stage-harmony-imports", + "InitFragment.STAGE_PROVIDES": "globals.html#stage-provides", + "InitFragment.deserialize": "globals.html#deserializecontext", + "InitFragment.deserialize.deserialize": "globals.html#deserialize", + "InitFragment.getContent": "globals.html#getcontentcontext", + "InitFragment.getContent.getContent": "globals.html#getcontent", + "InitFragment.getEndContent": "globals.html#getendcontentcontext", + "InitFragment.getEndContent.getEndContent": "globals.html#getendcontent", + "InitFragment.serialize": "globals.html#serializecontext", + "InitFragment.serialize.serialize": "globals.html#serialize", + "InitFragment.addToSource": "globals.html#static-method-addtosourcesource-initfragments-context", + "InitFragment.addToSource.addToSource": "globals.html#addtosource", + "InitFragment.addToSource.addToSource.Context": "globals.html#context", + "JavascriptModulesPlugin": "globals.html#class-javascriptmodulesplugin", + "JavascriptModulesPlugin.constructor": "globals.html#constructoroptions", + "JavascriptModulesPlugin.constructor.JavascriptModulesPlugin": "globals.html#javascriptmodulesplugin", + "JavascriptModulesPlugin.options": "globals.html#options", + "JavascriptModulesPlugin.chunkHasJs": "globals.html#chunkhasjs", + "JavascriptModulesPlugin.apply": "globals.html#applycompiler", + "JavascriptModulesPlugin.apply.apply": "globals.html#apply", + "JavascriptModulesPlugin.renderBootstrap": "globals.html#renderbootstraprendercontext-hooks", + "JavascriptModulesPlugin.renderBootstrap.renderBootstrap": "globals.html#renderbootstrap", + "JavascriptModulesPlugin.renderChunk": "globals.html#renderchunkrendercontext-hooks", + "JavascriptModulesPlugin.renderChunk.renderChunk": "globals.html#renderchunk", + "JavascriptModulesPlugin.renderMain": "globals.html#rendermainrendercontext-hooks-compilation", + "JavascriptModulesPlugin.renderMain.renderMain": "globals.html#rendermain", + "JavascriptModulesPlugin.renderModule": "globals.html#rendermodulemodule-rendercontext-hooks", + "JavascriptModulesPlugin.renderModule.renderModule": "globals.html#rendermodule", + "JavascriptModulesPlugin.renderRequire": "globals.html#renderrequirerendercontext-hooks", + "JavascriptModulesPlugin.renderRequire.renderRequire": "globals.html#renderrequire", + "JavascriptModulesPlugin.updateHashWithBootstrap": "globals.html#updatehashwithbootstraphash-rendercontext-hooks", + "JavascriptModulesPlugin.updateHashWithBootstrap.updateHashWithBootstrap": "globals.html#updatehashwithbootstrap", + "JavascriptModulesPlugin.getChunkFilenameTemplate": "globals.html#static-method-getchunkfilenametemplatechunk-outputoptions", + "JavascriptModulesPlugin.getChunkFilenameTemplate.getChunkFilenameTemplate": "globals.html#getchunkfilenametemplate", + "JavascriptModulesPlugin.getCompilationHooks": "globals.html#static-method-getcompilationhookscompilation", + "JavascriptModulesPlugin.getCompilationHooks.getCompilationHooks": "globals.html#getcompilationhooks", + "LibManifestPlugin": "globals.html#class-libmanifestplugin", + "LibManifestPlugin.constructor": "globals.html#constructoroptions", + "LibManifestPlugin.constructor.LibManifestPlugin": "globals.html#libmanifestplugin", + "LibManifestPlugin.options": "globals.html#options", + "LibManifestPlugin.apply": "globals.html#applycompiler", + "LibManifestPlugin.apply.apply": "globals.html#apply", + "LibraryTemplatePlugin": "globals.html#class-librarytemplateplugin", + "LibraryTemplatePlugin.constructor": "globals.html#constructorname-target-umdnameddefine-auxiliarycomment-exportproperty", + "LibraryTemplatePlugin.constructor.LibraryTemplatePlugin": "globals.html#librarytemplateplugin", + "LibraryTemplatePlugin.library": "globals.html#library", + "LibraryTemplatePlugin.apply": "globals.html#applycompiler", + "LibraryTemplatePlugin.apply.apply": "globals.html#apply", + "LoaderOptionsPlugin": "globals.html#class-loaderoptionsplugin", + "LoaderOptionsPlugin.constructor": "globals.html#constructoroptions", + "LoaderOptionsPlugin.constructor.LoaderOptionsPlugin": "globals.html#loaderoptionsplugin", + "LoaderOptionsPlugin.options": "globals.html#options", + "LoaderOptionsPlugin.apply": "globals.html#applycompiler", + "LoaderOptionsPlugin.apply.apply": "globals.html#apply", + "LoaderTargetPlugin": "globals.html#class-loadertargetplugin", + "LoaderTargetPlugin.constructor": "globals.html#constructortarget", + "LoaderTargetPlugin.constructor.LoaderTargetPlugin": "globals.html#loadertargetplugin", + "LoaderTargetPlugin.target": "globals.html#target", + "LoaderTargetPlugin.apply": "globals.html#applycompiler", + "LoaderTargetPlugin.apply.apply": "globals.html#apply", + "ManifestPlugin": "globals.html#class-manifestplugin", + "ManifestPlugin.constructor": "globals.html#constructoroptions", + "ManifestPlugin.constructor.ManifestPlugin": "globals.html#manifestplugin", + "ManifestPlugin.options": "globals.html#options", + "ManifestPlugin.apply": "globals.html#applycompiler", + "ManifestPlugin.apply.apply": "globals.html#apply", + "Module": "globals.html#class-module", + "Module.constructor": "globals.html#constructortype-context-layer", + "Module.constructor.Module": "globals.html#module", + "Module.blocks": "globals.html#blocks", + "Module.buildInfo": "globals.html#buildinfo", + "Module.buildMeta": "globals.html#buildmeta", + "Module.chunksIterable": "globals.html#chunksiterable", + "Module.chunksIterable.chunksIterable": "globals.html#chunksiterable-1", + "Module.codeGenerationDependencies": "globals.html#codegenerationdependencies", + "Module.context": "globals.html#context", + "Module.debugId": "globals.html#debugid", + "Module.dependencies": "globals.html#dependencies", + "Module.depth": "globals.html#depth", + "Module.errors": "globals.html#errors", + "Module.errors.errors": "globals.html#errors-1", + "Module.exportsArgument": "globals.html#exportsargument", + "Module.exportsArgument.exportsArgument": "globals.html#exportsargument-1", + "Module.factoryMeta": "globals.html#factorymeta", + "Module.hasEqualsChunks": "globals.html#hasequalschunks", + "Module.hasEqualsChunks.hasEqualsChunks": "globals.html#hasequalschunks-1", + "Module.hash": "globals.html#hash", + "Module.hash.hash": "globals.html#hash-1", + "Module.hot": "globals.html#hot", + "Module.id": "globals.html#id", + "Module.index": "globals.html#index", + "Module.index2": "globals.html#index2", + "Module.issuer": "globals.html#issuer", + "Module.isUsed": "globals.html#isused", + "Module.isUsed.isUsed": "globals.html#isused-1", + "Module.layer": "globals.html#layer", + "Module.moduleArgument": "globals.html#moduleargument", + "Module.moduleArgument.moduleArgument": "globals.html#moduleargument-1", + "Module.needId": "globals.html#needid", + "Module.optimizationBailout": "globals.html#optimizationbailout", + "Module.optimizationBailout.optimizationBailout": "globals.html#optimizationbailout-1", + "Module.optional": "globals.html#optional", + "Module.optional.optional": "globals.html#optional-1", + "Module.parent": "globals.html#parent", + "Module.presentationalDependencies": "globals.html#presentationaldependencies", + "Module.profile": "globals.html#profile", + "Module.renderedHash": "globals.html#renderedhash", + "Module.renderedHash.renderedHash": "globals.html#renderedhash-1", + "Module.resolveOptions": "globals.html#resolveoptions", + "Module.type": "globals.html#type", + "Module.used": "globals.html#used", + "Module.usedExports": "globals.html#usedexports", + "Module.usedExports.usedExports": "globals.html#usedexports-1", + "Module.useSimpleSourceMap": "globals.html#usesimplesourcemap", + "Module.useSourceMap": "globals.html#usesourcemap", + "Module.warnings": "globals.html#warnings", + "Module.warnings.warnings": "globals.html#warnings-1", + "Module.addBlock": "globals.html#addblockblock", + "Module.addBlock.addBlock": "globals.html#addblock", + "Module.addCacheDependencies": "globals.html#addcachedependenciesfiledependencies-contextdependencies-missingdependencies-builddependencies", + "Module.addCacheDependencies.addCacheDependencies": "globals.html#addcachedependencies", + "Module.addChunk": "globals.html#addchunkchunk", + "Module.addChunk.addChunk": "globals.html#addchunk", + "Module.addCodeGenerationDependency": "globals.html#addcodegenerationdependencycodegenerationdependency", + "Module.addCodeGenerationDependency.addCodeGenerationDependency": "globals.html#addcodegenerationdependency", + "Module.addDependency": "globals.html#adddependencydependency", + "Module.addDependency.addDependency": "globals.html#adddependency", + "Module.addError": "globals.html#adderrorerror", + "Module.addError.addError": "globals.html#adderror", + "Module.addPresentationalDependency": "globals.html#addpresentationaldependencypresentationaldependency", + "Module.addPresentationalDependency.addPresentationalDependency": "globals.html#addpresentationaldependency", + "Module.addWarning": "globals.html#addwarningwarning", + "Module.addWarning.addWarning": "globals.html#addwarning", + "Module.build": "globals.html#buildoptions-compilation-resolver-fs-callback", + "Module.build.build": "globals.html#build", + "Module.chunkCondition": "globals.html#chunkconditionchunk-compilation", + "Module.chunkCondition.chunkCondition": "globals.html#chunkcondition", + "Module.cleanupForCache": "globals.html#cleanupforcache", + "Module.cleanupForCache.cleanupForCache": "globals.html#cleanupforcache-1", + "Module.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks", + "Module.clearDependenciesAndBlocks.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks-1", + "Module.clearWarningsAndErrors": "globals.html#clearwarningsanderrors", + "Module.clearWarningsAndErrors.clearWarningsAndErrors": "globals.html#clearwarningsanderrors-1", + "Module.codeGeneration": "globals.html#codegenerationcontext", + "Module.codeGeneration.codeGeneration": "globals.html#codegeneration", + "Module.deserialize": "globals.html#-namedparameters", + "Module.deserialize.deserialize": "globals.html#deserialize", + "Module.getChunks": "globals.html#getchunks", + "Module.getChunks.getChunks": "globals.html#getchunks-1", + "Module.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreasoncontext", + "Module.getConcatenationBailoutReason.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreason", + "Module.getErrors": "globals.html#geterrors", + "Module.getErrors.getErrors": "globals.html#geterrors-1", + "Module.getExportsType": "globals.html#getexportstypemodulegraph-strict", + "Module.getExportsType.getExportsType": "globals.html#getexportstype", + "Module.getNumberOfChunks": "globals.html#getnumberofchunks", + "Module.getNumberOfChunks.getNumberOfChunks": "globals.html#getnumberofchunks-1", + "Module.getNumberOfErrors": "globals.html#getnumberoferrors", + "Module.getNumberOfErrors.getNumberOfErrors": "globals.html#getnumberoferrors-1", + "Module.getNumberOfWarnings": "globals.html#getnumberofwarnings", + "Module.getNumberOfWarnings.getNumberOfWarnings": "globals.html#getnumberofwarnings-1", + "Module.getRootBlock": "globals.html#getrootblock", + "Module.getRootBlock.getRootBlock": "globals.html#getrootblock-1", + "Module.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstatemodulegraph", + "Module.getSideEffectsConnectionState.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstate", + "Module.getSourceBasicTypes": "globals.html#static-method-getsourcebasictypesmodule", + "Module.getSourceBasicTypes.getSourceBasicTypes": "globals.html#getsourcebasictypes-2", + "Module.getSourceTypes": "globals.html#getsourcetypes", + "Module.getSourceTypes.getSourceTypes": "globals.html#getsourcetypes-1", + "Module.getUnsafeCacheData": "globals.html#getunsafecachedata", + "Module.getUnsafeCacheData.getUnsafeCacheData": "globals.html#getunsafecachedata-1", + "Module.getWarnings": "globals.html#getwarnings", + "Module.getWarnings.getWarnings": "globals.html#getwarnings-1", + "Module.hasChunkCondition": "globals.html#haschunkcondition", + "Module.hasChunkCondition.hasChunkCondition": "globals.html#haschunkcondition-1", + "Module.hasReasonForChunk": "globals.html#hasreasonforchunkchunk-modulegraph-chunkgraph", + "Module.hasReasonForChunk.hasReasonForChunk": "globals.html#hasreasonforchunk", + "Module.hasReasons": "globals.html#hasreasonsmodulegraph-runtime", + "Module.hasReasons.hasReasons": "globals.html#hasreasons", + "Module.identifier": "globals.html#identifier", + "Module.identifier.identifier": "globals.html#identifier-1", + "Module.invalidateBuild": "globals.html#invalidatebuild", + "Module.invalidateBuild.invalidateBuild": "globals.html#invalidatebuild-1", + "Module.isAccessibleInChunk": "globals.html#isaccessibleinchunkchunkgraph-chunk-ignorechunk", + "Module.isAccessibleInChunk.isAccessibleInChunk": "globals.html#isaccessibleinchunk", + "Module.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroupchunkgraph-chunkgroup-ignorechunk", + "Module.isAccessibleInChunkGroup.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroup", + "Module.isEntryModule": "globals.html#isentrymodule", + "Module.isEntryModule.isEntryModule": "globals.html#isentrymodule-1", + "Module.isInChunk": "globals.html#isinchunkchunk", + "Module.isInChunk.isInChunk": "globals.html#isinchunk", + "Module.isOptional": "globals.html#isoptionalmodulegraph", + "Module.isOptional.isOptional": "globals.html#isoptional", + "Module.isProvided": "globals.html#isprovidedexportname", + "Module.isProvided.isProvided": "globals.html#isprovided", + "Module.libIdent": "globals.html#libidentoptions", + "Module.libIdent.libIdent": "globals.html#libident", + "Module.nameForCondition": "globals.html#nameforcondition", + "Module.nameForCondition.nameForCondition": "globals.html#nameforcondition-1", + "Module.needBuild": "globals.html#needbuildcontext-callback", + "Module.needBuild.needBuild": "globals.html#needbuild", + "Module.needRebuild": "globals.html#needrebuildfiletimestamps-contexttimestamps", + "Module.needRebuild.needRebuild": "globals.html#needrebuild", + "Module.originalSource": "globals.html#originalsource", + "Module.originalSource.originalSource": "globals.html#originalsource-1", + "Module.readableIdentifier": "globals.html#readableidentifierrequestshortener", + "Module.readableIdentifier.readableIdentifier": "globals.html#readableidentifier", + "Module.removeChunk": "globals.html#removechunkchunk", + "Module.removeChunk.removeChunk": "globals.html#removechunk", + "Module.removeDependency": "globals.html#removedependencydependency", + "Module.removeDependency.removeDependency": "globals.html#removedependency", + "Module.serialize": "globals.html#-namedparameters", + "Module.serialize.serialize": "globals.html#serialize", + "Module.size": "globals.html#sizetype", + "Module.size.size": "globals.html#size", + "Module.source": "globals.html#sourcedependencytemplates-runtimetemplate-type", + "Module.source.source": "globals.html#source", + "Module.updateCacheModule": "globals.html#updatecachemodulemodule", + "Module.updateCacheModule.updateCacheModule": "globals.html#updatecachemodule", + "Module.updateHash": "globals.html#updatehashhash-context", + "Module.updateHash.updateHash": "globals.html#updatehash", + "ModuleFactory": "globals.html#class-modulefactory", + "ModuleFactory.constructor": "globals.html#constructor", + "ModuleFactory.constructor.ModuleFactory": "globals.html#modulefactory", + "ModuleFactory.create": "globals.html#createdata-callback", + "ModuleFactory.create.create": "globals.html#create", + "ModuleGraph": "globals.html#class-modulegraph", + "ModuleGraph.constructor": "globals.html#constructor", + "ModuleGraph.constructor.ModuleGraph": "globals.html#modulegraph", + "ModuleGraph.ModuleGraphConnection": "globals.html#modulegraphconnection", + "ModuleGraph.addExplanation": "globals.html#addexplanationdependency-explanation", + "ModuleGraph.addExplanation.addExplanation": "globals.html#addexplanation", + "ModuleGraph.addExtraReason": "globals.html#addextrareasonmodule-explanation", + "ModuleGraph.addExtraReason.addExtraReason": "globals.html#addextrareason", + "ModuleGraph.cached": "globals.html#cachedfn-args", + "ModuleGraph.cached.cached": "globals.html#cached", + "ModuleGraph.cached.cached.T": "globals.html#t", + "ModuleGraph.cached.cached.R": "globals.html#r", + "ModuleGraph.cloneModuleAttributes": "globals.html#clonemoduleattributessourcemodule-targetmodule", + "ModuleGraph.cloneModuleAttributes.cloneModuleAttributes": "globals.html#clonemoduleattributes", + "ModuleGraph.copyOutgoingModuleConnections": "globals.html#copyoutgoingmoduleconnectionsoldmodule-newmodule-filterconnection", + "ModuleGraph.copyOutgoingModuleConnections.copyOutgoingModuleConnections": "globals.html#copyoutgoingmoduleconnections", + "ModuleGraph.dependencyCacheProvide": "globals.html#dependencycacheprovidedependency-args", + "ModuleGraph.dependencyCacheProvide.dependencyCacheProvide": "globals.html#dependencycacheprovide", + "ModuleGraph.dependencyCacheProvide.dependencyCacheProvide.D": "globals.html#d", + "ModuleGraph.dependencyCacheProvide.dependencyCacheProvide.ARGS": "globals.html#args", + "ModuleGraph.dependencyCacheProvide.dependencyCacheProvide.R": "globals.html#r-1", + "ModuleGraph.finishUpdateParent": "globals.html#finishupdateparent", + "ModuleGraph.finishUpdateParent.finishUpdateParent": "globals.html#finishupdateparent-1", + "ModuleGraph.freeze": "globals.html#freezecachestage", + "ModuleGraph.freeze.freeze": "globals.html#freeze", + "ModuleGraph.getConnection": "globals.html#getconnectiondependency", + "ModuleGraph.getConnection.getConnection": "globals.html#getconnection", + "ModuleGraph.getDepth": "globals.html#getdepthmodule", + "ModuleGraph.getDepth.getDepth": "globals.html#getdepth", + "ModuleGraph.getExportInfo": "globals.html#getexportinfomodule-exportname", + "ModuleGraph.getExportInfo.getExportInfo": "globals.html#getexportinfo", + "ModuleGraph.getExportsInfo": "globals.html#getexportsinfomodule", + "ModuleGraph.getExportsInfo.getExportsInfo": "globals.html#getexportsinfo", + "ModuleGraph.getIncomingConnections": "globals.html#getincomingconnectionsmodule", + "ModuleGraph.getIncomingConnections.getIncomingConnections": "globals.html#getincomingconnections", + "ModuleGraph.getIncomingConnectionsByOriginModule": "globals.html#getincomingconnectionsbyoriginmodulemodule", + "ModuleGraph.getIncomingConnectionsByOriginModule.getIncomingConnectionsByOriginModule": "globals.html#getincomingconnectionsbyoriginmodule", + "ModuleGraph.getIssuer": "globals.html#getissuermodule", + "ModuleGraph.getIssuer.getIssuer": "globals.html#getissuer", + "ModuleGraph.getMeta": "globals.html#getmetathing", + "ModuleGraph.getMeta.getMeta": "globals.html#getmeta", + "ModuleGraph.getMetaIfExisting": "globals.html#getmetaifexistingthing", + "ModuleGraph.getMetaIfExisting.getMetaIfExisting": "globals.html#getmetaifexisting", + "ModuleGraph.getModule": "globals.html#getmoduledependency", + "ModuleGraph.getModule.getModule": "globals.html#getmodule", + "ModuleGraph.getOptimizationBailout": "globals.html#getoptimizationbailoutmodule", + "ModuleGraph.getOptimizationBailout.getOptimizationBailout": "globals.html#getoptimizationbailout", + "ModuleGraph.getOrigin": "globals.html#getorigindependency", + "ModuleGraph.getOrigin.getOrigin": "globals.html#getorigin", + "ModuleGraph.getOutgoingConnections": "globals.html#getoutgoingconnectionsmodule", + "ModuleGraph.getOutgoingConnections.getOutgoingConnections": "globals.html#getoutgoingconnections", + "ModuleGraph.getOutgoingConnectionsByModule": "globals.html#getoutgoingconnectionsbymodulemodule", + "ModuleGraph.getOutgoingConnectionsByModule.getOutgoingConnectionsByModule": "globals.html#getoutgoingconnectionsbymodule", + "ModuleGraph.getParentBlock": "globals.html#getparentblockdependency", + "ModuleGraph.getParentBlock.getParentBlock": "globals.html#getparentblock", + "ModuleGraph.getParentBlockIndex": "globals.html#getparentblockindexdependency", + "ModuleGraph.getParentBlockIndex.getParentBlockIndex": "globals.html#getparentblockindex", + "ModuleGraph.getParentModule": "globals.html#getparentmoduledependency", + "ModuleGraph.getParentModule.getParentModule": "globals.html#getparentmodule", + "ModuleGraph.getPostOrderIndex": "globals.html#getpostorderindexmodule", + "ModuleGraph.getPostOrderIndex.getPostOrderIndex": "globals.html#getpostorderindex", + "ModuleGraph.getPreOrderIndex": "globals.html#getpreorderindexmodule", + "ModuleGraph.getPreOrderIndex.getPreOrderIndex": "globals.html#getpreorderindex", + "ModuleGraph.getProfile": "globals.html#getprofilemodule", + "ModuleGraph.getProfile.getProfile": "globals.html#getprofile", + "ModuleGraph.getProvidedExports": "globals.html#getprovidedexportsmodule", + "ModuleGraph.getProvidedExports.getProvidedExports": "globals.html#getprovidedexports", + "ModuleGraph.getReadOnlyExportInfo": "globals.html#getreadonlyexportinfomodule-exportname", + "ModuleGraph.getReadOnlyExportInfo.getReadOnlyExportInfo": "globals.html#getreadonlyexportinfo", + "ModuleGraph.getResolvedModule": "globals.html#getresolvedmoduledependency", + "ModuleGraph.getResolvedModule.getResolvedModule": "globals.html#getresolvedmodule", + "ModuleGraph.getResolvedOrigin": "globals.html#getresolvedorigindependency", + "ModuleGraph.getResolvedOrigin.getResolvedOrigin": "globals.html#getresolvedorigin", + "ModuleGraph.getUsedExports": "globals.html#getusedexportsmodule-runtime", + "ModuleGraph.getUsedExports.getUsedExports": "globals.html#getusedexports", + "ModuleGraph.isAsync": "globals.html#isasyncmodule", + "ModuleGraph.isAsync.isAsync": "globals.html#isasync", + "ModuleGraph.isDeferred": "globals.html#isdeferredmodule", + "ModuleGraph.isDeferred.isDeferred": "globals.html#isdeferred", + "ModuleGraph.isExportProvided": "globals.html#isexportprovidedmodule-exportname", + "ModuleGraph.isExportProvided.isExportProvided": "globals.html#isexportprovided", + "ModuleGraph.moveModuleConnections": "globals.html#movemoduleconnectionsoldmodule-newmodule-filterconnection", + "ModuleGraph.moveModuleConnections.moveModuleConnections": "globals.html#movemoduleconnections", + "ModuleGraph.removeAllModuleAttributes": "globals.html#removeallmoduleattributes", + "ModuleGraph.removeAllModuleAttributes.removeAllModuleAttributes": "globals.html#removeallmoduleattributes-1", + "ModuleGraph.removeConnection": "globals.html#removeconnectiondependency", + "ModuleGraph.removeConnection.removeConnection": "globals.html#removeconnection", + "ModuleGraph.removeModuleAttributes": "globals.html#removemoduleattributesmodule", + "ModuleGraph.removeModuleAttributes.removeModuleAttributes": "globals.html#removemoduleattributes", + "ModuleGraph.setAsync": "globals.html#setasyncmodule", + "ModuleGraph.setAsync.setAsync": "globals.html#setasync", + "ModuleGraph.setDepth": "globals.html#setdepthmodule-depth", + "ModuleGraph.setDepth.setDepth": "globals.html#setdepth", + "ModuleGraph.setDepthIfLower": "globals.html#setdepthiflowermodule-depth", + "ModuleGraph.setDepthIfLower.setDepthIfLower": "globals.html#setdepthiflower", + "ModuleGraph.setIssuer": "globals.html#setissuermodule-issuer", + "ModuleGraph.setIssuer.setIssuer": "globals.html#setissuer", + "ModuleGraph.setIssuerIfUnset": "globals.html#setissuerifunsetmodule-issuer", + "ModuleGraph.setIssuerIfUnset.setIssuerIfUnset": "globals.html#setissuerifunset", + "ModuleGraph.setModuleMemCaches": "globals.html#setmodulememcachesmodulememcaches", + "ModuleGraph.setModuleMemCaches.setModuleMemCaches": "globals.html#setmodulememcaches", + "ModuleGraph.setParentDependenciesBlockIndex": "globals.html#setparentdependenciesblockindexdependency-index", + "ModuleGraph.setParentDependenciesBlockIndex.setParentDependenciesBlockIndex": "globals.html#setparentdependenciesblockindex", + "ModuleGraph.setParents": "globals.html#setparentsdependency-block-module-indexinblock", + "ModuleGraph.setParents.setParents": "globals.html#setparents", + "ModuleGraph.setPostOrderIndex": "globals.html#setpostorderindexmodule-index", + "ModuleGraph.setPostOrderIndex.setPostOrderIndex": "globals.html#setpostorderindex", + "ModuleGraph.setPostOrderIndexIfUnset": "globals.html#setpostorderindexifunsetmodule-index", + "ModuleGraph.setPostOrderIndexIfUnset.setPostOrderIndexIfUnset": "globals.html#setpostorderindexifunset", + "ModuleGraph.setPreOrderIndex": "globals.html#setpreorderindexmodule-index", + "ModuleGraph.setPreOrderIndex.setPreOrderIndex": "globals.html#setpreorderindex", + "ModuleGraph.setPreOrderIndexIfUnset": "globals.html#setpreorderindexifunsetmodule-index", + "ModuleGraph.setPreOrderIndexIfUnset.setPreOrderIndexIfUnset": "globals.html#setpreorderindexifunset", + "ModuleGraph.setProfile": "globals.html#setprofilemodule-profile", + "ModuleGraph.setProfile.setProfile": "globals.html#setprofile", + "ModuleGraph.setResolvedModule": "globals.html#setresolvedmoduleoriginmodule-dependency-module", + "ModuleGraph.setResolvedModule.setResolvedModule": "globals.html#setresolvedmodule", + "ModuleGraph.unfreeze": "globals.html#unfreeze", + "ModuleGraph.unfreeze.unfreeze": "globals.html#unfreeze-1", + "ModuleGraph.updateModule": "globals.html#updatemoduledependency-module", + "ModuleGraph.updateModule.updateModule": "globals.html#updatemodule", + "ModuleGraph.updateParent": "globals.html#updateparentdependency-connection-parentmodule", + "ModuleGraph.updateParent.updateParent": "globals.html#updateparent", + "ModuleGraph.clearModuleGraphForModule": "globals.html#static-method-clearmodulegraphformodulemodule", + "ModuleGraph.clearModuleGraphForModule.clearModuleGraphForModule": "globals.html#clearmodulegraphformodule", + "ModuleGraph.getModuleGraphForModule": "globals.html#static-method-getmodulegraphformodulemodule-deprecatemessage-deprecationcode", + "ModuleGraph.getModuleGraphForModule.getModuleGraphForModule": "globals.html#getmodulegraphformodule", + "ModuleGraph.setModuleGraphForModule": "globals.html#static-method-setmodulegraphformodulemodule-modulegraph", + "ModuleGraph.setModuleGraphForModule.setModuleGraphForModule": "globals.html#setmodulegraphformodule", + "ModuleGraphConnection": "globals.html#class-modulegraphconnection", + "ModuleGraphConnection.constructor": "globals.html#constructororiginmodule-dependency-module-explanation-weak-condition", + "ModuleGraphConnection.constructor.ModuleGraphConnection": "globals.html#modulegraphconnection", + "ModuleGraphConnection.condition": "globals.html#condition", + "ModuleGraphConnection.conditional": "globals.html#conditional", + "ModuleGraphConnection.dependency": "globals.html#dependency", + "ModuleGraphConnection.explanation": "globals.html#explanation", + "ModuleGraphConnection.explanation.explanation": "globals.html#explanation-1", + "ModuleGraphConnection.explanations": "globals.html#explanations", + "ModuleGraphConnection.module": "globals.html#module", + "ModuleGraphConnection.originModule": "globals.html#originmodule", + "ModuleGraphConnection.resolvedModule": "globals.html#resolvedmodule", + "ModuleGraphConnection.resolvedOriginModule": "globals.html#resolvedoriginmodule", + "ModuleGraphConnection.weak": "globals.html#weak", + "ModuleGraphConnection.addConnectionStates": "globals.html#addconnectionstates", + "ModuleGraphConnection.CIRCULAR_CONNECTION": "globals.html#circular-connection", + "ModuleGraphConnection.TRANSITIVE_ONLY": "globals.html#transitive-only", + "ModuleGraphConnection.addCondition": "globals.html#addconditioncondition", + "ModuleGraphConnection.addCondition.addCondition": "globals.html#addcondition", + "ModuleGraphConnection.addExplanation": "globals.html#addexplanationexplanation", + "ModuleGraphConnection.addExplanation.addExplanation": "globals.html#addexplanation", + "ModuleGraphConnection.clone": "globals.html#clone", + "ModuleGraphConnection.clone.clone": "globals.html#clone-1", + "ModuleGraphConnection.getActiveState": "globals.html#getactivestateruntime", + "ModuleGraphConnection.getActiveState.getActiveState": "globals.html#getactivestate", + "ModuleGraphConnection.isActive": "globals.html#isactiveruntime", + "ModuleGraphConnection.isActive.isActive": "globals.html#isactive", + "ModuleGraphConnection.isTargetActive": "globals.html#istargetactiveruntime", + "ModuleGraphConnection.isTargetActive.isTargetActive": "globals.html#istargetactive", + "ModuleGraphConnection.setActive": "globals.html#setactivevalue", + "ModuleGraphConnection.setActive.setActive": "globals.html#setactive", + "MultiCompiler": "globals.html#class-multicompiler", + "MultiCompiler.constructor": "globals.html#constructorcompilers-options", + "MultiCompiler.constructor.MultiCompiler": "globals.html#multicompiler", + "MultiCompiler.compilers": "globals.html#compilers", + "MultiCompiler.dependencies": "globals.html#dependencies", + "MultiCompiler.hooks": "globals.html#hooks", + "MultiCompiler.inputFileSystem": "globals.html#inputfilesystem", + "MultiCompiler.intermediateFileSystem": "globals.html#intermediatefilesystem", + "MultiCompiler.options": "globals.html#options", + "MultiCompiler.options.options": "globals.html#options-1", + "MultiCompiler.outputFileSystem": "globals.html#outputfilesystem", + "MultiCompiler.outputPath": "globals.html#outputpath", + "MultiCompiler.outputPath.outputPath": "globals.html#outputpath-1", + "MultiCompiler.running": "globals.html#running", + "MultiCompiler.watchFileSystem": "globals.html#watchfilesystem", + "MultiCompiler.close": "globals.html#closecallback", + "MultiCompiler.close.close": "globals.html#close", + "MultiCompiler.getInfrastructureLogger": "globals.html#getinfrastructureloggername", + "MultiCompiler.getInfrastructureLogger.getInfrastructureLogger": "globals.html#getinfrastructurelogger", + "MultiCompiler.purgeInputFileSystem": "globals.html#purgeinputfilesystem", + "MultiCompiler.purgeInputFileSystem.purgeInputFileSystem": "globals.html#purgeinputfilesystem-1", + "MultiCompiler.run": "globals.html#runcallback", + "MultiCompiler.run.run": "globals.html#run", + "MultiCompiler.runWithDependencies": "globals.html#runwithdependenciescompilers-fn-callback", + "MultiCompiler.runWithDependencies.runWithDependencies": "globals.html#runwithdependencies", + "MultiCompiler.setDependencies": "globals.html#setdependenciescompiler-dependencies", + "MultiCompiler.setDependencies.setDependencies": "globals.html#setdependencies", + "MultiCompiler.validateDependencies": "globals.html#validatedependenciescallback", + "MultiCompiler.validateDependencies.validateDependencies": "globals.html#validatedependencies", + "MultiCompiler.watch": "globals.html#watchwatchoptions-handler", + "MultiCompiler.watch.watch": "globals.html#watch", + "MultiStats": "globals.html#class-multistats", + "MultiStats.constructor": "globals.html#constructor", + "MultiStats.constructor.MultiStats": "globals.html#multistats", + "MultiStats.hash": "globals.html#hash", + "MultiStats.hash.hash": "globals.html#hash-1", + "MultiStats.stats": "globals.html#stats", + "MultiStats.hasErrors": "globals.html#haserrors", + "MultiStats.hasErrors.hasErrors": "globals.html#haserrors-1", + "MultiStats.hasWarnings": "globals.html#haswarnings", + "MultiStats.hasWarnings.hasWarnings": "globals.html#haswarnings-1", + "MultiStats.toJson": "globals.html#tojsonoptions", + "MultiStats.toJson.toJson": "globals.html#tojson", + "MultiStats.toString": "globals.html#tostringoptions", + "MultiStats.toString.toString": "globals.html#tostring", + "NoEmitOnErrorsPlugin": "globals.html#class-noemitonerrorsplugin", + "NoEmitOnErrorsPlugin.constructor": "globals.html#constructor", + "NoEmitOnErrorsPlugin.constructor.NoEmitOnErrorsPlugin": "globals.html#noemitonerrorsplugin", + "NoEmitOnErrorsPlugin.apply": "globals.html#applycompiler", + "NoEmitOnErrorsPlugin.apply.apply": "globals.html#apply", + "NormalModule": "globals.html#class-normalmodule", + "NormalModule.constructor": "globals.html#-namedparameters", + "NormalModule.constructor.NormalModule": "globals.html#normalmodule", + "NormalModule.binary": "globals.html#binary", + "NormalModule.blocks": "globals.html#blocks", + "NormalModule.buildInfo": "globals.html#buildinfo", + "NormalModule.buildMeta": "globals.html#buildmeta", + "NormalModule.chunksIterable": "globals.html#chunksiterable", + "NormalModule.chunksIterable.chunksIterable": "globals.html#chunksiterable-1", + "NormalModule.codeGenerationDependencies": "globals.html#codegenerationdependencies", + "NormalModule.context": "globals.html#context", + "NormalModule.debugId": "globals.html#debugid", + "NormalModule.dependencies": "globals.html#dependencies", + "NormalModule.depth": "globals.html#depth", + "NormalModule.error": "globals.html#error", + "NormalModule.errors": "globals.html#errors", + "NormalModule.errors.errors": "globals.html#errors-1", + "NormalModule.exportsArgument": "globals.html#exportsargument", + "NormalModule.exportsArgument.exportsArgument": "globals.html#exportsargument-1", + "NormalModule.extractSourceMap": "globals.html#extractsourcemap", + "NormalModule.factoryMeta": "globals.html#factorymeta", + "NormalModule.generator": "globals.html#generator", + "NormalModule.generatorOptions": "globals.html#generatoroptions", + "NormalModule.hasEqualsChunks": "globals.html#hasequalschunks", + "NormalModule.hasEqualsChunks.hasEqualsChunks": "globals.html#hasequalschunks-1", + "NormalModule.hash": "globals.html#hash", + "NormalModule.hash.hash": "globals.html#hash-1", + "NormalModule.hot": "globals.html#hot", + "NormalModule.id": "globals.html#id", + "NormalModule.index": "globals.html#index", + "NormalModule.index2": "globals.html#index2", + "NormalModule.issuer": "globals.html#issuer", + "NormalModule.isUsed": "globals.html#isused", + "NormalModule.isUsed.isUsed": "globals.html#isused-1", + "NormalModule.layer": "globals.html#layer", + "NormalModule.loaders": "globals.html#loaders", + "NormalModule.matchResource": "globals.html#matchresource", + "NormalModule.moduleArgument": "globals.html#moduleargument", + "NormalModule.moduleArgument.moduleArgument": "globals.html#moduleargument-1", + "NormalModule.needId": "globals.html#needid", + "NormalModule.optimizationBailout": "globals.html#optimizationbailout", + "NormalModule.optimizationBailout.optimizationBailout": "globals.html#optimizationbailout-1", + "NormalModule.optional": "globals.html#optional", + "NormalModule.optional.optional": "globals.html#optional-1", + "NormalModule.parent": "globals.html#parent", + "NormalModule.parser": "globals.html#parser", + "NormalModule.parserOptions": "globals.html#parseroptions", + "NormalModule.presentationalDependencies": "globals.html#presentationaldependencies", + "NormalModule.profile": "globals.html#profile", + "NormalModule.rawRequest": "globals.html#rawrequest", + "NormalModule.renderedHash": "globals.html#renderedhash", + "NormalModule.renderedHash.renderedHash": "globals.html#renderedhash-1", + "NormalModule.request": "globals.html#request", + "NormalModule.resolveOptions": "globals.html#resolveoptions", + "NormalModule.resource": "globals.html#resource", + "NormalModule.resourceResolveData": "globals.html#resourceresolvedata", + "NormalModule.type": "globals.html#type", + "NormalModule.used": "globals.html#used", + "NormalModule.usedExports": "globals.html#usedexports", + "NormalModule.usedExports.usedExports": "globals.html#usedexports-1", + "NormalModule.userRequest": "globals.html#userrequest", + "NormalModule.useSimpleSourceMap": "globals.html#usesimplesourcemap", + "NormalModule.useSourceMap": "globals.html#usesourcemap", + "NormalModule.warnings": "globals.html#warnings", + "NormalModule.warnings.warnings": "globals.html#warnings-1", + "NormalModule.addBlock": "globals.html#addblockblock", + "NormalModule.addBlock.addBlock": "globals.html#addblock", + "NormalModule.addCacheDependencies": "globals.html#addcachedependenciesfiledependencies-contextdependencies-missingdependencies-builddependencies", + "NormalModule.addCacheDependencies.addCacheDependencies": "globals.html#addcachedependencies", + "NormalModule.addChunk": "globals.html#addchunkchunk", + "NormalModule.addChunk.addChunk": "globals.html#addchunk", + "NormalModule.addCodeGenerationDependency": "globals.html#addcodegenerationdependencycodegenerationdependency", + "NormalModule.addCodeGenerationDependency.addCodeGenerationDependency": "globals.html#addcodegenerationdependency", + "NormalModule.addDependency": "globals.html#adddependencydependency", + "NormalModule.addDependency.addDependency": "globals.html#adddependency", + "NormalModule.addError": "globals.html#adderrorerror", + "NormalModule.addError.addError": "globals.html#adderror", + "NormalModule.addPresentationalDependency": "globals.html#addpresentationaldependencypresentationaldependency", + "NormalModule.addPresentationalDependency.addPresentationalDependency": "globals.html#addpresentationaldependency", + "NormalModule.addWarning": "globals.html#addwarningwarning", + "NormalModule.addWarning.addWarning": "globals.html#addwarning", + "NormalModule.applyNoParseRule": "globals.html#applynoparserulerule-content", + "NormalModule.applyNoParseRule.applyNoParseRule": "globals.html#applynoparserule", + "NormalModule.build": "globals.html#buildoptions-compilation-resolver-fs-callback", + "NormalModule.build.build": "globals.html#build", + "NormalModule.chunkCondition": "globals.html#chunkconditionchunk-compilation", + "NormalModule.chunkCondition.chunkCondition": "globals.html#chunkcondition", + "NormalModule.cleanupForCache": "globals.html#cleanupforcache", + "NormalModule.cleanupForCache.cleanupForCache": "globals.html#cleanupforcache-1", + "NormalModule.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks", + "NormalModule.clearDependenciesAndBlocks.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks-1", + "NormalModule.clearWarningsAndErrors": "globals.html#clearwarningsanderrors", + "NormalModule.clearWarningsAndErrors.clearWarningsAndErrors": "globals.html#clearwarningsanderrors-1", + "NormalModule.codeGeneration": "globals.html#codegenerationcontext", + "NormalModule.codeGeneration.codeGeneration": "globals.html#codegeneration", + "NormalModule.createSource": "globals.html#createsourcecontext-content-sourcemap-associatedobjectforcache", + "NormalModule.createSource.createSource": "globals.html#createsource", + "NormalModule.createSourceForAsset": "globals.html#createsourceforassetcontext-name-content-sourcemap-associatedobjectforcache", + "NormalModule.createSourceForAsset.createSourceForAsset": "globals.html#createsourceforasset", + "NormalModule.deserialize": "globals.html#static-method-deserializecontext", + "NormalModule.deserialize.deserialize": "globals.html#deserialize-1", + "NormalModule.getChunks": "globals.html#getchunks", + "NormalModule.getChunks.getChunks": "globals.html#getchunks-1", + "NormalModule.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreasoncontext", + "NormalModule.getConcatenationBailoutReason.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreason", + "NormalModule.getCurrentLoader": "globals.html#getcurrentloaderloadercontext-index", + "NormalModule.getCurrentLoader.getCurrentLoader": "globals.html#getcurrentloader", + "NormalModule.getErrors": "globals.html#geterrors", + "NormalModule.getErrors.getErrors": "globals.html#geterrors-1", + "NormalModule.getExportsType": "globals.html#getexportstypemodulegraph-strict", + "NormalModule.getExportsType.getExportsType": "globals.html#getexportstype", + "NormalModule.getNumberOfChunks": "globals.html#getnumberofchunks", + "NormalModule.getNumberOfChunks.getNumberOfChunks": "globals.html#getnumberofchunks-1", + "NormalModule.getNumberOfErrors": "globals.html#getnumberoferrors", + "NormalModule.getNumberOfErrors.getNumberOfErrors": "globals.html#getnumberoferrors-1", + "NormalModule.getNumberOfWarnings": "globals.html#getnumberofwarnings", + "NormalModule.getNumberOfWarnings.getNumberOfWarnings": "globals.html#getnumberofwarnings-1", + "NormalModule.getResource": "globals.html#getresource", + "NormalModule.getResource.getResource": "globals.html#getresource-1", + "NormalModule.getRootBlock": "globals.html#getrootblock", + "NormalModule.getRootBlock.getRootBlock": "globals.html#getrootblock-1", + "NormalModule.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstatemodulegraph", + "NormalModule.getSideEffectsConnectionState.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstate", + "NormalModule.getSourceBasicTypes": "globals.html#static-method-getsourcebasictypesmodule", + "NormalModule.getSourceBasicTypes.getSourceBasicTypes": "globals.html#getsourcebasictypes-2", + "NormalModule.getSourceTypes": "globals.html#getsourcetypes", + "NormalModule.getSourceTypes.getSourceTypes": "globals.html#getsourcetypes-1", + "NormalModule.getUnsafeCacheData": "globals.html#getunsafecachedata", + "NormalModule.getUnsafeCacheData.getUnsafeCacheData": "globals.html#getunsafecachedata-1", + "NormalModule.getWarnings": "globals.html#getwarnings", + "NormalModule.getWarnings.getWarnings": "globals.html#getwarnings-1", + "NormalModule.hasChunkCondition": "globals.html#haschunkcondition", + "NormalModule.hasChunkCondition.hasChunkCondition": "globals.html#haschunkcondition-1", + "NormalModule.hasReasonForChunk": "globals.html#hasreasonforchunkchunk-modulegraph-chunkgraph", + "NormalModule.hasReasonForChunk.hasReasonForChunk": "globals.html#hasreasonforchunk", + "NormalModule.hasReasons": "globals.html#hasreasonsmodulegraph-runtime", + "NormalModule.hasReasons.hasReasons": "globals.html#hasreasons", + "NormalModule.identifier": "globals.html#identifier", + "NormalModule.identifier.identifier": "globals.html#identifier-1", + "NormalModule.invalidateBuild": "globals.html#invalidatebuild", + "NormalModule.invalidateBuild.invalidateBuild": "globals.html#invalidatebuild-1", + "NormalModule.isAccessibleInChunk": "globals.html#isaccessibleinchunkchunkgraph-chunk-ignorechunk", + "NormalModule.isAccessibleInChunk.isAccessibleInChunk": "globals.html#isaccessibleinchunk", + "NormalModule.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroupchunkgraph-chunkgroup-ignorechunk", + "NormalModule.isAccessibleInChunkGroup.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroup", + "NormalModule.isEntryModule": "globals.html#isentrymodule", + "NormalModule.isEntryModule.isEntryModule": "globals.html#isentrymodule-1", + "NormalModule.isInChunk": "globals.html#isinchunkchunk", + "NormalModule.isInChunk.isInChunk": "globals.html#isinchunk", + "NormalModule.isOptional": "globals.html#isoptionalmodulegraph", + "NormalModule.isOptional.isOptional": "globals.html#isoptional", + "NormalModule.isProvided": "globals.html#isprovidedexportname", + "NormalModule.isProvided.isProvided": "globals.html#isprovided", + "NormalModule.libIdent": "globals.html#libidentoptions", + "NormalModule.libIdent.libIdent": "globals.html#libident", + "NormalModule.markModuleAsErrored": "globals.html#markmoduleaserrorederror", + "NormalModule.markModuleAsErrored.markModuleAsErrored": "globals.html#markmoduleaserrored", + "NormalModule.nameForCondition": "globals.html#nameforcondition", + "NormalModule.nameForCondition.nameForCondition": "globals.html#nameforcondition-1", + "NormalModule.needBuild": "globals.html#needbuildcontext-callback", + "NormalModule.needBuild.needBuild": "globals.html#needbuild", + "NormalModule.needRebuild": "globals.html#needrebuildfiletimestamps-contexttimestamps", + "NormalModule.needRebuild.needRebuild": "globals.html#needrebuild", + "NormalModule.originalSource": "globals.html#originalsource", + "NormalModule.originalSource.originalSource": "globals.html#originalsource-1", + "NormalModule.readableIdentifier": "globals.html#readableidentifierrequestshortener", + "NormalModule.readableIdentifier.readableIdentifier": "globals.html#readableidentifier", + "NormalModule.removeChunk": "globals.html#removechunkchunk", + "NormalModule.removeChunk.removeChunk": "globals.html#removechunk", + "NormalModule.removeDependency": "globals.html#removedependencydependency", + "NormalModule.removeDependency.removeDependency": "globals.html#removedependency", + "NormalModule.restoreFromUnsafeCache": "globals.html#restorefromunsafecacheunsafecachedata-normalmodulefactory", + "NormalModule.restoreFromUnsafeCache.restoreFromUnsafeCache": "globals.html#restorefromunsafecache", + "NormalModule.serialize": "globals.html#-namedparameters", + "NormalModule.serialize.serialize": "globals.html#serialize", + "NormalModule.shouldPreventParsing": "globals.html#shouldpreventparsingnoparserule-request", + "NormalModule.shouldPreventParsing.shouldPreventParsing": "globals.html#shouldpreventparsing", + "NormalModule.size": "globals.html#sizetype", + "NormalModule.size.size": "globals.html#size", + "NormalModule.source": "globals.html#sourcedependencytemplates-runtimetemplate-type", + "NormalModule.source.source": "globals.html#source", + "NormalModule.updateCacheModule": "globals.html#updatecachemodulemodule", + "NormalModule.updateCacheModule.updateCacheModule": "globals.html#updatecachemodule", + "NormalModule.updateHash": "globals.html#updatehashhash-context", + "NormalModule.updateHash.updateHash": "globals.html#updatehash", + "NormalModule.getCompilationHooks": "globals.html#static-method-getcompilationhookscompilation", + "NormalModule.getCompilationHooks.getCompilationHooks": "globals.html#getcompilationhooks", + "NormalModuleReplacementPlugin": "globals.html#class-normalmodulereplacementplugin", + "NormalModuleReplacementPlugin.constructor": "globals.html#constructorresourceregexp-newresource", + "NormalModuleReplacementPlugin.constructor.NormalModuleReplacementPlugin": "globals.html#normalmodulereplacementplugin", + "NormalModuleReplacementPlugin.newResource": "globals.html#newresource", + "NormalModuleReplacementPlugin.resourceRegExp": "globals.html#resourceregexp", + "NormalModuleReplacementPlugin.apply": "globals.html#applycompiler", + "NormalModuleReplacementPlugin.apply.apply": "globals.html#apply", + "Parser": "globals.html#class-parser", + "Parser.constructor": "globals.html#constructor", + "Parser.constructor.Parser": "globals.html#parser", + "Parser.parse": "globals.html#parsesource-state", + "Parser.parse.parse": "globals.html#parse", + "PlatformPlugin": "globals.html#class-platformplugin", + "PlatformPlugin.constructor": "globals.html#constructorplatform", + "PlatformPlugin.constructor.PlatformPlugin": "globals.html#platformplugin", + "PlatformPlugin.platform": "globals.html#platform", + "PlatformPlugin.apply": "globals.html#applycompiler", + "PlatformPlugin.apply.apply": "globals.html#apply", + "PrefetchPlugin": "globals.html#class-prefetchplugin", + "PrefetchPlugin.constructor": "globals.html#constructorcontext-request", + "PrefetchPlugin.constructor.PrefetchPlugin": "globals.html#prefetchplugin", + "PrefetchPlugin.context": "globals.html#context", + "PrefetchPlugin.request": "globals.html#request", + "PrefetchPlugin.apply": "globals.html#applycompiler", + "PrefetchPlugin.apply.apply": "globals.html#apply", + "ProgressPlugin": "globals.html#class-progressplugin", + "ProgressPlugin.constructor": "globals.html#constructoroptions", + "ProgressPlugin.constructor.ProgressPlugin": "globals.html#progressplugin", + "ProgressPlugin.dependenciesCount": "globals.html#dependenciescount", + "ProgressPlugin.handler": "globals.html#handler", + "ProgressPlugin.modulesCount": "globals.html#modulescount", + "ProgressPlugin.options": "globals.html#options", + "ProgressPlugin.percentBy": "globals.html#percentby", + "ProgressPlugin.profile": "globals.html#profile", + "ProgressPlugin.showActiveModules": "globals.html#showactivemodules", + "ProgressPlugin.showDependencies": "globals.html#showdependencies", + "ProgressPlugin.showEntries": "globals.html#showentries", + "ProgressPlugin.showModules": "globals.html#showmodules", + "ProgressPlugin.createDefaultHandler": "globals.html#createdefaulthandler", + "ProgressPlugin.defaultOptions": "globals.html#defaultoptions", + "ProgressPlugin.apply": "globals.html#applycompiler", + "ProgressPlugin.apply.apply": "globals.html#apply", + "ProgressPlugin.getReporter": "globals.html#static-method-getreportercompiler", + "ProgressPlugin.getReporter.getReporter": "globals.html#getreporter", + "ProvidePlugin": "globals.html#class-provideplugin", + "ProvidePlugin.constructor": "globals.html#constructordefinitions", + "ProvidePlugin.constructor.ProvidePlugin": "globals.html#provideplugin", + "ProvidePlugin.definitions": "globals.html#definitions", + "ProvidePlugin.apply": "globals.html#applycompiler", + "ProvidePlugin.apply.apply": "globals.html#apply", + "Resolver": "globals.html#class-resolver", + "Resolver.constructor": "globals.html#constructor", + "Resolver.constructor.Resolver": "globals.html#resolver", + "Resolver.fileSystem": "globals.html#filesystem", + "Resolver.hooks": "globals.html#hooks", + "Resolver.options": "globals.html#options", + "Resolver.doResolve": "globals.html#doresolvehook-request-message-resolvecontext-callback", + "Resolver.doResolve.doResolve": "globals.html#doresolve", + "Resolver.ensureHook": "globals.html#ensurehookname", + "Resolver.ensureHook.ensureHook": "globals.html#ensurehook", + "Resolver.getHook": "globals.html#gethookname", + "Resolver.getHook.getHook": "globals.html#gethook", + "Resolver.isDirectory": "globals.html#isdirectorypath", + "Resolver.isDirectory.isDirectory": "globals.html#isdirectory", + "Resolver.isModule": "globals.html#ismodulepath", + "Resolver.isModule.isModule": "globals.html#ismodule", + "Resolver.isPrivate": "globals.html#isprivatepath", + "Resolver.isPrivate.isPrivate": "globals.html#isprivate", + "Resolver.join": "globals.html#joinpath-request", + "Resolver.join.join": "globals.html#join", + "Resolver.normalize": "globals.html#normalizepath", + "Resolver.normalize.normalize": "globals.html#normalize", + "Resolver.parse": "globals.html#parseidentifier", + "Resolver.parse.parse": "globals.html#parse", + "Resolver.resolve": "globals.html#resolvecontext-path-request-resolvecontext-callback", + "Resolver.resolve.resolve": "globals.html#resolve", + "Resolver.resolveSync": "globals.html#resolvesynccontext-path-request", + "Resolver.resolveSync.resolveSync": "globals.html#resolvesync", + "RuntimeModule": "globals.html#class-runtimemodule", + "RuntimeModule.constructor": "globals.html#constructorname-stage", + "RuntimeModule.constructor.RuntimeModule": "globals.html#runtimemodule", + "RuntimeModule.blocks": "globals.html#blocks", + "RuntimeModule.buildInfo": "globals.html#buildinfo", + "RuntimeModule.buildMeta": "globals.html#buildmeta", + "RuntimeModule.chunk": "globals.html#chunk", + "RuntimeModule.chunkGraph": "globals.html#chunkgraph", + "RuntimeModule.chunksIterable": "globals.html#chunksiterable", + "RuntimeModule.chunksIterable.chunksIterable": "globals.html#chunksiterable-1", + "RuntimeModule.codeGenerationDependencies": "globals.html#codegenerationdependencies", + "RuntimeModule.compilation": "globals.html#compilation", + "RuntimeModule.context": "globals.html#context", + "RuntimeModule.debugId": "globals.html#debugid", + "RuntimeModule.dependencies": "globals.html#dependencies", + "RuntimeModule.dependentHash": "globals.html#dependenthash", + "RuntimeModule.depth": "globals.html#depth", + "RuntimeModule.errors": "globals.html#errors", + "RuntimeModule.errors.errors": "globals.html#errors-1", + "RuntimeModule.exportsArgument": "globals.html#exportsargument", + "RuntimeModule.exportsArgument.exportsArgument": "globals.html#exportsargument-1", + "RuntimeModule.factoryMeta": "globals.html#factorymeta", + "RuntimeModule.fullHash": "globals.html#fullhash", + "RuntimeModule.hasEqualsChunks": "globals.html#hasequalschunks", + "RuntimeModule.hasEqualsChunks.hasEqualsChunks": "globals.html#hasequalschunks-1", + "RuntimeModule.hash": "globals.html#hash", + "RuntimeModule.hash.hash": "globals.html#hash-1", + "RuntimeModule.hot": "globals.html#hot", + "RuntimeModule.id": "globals.html#id", + "RuntimeModule.index": "globals.html#index", + "RuntimeModule.index2": "globals.html#index2", + "RuntimeModule.issuer": "globals.html#issuer", + "RuntimeModule.isUsed": "globals.html#isused", + "RuntimeModule.isUsed.isUsed": "globals.html#isused-1", + "RuntimeModule.layer": "globals.html#layer", + "RuntimeModule.moduleArgument": "globals.html#moduleargument", + "RuntimeModule.moduleArgument.moduleArgument": "globals.html#moduleargument-1", + "RuntimeModule.name": "globals.html#name", + "RuntimeModule.needId": "globals.html#needid", + "RuntimeModule.optimizationBailout": "globals.html#optimizationbailout", + "RuntimeModule.optimizationBailout.optimizationBailout": "globals.html#optimizationbailout-1", + "RuntimeModule.optional": "globals.html#optional", + "RuntimeModule.optional.optional": "globals.html#optional-1", + "RuntimeModule.parent": "globals.html#parent", + "RuntimeModule.presentationalDependencies": "globals.html#presentationaldependencies", + "RuntimeModule.profile": "globals.html#profile", + "RuntimeModule.renderedHash": "globals.html#renderedhash", + "RuntimeModule.renderedHash.renderedHash": "globals.html#renderedhash-1", + "RuntimeModule.resolveOptions": "globals.html#resolveoptions", + "RuntimeModule.stage": "globals.html#stage", + "RuntimeModule.type": "globals.html#type", + "RuntimeModule.used": "globals.html#used", + "RuntimeModule.usedExports": "globals.html#usedexports", + "RuntimeModule.usedExports.usedExports": "globals.html#usedexports-1", + "RuntimeModule.useSimpleSourceMap": "globals.html#usesimplesourcemap", + "RuntimeModule.useSourceMap": "globals.html#usesourcemap", + "RuntimeModule.warnings": "globals.html#warnings", + "RuntimeModule.warnings.warnings": "globals.html#warnings-1", + "RuntimeModule.STAGE_ATTACH": "globals.html#stage-attach", + "RuntimeModule.STAGE_BASIC": "globals.html#stage-basic", + "RuntimeModule.STAGE_NORMAL": "globals.html#stage-normal", + "RuntimeModule.STAGE_TRIGGER": "globals.html#stage-trigger", + "RuntimeModule.addBlock": "globals.html#addblockblock", + "RuntimeModule.addBlock.addBlock": "globals.html#addblock", + "RuntimeModule.addCacheDependencies": "globals.html#addcachedependenciesfiledependencies-contextdependencies-missingdependencies-builddependencies", + "RuntimeModule.addCacheDependencies.addCacheDependencies": "globals.html#addcachedependencies", + "RuntimeModule.addChunk": "globals.html#addchunkchunk", + "RuntimeModule.addChunk.addChunk": "globals.html#addchunk", + "RuntimeModule.addCodeGenerationDependency": "globals.html#addcodegenerationdependencycodegenerationdependency", + "RuntimeModule.addCodeGenerationDependency.addCodeGenerationDependency": "globals.html#addcodegenerationdependency", + "RuntimeModule.addDependency": "globals.html#adddependencydependency", + "RuntimeModule.addDependency.addDependency": "globals.html#adddependency", + "RuntimeModule.addError": "globals.html#adderrorerror", + "RuntimeModule.addError.addError": "globals.html#adderror", + "RuntimeModule.addPresentationalDependency": "globals.html#addpresentationaldependencypresentationaldependency", + "RuntimeModule.addPresentationalDependency.addPresentationalDependency": "globals.html#addpresentationaldependency", + "RuntimeModule.addWarning": "globals.html#addwarningwarning", + "RuntimeModule.addWarning.addWarning": "globals.html#addwarning", + "RuntimeModule.attach": "globals.html#attachcompilation-chunk-chunkgraph", + "RuntimeModule.attach.attach": "globals.html#attach", + "RuntimeModule.build": "globals.html#buildoptions-compilation-resolver-fs-callback", + "RuntimeModule.build.build": "globals.html#build", + "RuntimeModule.chunkCondition": "globals.html#chunkconditionchunk-compilation", + "RuntimeModule.chunkCondition.chunkCondition": "globals.html#chunkcondition", + "RuntimeModule.cleanupForCache": "globals.html#cleanupforcache", + "RuntimeModule.cleanupForCache.cleanupForCache": "globals.html#cleanupforcache-1", + "RuntimeModule.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks", + "RuntimeModule.clearDependenciesAndBlocks.clearDependenciesAndBlocks": "globals.html#cleardependenciesandblocks-1", + "RuntimeModule.clearWarningsAndErrors": "globals.html#clearwarningsanderrors", + "RuntimeModule.clearWarningsAndErrors.clearWarningsAndErrors": "globals.html#clearwarningsanderrors-1", + "RuntimeModule.codeGeneration": "globals.html#codegenerationcontext", + "RuntimeModule.codeGeneration.codeGeneration": "globals.html#codegeneration", + "RuntimeModule.deserialize": "globals.html#-namedparameters", + "RuntimeModule.deserialize.deserialize": "globals.html#deserialize", + "RuntimeModule.generate": "globals.html#generate", + "RuntimeModule.generate.generate": "globals.html#generate-1", + "RuntimeModule.getChunks": "globals.html#getchunks", + "RuntimeModule.getChunks.getChunks": "globals.html#getchunks-1", + "RuntimeModule.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreasoncontext", + "RuntimeModule.getConcatenationBailoutReason.getConcatenationBailoutReason": "globals.html#getconcatenationbailoutreason", + "RuntimeModule.getErrors": "globals.html#geterrors", + "RuntimeModule.getErrors.getErrors": "globals.html#geterrors-1", + "RuntimeModule.getExportsType": "globals.html#getexportstypemodulegraph-strict", + "RuntimeModule.getExportsType.getExportsType": "globals.html#getexportstype", + "RuntimeModule.getGeneratedCode": "globals.html#getgeneratedcode", + "RuntimeModule.getGeneratedCode.getGeneratedCode": "globals.html#getgeneratedcode-1", + "RuntimeModule.getNumberOfChunks": "globals.html#getnumberofchunks", + "RuntimeModule.getNumberOfChunks.getNumberOfChunks": "globals.html#getnumberofchunks-1", + "RuntimeModule.getNumberOfErrors": "globals.html#getnumberoferrors", + "RuntimeModule.getNumberOfErrors.getNumberOfErrors": "globals.html#getnumberoferrors-1", + "RuntimeModule.getNumberOfWarnings": "globals.html#getnumberofwarnings", + "RuntimeModule.getNumberOfWarnings.getNumberOfWarnings": "globals.html#getnumberofwarnings-1", + "RuntimeModule.getRootBlock": "globals.html#getrootblock", + "RuntimeModule.getRootBlock.getRootBlock": "globals.html#getrootblock-1", + "RuntimeModule.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstatemodulegraph", + "RuntimeModule.getSideEffectsConnectionState.getSideEffectsConnectionState": "globals.html#getsideeffectsconnectionstate", + "RuntimeModule.getSourceBasicTypes": "globals.html#static-method-getsourcebasictypesmodule", + "RuntimeModule.getSourceBasicTypes.getSourceBasicTypes": "globals.html#getsourcebasictypes-2", + "RuntimeModule.getSourceTypes": "globals.html#getsourcetypes", + "RuntimeModule.getSourceTypes.getSourceTypes": "globals.html#getsourcetypes-1", + "RuntimeModule.getUnsafeCacheData": "globals.html#getunsafecachedata", + "RuntimeModule.getUnsafeCacheData.getUnsafeCacheData": "globals.html#getunsafecachedata-1", + "RuntimeModule.getWarnings": "globals.html#getwarnings", + "RuntimeModule.getWarnings.getWarnings": "globals.html#getwarnings-1", + "RuntimeModule.hasChunkCondition": "globals.html#haschunkcondition", + "RuntimeModule.hasChunkCondition.hasChunkCondition": "globals.html#haschunkcondition-1", + "RuntimeModule.hasReasonForChunk": "globals.html#hasreasonforchunkchunk-modulegraph-chunkgraph", + "RuntimeModule.hasReasonForChunk.hasReasonForChunk": "globals.html#hasreasonforchunk", + "RuntimeModule.hasReasons": "globals.html#hasreasonsmodulegraph-runtime", + "RuntimeModule.hasReasons.hasReasons": "globals.html#hasreasons", + "RuntimeModule.identifier": "globals.html#identifier", + "RuntimeModule.identifier.identifier": "globals.html#identifier-1", + "RuntimeModule.invalidateBuild": "globals.html#invalidatebuild", + "RuntimeModule.invalidateBuild.invalidateBuild": "globals.html#invalidatebuild-1", + "RuntimeModule.isAccessibleInChunk": "globals.html#isaccessibleinchunkchunkgraph-chunk-ignorechunk", + "RuntimeModule.isAccessibleInChunk.isAccessibleInChunk": "globals.html#isaccessibleinchunk", + "RuntimeModule.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroupchunkgraph-chunkgroup-ignorechunk", + "RuntimeModule.isAccessibleInChunkGroup.isAccessibleInChunkGroup": "globals.html#isaccessibleinchunkgroup", + "RuntimeModule.isEntryModule": "globals.html#isentrymodule", + "RuntimeModule.isEntryModule.isEntryModule": "globals.html#isentrymodule-1", + "RuntimeModule.isInChunk": "globals.html#isinchunkchunk", + "RuntimeModule.isInChunk.isInChunk": "globals.html#isinchunk", + "RuntimeModule.isOptional": "globals.html#isoptionalmodulegraph", + "RuntimeModule.isOptional.isOptional": "globals.html#isoptional", + "RuntimeModule.isProvided": "globals.html#isprovidedexportname", + "RuntimeModule.isProvided.isProvided": "globals.html#isprovided", + "RuntimeModule.libIdent": "globals.html#libidentoptions", + "RuntimeModule.libIdent.libIdent": "globals.html#libident", + "RuntimeModule.nameForCondition": "globals.html#nameforcondition", + "RuntimeModule.nameForCondition.nameForCondition": "globals.html#nameforcondition-1", + "RuntimeModule.needBuild": "globals.html#needbuildcontext-callback", + "RuntimeModule.needBuild.needBuild": "globals.html#needbuild", + "RuntimeModule.needRebuild": "globals.html#needrebuildfiletimestamps-contexttimestamps", + "RuntimeModule.needRebuild.needRebuild": "globals.html#needrebuild", + "RuntimeModule.originalSource": "globals.html#originalsource", + "RuntimeModule.originalSource.originalSource": "globals.html#originalsource-1", + "RuntimeModule.readableIdentifier": "globals.html#readableidentifierrequestshortener", + "RuntimeModule.readableIdentifier.readableIdentifier": "globals.html#readableidentifier", + "RuntimeModule.removeChunk": "globals.html#removechunkchunk", + "RuntimeModule.removeChunk.removeChunk": "globals.html#removechunk", + "RuntimeModule.removeDependency": "globals.html#removedependencydependency", + "RuntimeModule.removeDependency.removeDependency": "globals.html#removedependency", + "RuntimeModule.serialize": "globals.html#-namedparameters", + "RuntimeModule.serialize.serialize": "globals.html#serialize", + "RuntimeModule.shouldIsolate": "globals.html#shouldisolate", + "RuntimeModule.shouldIsolate.shouldIsolate": "globals.html#shouldisolate-1", + "RuntimeModule.size": "globals.html#sizetype", + "RuntimeModule.size.size": "globals.html#size", + "RuntimeModule.source": "globals.html#sourcedependencytemplates-runtimetemplate-type", + "RuntimeModule.source.source": "globals.html#source", + "RuntimeModule.updateCacheModule": "globals.html#updatecachemodulemodule", + "RuntimeModule.updateCacheModule.updateCacheModule": "globals.html#updatecachemodule", + "RuntimeModule.updateHash": "globals.html#updatehashhash-context", + "RuntimeModule.updateHash.updateHash": "globals.html#updatehash", + "SourceMapDevToolPlugin": "globals.html#class-sourcemapdevtoolplugin", + "SourceMapDevToolPlugin.constructor": "globals.html#constructoroptions", + "SourceMapDevToolPlugin.constructor.SourceMapDevToolPlugin": "globals.html#sourcemapdevtoolplugin", + "SourceMapDevToolPlugin.fallbackModuleFilenameTemplate": "globals.html#fallbackmodulefilenametemplate", + "SourceMapDevToolPlugin.moduleFilenameTemplate": "globals.html#modulefilenametemplate", + "SourceMapDevToolPlugin.namespace": "globals.html#namespace", + "SourceMapDevToolPlugin.options": "globals.html#options", + "SourceMapDevToolPlugin.sourceMapFilename": "globals.html#sourcemapfilename", + "SourceMapDevToolPlugin.sourceMappingURLComment": "globals.html#sourcemappingurlcomment", + "SourceMapDevToolPlugin.apply": "globals.html#applycompiler", + "SourceMapDevToolPlugin.apply.apply": "globals.html#apply", + "Stats": "globals.html#class-stats", + "Stats.constructor": "globals.html#constructorcompilation", + "Stats.constructor.Stats": "globals.html#stats", + "Stats.compilation": "globals.html#compilation", + "Stats.endTime": "globals.html#endtime", + "Stats.endTime.endTime": "globals.html#endtime-1", + "Stats.hash": "globals.html#hash", + "Stats.hash.hash": "globals.html#hash-1", + "Stats.startTime": "globals.html#starttime", + "Stats.startTime.startTime": "globals.html#starttime-1", + "Stats.hasErrors": "globals.html#haserrors", + "Stats.hasErrors.hasErrors": "globals.html#haserrors-1", + "Stats.hasWarnings": "globals.html#haswarnings", + "Stats.hasWarnings.hasWarnings": "globals.html#haswarnings-1", + "Stats.toJson": "globals.html#tojsonoptions", + "Stats.toJson.toJson": "globals.html#tojson", + "Stats.toString": "globals.html#tostringoptions", + "Stats.toString.toString": "globals.html#tostring", + "Template": "globals.html#class-template", + "Template.constructor": "globals.html#constructor", + "Template.constructor.Template": "globals.html#template", + "Template.NUMBER_OF_IDENTIFIER_CONTINUATION_CHARS": "globals.html#number-of-identifier-continuation-chars", + "Template.NUMBER_OF_IDENTIFIER_START_CHARS": "globals.html#number-of-identifier-start-chars", + "Template.asString": "globals.html#static-method-asstringstr", + "Template.asString.asString": "globals.html#asstring", + "Template.getFunctionContent": "globals.html#static-method-getfunctioncontentfn", + "Template.getFunctionContent.getFunctionContent": "globals.html#getfunctioncontent", + "Template.getModulesArrayBounds": "globals.html#static-method-getmodulesarrayboundsmodules", + "Template.getModulesArrayBounds.getModulesArrayBounds": "globals.html#getmodulesarraybounds", + "Template.indent": "globals.html#static-method-indents", + "Template.indent.indent": "globals.html#indent", + "Template.numberToIdentifier": "globals.html#static-method-numbertoidentifiern", + "Template.numberToIdentifier.numberToIdentifier": "globals.html#numbertoidentifier", + "Template.numberToIdentifierContinuation": "globals.html#static-method-numbertoidentifiercontinuationn", + "Template.numberToIdentifierContinuation.numberToIdentifierContinuation": "globals.html#numbertoidentifiercontinuation", + "Template.prefix": "globals.html#static-method-prefixs-prefix", + "Template.prefix.prefix": "globals.html#prefix", + "Template.renderChunkModules": "globals.html#static-method-renderchunkmodulesrendercontext-modules-rendermodule-prefix", + "Template.renderChunkModules.renderChunkModules": "globals.html#renderchunkmodules", + "Template.renderChunkRuntimeModules": "globals.html#static-method-renderchunkruntimemodulesruntimemodules-rendercontext", + "Template.renderChunkRuntimeModules.renderChunkRuntimeModules": "globals.html#renderchunkruntimemodules", + "Template.renderRuntimeModules": "globals.html#static-method-renderruntimemodulesruntimemodules-rendercontext", + "Template.renderRuntimeModules.renderRuntimeModules": "globals.html#renderruntimemodules", + "Template.toComment": "globals.html#static-method-tocommentstr", + "Template.toComment.toComment": "globals.html#tocomment", + "Template.toIdentifier": "globals.html#static-method-toidentifierstr", + "Template.toIdentifier.toIdentifier": "globals.html#toidentifier", + "Template.toNormalComment": "globals.html#static-method-tonormalcommentstr", + "Template.toNormalComment.toNormalComment": "globals.html#tonormalcomment", + "Template.toPath": "globals.html#static-method-topathstr", + "Template.toPath.toPath": "globals.html#topath", + "WatchIgnorePlugin": "globals.html#class-watchignoreplugin", + "WatchIgnorePlugin.constructor": "globals.html#constructoroptions", + "WatchIgnorePlugin.constructor.WatchIgnorePlugin": "globals.html#watchignoreplugin", + "WatchIgnorePlugin.options": "globals.html#options", + "WatchIgnorePlugin.apply": "globals.html#applycompiler", + "WatchIgnorePlugin.apply.apply": "globals.html#apply", + "Watching": "globals.html#class-watching", + "Watching.constructor": "globals.html#constructor", + "Watching.constructor.Watching": "globals.html#watching", + "Watching.blocked": "globals.html#blocked", + "Watching.callbacks": "globals.html#callbacks", + "Watching.closed": "globals.html#closed", + "Watching.compiler": "globals.html#compiler", + "Watching.handler": "globals.html#handler", + "Watching.invalid": "globals.html#invalid", + "Watching.lastWatcherStartTime": "globals.html#lastwatcherstarttime", + "Watching.pausedWatcher": "globals.html#pausedwatcher", + "Watching.running": "globals.html#running", + "Watching.startTime": "globals.html#starttime", + "Watching.suspended": "globals.html#suspended", + "Watching.watcher": "globals.html#watcher", + "Watching.watchOptions": "globals.html#watchoptions", + "Watching.close": "globals.html#closecallback", + "Watching.close.close": "globals.html#close", + "Watching.invalidate": "globals.html#invalidatecallback", + "Watching.invalidate.invalidate": "globals.html#invalidate", + "Watching.resume": "globals.html#resume", + "Watching.resume.resume": "globals.html#resume-1", + "Watching.suspend": "globals.html#suspend", + "Watching.suspend.suspend": "globals.html#suspend-1", + "Watching.watch": "globals.html#watchfiles-dirs-missing", + "Watching.watch.watch": "globals.html#watch", + "WebpackError": "globals.html#class-webpackerror", + "WebpackError.__index": "globals.html#index", + "WebpackError.constructor": "globals.html#constructormessage-options", + "WebpackError.constructor.WebpackError": "globals.html#webpackerror", + "WebpackError.chunk": "globals.html#chunk", + "WebpackError.details": "globals.html#details", + "WebpackError.file": "globals.html#file", + "WebpackError.hideStack": "globals.html#hidestack", + "WebpackError.loc": "globals.html#loc", + "WebpackError.message": "globals.html#message", + "WebpackError.module": "globals.html#module", + "WebpackError.name": "globals.html#name", + "WebpackError.stack": "globals.html#stack", + "WebpackError.stackTraceLimit": "globals.html#stacktracelimit", + "WebpackError.deserialize": "globals.html#-namedparameters", + "WebpackError.deserialize.deserialize": "globals.html#deserialize", + "WebpackError.serialize": "globals.html#-namedparameters", + "WebpackError.serialize.serialize": "globals.html#serialize", + "WebpackError.captureStackTrace": "globals.html#static-method-capturestacktracetargetobject-constructoropt", + "WebpackError.captureStackTrace.captureStackTrace": "globals.html#capturestacktrace", + "WebpackError.prepareStackTrace": "globals.html#static-method-preparestacktraceerr-stacktraces", + "WebpackError.prepareStackTrace.prepareStackTrace": "globals.html#preparestacktrace", + "WebpackOptionsApply": "globals.html#class-webpackoptionsapply", + "WebpackOptionsApply.constructor": "globals.html#constructor", + "WebpackOptionsApply.constructor.WebpackOptionsApply": "globals.html#webpackoptionsapply", + "WebpackOptionsApply.process": "globals.html#processoptions-compiler-interception", + "WebpackOptionsApply.process.process": "globals.html#process", + "WebpackOptionsDefaulter": "globals.html#class-webpackoptionsdefaulter", + "WebpackOptionsDefaulter.constructor": "globals.html#constructor", + "WebpackOptionsDefaulter.constructor.WebpackOptionsDefaulter": "globals.html#webpackoptionsdefaulter", + "WebpackOptionsDefaulter.process": "globals.html#processoptions", + "WebpackOptionsDefaulter.process.process": "globals.html#process", + "WebpackOptionsValidationError": "globals.html#class-webpackoptionsvalidationerror", + "WebpackOptionsValidationError.constructor": "globals.html#constructorerrors-schema-configuration", + "WebpackOptionsValidationError.constructor.WebpackOptionsValidationError": "globals.html#webpackoptionsvalidationerror", + "WebpackOptionsValidationError.baseDataPath": "globals.html#basedatapath", + "WebpackOptionsValidationError.errors": "globals.html#errors", + "WebpackOptionsValidationError.headerName": "globals.html#headername", + "WebpackOptionsValidationError.message": "globals.html#message", + "WebpackOptionsValidationError.name": "globals.html#name", + "WebpackOptionsValidationError.postFormatter": "globals.html#postformatter", + "WebpackOptionsValidationError.schema": "globals.html#schema", + "WebpackOptionsValidationError.stack": "globals.html#stack", + "WebpackOptionsValidationError.stackTraceLimit": "globals.html#stacktracelimit", + "WebpackOptionsValidationError.formatSchema": "globals.html#formatschemaschema-logic-prevschemas", + "WebpackOptionsValidationError.formatSchema.formatSchema": "globals.html#formatschema", + "WebpackOptionsValidationError.formatValidationError": "globals.html#formatvalidationerrorerror", + "WebpackOptionsValidationError.formatValidationError.formatValidationError": "globals.html#formatvalidationerror", + "WebpackOptionsValidationError.formatValidationErrors": "globals.html#formatvalidationerrorserrors", + "WebpackOptionsValidationError.formatValidationErrors.formatValidationErrors": "globals.html#formatvalidationerrors", + "WebpackOptionsValidationError.getSchemaPart": "globals.html#getschemapartpath", + "WebpackOptionsValidationError.getSchemaPart.getSchemaPart": "globals.html#getschemapart", + "WebpackOptionsValidationError.getSchemaPartDescription": "globals.html#getschemapartdescriptionschemapart", + "WebpackOptionsValidationError.getSchemaPartDescription.getSchemaPartDescription": "globals.html#getschemapartdescription", + "WebpackOptionsValidationError.getSchemaPartText": "globals.html#getschemaparttextschemapart-additionalpath-needdot-logic", + "WebpackOptionsValidationError.getSchemaPartText.getSchemaPartText": "globals.html#getschemaparttext", + "WebpackOptionsValidationError.captureStackTrace": "globals.html#static-method-capturestacktracetargetobject-constructoropt", + "WebpackOptionsValidationError.captureStackTrace.captureStackTrace": "globals.html#capturestacktrace", + "WebpackOptionsValidationError.prepareStackTrace": "globals.html#static-method-preparestacktraceerr-stacktraces", + "WebpackOptionsValidationError.prepareStackTrace.prepareStackTrace": "globals.html#preparestacktrace", + "Argument": "globals.html#interface-argument", + "Argument.configs": "globals.html#configs", + "Argument.description": "globals.html#description", + "Argument.multiple": "globals.html#multiple", + "Argument.simpleType": "globals.html#simpletype", + "Asset": "globals.html#interface-asset", + "Asset.info": "globals.html#info", + "Asset.name": "globals.html#name", + "Asset.source": "globals.html#source", + "AssetEmittedInfo": "globals.html#interface-assetemittedinfo", + "AssetEmittedInfo.compilation": "globals.html#compilation", + "AssetEmittedInfo.content": "globals.html#content", + "AssetEmittedInfo.outputPath": "globals.html#outputpath", + "AssetEmittedInfo.source": "globals.html#source", + "AssetEmittedInfo.targetPath": "globals.html#targetpath", + "Colors": "globals.html#interface-colors", + "Colors.bgBlack": "globals.html#bgblack", + "Colors.bgBlackBright": "globals.html#bgblackbright", + "Colors.bgBlue": "globals.html#bgblue", + "Colors.bgBlueBright": "globals.html#bgbluebright", + "Colors.bgCyan": "globals.html#bgcyan", + "Colors.bgCyanBright": "globals.html#bgcyanbright", + "Colors.bgGreen": "globals.html#bggreen", + "Colors.bgGreenBright": "globals.html#bggreenbright", + "Colors.bgMagenta": "globals.html#bgmagenta", + "Colors.bgMagentaBright": "globals.html#bgmagentabright", + "Colors.bgRed": "globals.html#bgred", + "Colors.bgRedBright": "globals.html#bgredbright", + "Colors.bgWhite": "globals.html#bgwhite", + "Colors.bgWhiteBright": "globals.html#bgwhitebright", + "Colors.bgYellow": "globals.html#bgyellow", + "Colors.bgYellowBright": "globals.html#bgyellowbright", + "Colors.black": "globals.html#black", + "Colors.blackBright": "globals.html#blackbright", + "Colors.blue": "globals.html#blue", + "Colors.blueBright": "globals.html#bluebright", + "Colors.bold": "globals.html#bold", + "Colors.cyan": "globals.html#cyan", + "Colors.cyanBright": "globals.html#cyanbright", + "Colors.dim": "globals.html#dim", + "Colors.gray": "globals.html#gray", + "Colors.green": "globals.html#green", + "Colors.greenBright": "globals.html#greenbright", + "Colors.hidden": "globals.html#hidden", + "Colors.inverse": "globals.html#inverse", + "Colors.italic": "globals.html#italic", + "Colors.magenta": "globals.html#magenta", + "Colors.magentaBright": "globals.html#magentabright", + "Colors.red": "globals.html#red", + "Colors.redBright": "globals.html#redbright", + "Colors.reset": "globals.html#reset", + "Colors.strikethrough": "globals.html#strikethrough", + "Colors.underline": "globals.html#underline", + "Colors.white": "globals.html#white", + "Colors.whiteBright": "globals.html#whitebright", + "Colors.yellow": "globals.html#yellow", + "Colors.yellowBright": "globals.html#yellowbright", + "ColorsOptions": "globals.html#interface-colorsoptions", + "ColorsOptions.useColor": "globals.html#usecolor", + "Configuration": "globals.html#interface-configuration", + "Configuration.amd": "globals.html#amd", + "Configuration.bail": "globals.html#bail", + "Configuration.cache": "globals.html#cache", + "Configuration.context": "globals.html#context", + "Configuration.dependencies": "globals.html#dependencies", + "Configuration.devtool": "globals.html#devtool", + "Configuration.dotenv": "globals.html#dotenv", + "Configuration.entry": "globals.html#entry", + "Configuration.experiments": "globals.html#experiments", + "Configuration.extends": "globals.html#extends", + "Configuration.externals": "globals.html#externals", + "Configuration.externalsPresets": "globals.html#externalspresets", + "Configuration.externalsType": "globals.html#externalstype", + "Configuration.ignoreWarnings": "globals.html#ignorewarnings", + "Configuration.infrastructureLogging": "globals.html#infrastructurelogging", + "Configuration.loader": "globals.html#loader", + "Configuration.mode": "globals.html#mode", + "Configuration.module": "globals.html#module", + "Configuration.name": "globals.html#name", + "Configuration.node": "globals.html#node", + "Configuration.optimization": "globals.html#optimization", + "Configuration.output": "globals.html#output", + "Configuration.parallelism": "globals.html#parallelism", + "Configuration.performance": "globals.html#performance", + "Configuration.plugins": "globals.html#plugins", + "Configuration.profile": "globals.html#profile", + "Configuration.recordsInputPath": "globals.html#recordsinputpath", + "Configuration.recordsOutputPath": "globals.html#recordsoutputpath", + "Configuration.recordsPath": "globals.html#recordspath", + "Configuration.resolve": "globals.html#resolve", + "Configuration.resolveLoader": "globals.html#resolveloader", + "Configuration.snapshot": "globals.html#snapshot", + "Configuration.stats": "globals.html#stats", + "Configuration.target": "globals.html#target", + "Configuration.validate": "globals.html#validate", + "Configuration.watch": "globals.html#watch", + "Configuration.watchOptions": "globals.html#watchoptions", + "EntryObject": "globals.html#interface-entryobject", + "EntryObject.__index": "globals.html#index", + "ExternalItemFunctionData": "globals.html#interface-externalitemfunctiondata", + "ExternalItemFunctionData.context": "globals.html#context", + "ExternalItemFunctionData.contextInfo": "globals.html#contextinfo", + "ExternalItemFunctionData.dependencyType": "globals.html#dependencytype", + "ExternalItemFunctionData.getResolve": "globals.html#getresolve", + "ExternalItemFunctionData.request": "globals.html#request", + "ExternalItemObjectKnown": "globals.html#interface-externalitemobjectknown", + "ExternalItemObjectKnown.byLayer": "globals.html#bylayer", + "ExternalItemObjectUnknown": "globals.html#interface-externalitemobjectunknown", + "ExternalItemObjectUnknown.__index": "globals.html#index", + "FileCacheOptions": "globals.html#interface-filecacheoptions", + "FileCacheOptions.allowCollectingMemory": "globals.html#allowcollectingmemory", + "FileCacheOptions.buildDependencies": "globals.html#builddependencies", + "FileCacheOptions.cacheDirectory": "globals.html#cachedirectory", + "FileCacheOptions.cacheLocation": "globals.html#cachelocation", + "FileCacheOptions.compression": "globals.html#compression", + "FileCacheOptions.hashAlgorithm": "globals.html#hashalgorithm", + "FileCacheOptions.idleTimeout": "globals.html#idletimeout", + "FileCacheOptions.idleTimeoutAfterLargeChanges": "globals.html#idletimeoutafterlargechanges", + "FileCacheOptions.idleTimeoutForInitialStore": "globals.html#idletimeoutforinitialstore", + "FileCacheOptions.immutablePaths": "globals.html#immutablepaths", + "FileCacheOptions.managedPaths": "globals.html#managedpaths", + "FileCacheOptions.maxAge": "globals.html#maxage", + "FileCacheOptions.maxMemoryGenerations": "globals.html#maxmemorygenerations", + "FileCacheOptions.memoryCacheUnaffected": "globals.html#memorycacheunaffected", + "FileCacheOptions.name": "globals.html#name", + "FileCacheOptions.profile": "globals.html#profile", + "FileCacheOptions.readonly": "globals.html#readonly", + "FileCacheOptions.store": "globals.html#store", + "FileCacheOptions.type": "globals.html#type", + "FileCacheOptions.version": "globals.html#version", + "GeneratorOptionsByModuleTypeKnown": "globals.html#interface-generatoroptionsbymoduletypeknown", + "GeneratorOptionsByModuleTypeKnown.asset": "globals.html#asset", + "GeneratorOptionsByModuleTypeKnown.asset/bytes": "globals.html#assetbytes", + "GeneratorOptionsByModuleTypeKnown.asset/inline": "globals.html#assetinline", + "GeneratorOptionsByModuleTypeKnown.asset/resource": "globals.html#assetresource", + "GeneratorOptionsByModuleTypeKnown.asset/source": "globals.html#assetsource", + "GeneratorOptionsByModuleTypeKnown.css": "globals.html#css", + "GeneratorOptionsByModuleTypeKnown.css/auto": "globals.html#cssauto", + "GeneratorOptionsByModuleTypeKnown.css/global": "globals.html#cssglobal", + "GeneratorOptionsByModuleTypeKnown.css/module": "globals.html#cssmodule", + "GeneratorOptionsByModuleTypeKnown.javascript": "globals.html#javascript", + "GeneratorOptionsByModuleTypeKnown.javascript/auto": "globals.html#javascriptauto", + "GeneratorOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#javascriptdynamic", + "GeneratorOptionsByModuleTypeKnown.javascript/esm": "globals.html#javascriptesm", + "GeneratorOptionsByModuleTypeKnown.json": "globals.html#json", + "InputFileSystem": "globals.html#interface-inputfilesystem", + "InputFileSystem.dirname": "globals.html#dirname", + "InputFileSystem.join": "globals.html#join", + "InputFileSystem.lstat": "globals.html#lstat", + "InputFileSystem.lstatSync": "globals.html#lstatsync", + "InputFileSystem.purge": "globals.html#purge", + "InputFileSystem.readdir": "globals.html#readdir", + "InputFileSystem.readdirSync": "globals.html#readdirsync", + "InputFileSystem.readFile": "globals.html#readfile", + "InputFileSystem.readFileSync": "globals.html#readfilesync", + "InputFileSystem.readJson": "globals.html#readjson", + "InputFileSystem.readJsonSync": "globals.html#readjsonsync", + "InputFileSystem.readlink": "globals.html#readlink", + "InputFileSystem.readlinkSync": "globals.html#readlinksync", + "InputFileSystem.realpath": "globals.html#realpath", + "InputFileSystem.realpathSync": "globals.html#realpathsync", + "InputFileSystem.relative": "globals.html#relative", + "InputFileSystem.stat": "globals.html#stat", + "InputFileSystem.statSync": "globals.html#statsync", + "LibraryOptions": "globals.html#interface-libraryoptions", + "LibraryOptions.amdContainer": "globals.html#amdcontainer", + "LibraryOptions.auxiliaryComment": "globals.html#auxiliarycomment", + "LibraryOptions.export": "globals.html#export", + "LibraryOptions.name": "globals.html#name", + "LibraryOptions.type": "globals.html#type", + "LibraryOptions.umdNamedDefine": "globals.html#umdnameddefine", + "LoaderDefinitionFunction": "globals.html#interface-loaderdefinitionfunctionthis-content-sourcemap-additionaldata", + "LoaderDefinitionFunction.OptionsType": "globals.html#optionstype", + "LoaderDefinitionFunction.ContextAdditions": "globals.html#contextadditions", + "LoaderDefinitionFunction.LoaderDefinitionFunction": "globals.html#loaderdefinitionfunction", + "LoaderModule": "globals.html#interface-loadermodule", + "LoaderModule.OptionsType": "globals.html#optionstype", + "LoaderModule.ContextAdditions": "globals.html#contextadditions", + "LoaderModule.default": "globals.html#default", + "LoaderModule.pitch": "globals.html#pitch", + "LoaderModule.raw": "globals.html#raw", + "MemoryCacheOptions": "globals.html#interface-memorycacheoptions", + "MemoryCacheOptions.cacheUnaffected": "globals.html#cacheunaffected", + "MemoryCacheOptions.maxGenerations": "globals.html#maxgenerations", + "MemoryCacheOptions.type": "globals.html#type", + "ModuleOptions": "globals.html#interface-moduleoptions", + "ModuleOptions.defaultRules": "globals.html#defaultrules", + "ModuleOptions.exprContextCritical": "globals.html#exprcontextcritical", + "ModuleOptions.exprContextRecursive": "globals.html#exprcontextrecursive", + "ModuleOptions.exprContextRegExp": "globals.html#exprcontextregexp", + "ModuleOptions.exprContextRequest": "globals.html#exprcontextrequest", + "ModuleOptions.generator": "globals.html#generator", + "ModuleOptions.noParse": "globals.html#noparse", + "ModuleOptions.parser": "globals.html#parser", + "ModuleOptions.rules": "globals.html#rules", + "ModuleOptions.strictExportPresence": "globals.html#strictexportpresence", + "ModuleOptions.strictThisContextOnImports": "globals.html#strictthiscontextonimports", + "ModuleOptions.unknownContextCritical": "globals.html#unknowncontextcritical", + "ModuleOptions.unknownContextRecursive": "globals.html#unknowncontextrecursive", + "ModuleOptions.unknownContextRegExp": "globals.html#unknowncontextregexp", + "ModuleOptions.unknownContextRequest": "globals.html#unknowncontextrequest", + "ModuleOptions.unsafeCache": "globals.html#unsafecache", + "ModuleOptions.wrappedContextCritical": "globals.html#wrappedcontextcritical", + "ModuleOptions.wrappedContextRecursive": "globals.html#wrappedcontextrecursive", + "ModuleOptions.wrappedContextRegExp": "globals.html#wrappedcontextregexp", + "MultiCompilerOptions": "globals.html#interface-multicompileroptions", + "MultiCompilerOptions.parallelism": "globals.html#parallelism", + "ObjectDeserializerContext": "globals.html#interface-objectdeserializercontext", + "ObjectDeserializerContext.read": "globals.html#read", + "ObjectDeserializerContext.setCircularReference": "globals.html#setcircularreference", + "ObjectSerializerContext": "globals.html#interface-objectserializercontext", + "ObjectSerializerContext.rollback": "globals.html#rollback", + "ObjectSerializerContext.setCircularReference": "globals.html#setcircularreference", + "ObjectSerializerContext.snapshot": "globals.html#snapshot", + "ObjectSerializerContext.write": "globals.html#write", + "ObjectSerializerContext.writeLazy": "globals.html#writelazy", + "ObjectSerializerContext.writeSeparate": "globals.html#writeseparate", + "OutputFileSystem": "globals.html#interface-outputfilesystem", + "OutputFileSystem.createReadStream": "globals.html#createreadstream", + "OutputFileSystem.dirname": "globals.html#dirname", + "OutputFileSystem.join": "globals.html#join", + "OutputFileSystem.lstat": "globals.html#lstat", + "OutputFileSystem.mkdir": "globals.html#mkdir", + "OutputFileSystem.readdir": "globals.html#readdir", + "OutputFileSystem.readFile": "globals.html#readfile", + "OutputFileSystem.relative": "globals.html#relative", + "OutputFileSystem.rmdir": "globals.html#rmdir", + "OutputFileSystem.stat": "globals.html#stat", + "OutputFileSystem.unlink": "globals.html#unlink", + "OutputFileSystem.writeFile": "globals.html#writefile", + "ParserOptionsByModuleTypeKnown": "globals.html#interface-parseroptionsbymoduletypeknown", + "ParserOptionsByModuleTypeKnown.asset": "globals.html#asset", + "ParserOptionsByModuleTypeKnown.asset/bytes": "globals.html#assetbytes", + "ParserOptionsByModuleTypeKnown.asset/inline": "globals.html#assetinline", + "ParserOptionsByModuleTypeKnown.asset/resource": "globals.html#assetresource", + "ParserOptionsByModuleTypeKnown.asset/source": "globals.html#assetsource", + "ParserOptionsByModuleTypeKnown.css": "globals.html#css", + "ParserOptionsByModuleTypeKnown.css/auto": "globals.html#cssauto", + "ParserOptionsByModuleTypeKnown.css/global": "globals.html#cssglobal", + "ParserOptionsByModuleTypeKnown.css/module": "globals.html#cssmodule", + "ParserOptionsByModuleTypeKnown.javascript": "globals.html#javascript", + "ParserOptionsByModuleTypeKnown.javascript/auto": "globals.html#javascriptauto", + "ParserOptionsByModuleTypeKnown.javascript/dynamic": "globals.html#javascriptdynamic", + "ParserOptionsByModuleTypeKnown.javascript/esm": "globals.html#javascriptesm", + "ParserOptionsByModuleTypeKnown.json": "globals.html#json", + "PathData": "globals.html#interface-pathdata", + "PathData.basename": "globals.html#basename", + "PathData.chunk": "globals.html#chunk", + "PathData.chunkGraph": "globals.html#chunkgraph", + "PathData.contentHash": "globals.html#contenthash", + "PathData.contentHashType": "globals.html#contenthashtype", + "PathData.contentHashWithLength": "globals.html#contenthashwithlength", + "PathData.filename": "globals.html#filename", + "PathData.hash": "globals.html#hash", + "PathData.hashWithLength": "globals.html#hashwithlength", + "PathData.local": "globals.html#local", + "PathData.module": "globals.html#module", + "PathData.noChunkHash": "globals.html#nochunkhash", + "PathData.prepareId": "globals.html#prepareid", + "PathData.query": "globals.html#query", + "PathData.runtime": "globals.html#runtime", + "PathData.url": "globals.html#url", + "PitchLoaderDefinitionFunction": "globals.html#interface-pitchloaderdefinitionfunctionthis-remainingrequest-previousrequest-data", + "PitchLoaderDefinitionFunction.OptionsType": "globals.html#optionstype", + "PitchLoaderDefinitionFunction.ContextAdditions": "globals.html#contextadditions", + "PitchLoaderDefinitionFunction.PitchLoaderDefinitionFunction": "globals.html#pitchloaderdefinitionfunction", + "Problem": "globals.html#interface-problem", + "Problem.argument": "globals.html#argument", + "Problem.expected": "globals.html#expected", + "Problem.index": "globals.html#index", + "Problem.path": "globals.html#path", + "Problem.type": "globals.html#type", + "Problem.value": "globals.html#value", + "RawLoaderDefinitionFunction": "globals.html#interface-rawloaderdefinitionfunctionthis-content-sourcemap-additionaldata", + "RawLoaderDefinitionFunction.OptionsType": "globals.html#optionstype", + "RawLoaderDefinitionFunction.ContextAdditions": "globals.html#contextadditions", + "RawLoaderDefinitionFunction.RawLoaderDefinitionFunction": "globals.html#rawloaderdefinitionfunction", + "RenderManifestOptions": "globals.html#interface-rendermanifestoptions", + "RenderManifestOptions.chunk": "globals.html#chunk", + "RenderManifestOptions.chunkGraph": "globals.html#chunkgraph", + "RenderManifestOptions.codeGenerationResults": "globals.html#codegenerationresults", + "RenderManifestOptions.dependencyTemplates": "globals.html#dependencytemplates", + "RenderManifestOptions.fullHash": "globals.html#fullhash", + "RenderManifestOptions.hash": "globals.html#hash", + "RenderManifestOptions.moduleGraph": "globals.html#modulegraph", + "RenderManifestOptions.moduleTemplates": "globals.html#moduletemplates", + "RenderManifestOptions.outputOptions": "globals.html#outputoptions", + "RenderManifestOptions.runtimeTemplate": "globals.html#runtimetemplate", + "ResolveData": "globals.html#interface-resolvedata", + "ResolveData.attributes": "globals.html#attributes", + "ResolveData.cacheable": "globals.html#cacheable", + "ResolveData.context": "globals.html#context", + "ResolveData.contextDependencies": "globals.html#contextdependencies", + "ResolveData.contextInfo": "globals.html#contextinfo", + "ResolveData.createData": "globals.html#createdata", + "ResolveData.dependencies": "globals.html#dependencies", + "ResolveData.dependencyType": "globals.html#dependencytype", + "ResolveData.fileDependencies": "globals.html#filedependencies", + "ResolveData.ignoredModule": "globals.html#ignoredmodule", + "ResolveData.missingDependencies": "globals.html#missingdependencies", + "ResolveData.phase": "globals.html#phase", + "ResolveData.request": "globals.html#request", + "ResolveData.resolveOptions": "globals.html#resolveoptions", + "ResolveOptions": "globals.html#interface-resolveoptions", + "ResolveOptions.alias": "globals.html#alias", + "ResolveOptions.aliasFields": "globals.html#aliasfields", + "ResolveOptions.byDependency": "globals.html#bydependency", + "ResolveOptions.cache": "globals.html#cache", + "ResolveOptions.cachePredicate": "globals.html#cachepredicate", + "ResolveOptions.cacheWithContext": "globals.html#cachewithcontext", + "ResolveOptions.conditionNames": "globals.html#conditionnames", + "ResolveOptions.descriptionFiles": "globals.html#descriptionfiles", + "ResolveOptions.enforceExtension": "globals.html#enforceextension", + "ResolveOptions.exportsFields": "globals.html#exportsfields", + "ResolveOptions.extensionAlias": "globals.html#extensionalias", + "ResolveOptions.extensions": "globals.html#extensions", + "ResolveOptions.fallback": "globals.html#fallback", + "ResolveOptions.fileSystem": "globals.html#filesystem", + "ResolveOptions.fullySpecified": "globals.html#fullyspecified", + "ResolveOptions.importsFields": "globals.html#importsfields", + "ResolveOptions.mainFields": "globals.html#mainfields", + "ResolveOptions.mainFiles": "globals.html#mainfiles", + "ResolveOptions.modules": "globals.html#modules", + "ResolveOptions.plugins": "globals.html#plugins", + "ResolveOptions.preferAbsolute": "globals.html#preferabsolute", + "ResolveOptions.preferRelative": "globals.html#preferrelative", + "ResolveOptions.resolver": "globals.html#resolver", + "ResolveOptions.restrictions": "globals.html#restrictions", + "ResolveOptions.roots": "globals.html#roots", + "ResolveOptions.symlinks": "globals.html#symlinks", + "ResolveOptions.tsconfig": "globals.html#tsconfig", + "ResolveOptions.unsafeCache": "globals.html#unsafecache", + "ResolveOptions.useSyncFileSystemCalls": "globals.html#usesyncfilesystemcalls", + "RuleSetRule": "globals.html#interface-rulesetrule", + "RuleSetRule.assert": "globals.html#assert", + "RuleSetRule.compiler": "globals.html#compiler", + "RuleSetRule.dependency": "globals.html#dependency", + "RuleSetRule.descriptionData": "globals.html#descriptiondata", + "RuleSetRule.enforce": "globals.html#enforce", + "RuleSetRule.exclude": "globals.html#exclude", + "RuleSetRule.extractSourceMap": "globals.html#extractsourcemap", + "RuleSetRule.generator": "globals.html#generator", + "RuleSetRule.include": "globals.html#include", + "RuleSetRule.issuer": "globals.html#issuer", + "RuleSetRule.issuerLayer": "globals.html#issuerlayer", + "RuleSetRule.layer": "globals.html#layer", + "RuleSetRule.loader": "globals.html#loader", + "RuleSetRule.mimetype": "globals.html#mimetype", + "RuleSetRule.oneOf": "globals.html#oneof", + "RuleSetRule.options": "globals.html#options", + "RuleSetRule.parser": "globals.html#parser", + "RuleSetRule.phase": "globals.html#phase", + "RuleSetRule.realResource": "globals.html#realresource", + "RuleSetRule.resolve": "globals.html#resolve", + "RuleSetRule.resource": "globals.html#resource", + "RuleSetRule.resourceFragment": "globals.html#resourcefragment", + "RuleSetRule.resourceQuery": "globals.html#resourcequery", + "RuleSetRule.rules": "globals.html#rules", + "RuleSetRule.scheme": "globals.html#scheme", + "RuleSetRule.sideEffects": "globals.html#sideeffects", + "RuleSetRule.test": "globals.html#test", + "RuleSetRule.type": "globals.html#type", + "RuleSetRule.use": "globals.html#use", + "RuleSetRule.with": "globals.html#with", + "StatsOptions": "globals.html#interface-statsoptions", + "StatsOptions.all": "globals.html#all", + "StatsOptions.assets": "globals.html#assets", + "StatsOptions.assetsSort": "globals.html#assetssort", + "StatsOptions.assetsSpace": "globals.html#assetsspace", + "StatsOptions.builtAt": "globals.html#builtat", + "StatsOptions.cached": "globals.html#cached", + "StatsOptions.cachedAssets": "globals.html#cachedassets", + "StatsOptions.cachedModules": "globals.html#cachedmodules", + "StatsOptions.children": "globals.html#children", + "StatsOptions.chunkGroupAuxiliary": "globals.html#chunkgroupauxiliary", + "StatsOptions.chunkGroupChildren": "globals.html#chunkgroupchildren", + "StatsOptions.chunkGroupMaxAssets": "globals.html#chunkgroupmaxassets", + "StatsOptions.chunkGroups": "globals.html#chunkgroups", + "StatsOptions.chunkModules": "globals.html#chunkmodules", + "StatsOptions.chunkModulesSpace": "globals.html#chunkmodulesspace", + "StatsOptions.chunkOrigins": "globals.html#chunkorigins", + "StatsOptions.chunkRelations": "globals.html#chunkrelations", + "StatsOptions.chunks": "globals.html#chunks", + "StatsOptions.chunksSort": "globals.html#chunkssort", + "StatsOptions.colors": "globals.html#colors", + "StatsOptions.context": "globals.html#context", + "StatsOptions.dependentModules": "globals.html#dependentmodules", + "StatsOptions.depth": "globals.html#depth", + "StatsOptions.entrypoints": "globals.html#entrypoints", + "StatsOptions.env": "globals.html#env", + "StatsOptions.errorCause": "globals.html#errorcause", + "StatsOptions.errorDetails": "globals.html#errordetails", + "StatsOptions.errorErrors": "globals.html#errorerrors", + "StatsOptions.errors": "globals.html#errors", + "StatsOptions.errorsCount": "globals.html#errorscount", + "StatsOptions.errorsSpace": "globals.html#errorsspace", + "StatsOptions.errorStack": "globals.html#errorstack", + "StatsOptions.exclude": "globals.html#exclude", + "StatsOptions.excludeAssets": "globals.html#excludeassets", + "StatsOptions.excludeModules": "globals.html#excludemodules", + "StatsOptions.groupAssetsByChunk": "globals.html#groupassetsbychunk", + "StatsOptions.groupAssetsByEmitStatus": "globals.html#groupassetsbyemitstatus", + "StatsOptions.groupAssetsByExtension": "globals.html#groupassetsbyextension", + "StatsOptions.groupAssetsByInfo": "globals.html#groupassetsbyinfo", + "StatsOptions.groupAssetsByPath": "globals.html#groupassetsbypath", + "StatsOptions.groupModulesByAttributes": "globals.html#groupmodulesbyattributes", + "StatsOptions.groupModulesByCacheStatus": "globals.html#groupmodulesbycachestatus", + "StatsOptions.groupModulesByExtension": "globals.html#groupmodulesbyextension", + "StatsOptions.groupModulesByLayer": "globals.html#groupmodulesbylayer", + "StatsOptions.groupModulesByPath": "globals.html#groupmodulesbypath", + "StatsOptions.groupModulesByType": "globals.html#groupmodulesbytype", + "StatsOptions.groupReasonsByOrigin": "globals.html#groupreasonsbyorigin", + "StatsOptions.hash": "globals.html#hash", + "StatsOptions.ids": "globals.html#ids", + "StatsOptions.logging": "globals.html#logging", + "StatsOptions.loggingDebug": "globals.html#loggingdebug", + "StatsOptions.loggingTrace": "globals.html#loggingtrace", + "StatsOptions.moduleAssets": "globals.html#moduleassets", + "StatsOptions.modules": "globals.html#modules", + "StatsOptions.modulesSort": "globals.html#modulessort", + "StatsOptions.modulesSpace": "globals.html#modulesspace", + "StatsOptions.moduleTrace": "globals.html#moduletrace", + "StatsOptions.nestedModules": "globals.html#nestedmodules", + "StatsOptions.nestedModulesSpace": "globals.html#nestedmodulesspace", + "StatsOptions.optimizationBailout": "globals.html#optimizationbailout", + "StatsOptions.orphanModules": "globals.html#orphanmodules", + "StatsOptions.outputPath": "globals.html#outputpath", + "StatsOptions.performance": "globals.html#performance", + "StatsOptions.preset": "globals.html#preset", + "StatsOptions.providedExports": "globals.html#providedexports", + "StatsOptions.publicPath": "globals.html#publicpath", + "StatsOptions.reasons": "globals.html#reasons", + "StatsOptions.reasonsSpace": "globals.html#reasonsspace", + "StatsOptions.relatedAssets": "globals.html#relatedassets", + "StatsOptions.runtime": "globals.html#runtime", + "StatsOptions.runtimeModules": "globals.html#runtimemodules", + "StatsOptions.source": "globals.html#source", + "StatsOptions.timings": "globals.html#timings", + "StatsOptions.usedExports": "globals.html#usedexports", + "StatsOptions.version": "globals.html#version", + "StatsOptions.warnings": "globals.html#warnings", + "StatsOptions.warningsCount": "globals.html#warningscount", + "StatsOptions.warningsFilter": "globals.html#warningsfilter", + "StatsOptions.warningsSpace": "globals.html#warningsspace", + "WebpackOptionsNormalized": "globals.html#interface-webpackoptionsnormalized", + "WebpackOptionsNormalized.amd": "globals.html#amd", + "WebpackOptionsNormalized.bail": "globals.html#bail", + "WebpackOptionsNormalized.cache": "globals.html#cache", + "WebpackOptionsNormalized.context": "globals.html#context", + "WebpackOptionsNormalized.dependencies": "globals.html#dependencies", + "WebpackOptionsNormalized.devServer": "globals.html#devserver", + "WebpackOptionsNormalized.devtool": "globals.html#devtool", + "WebpackOptionsNormalized.dotenv": "globals.html#dotenv", + "WebpackOptionsNormalized.entry": "globals.html#entry", + "WebpackOptionsNormalized.experiments": "globals.html#experiments", + "WebpackOptionsNormalized.externals": "globals.html#externals", + "WebpackOptionsNormalized.externalsPresets": "globals.html#externalspresets", + "WebpackOptionsNormalized.externalsType": "globals.html#externalstype", + "WebpackOptionsNormalized.ignoreWarnings": "globals.html#ignorewarnings", + "WebpackOptionsNormalized.infrastructureLogging": "globals.html#infrastructurelogging", + "WebpackOptionsNormalized.loader": "globals.html#loader", + "WebpackOptionsNormalized.mode": "globals.html#mode", + "WebpackOptionsNormalized.module": "globals.html#module", + "WebpackOptionsNormalized.name": "globals.html#name", + "WebpackOptionsNormalized.node": "globals.html#node", + "WebpackOptionsNormalized.optimization": "globals.html#optimization", + "WebpackOptionsNormalized.output": "globals.html#output", + "WebpackOptionsNormalized.parallelism": "globals.html#parallelism", + "WebpackOptionsNormalized.performance": "globals.html#performance", + "WebpackOptionsNormalized.plugins": "globals.html#plugins", + "WebpackOptionsNormalized.profile": "globals.html#profile", + "WebpackOptionsNormalized.recordsInputPath": "globals.html#recordsinputpath", + "WebpackOptionsNormalized.recordsOutputPath": "globals.html#recordsoutputpath", + "WebpackOptionsNormalized.resolve": "globals.html#resolve", + "WebpackOptionsNormalized.resolveLoader": "globals.html#resolveloader", + "WebpackOptionsNormalized.snapshot": "globals.html#snapshot", + "WebpackOptionsNormalized.stats": "globals.html#stats", + "WebpackOptionsNormalized.target": "globals.html#target", + "WebpackOptionsNormalized.validate": "globals.html#validate", + "WebpackOptionsNormalized.watch": "globals.html#watch", + "WebpackOptionsNormalized.watchOptions": "globals.html#watchoptions", + "WebpackPluginInstance": "globals.html#interface-webpackplugininstance", + "WebpackPluginInstance.__index": "globals.html#index", + "WebpackPluginInstance.apply": "globals.html#apply", + "AssetInfo": "globals.html#type-assetinfo", + "Entry": "globals.html#type-entry", + "EntryNormalized": "globals.html#type-entrynormalized", + "EntryOptions": "globals.html#type-entryoptions", + "ExternalItem": "globals.html#type-externalitem", + "ExternalItemFunction": "globals.html#type-externalitemfunction", + "ExternalItemFunctionCallback": "globals.html#type-externalitemfunctioncallback", + "ExternalItemFunctionCallback.__type.__type": "globals.html#type", + "ExternalItemFunctionDataGetResolve": "globals.html#type-externalitemfunctiondatagetresolve", + "ExternalItemFunctionDataGetResolve.__type.__type": "globals.html#type", + "ExternalItemFunctionDataGetResolveCallbackResult": "globals.html#type-externalitemfunctiondatagetresolvecallbackresult", + "ExternalItemFunctionDataGetResolveCallbackResult.__type.__type": "globals.html#type", + "ExternalItemFunctionDataGetResolveResult": "globals.html#type-externalitemfunctiondatagetresolveresult", + "ExternalItemFunctionDataGetResolveResult.__type.__type": "globals.html#type", + "ExternalItemFunctionPromise": "globals.html#type-externalitemfunctionpromise", + "ExternalItemFunctionPromise.__type.__type": "globals.html#type", + "ExternalItemValue": "globals.html#type-externalitemvalue", + "Externals": "globals.html#type-externals", + "LoaderContext": "globals.html#type-loadercontext", + "LoaderContext.OptionsType": "globals.html#optionstype", + "LoaderDefinition": "globals.html#type-loaderdefinition", + "LoaderDefinition.OptionsType": "globals.html#optionstype", + "LoaderDefinition.ContextAdditions": "globals.html#contextadditions", + "MultiConfiguration": "globals.html#type-multiconfiguration", + "ParserState": "globals.html#type-parserstate", + "RawLoaderDefinition": "globals.html#type-rawloaderdefinition", + "RawLoaderDefinition.OptionsType": "globals.html#optionstype", + "RawLoaderDefinition.ContextAdditions": "globals.html#contextadditions", + "RenderManifestEntry": "globals.html#type-rendermanifestentry", + "ResolvePluginInstance": "globals.html#type-resolveplugininstance", + "RuleSetCondition": "globals.html#type-rulesetcondition", + "RuleSetConditionAbsolute": "globals.html#type-rulesetconditionabsolute", + "RuleSetUse": "globals.html#type-rulesetuse", + "RuleSetUseFunction": "globals.html#type-rulesetusefunction", + "RuleSetUseFunction.__type.__type": "globals.html#type", + "RuleSetUseItem": "globals.html#type-rulesetuseitem", + "StatsAsset": "globals.html#type-statsasset", + "StatsChunk": "globals.html#type-statschunk", + "StatsChunkGroup": "globals.html#type-statschunkgroup", + "StatsChunkOrigin": "globals.html#type-statschunkorigin", + "StatsCompilation": "globals.html#type-statscompilation", + "StatsError": "globals.html#type-statserror", + "StatsLogging": "globals.html#type-statslogging", + "StatsLoggingEntry": "globals.html#type-statsloggingentry", + "StatsModule": "globals.html#type-statsmodule", + "StatsModuleIssuer": "globals.html#type-statsmoduleissuer", + "StatsModuleReason": "globals.html#type-statsmodulereason", + "StatsModuleTraceDependency": "globals.html#type-statsmoduletracedependency", + "StatsModuleTraceItem": "globals.html#type-statsmoduletraceitem", + "StatsProfile": "globals.html#type-statsprofile", + "TemplatePath": "globals.html#type-templatepath", + "WebpackPluginFunction": "globals.html#type-webpackpluginfunction", + "WebpackPluginFunction.__type.__type": "globals.html#type", + "UsageState": "globals.html#usagestate", + "validate": "globals.html#validate-3", + "validate.__type.__type": "globals.html#type", + "validateSchema": "globals.html#validateschema", + "validateSchema.__type.__type": "globals.html#type", + "version": "globals.html#version-2", + "export=": "globals.html#exportoptions-callback", + "export=.export=": "globals.html#export-3" } \ No newline at end of file diff --git a/pages/v5.x/webpack/namespaces/cache.md b/pages/v5.x/webpack/namespaces/cache.md index 2f38301..e073fb9 100644 --- a/pages/v5.x/webpack/namespaces/cache.md +++ b/pages/v5.x/webpack/namespaces/cache.md @@ -15,4 +15,4 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. diff --git a/pages/v5.x/webpack/namespaces/container.md b/pages/v5.x/webpack/namespaces/container.md index cc93cee..1bd45ed 100644 --- a/pages/v5.x/webpack/namespaces/container.md +++ b/pages/v5.x/webpack/namespaces/container.md @@ -9,6 +9,8 @@ * `options` {ContainerPluginOptions} * Returns: {ContainerPlugin} +Creates an instance of ContainerPlugin. + ### Properties * `options` {ContainerPluginOptions} @@ -20,7 +22,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -33,6 +35,8 @@ Apply the plugin * `options` {ContainerReferencePluginOptions} * Returns: {ContainerReferencePlugin} +Creates an instance of ContainerReferencePlugin. + ### Properties * `options` {ContainerReferencePluginOptions} @@ -44,7 +48,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -57,6 +61,8 @@ Apply the plugin * `options` {ModuleFederationPluginOptions} * Returns: {ModuleFederationPlugin} +Creates an instance of ModuleFederationPlugin. + ### Properties * `options` {ModuleFederationPluginOptions} @@ -68,7 +74,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `getCompilationHooks(compilation)` diff --git a/pages/v5.x/webpack/namespaces/css.md b/pages/v5.x/webpack/namespaces/css.md index 9077049..55608d1 100644 --- a/pages/v5.x/webpack/namespaces/css.md +++ b/pages/v5.x/webpack/namespaces/css.md @@ -15,7 +15,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### `getModulesInOrder(chunk, modules, compilation)` @@ -24,6 +24,8 @@ Apply the plugin * `compilation` {Compilation} * Returns: {Module[]} +Gets modules in order. + #### `getOrderedChunkCssModules(chunk, chunkGraph, compilation)` * `chunk` {Chunk} @@ -31,32 +33,44 @@ Apply the plugin * `compilation` {Compilation} * Returns: {CssModule[]} +Gets ordered chunk css modules. + #### `renderChunk(__namedParameters, hooks)` * `__namedParameters` {RenderContextCssModulesPlugin} * `hooks` {CompilationHooksCssModulesPlugin} * Returns: {Source} +Renders generated source. + #### Static method: `chunkHasCss(chunk, chunkGraph)` * `chunk` {Chunk} * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Returns true, when the chunk has css. + #### Static method: `getChunkFilenameTemplate(chunk, outputOptions)` * `chunk` {Chunk} * `outputOptions` {OutputNormalizedWithDefaults} * Returns: {TemplatePath} +Gets chunk filename template. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {CompilationHooksCssModulesPlugin} +Returns the attached hooks. + #### Static method: `renderModule(module, renderContext, hooks)` * `module` {CssModule} * `renderContext` {ChunkRenderContextCssModulesPlugin} * `hooks` {CompilationHooksCssModulesPlugin} * Returns: {Source} + +Renders css module source. diff --git a/pages/v5.x/webpack/namespaces/debug.md b/pages/v5.x/webpack/namespaces/debug.md index f19576e..9360609 100644 --- a/pages/v5.x/webpack/namespaces/debug.md +++ b/pages/v5.x/webpack/namespaces/debug.md @@ -9,6 +9,8 @@ * `options` {ProfilingPluginOptions} * Returns: {ProfilingPlugin} +Creates an instance of ProfilingPlugin. + ### Properties * `options` {ProfilingPluginOptions} @@ -21,4 +23,4 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. diff --git a/pages/v5.x/webpack/namespaces/dependencies.md b/pages/v5.x/webpack/namespaces/dependencies.md index ae0e040..342e921 100644 --- a/pages/v5.x/webpack/namespaces/dependencies.md +++ b/pages/v5.x/webpack/namespaces/dependencies.md @@ -15,17 +15,19 @@ * `runtimeRequirements` {string[]} * Returns: {ConstDependency} +Creates an instance of ConstDependency. + ### Properties -* `category` {string} +* `category` {string} Returns a dependency category, typical categories are "commonjs", "amd", "esm". * `disconnect` {any} * `expression` {string} -* `loc` {DependencyLocation} +* `loc` {DependencyLocation} Returns location. * `module` {any} * `optional` {boolean} -* `range` {number|number|number} -* `runtimeRequirements` {Set} -* `type` {string} +* `range` {number|Tuple} +* `runtimeRequirements` {Set} +* `type` {string} Returns a display name for the type of dependency. * `weak` {boolean} * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} @@ -38,31 +40,41 @@ * Returns: {boolean|symbol} +Could affect referencing module. + #### `createIgnoredModule(context)` * `context` {string} * Returns: {Module} +Creates an ignored module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getCondition(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {false|object} +Returns function to determine if the connection is active. + #### `getContext()` * Returns: {string} +Returns a request context. + #### `getErrors(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns errors +Returns errors. #### `getExports(moduleGraph)` @@ -76,6 +88,8 @@ Returns the exported names * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets module evaluation side effects state. + #### `getNumberOfIdOccurrences()` * Returns: {number} @@ -103,18 +117,22 @@ Returns list of exports referenced by this dependency * Returns: {string} +Returns an identifier to merge equal requests. + #### `getWarnings(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns warnings +Returns warnings. #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `setLoc(startLine, startColumn, endLine, endColumn)` * `startLine` {number} @@ -123,19 +141,23 @@ Returns warnings * `endColumn` {number} * Returns: {void} +Updates loc using the provided start line. + #### `updateHash(hash, context)` * `hash` {Hash} * `context` {UpdateHashContextDependency} * Returns: {void} -Update the hash +Updates the hash with the data contributed by this instance. #### Static method: `isLowPriorityDependency(dependency)` * `dependency` {Dependency} * Returns: {boolean} +Returns true if the dependency is a low priority dependency. + *** ## Class: `HarmonyImportDependency` @@ -154,19 +176,21 @@ Update the hash * `attributes` {ImportAttributes} * Returns: {HarmonyImportDependency} +Creates an instance of HarmonyImportDependency. + ### Properties * `attributes` {ImportAttributes} -* `category` {string} +* `category` {string} Returns a dependency category, typical categories are "commonjs", "amd", "esm". * `disconnect` {any} -* `loc` {DependencyLocation} +* `loc` {DependencyLocation} Returns location. * `module` {any} * `optional` {boolean} * `phase` {ImportPhaseType} * `range` {number|number} * `request` {string} * `sourceOrder` {number} -* `type` {string} +* `type` {string} Returns a display name for the type of dependency. * `userRequest` {string} * `weak` {boolean} * `ExportPresenceModes` {object} @@ -182,31 +206,41 @@ Update the hash * Returns: {boolean|symbol} +Could affect referencing module. + #### `createIgnoredModule(context)` * `context` {string} * Returns: {Module} +Creates an ignored module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getCondition(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {false|object} +Returns function to determine if the connection is active. + #### `getContext()` * Returns: {string} +Returns a request context. + #### `getErrors(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns errors +Returns errors. #### `getExports(moduleGraph)` @@ -221,11 +255,15 @@ Returns the exported names * `__namedParameters` {DependencyTemplateContext} * Returns: {string|string} +Gets import statement. + #### `getImportVar(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {string} +Returns name of the variable for the import. + #### `getLinkingErrors(moduleGraph, ids, additionalMessage)` * `moduleGraph` {ModuleGraph} @@ -233,16 +271,22 @@ Returns the exported names * `additionalMessage` {string} * Returns: {WebpackError[]} +Gets linking errors. + #### `getModuleEvaluationSideEffectsState(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets module evaluation side effects state. + #### `getModuleExports(__namedParameters)` * `__namedParameters` {DependencyTemplateContext} * Returns: {string} +Gets module exports. + #### `getNumberOfIdOccurrences()` * Returns: {number} @@ -270,18 +314,22 @@ Returns list of exports referenced by this dependency * Returns: {string} +Returns an identifier to merge equal requests. + #### `getWarnings(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns warnings +Returns warnings. #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `setLoc(startLine, startColumn, endLine, endColumn)` * `startLine` {number} @@ -290,19 +338,23 @@ Returns warnings * `endColumn` {number} * Returns: {void} +Updates loc using the provided start line. + #### `updateHash(hash, context)` * `hash` {Hash} * `context` {UpdateHashContextDependency} * Returns: {void} -Update the hash +Updates the hash with the data contributed by this instance. #### Static method: `isLowPriorityDependency(dependency)` * `dependency` {Dependency} * Returns: {boolean} +Returns true if the dependency is a low priority dependency. + *** ## Class: `ModuleDependency` @@ -323,17 +375,19 @@ Update the hash * `sourceOrder` {number} * Returns: {ModuleDependency} +Creates an instance of ModuleDependency. + ### Properties -* `category` {string} +* `category` {string} Returns a dependency category, typical categories are "commonjs", "amd", "esm". * `disconnect` {any} -* `loc` {DependencyLocation} +* `loc` {DependencyLocation} Returns location. * `module` {any} * `optional` {boolean} * `range` {number|number} * `request` {string} * `sourceOrder` {number} -* `type` {string} +* `type` {string} Returns a display name for the type of dependency. * `userRequest` {string} * `weak` {boolean} * `EXPORTS_OBJECT_REFERENCED` {string[][]} @@ -347,31 +401,41 @@ Update the hash * Returns: {boolean|symbol} +Could affect referencing module. + #### `createIgnoredModule(context)` * `context` {string} * Returns: {Module} +Creates an ignored module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getCondition(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {false|object} +Returns function to determine if the connection is active. + #### `getContext()` * Returns: {string} +Returns a request context. + #### `getErrors(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns errors +Returns errors. #### `getExports(moduleGraph)` @@ -385,6 +449,8 @@ Returns the exported names * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets module evaluation side effects state. + #### `getNumberOfIdOccurrences()` * Returns: {number} @@ -412,18 +478,22 @@ Returns list of exports referenced by this dependency * Returns: {string} +Returns an identifier to merge equal requests. + #### `getWarnings(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns warnings +Returns warnings. #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `setLoc(startLine, startColumn, endLine, endColumn)` * `startLine` {number} @@ -432,19 +502,23 @@ Returns warnings * `endColumn` {number} * Returns: {void} +Updates loc using the provided start line. + #### `updateHash(hash, context)` * `hash` {Hash} * `context` {UpdateHashContextDependency} * Returns: {void} -Update the hash +Updates the hash with the data contributed by this instance. #### Static method: `isLowPriorityDependency(dependency)` * `dependency` {Dependency} * Returns: {boolean} +Returns true if the dependency is a low priority dependency. + *** ## Class: `NullDependency` @@ -465,12 +539,12 @@ Update the hash ### Properties -* `category` {string} +* `category` {string} Returns a dependency category, typical categories are "commonjs", "amd", "esm". * `disconnect` {any} -* `loc` {DependencyLocation} +* `loc` {DependencyLocation} Returns location. * `module` {any} * `optional` {boolean} -* `type` {string} +* `type` {string} Returns a display name for the type of dependency. * `weak` {boolean} * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} @@ -483,31 +557,41 @@ Update the hash * Returns: {boolean|symbol} +Could affect referencing module. + #### `createIgnoredModule(context)` * `context` {string} * Returns: {Module} +Creates an ignored module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `getCondition(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {false|object} +Returns function to determine if the connection is active. + #### `getContext()` * Returns: {string} +Returns a request context. + #### `getErrors(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns errors +Returns errors. #### `getExports(moduleGraph)` @@ -521,6 +605,8 @@ Returns the exported names * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets module evaluation side effects state. + #### `getNumberOfIdOccurrences()` * Returns: {number} @@ -548,18 +634,22 @@ Returns list of exports referenced by this dependency * Returns: {string} +Returns an identifier to merge equal requests. + #### `getWarnings(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {WebpackError[]} -Returns warnings +Returns warnings. #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `setLoc(startLine, startColumn, endLine, endColumn)` * `startLine` {number} @@ -568,15 +658,19 @@ Returns warnings * `endColumn` {number} * Returns: {void} +Updates loc using the provided start line. + #### `updateHash(hash, context)` * `hash` {Hash} * `context` {UpdateHashContextDependency} * Returns: {void} -Update the hash +Updates the hash with the data contributed by this instance. #### Static method: `isLowPriorityDependency(dependency)` * `dependency` {Dependency} * Returns: {boolean} + +Returns true if the dependency is a low priority dependency. diff --git a/pages/v5.x/webpack/namespaces/electron.md b/pages/v5.x/webpack/namespaces/electron.md index c187fe5..b4ae53d 100644 --- a/pages/v5.x/webpack/namespaces/electron.md +++ b/pages/v5.x/webpack/namespaces/electron.md @@ -9,6 +9,8 @@ * `context` {"main"|"preload"|"renderer"} * Returns: {ElectronTargetPlugin} +Creates an instance of ElectronTargetPlugin. + ### Methods #### `apply(compiler)` @@ -16,4 +18,4 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. diff --git a/pages/v5.x/webpack/namespaces/esm.md b/pages/v5.x/webpack/namespaces/esm.md index 63f4504..30d1935 100644 --- a/pages/v5.x/webpack/namespaces/esm.md +++ b/pages/v5.x/webpack/namespaces/esm.md @@ -13,6 +13,8 @@ * `runtimeRequirements` {ReadonlySet} * Returns: {ModuleChunkLoadingRuntimeModule} +Creates an instance of ModuleChunkLoadingRuntimeModule. + ### Properties * `blocks` {AsyncDependenciesBlock[]} @@ -27,29 +29,34 @@ * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `name` {string} * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} @@ -81,6 +88,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -88,31 +97,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `attach(compilation, chunk[, chunkGraph])` * `compilation` {Compilation} @@ -120,6 +141,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunkGraph` {ChunkGraph} * Returns: {void} +Processes the provided compilation. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -129,12 +152,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -145,7 +172,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -158,15 +185,21 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `generate()` * Returns: {string} +Generates runtime code for this runtime module. + #### `getChunks()` > Stability: 0 - Deprecated @@ -178,20 +211,28 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getGeneratedCode()` * Returns: {string} +Gets generated code. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -202,10 +243,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -215,6 +260,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -229,6 +276,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -240,6 +289,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -251,20 +302,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -272,6 +331,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -279,6 +340,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -292,11 +355,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -304,40 +371,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -345,35 +424,45 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `shouldIsolate()` * Returns: {boolean} +Returns true, if the runtime module should get it's own scope. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -390,16 +479,20 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {JsonpCompilationPluginHooks} +Returns hooks. + #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. diff --git a/pages/v5.x/webpack/namespaces/experiments/namespaces/ids.md b/pages/v5.x/webpack/namespaces/experiments/namespaces/ids.md index dcf8042..b69a5f7 100644 --- a/pages/v5.x/webpack/namespaces/experiments/namespaces/ids.md +++ b/pages/v5.x/webpack/namespaces/experiments/namespaces/ids.md @@ -9,6 +9,8 @@ * `options` {SyncModuleIdsPluginOptions} * Returns: {SyncModuleIdsPlugin} +Creates an instance of SyncModuleIdsPlugin. + ### Properties * `options` {SyncModuleIdsPluginOptions} @@ -20,4 +22,4 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. diff --git a/pages/v5.x/webpack/namespaces/experiments/namespaces/schemes.md b/pages/v5.x/webpack/namespaces/experiments/namespaces/schemes.md index e69dd79..ebaf3d3 100644 --- a/pages/v5.x/webpack/namespaces/experiments/namespaces/schemes.md +++ b/pages/v5.x/webpack/namespaces/experiments/namespaces/schemes.md @@ -9,6 +9,8 @@ * `options` {HttpUriOptions} * Returns: {HttpUriPlugin} +Creates an instance of HttpUriPlugin. + ### Properties * `options` {HttpUriOptions} @@ -20,7 +22,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -34,6 +36,8 @@ Apply the plugin * `schemeOrOptions` {string|Omit} * Returns: {VirtualUrlPlugin} +Creates an instance of VirtualUrlPlugin. + ### Properties * `context` {string} @@ -49,13 +53,15 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### `findVirtualModuleConfigById(id)` * `id` {string} * Returns: {VirtualModule} +Finds virtual module config by id. + #### `getCacheVersion(version)` * `version` {string|true|object} diff --git a/pages/v5.x/webpack/namespaces/ids.md b/pages/v5.x/webpack/namespaces/ids.md index 2954fa1..51bca10 100644 --- a/pages/v5.x/webpack/namespaces/ids.md +++ b/pages/v5.x/webpack/namespaces/ids.md @@ -9,6 +9,8 @@ * `options` {ChunkModuleIdRangePluginOptions} * Returns: {ChunkModuleIdRangePlugin} +Creates an instance of ChunkModuleIdRangePlugin. + ### Properties * `options` {ChunkModuleIdRangePluginOptions} @@ -20,7 +22,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -33,6 +35,8 @@ Apply the plugin * `options` {DeterministicChunkIdsPluginOptions} * Returns: {DeterministicChunkIdsPlugin} +Creates an instance of DeterministicChunkIdsPlugin. + ### Properties * `options` {DeterministicChunkIdsPluginOptions} @@ -44,7 +48,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -57,6 +61,8 @@ Apply the plugin * `options` {DeterministicModuleIdsPluginOptions} * Returns: {DeterministicModuleIdsPlugin} +Creates an instance of DeterministicModuleIdsPlugin. + ### Properties * `options` {DeterministicModuleIdsPluginOptions} @@ -68,7 +74,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -81,6 +87,8 @@ Apply the plugin * `options` {HashedModuleIdsPluginOptions} * Returns: {HashedModuleIdsPlugin} +Creates an instance of HashedModuleIdsPlugin. + ### Properties * `options` {HashedModuleIdsPluginOptions} @@ -92,7 +100,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -105,6 +113,8 @@ Apply the plugin * `options` {NamedChunkIdsPluginOptions} * Returns: {NamedChunkIdsPlugin} +Creates an instance of NamedChunkIdsPlugin. + ### Properties * `options` {NamedChunkIdsPluginOptions} @@ -116,7 +126,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -129,6 +139,8 @@ Apply the plugin * `options` {NamedModuleIdsPluginOptions} * Returns: {NamedModuleIdsPlugin} +Creates an instance of NamedModuleIdsPlugin. + ### Properties * `options` {NamedModuleIdsPluginOptions} @@ -140,7 +152,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -159,7 +171,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -172,6 +184,8 @@ Apply the plugin * `options` {OccurrenceChunkIdsPluginOptions} * Returns: {OccurrenceChunkIdsPlugin} +Creates an instance of OccurrenceChunkIdsPlugin. + ### Properties * `options` {OccurrenceChunkIdsPluginOptions} @@ -183,7 +197,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -196,6 +210,8 @@ Apply the plugin * `options` {OccurrenceModuleIdsPluginOptions} * Returns: {OccurrenceModuleIdsPlugin} +Creates an instance of OccurrenceModuleIdsPlugin. + ### Properties * `options` {OccurrenceModuleIdsPluginOptions} @@ -207,4 +223,4 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. diff --git a/pages/v5.x/webpack/namespaces/javascript.md b/pages/v5.x/webpack/namespaces/javascript.md index e982e6c..fb13cce 100644 --- a/pages/v5.x/webpack/namespaces/javascript.md +++ b/pages/v5.x/webpack/namespaces/javascript.md @@ -9,6 +9,8 @@ * `type` {string} * Returns: {EnableChunkLoadingPlugin} +Creates an instance of EnableChunkLoadingPlugin. + ### Properties * `type` {string} @@ -20,7 +22,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `checkEnabled(compiler, type)` @@ -28,12 +30,16 @@ Apply the plugin * `type` {string} * Returns: {void} +Checks enabled. + #### Static method: `setEnabled(compiler, type)` * `compiler` {Compiler} * `type` {string} * Returns: {void} +Updates enabled using the provided compiler. + *** ## Class: `JavascriptParser` @@ -50,6 +56,8 @@ Apply the plugin * `options` {object} * Returns: {JavascriptParser} +Creates an instance of JavascriptParser. + ### Properties * `comments` {CommentJavascriptParser[]} @@ -78,26 +86,36 @@ Apply the plugin * `statement` {ClassDeclaration|MaybeNamedClassDeclaration} * Returns: {void} +Block pre walk class declaration. + #### `blockPreWalkExportDefaultDeclaration(statement)` * `statement` {ExportDefaultDeclaration} * Returns: {void} +Block pre walk export default declaration. + #### `blockPreWalkExportNamedDeclaration(statement)` * `statement` {ExportNamedDeclaration} * Returns: {void} +Block pre walk export named declaration. + #### `blockPreWalkExpressionStatement(statement)` * `statement` {ExpressionStatement} * Returns: {void} +Block pre walk expression statement. + #### `blockPreWalkStatement(statement)` * `statement` {ClassDeclaration|MaybeNamedClassDeclaration|FunctionDeclaration|MaybeNamedFunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration} * Returns: {void} +Block pre walk statement. + #### `blockPreWalkStatements(statements)` * `statements` {ClassDeclaration|FunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration[]} @@ -110,6 +128,8 @@ Block pre walking iterates the scope for block variable declarations * `statement` {VariableDeclaration} * Returns: {void} +Block pre walk variable declaration. + #### `callHooksForExpression(hookMap, expr, args)` ###### T @@ -124,6 +144,8 @@ Block pre walking iterates the scope for block variable declarations * `args` {AsArray} * Returns: {R} +Call hooks for expression. + #### `callHooksForExpressionWithFallback(hookMap, expr, fallback, defined, args)` ###### T @@ -140,6 +162,8 @@ Block pre walking iterates the scope for block variable declarations * `args` {AsArray} * Returns: {R} +Call hooks for expression with fallback. + #### `callHooksForInfo(hookMap, info, args)` ###### T @@ -154,6 +178,8 @@ Block pre walking iterates the scope for block variable declarations * `args` {AsArray} * Returns: {R} +Call hooks for info. + #### `callHooksForInfoWithFallback(hookMap, info, fallback, defined, args)` ###### T @@ -170,6 +196,8 @@ Block pre walking iterates the scope for block variable declarations * `args` {AsArray} * Returns: {R} +Call hooks for info with fallback. + #### `callHooksForName(hookMap, name, args)` ###### T @@ -184,6 +212,8 @@ Block pre walking iterates the scope for block variable declarations * `args` {AsArray} * Returns: {R} +Call hooks for name. + #### `callHooksForNameWithFallback(hookMap, name, fallback, defined, args)` ###### T @@ -200,143 +230,195 @@ Block pre walking iterates the scope for block variable declarations * `args` {AsArray} * Returns: {R} +Call hooks for name with fallback. + #### `defineVariable(name)` * `name` {string} * Returns: {void} +Processes the provided name. + #### `destructuringAssignmentPropertiesFor(node)` * `node` {Expression} * Returns: {Set} +Destructuring assignment properties for. + #### `detectMode(statements)` * `statements` {ClassDeclaration|FunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration|Directive[]} * Returns: {void} +Processes the provided statement. + #### `enterArrayPattern(pattern, onIdent)` * `pattern` {ArrayPattern} * `onIdent` {object} * Returns: {void} +Enter array pattern. + #### `enterAssignmentPattern(pattern, onIdent)` * `pattern` {AssignmentPattern} * `onIdent` {object} * Returns: {void} +Enter assignment pattern. + #### `enterDeclaration(declaration, onIdent)` * `declaration` {Declaration} * `onIdent` {object} * Returns: {void} +Processes the provided declaration. + #### `enterDestructuringAssignment(pattern, expression)` * `pattern` {Pattern} * `expression` {Expression} * Returns: {Identifier|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression} +Enter destructuring assignment. + #### `enterIdentifier(pattern, onIdent)` * `pattern` {Identifier} * `onIdent` {object} * Returns: {void} +Processes the provided pattern. + #### `enterObjectPattern(pattern, onIdent)` * `pattern` {ObjectPattern} * `onIdent` {object} * Returns: {void} +Enter object pattern. + #### `enterPattern(pattern, onIdent)` * `pattern` {Identifier|Property|MemberExpression|ObjectPattern|ArrayPattern|RestElement|AssignmentPattern} * `onIdent` {object} * Returns: {void} +Processes the provided pattern. + #### `enterPatterns(patterns, onIdent)` * `patterns` {string|Identifier|Property|MemberExpression|ObjectPattern|ArrayPattern|RestElement|AssignmentPattern[]} * `onIdent` {object} * Returns: {void} +Processes the provided pattern. + #### `enterRestElement(pattern, onIdent)` * `pattern` {RestElement} * `onIdent` {object} * Returns: {void} +Enter rest element. + #### `evaluate(source)` * `source` {string} * Returns: {BasicEvaluatedExpression} +Returns evaluation result. + #### `evaluatedVariable(tagInfo)` * `tagInfo` {TagInfo} * Returns: {VariableInfo} +Evaluated variable. + #### `evaluateExpression(expression)` * `expression` {Identifier|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression|PrivateIdentifier|SpreadElement|Super} * Returns: {BasicEvaluatedExpression} +Evaluate expression. + #### `extractMemberExpressionChain(expression)` * `expression` {Identifier|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression|Super} * Returns: {object} +Extract member expression chain. + #### `getComments(range)` * `range` {number|number} * Returns: {CommentJavascriptParser[]} +Returns comments in the range. + #### `getFreeInfoFromVariable(varName)` * `varName` {string} * Returns: {object} +Gets free info from variable. + #### `getMemberExpressionInfo(expression, allowedTypes)` * `expression` {Identifier|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression|Super} * `allowedTypes` {number} * Returns: {CallExpressionInfo|ExpressionExpressionInfo} +Gets member expression info. + #### `getNameForExpression(expression)` * `expression` {Expression} * Returns: {object} +Gets name for expression. + #### `getNameInfoFromVariable(varName)` * `varName` {string} * Returns: {object} +Gets name info from variable. + #### `getRenameIdentifier(expr)` * `expr` {Identifier|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression|SpreadElement} * Returns: {string|VariableInfo} +Gets rename identifier. + #### `getTagData(name, tag)` * `name` {string} * `tag` {symbol} * Returns: {Record|TopLevelSymbol|HarmonySettings|ImportSettings|CommonJsImportSettings|CompatibilitySettings|HarmonySpecifierGuards} +Returns tag data. + #### `getVariableInfo(name)` * `name` {string} * Returns: {ExportedVariableInfo} +Gets variable info. + #### `inBlockScope(fn[, inExecutedPath])` * `fn` {object} * `inExecutedPath` {boolean} * Returns: {void} +Processes the provided fn. + #### `inClassScope(hasThis, params, fn)` * `hasThis` {boolean} @@ -344,6 +426,8 @@ Block pre walking iterates the scope for block variable declarations * `fn` {object} * Returns: {void} +Processes the provided has thi. + #### `inFunctionScope(hasThis, params, fn)` * `hasThis` {boolean} @@ -351,6 +435,8 @@ Block pre walking iterates the scope for block variable declarations * `fn` {object} * Returns: {void} +Processes the provided has thi. + #### `inScope(params, fn)` > Stability: 0 - Deprecated @@ -359,42 +445,58 @@ Block pre walking iterates the scope for block variable declarations * `fn` {object} * Returns: {void} +Processes the provided param. + #### `isAsiPosition(pos)` * `pos` {number} * Returns: {boolean} +Checks whether this javascript parser is asi position. + #### `isPure(expr, commentsStartPos)` * `expr` {Identifier|ClassDeclaration|MaybeNamedClassDeclaration|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression|FunctionDeclaration|MaybeNamedFunctionDeclaration|PrivateIdentifier|VariableDeclaration} * `commentsStartPos` {number} * Returns: {boolean} +Checks whether this javascript parser is pure. + #### `isStatementLevelExpression(expr)` * `expr` {Expression} * Returns: {boolean} +Checks whether this javascript parser is statement level expression. + #### `isVariableDefined(name)` * `name` {string} * Returns: {boolean} +Checks whether this javascript parser is variable defined. + #### `modulePreWalkExportAllDeclaration(statement)` * `statement` {ExportAllDeclaration} * Returns: {void} +Module pre walk export all declaration. + #### `modulePreWalkExportNamedDeclaration(statement)` * `statement` {ExportNamedDeclaration} * Returns: {void} +Module pre walk export named declaration. + #### `modulePreWalkImportDeclaration(statement)` * `statement` {ImportDeclaration} * Returns: {void} +Module pre walk import declaration. + #### `modulePreWalkStatements(statements)` * `statements` {ClassDeclaration|FunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration[]} @@ -408,71 +510,99 @@ Module pre walking iterates the scope for import entries * `state` {ParserState} * Returns: {ParserState} +Parses the provided source and updates the parser state. + #### `parseCalculatedString(expression)` * `expression` {Expression} * Returns: {CalculatedStringResult} +Parses calculated string. + #### `parseCommentOptions(range)` * `range` {number|number} * Returns: {object} +Parses comment options. + #### `parseString(expression)` * `expression` {Expression} * Returns: {string} +Returns parsed string. + #### `preWalkAssignmentExpression(expression)` * `expression` {AssignmentExpression} * Returns: {void} +Pre walk assignment expression. + #### `preWalkBlockStatement(statement)` * `statement` {BlockStatement} * Returns: {void} +Pre walk block statement. + #### `preWalkCatchClause(catchClause)` * `catchClause` {CatchClause} * Returns: {void} +Pre walk catch clause. + #### `preWalkDoWhileStatement(statement)` * `statement` {DoWhileStatement} * Returns: {void} +Pre walk do while statement. + #### `preWalkForInStatement(statement)` * `statement` {ForInStatement} * Returns: {void} +Pre walk for in statement. + #### `preWalkForOfStatement(statement)` * `statement` {ForOfStatement} * Returns: {void} +Pre walk for of statement. + #### `preWalkForStatement(statement)` * `statement` {ForStatement} * Returns: {void} +Pre walk for statement. + #### `preWalkFunctionDeclaration(statement)` * `statement` {FunctionDeclaration|MaybeNamedFunctionDeclaration} * Returns: {void} +Pre walk function declaration. + #### `preWalkIfStatement(statement)` * `statement` {IfStatement} * Returns: {void} +Pre walk if statement. + #### `preWalkLabeledStatement(statement)` * `statement` {LabeledStatement} * Returns: {void} +Pre walk labeled statement. + #### `preWalkStatement(statement)` * `statement` {ClassDeclaration|MaybeNamedClassDeclaration|FunctionDeclaration|MaybeNamedFunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration} @@ -492,47 +622,65 @@ Pre walking iterates the scope for variable declarations * `switchCases` {SwitchCase[]} * Returns: {void} +Pre walk switch cases. + #### `preWalkSwitchStatement(statement)` * `statement` {SwitchStatement} * Returns: {void} +Pre walk switch statement. + #### `preWalkTryStatement(statement)` * `statement` {TryStatement} * Returns: {void} +Pre walk try statement. + #### `preWalkVariableDeclaration(statement)` * `statement` {VariableDeclaration} * Returns: {void} +Pre walk variable declaration. + #### `preWalkVariableDeclarator(declarator)` * `declarator` {VariableDeclarator} * Returns: {void} +Pre walk variable declarator. + #### `preWalkWhileStatement(statement)` * `statement` {WhileStatement} * Returns: {void} +Pre walk while statement. + #### `preWalkWithStatement(statement)` * `statement` {WithStatement} * Returns: {void} +Pre walk with statement. + #### `setAsiPosition(pos)` * `pos` {number} * Returns: {void} +Updates asi position using the provided po. + #### `setVariable(name, variableInfo)` * `name` {string} * `variableInfo` {ExportedVariableInfo} * Returns: {void} +Updates variable using the provided name. + #### `tagVariable(name, tag[, data][, flags])` * `name` {string} @@ -541,181 +689,253 @@ Pre walking iterates the scope for variable declarations * `flags` {0|1|2|4} * Returns: {void} +Processes the provided name. + #### `undefineVariable(name)` * `name` {string} * Returns: {void} +Processes the provided name. + #### `unsetAsiPosition(pos)` * `pos` {number} * Returns: {void} +Unset asi position. + #### `walkArrayExpression(expression)` * `expression` {ArrayExpression} * Returns: {void} +Walk array expression. + #### `walkArrayPattern(pattern)` * `pattern` {ArrayPattern} * Returns: {void} +Walk array pattern. + #### `walkArrowFunctionExpression(expression)` * `expression` {ArrowFunctionExpression} * Returns: {void} +Walk arrow function expression. + #### `walkAssignmentExpression(expression)` * `expression` {AssignmentExpression} * Returns: {void} +Walk assignment expression. + #### `walkAssignmentPattern(pattern)` * `pattern` {AssignmentPattern} * Returns: {void} +Walk assignment pattern. + #### `walkAwaitExpression(expression)` * `expression` {AwaitExpression} * Returns: {void} +Walk await expression. + #### `walkBinaryExpression(expression)` * `expression` {BinaryExpression} * Returns: {void} +Walk binary expression. + #### `walkBlockStatement(statement)` * `statement` {BlockStatement|StaticBlock} * Returns: {void} +Walk block statement. + #### `walkCallExpression(expression)` * `expression` {CallExpression} * Returns: {void} +Walk call expression. + #### `walkCatchClause(catchClause)` * `catchClause` {CatchClause} * Returns: {void} +Processes the provided catch clause. + #### `walkChainExpression(expression)` * `expression` {ChainExpression} * Returns: {void} +Walk chain expression. + #### `walkClass(classy)` * `classy` {ClassDeclaration|MaybeNamedClassDeclaration|ClassExpression} * Returns: {void} +Processes the provided classy. + #### `walkClassDeclaration(statement)` * `statement` {ClassDeclaration|MaybeNamedClassDeclaration} * Returns: {void} +Walk class declaration. + #### `walkClassExpression(expression)` * `expression` {ClassExpression} * Returns: {void} +Walk class expression. + #### `walkConditionalExpression(expression)` * `expression` {ConditionalExpression} * Returns: {void} +Walk conditional expression. + #### `walkDoWhileStatement(statement)` * `statement` {DoWhileStatement} * Returns: {void} +Walk do while statement. + #### `walkExportDefaultDeclaration(statement)` * `statement` {ExportDefaultDeclaration} * Returns: {void} +Walk export default declaration. + #### `walkExportNamedDeclaration(statement)` * `statement` {ExportNamedDeclaration} * Returns: {void} +Walk export named declaration. + #### `walkExpression(expression)` * `expression` {Identifier|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression|PrivateIdentifier|SpreadElement|Super} * Returns: {void} +Processes the provided expression. + #### `walkExpressions(expressions)` * `expressions` {Identifier|ClassExpression|SimpleLiteral|RegExpLiteral|BigIntLiteral|ArrayExpression|ArrowFunctionExpression|AssignmentExpression|AwaitExpression|BinaryExpression|SimpleCallExpression|NewExpression|ChainExpression|ConditionalExpression|FunctionExpression|ImportExpression|LogicalExpression|MemberExpression|MetaProperty|ObjectExpression|SequenceExpression|TaggedTemplateExpression|TemplateLiteral|ThisExpression|UnaryExpression|UpdateExpression|YieldExpression|SpreadElement[]} * Returns: {void} +Processes the provided expression. + #### `walkExpressionStatement(statement)` * `statement` {ExpressionStatement} * Returns: {void} +Walk expression statement. + #### `walkForInStatement(statement)` * `statement` {ForInStatement} * Returns: {void} +Walk for in statement. + #### `walkForOfStatement(statement)` * `statement` {ForOfStatement} * Returns: {void} +Walk for of statement. + #### `walkForStatement(statement)` * `statement` {ForStatement} * Returns: {void} +Walk for statement. + #### `walkFunctionDeclaration(statement)` * `statement` {FunctionDeclaration|MaybeNamedFunctionDeclaration} * Returns: {void} +Walk function declaration. + #### `walkFunctionExpression(expression)` * `expression` {FunctionExpression} * Returns: {void} +Walk function expression. + #### `walkIdentifier(expression)` * `expression` {Identifier} * Returns: {void} +Processes the provided expression. + #### `walkIfStatement(statement)` * `statement` {IfStatement} * Returns: {void} +Processes the provided statement. + #### `walkImportExpression(expression)` * `expression` {ImportExpressionJavascriptParser} * Returns: {void} +Walk import expression. + #### `walkLabeledStatement(statement)` * `statement` {LabeledStatement} * Returns: {void} +Walk labeled statement. + #### `walkLeftRightExpression(expression)` * `expression` {BinaryExpression|LogicalExpression} * Returns: {void} +Walk left right expression. + #### `walkLogicalExpression(expression)` * `expression` {LogicalExpression} * Returns: {void} +Walk logical expression. + #### `walkMemberExpression(expression)` * `expression` {MemberExpression} * Returns: {void} +Walk member expression. + #### `walkMemberExpressionWithExpressionName(expression, name, rootInfo, members, onUnhandled)` ###### R @@ -728,11 +948,15 @@ Pre walking iterates the scope for variable declarations * `onUnhandled` {object} * Returns: {void} +Walk member expression with expression name. + #### `walkMetaProperty(metaProperty)` * `metaProperty` {MetaProperty} * Returns: {void} +Walk meta property. + #### `walkNestedStatement(statement)` * `statement` {Statement} @@ -747,51 +971,71 @@ This enforces the nested statement to never be in ASI position. * `expression` {NewExpression} * Returns: {void} +Walk new expression. + #### `walkObjectExpression(expression)` * `expression` {ObjectExpression} * Returns: {void} +Walk object expression. + #### `walkObjectPattern(pattern)` * `pattern` {ObjectPattern} * Returns: {void} +Walk object pattern. + #### `walkPattern(pattern)` * `pattern` {Pattern} * Returns: {void} +Processes the provided pattern. + #### `walkProperty(prop)` * `prop` {Property|SpreadElement} * Returns: {void} +Processes the provided prop. + #### `walkRestElement(pattern)` * `pattern` {RestElement} * Returns: {void} +Processes the provided pattern. + #### `walkReturnStatement(statement)` * `statement` {ReturnStatement} * Returns: {void} +Walk return statement. + #### `walkSequenceExpression(expression)` * `expression` {SequenceExpression} * Returns: {void} +Walk sequence expression. + #### `walkSpreadElement(expression)` * `expression` {SpreadElement} * Returns: {void} +Walk spread element. + #### `walkStatement(statement)` * `statement` {ClassDeclaration|MaybeNamedClassDeclaration|FunctionDeclaration|MaybeNamedFunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration} * Returns: {void} +Processes the provided statement. + #### `walkStatements(statements)` * `statements` {ClassDeclaration|FunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration[]} @@ -804,72 +1048,102 @@ Walking iterates the statements and expressions and processes them * `switchCases` {SwitchCase[]} * Returns: {void} +Processes the provided switch case. + #### `walkSwitchStatement(statement)` * `statement` {SwitchStatement} * Returns: {void} +Walk switch statement. + #### `walkTaggedTemplateExpression(expression)` * `expression` {TaggedTemplateExpression} * Returns: {void} +Walk tagged template expression. + #### `walkTemplateLiteral(expression)` * `expression` {TemplateLiteral} * Returns: {void} +Walk template literal. + #### `walkTerminatingStatement(statement)` * `statement` {ReturnStatement|ThrowStatement} * Returns: {void} +Walk terminating statement. + #### `walkThisExpression(expression)` * `expression` {ThisExpression} * Returns: {void} +Walk this expression. + #### `walkThrowStatement(statement)` * `statement` {ThrowStatement} * Returns: {void} +Walk throw statement. + #### `walkTryStatement(statement)` * `statement` {TryStatement} * Returns: {void} +Walk try statement. + #### `walkUnaryExpression(expression)` * `expression` {UnaryExpression} * Returns: {void} +Walk unary expression. + #### `walkUpdateExpression(expression)` * `expression` {UpdateExpression} * Returns: {void} +Walk update expression. + #### `walkVariableDeclaration(statement)` * `statement` {VariableDeclaration} * Returns: {void} +Walk variable declaration. + #### `walkWhileStatement(statement)` * `statement` {WhileStatement} * Returns: {void} +Walk while statement. + #### `walkWithStatement(statement)` * `statement` {WithStatement} * Returns: {void} +Walk with statement. + #### `walkYieldExpression(expression)` * `expression` {YieldExpression} * Returns: {void} +Walk yield expression. + #### Static method: `extend(plugins)` * `plugins` {object[]} * Returns: {JavascriptParser} + +Returns parser. diff --git a/pages/v5.x/webpack/namespaces/library.md b/pages/v5.x/webpack/namespaces/library.md index 25a5f90..4e10218 100644 --- a/pages/v5.x/webpack/namespaces/library.md +++ b/pages/v5.x/webpack/namespaces/library.md @@ -18,6 +18,8 @@ * `__namedParameters` {AbstractLibraryPluginOptions} * Returns: {AbstractLibraryPlugin} +Creates an instance of AbstractLibraryPlugin. + ### Properties * `COMMON_LIBRARY_NAME_MESSAGE` {string} @@ -29,7 +31,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### `chunkHash(chunk, hash, chunkHashContext, libraryContext)` @@ -39,6 +41,8 @@ Apply the plugin * `libraryContext` {LibraryContext} * Returns: {void} +Processes the provided chunk. + #### `embedInRuntimeBailout(module, renderContext, libraryContext)` * `module` {Module} @@ -46,6 +50,8 @@ Apply the plugin * `libraryContext` {LibraryContext} * Returns: {string} +Embed in runtime bailout. + #### `finishEntryModule(module, entryName, libraryContext)` * `module` {Module} @@ -53,11 +59,15 @@ Apply the plugin * `libraryContext` {LibraryContext} * Returns: {void} +Finish entry module. + #### `parseOptions(library)` * `library` {LibraryOptions} * Returns: {T} +Returns preprocess as needed by overriding. + #### `render(source, renderContext, libraryContext)` * `source` {Source} @@ -65,6 +75,8 @@ Apply the plugin * `libraryContext` {LibraryContext} * Returns: {Source} +Returns source with library export. + #### `renderModuleContent(source, module, renderContext, libraryContext)` * `source` {Source} @@ -73,6 +85,8 @@ Apply the plugin * `libraryContext` {Omit} * Returns: {Source} +Renders module content. + #### `renderStartup(source, module, renderContext, libraryContext)` * `source` {Source} @@ -81,6 +95,8 @@ Apply the plugin * `libraryContext` {LibraryContext} * Returns: {Source} +Renders source with library export. + #### `runtimeRequirements(chunk, set, libraryContext)` * `chunk` {Chunk} @@ -88,12 +104,16 @@ Apply the plugin * `libraryContext` {LibraryContext} * Returns: {void} +Processes the provided chunk. + #### `strictRuntimeBailout(renderContext, libraryContext)` * `renderContext` {RenderContextJavascriptModulesPlugin} * `libraryContext` {LibraryContext} * Returns: {string} +Strict runtime bailout. + *** ## Class: `EnableLibraryPlugin` @@ -106,6 +126,8 @@ Apply the plugin * `options` {EnableLibraryPluginOptions} * Returns: {EnableLibraryPlugin} +Creates an instance of EnableLibraryPlugin. + ### Properties * `options` {EnableLibraryPluginOptions} @@ -118,7 +140,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `checkEnabled(compiler, type)` @@ -126,8 +148,12 @@ Apply the plugin * `type` {string} * Returns: {void} +Checks enabled. + #### Static method: `setEnabled(compiler, type)` * `compiler` {Compiler} * `type` {string} * Returns: {void} + +Updates enabled using the provided compiler. diff --git a/pages/v5.x/webpack/namespaces/node.md b/pages/v5.x/webpack/namespaces/node.md index 1ced809..58533d0 100644 --- a/pages/v5.x/webpack/namespaces/node.md +++ b/pages/v5.x/webpack/namespaces/node.md @@ -9,6 +9,8 @@ * `options` {NodeEnvironmentPluginOptions} * Returns: {NodeEnvironmentPlugin} +Creates an instance of NodeEnvironmentPlugin. + ### Properties * `options` {NodeEnvironmentPluginOptions} @@ -20,7 +22,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -39,7 +41,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -52,6 +54,8 @@ Apply the plugin * `type` {ExternalsType} * Returns: {NodeTargetPlugin} +Creates an instance of NodeTargetPlugin. + ### Properties * `type` {ExternalsType} @@ -63,7 +67,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -76,6 +80,8 @@ Apply the plugin * `options` {NodeTemplatePluginOptions} * Returns: {NodeTemplatePlugin} +Creates an instance of NodeTemplatePlugin. + ### Methods #### `apply(compiler)` @@ -83,7 +89,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -96,6 +102,8 @@ Apply the plugin * `__namedParameters` {ReadFileCompileAsyncWasmPluginOptions} * Returns: {ReadFileCompileAsyncWasmPlugin} +Creates an instance of ReadFileCompileAsyncWasmPlugin. + ### Methods #### `apply(compiler)` @@ -103,7 +111,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -116,6 +124,8 @@ Apply the plugin * `options` {ReadFileCompileWasmPluginOptions} * Returns: {ReadFileCompileWasmPlugin} +Creates an instance of ReadFileCompileWasmPlugin. + ### Properties * `options` {ReadFileCompileWasmPluginOptions} @@ -127,4 +137,4 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. diff --git a/pages/v5.x/webpack/namespaces/optimize/index.md b/pages/v5.x/webpack/namespaces/optimize/index.md index 8e99d60..2a138a1 100644 --- a/pages/v5.x/webpack/namespaces/optimize/index.md +++ b/pages/v5.x/webpack/namespaces/optimize/index.md @@ -13,6 +13,8 @@ * `options` {AggressiveMergingPluginOptions} * Returns: {AggressiveMergingPlugin} +Creates an instance of AggressiveMergingPlugin. + ### Properties * `options` {AggressiveMergingPluginOptions} @@ -24,7 +26,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -37,6 +39,8 @@ Apply the plugin * `options` {AggressiveSplittingPluginOptions} * Returns: {AggressiveSplittingPlugin} +Creates an instance of AggressiveSplittingPlugin. + ### Properties * `options` {AggressiveSplittingPluginOptions} @@ -48,13 +52,15 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `wasChunkRecorded(chunk)` * `chunk` {Chunk} * Returns: {boolean} +Was chunk recorded. + *** ## Class: `LimitChunkCountPlugin` @@ -66,6 +72,8 @@ Apply the plugin * `options` {LimitChunkCountPluginOptions} * Returns: {LimitChunkCountPlugin} +Creates an instance of LimitChunkCountPlugin. + ### Properties * `options` {LimitChunkCountPluginOptions} @@ -77,6 +85,8 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} +Applies the plugin by registering its hooks on the compiler. + *** ## Class: `MergeDuplicateChunksPlugin` @@ -88,6 +98,8 @@ Apply the plugin * `options` {MergeDuplicateChunksPluginOptions} * Returns: {MergeDuplicateChunksPlugin} +Creates an instance of MergeDuplicateChunksPlugin. + ### Properties * `options` {MergeDuplicateChunksPluginOptions} @@ -99,6 +111,8 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} +Applies the plugin by registering its hooks on the compiler. + *** ## Class: `MinChunkSizePlugin` @@ -110,6 +124,8 @@ Apply the plugin * `options` {MinChunkSizePluginOptions} * Returns: {MinChunkSizePlugin} +Creates an instance of MinChunkSizePlugin. + ### Properties * `options` {MinChunkSizePluginOptions} @@ -121,7 +137,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -140,7 +156,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -153,6 +169,8 @@ Apply the plugin * `__namedParameters` {RealContentHashPluginOptions} * Returns: {RealContentHashPlugin} +Creates an instance of RealContentHashPlugin. + ### Methods #### `apply(compiler)` @@ -160,13 +178,15 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {CompilationHooksRealContentHashPlugin} +Returns the attached hooks. + *** ## Class: `RuntimeChunkPlugin` @@ -178,6 +198,8 @@ Apply the plugin * `options` {object} * Returns: {RuntimeChunkPlugin} +Creates an instance of RuntimeChunkPlugin. + ### Properties * `options` {object} @@ -189,7 +211,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -202,6 +224,8 @@ Apply the plugin * `analyseSource` {boolean} * Returns: {SideEffectsFlagPlugin} +Creates an instance of SideEffectsFlagPlugin. + ### Methods #### `apply(compiler)` @@ -209,7 +233,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `moduleHasSideEffects(moduleName, flagValue, cache)` @@ -218,6 +242,8 @@ Apply the plugin * `cache` {Map} * Returns: {boolean} +Module has side effects. + *** ## Class: `SplitChunksPlugin` @@ -229,6 +255,8 @@ Apply the plugin * `options` {OptimizationSplitChunksOptions} * Returns: {SplitChunksPlugin} +Creates an instance of SplitChunksPlugin. + ### Properties * `options` {SplitChunksOptions} @@ -240,4 +268,4 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. diff --git a/pages/v5.x/webpack/namespaces/optimize/namespaces/InnerGraph.md b/pages/v5.x/webpack/namespaces/optimize/namespaces/InnerGraph.md index fb37d0d..17eb8a0 100644 --- a/pages/v5.x/webpack/namespaces/optimize/namespaces/InnerGraph.md +++ b/pages/v5.x/webpack/namespaces/optimize/namespaces/InnerGraph.md @@ -9,6 +9,8 @@ * `name` {string} * Returns: {TopLevelSymbol} +Creates an instance of TopLevelSymbol. + ### Properties * `name` {string} diff --git a/pages/v5.x/webpack/namespaces/prefetch.md b/pages/v5.x/webpack/namespaces/prefetch.md index afe6108..595774c 100644 --- a/pages/v5.x/webpack/namespaces/prefetch.md +++ b/pages/v5.x/webpack/namespaces/prefetch.md @@ -14,3 +14,6 @@ * `compiler` {Compiler} * Returns: {void} + +Registers compilation hooks that emit the runtime modules responsible for +scheduling chunk prefetch and preload requests. diff --git a/pages/v5.x/webpack/namespaces/runtime.md b/pages/v5.x/webpack/namespaces/runtime.md index cfec132..d8f0f08 100644 --- a/pages/v5.x/webpack/namespaces/runtime.md +++ b/pages/v5.x/webpack/namespaces/runtime.md @@ -33,31 +33,36 @@ * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `getFilenameForChunk` {object} * `global` {string} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `name` {string} * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} @@ -89,6 +94,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -96,31 +103,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `attach(compilation, chunk[, chunkGraph])` * `compilation` {Compilation} @@ -128,6 +147,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunkGraph` {ChunkGraph} * Returns: {void} +Processes the provided compilation. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -137,12 +158,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -153,7 +178,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -166,15 +191,21 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `generate()` * Returns: {string} +Generates runtime code for this runtime module. + #### `getChunks()` > Stability: 0 - Deprecated @@ -186,20 +217,28 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getGeneratedCode()` * Returns: {string} +Gets generated code. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -210,10 +249,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -223,6 +266,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -237,6 +282,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -248,6 +295,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -259,20 +308,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -280,6 +337,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -287,6 +346,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -300,11 +361,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -312,40 +377,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -353,35 +430,45 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `shouldIsolate()` * Returns: {boolean} +Returns true, if the runtime module should get it's own scope. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -398,14 +485,16 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. *** @@ -437,29 +526,34 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `name` {string} * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} @@ -491,6 +585,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -498,31 +594,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `attach(compilation, chunk[, chunkGraph])` * `compilation` {Compilation} @@ -530,6 +638,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunkGraph` {ChunkGraph} * Returns: {void} +Processes the provided compilation. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -539,12 +649,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -555,7 +669,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -568,15 +682,21 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `generate()` * Returns: {string} +Generates runtime code for this runtime module. + #### `getChunks()` > Stability: 0 - Deprecated @@ -588,20 +708,28 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getGeneratedCode()` * Returns: {string} +Gets generated code. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -612,10 +740,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -625,6 +757,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -639,6 +773,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -650,6 +786,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -661,20 +799,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -682,6 +828,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -689,6 +837,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -702,11 +852,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -714,40 +868,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -755,35 +921,45 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `shouldIsolate()` * Returns: {boolean} +Returns true, if the runtime module should get it's own scope. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -800,6 +976,8 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} @@ -807,9 +985,9 @@ and properties. #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. diff --git a/pages/v5.x/webpack/namespaces/sharing.md b/pages/v5.x/webpack/namespaces/sharing.md index 93a97fc..1b12ab2 100644 --- a/pages/v5.x/webpack/namespaces/sharing.md +++ b/pages/v5.x/webpack/namespaces/sharing.md @@ -9,6 +9,8 @@ * `options` {ConsumeSharedPluginOptions} * Returns: {ConsumeSharedPlugin} +Creates an instance of ConsumeSharedPlugin. + ### Properties * `options` {ConsumeSharedPluginOptions} @@ -20,7 +22,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -33,6 +35,8 @@ Apply the plugin * `options` {ProvideSharedPluginOptions} * Returns: {ProvideSharedPlugin} +Creates an instance of ProvideSharedPlugin. + ### Properties * `options` {ProvideSharedPluginOptions} @@ -44,7 +48,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** @@ -57,6 +61,8 @@ Apply the plugin * `options` {SharePluginOptions} * Returns: {SharePlugin} +Creates an instance of SharePlugin. + ### Methods #### `apply(compiler)` @@ -64,7 +70,7 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. *** diff --git a/pages/v5.x/webpack/namespaces/util/index.md b/pages/v5.x/webpack/namespaces/util/index.md index 38bc68a..81c7c7b 100644 --- a/pages/v5.x/webpack/namespaces/util/index.md +++ b/pages/v5.x/webpack/namespaces/util/index.md @@ -25,9 +25,12 @@ * `iterable` {Iterable} * Returns: {LazySet} +Seeds the set with an optional iterable while preparing internal queues for +deferred merges. + ### Properties -* `size` {number} +* `size` {number} Returns the number of items after applying any deferred merges. ### Methods @@ -35,29 +38,44 @@ * Returns: {SetIterator} +Returns the default iterator over values after forcing pending merges. + #### `add(item)` * `item` {T} * Returns: {LazySet} +Adds a single item immediately to the concrete backing set. + #### `addAll(iterable)` * `iterable` {LazySet|Iterable} * Returns: {LazySet} +Queues another iterable or lazy set for later merging so large bulk adds +can stay cheap until the set is read. + #### `clear()` * Returns: {void} +Removes all items and clears every deferred merge queue. + #### `delete(value)` * `value` {T} * Returns: {boolean} +Deletes an item after first materializing any deferred additions that may +contain it. + #### `entries()` * Returns: {SetIterator} +Returns the set's entry iterator and permanently switches future +operations to eager merge mode to preserve iterator correctness. + #### `forEach(callbackFn, thisArg)` ###### K @@ -67,24 +85,36 @@ * `thisArg` {K} * Returns: {void} +Iterates over every item after forcing pending merges and switching to +eager mode for correctness during iteration. + #### `has(item)` * `item` {T} * Returns: {boolean} +Checks whether an item is present after applying any deferred merges. + #### `keys()` * Returns: {SetIterator} +Returns the key iterator, eagerly materializing pending merges first. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes the fully materialized set contents into webpack's object +serialization stream. + #### `values()` * Returns: {SetIterator} +Returns the value iterator, eagerly materializing pending merges first. + #### Static method: `deserialize(__namedParameters)` ###### T @@ -93,6 +123,8 @@ * `__namedParameters` {ObjectDeserializerContext} * Returns: {LazySet} +Restores a `LazySet` from serialized item data. + *** ## `cleverMerge` diff --git a/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md b/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md index e656b97..06bba7e 100644 --- a/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md +++ b/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md @@ -26,6 +26,8 @@ * `clone` {RuntimeSpecMap} * Returns: {RuntimeSpecMap} +Creates an instance of RuntimeSpecMap. + ### Properties * `size` {number} @@ -37,16 +39,22 @@ * `runtime` {RuntimeSpec} * Returns: {void} +Processes the provided runtime. + #### `get(runtime)` * `runtime` {RuntimeSpec} * Returns: {R} +Returns value. + #### `has(runtime)` * `runtime` {RuntimeSpec} * Returns: {boolean} +Returns true, when the runtime is stored. + #### `keys()` * Returns: {RuntimeSpec[]} @@ -57,22 +65,30 @@ * `computer` {object} * Returns: {R} +Returns the new value. + #### `set(runtime, value)` * `runtime` {RuntimeSpec} * `value` {R} * Returns: {void} +Updates default using the provided runtime. + #### `update(runtime, fn)` * `runtime` {RuntimeSpec} * `fn` {object} * Returns: {void} +Processes the provided runtime. + #### `values()` * Returns: {IterableIterator} +Returns values. + *** ## Class: `RuntimeSpecSet` @@ -84,6 +100,8 @@ * `iterable` {Iterable} * Returns: {RuntimeSpecSet} +Creates an instance of RuntimeSpecSet. + ### Properties * `size` {number} @@ -94,16 +112,22 @@ * Returns: {IterableIterator} +Returns iterable iterator. + #### `add(runtime)` * `runtime` {RuntimeSpec} * Returns: {void} +Processes the provided runtime. + #### `has(runtime)` * `runtime` {RuntimeSpec} * Returns: {boolean} +Returns true, when the runtime exists. + *** ## `compareRuntime` diff --git a/pages/v5.x/webpack/namespaces/wasm.md b/pages/v5.x/webpack/namespaces/wasm.md index 503c231..d1dc12e 100644 --- a/pages/v5.x/webpack/namespaces/wasm.md +++ b/pages/v5.x/webpack/namespaces/wasm.md @@ -9,6 +9,8 @@ * `options` {AsyncWebAssemblyModulesPluginOptions} * Returns: {AsyncWebAssemblyModulesPlugin} +Creates an instance of AsyncWebAssemblyModulesPlugin. + ### Properties * `options` {AsyncWebAssemblyModulesPluginOptions} @@ -20,7 +22,7 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### `renderModule(module, renderContext, hooks)` @@ -29,11 +31,15 @@ Apply the plugin * `hooks` {CompilationHooksAsyncWebAssemblyModulesPlugin} * Returns: {Source} +Renders the newly generated source from rendering. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} * Returns: {CompilationHooksAsyncWebAssemblyModulesPlugin} +Returns the attached hooks. + *** ## Class: `EnableWasmLoadingPlugin` @@ -45,6 +51,9 @@ Apply the plugin * `type` {string} * Returns: {EnableWasmLoadingPlugin} +Stores the wasm loading backend name that should be enabled for the +compiler. + ### Properties * `type` {string} @@ -56,7 +65,9 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Enables the requested wasm loading backend once and applies the +environment-specific plugins that provide its parser, generator, and +runtime support. #### Static method: `checkEnabled(compiler, type)` @@ -64,8 +75,14 @@ Apply the plugin * `type` {string} * Returns: {void} +Verifies that a wasm loading type has been enabled before code generation +attempts to use it. + #### Static method: `setEnabled(compiler, type)` * `compiler` {Compiler} * `type` {string} * Returns: {void} + +Marks a custom or built-in wasm loading type as enabled for the compiler +without applying additional built-in behavior. diff --git a/pages/v5.x/webpack/namespaces/web.md b/pages/v5.x/webpack/namespaces/web.md index 23fd0b6..6571019 100644 --- a/pages/v5.x/webpack/namespaces/web.md +++ b/pages/v5.x/webpack/namespaces/web.md @@ -27,29 +27,34 @@ * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `name` {string} * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} @@ -81,6 +86,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -88,31 +95,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `attach(compilation, chunk[, chunkGraph])` * `compilation` {Compilation} @@ -120,6 +139,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunkGraph` {ChunkGraph} * Returns: {void} +Processes the provided compilation. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -129,12 +150,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -145,7 +170,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -158,15 +183,21 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `generate()` * Returns: {string} +Generates runtime code for this runtime module. + #### `getChunks()` > Stability: 0 - Deprecated @@ -178,20 +209,28 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getGeneratedCode()` * Returns: {string} +Gets generated code. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -202,10 +241,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -215,6 +258,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -229,6 +274,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -240,6 +287,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -251,20 +300,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -272,6 +329,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -279,6 +338,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -292,11 +353,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -304,40 +369,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -345,35 +422,45 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `shouldIsolate()` * Returns: {boolean} +Returns true, if the runtime module should get it's own scope. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -390,6 +477,8 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} @@ -397,12 +486,12 @@ and properties. #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. *** @@ -421,7 +510,8 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Registers compilation hooks that attach the async fetch-based wasm runtime +to chunks containing async WebAssembly modules. *** @@ -434,6 +524,8 @@ Apply the plugin * `options` {FetchCompileWasmPluginOptions} * Returns: {FetchCompileWasmPlugin} +Stores options that affect generated synchronous WebAssembly runtime code. + ### Properties * `options` {FetchCompileWasmPluginOptions} @@ -445,7 +537,8 @@ Apply the plugin * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Registers compilation hooks that attach the fetch-based synchronous wasm +runtime module to chunks containing sync WebAssembly modules. *** @@ -476,29 +569,34 @@ Apply the plugin * `debugId` {number} * `dependencies` {Dependency[]} * `dependentHash` {boolean} -* `depth` {number} +* `depth` {number} Returns the depth. +Updates the depth using the provided value. * `errors` {any} -* `exportsArgument` {string} +* `exportsArgument` {string} Gets exports argument. * `factoryMeta` {FactoryMeta} * `fullHash` {boolean} * `hasEqualsChunks` {any} -* `hash` {string} +* `hash` {string} Returns the hash of the module. * `hot` {boolean} -* `id` {string|number} -* `index` {number} -* `index2` {number} -* `issuer` {Module} +* `id` {string|number} Returns the module id assigned by the chunk graph. +Updates the module id using the provided value. +* `index` {number} Returns the pre-order index. +Updates the pre-order index using the provided value. +* `index2` {number} Returns the post-order index. +Updates the post-order index using the provided value. +* `issuer` {Module} Returns the issuer. +Updates the issuer using the provided value. * `isUsed` {any} * `layer` {string} -* `moduleArgument` {string} +* `moduleArgument` {string} Gets module argument. * `name` {string} * `needId` {boolean} -* `optimizationBailout` {string|object[]} +* `optimizationBailout` {string|object[]} Gets optimization bailout. * `optional` {boolean} * `parent` {DependenciesBlock} * `presentationalDependencies` {Dependency[]} * `profile` {ModuleProfile} -* `renderedHash` {string} +* `renderedHash` {string} Returns the rendered hash of the module. * `resolveOptions` {ResolveOptions} * `stage` {number} * `type` {string} @@ -530,6 +628,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `buildDependencies` {LazySet} * Returns: {void} +Adds the provided file dependencies to the module. + #### `addChunk(chunk)` > Stability: 0 - Deprecated @@ -537,31 +637,43 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunk` {Chunk} * Returns: {boolean} +Adds the provided chunk to the module. + #### `addCodeGenerationDependency(codeGenerationDependency)` * `codeGenerationDependency` {Dependency} * Returns: {void} +Adds code generation dependency. + #### `addDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Adds the provided dependency to the dependencies block. + #### `addError(error)` * `error` {WebpackError} * Returns: {void} +Adds the provided error to the module. + #### `addPresentationalDependency(presentationalDependency)` * `presentationalDependency` {Dependency} * Returns: {void} +Adds presentational dependency. + #### `addWarning(warning)` * `warning` {WebpackError} * Returns: {void} +Adds the provided warning to the module. + #### `attach(compilation, chunk[, chunkGraph])` * `compilation` {Compilation} @@ -569,6 +681,8 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `chunkGraph` {ChunkGraph} * Returns: {void} +Processes the provided compilation. + #### `build(options, compilation, resolver, fs, callback)` * `options` {WebpackOptionsNormalizedWithDefaults} @@ -578,12 +692,16 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin * `callback` {object} * Returns: {void} +Builds the module using the provided compilation context. + #### `chunkCondition(chunk, compilation)` * `chunk` {Chunk} * `compilation` {Compilation} * Returns: {boolean} +Returns true if the module can be placed in the chunk. + #### `cleanupForCache()` * Returns: {void} @@ -594,7 +712,7 @@ Assuming this module is in the cache. Remove internal references to allow freein * Returns: {void} -Removes all dependencies and blocks +Clear dependencies and blocks. #### `clearWarningsAndErrors()` @@ -607,15 +725,21 @@ removes all warnings and errors * `context` {CodeGenerationContext} * Returns: {CodeGenerationResult} +Generates code and runtime requirements for this module. + #### `deserialize(__namedParameters)` * `__namedParameters` {ObjectDeserializerContext} * Returns: {void} +Restores this instance from the provided deserializer context. + #### `generate()` * Returns: {string} +Generates runtime code for this runtime module. + #### `getChunks()` > Stability: 0 - Deprecated @@ -627,20 +751,28 @@ removes all warnings and errors * `context` {ConcatenationBailoutReasonContext} * Returns: {string} +Returns the reason this module cannot be concatenated, when one exists. + #### `getErrors()` * Returns: {Iterable} +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} * `strict` {boolean} * Returns: {ExportsType} +Returns export type. + #### `getGeneratedCode()` * Returns: {string} +Gets generated code. + #### `getNumberOfChunks()` > Stability: 0 - Deprecated @@ -651,10 +783,14 @@ removes all warnings and errors * Returns: {number} +Gets number of errors. + #### `getNumberOfWarnings()` * Returns: {number} +Gets number of warnings. + #### `getRootBlock()` * Returns: {DependenciesBlock} @@ -664,6 +800,8 @@ removes all warnings and errors * `moduleGraph` {ModuleGraph} * Returns: {ConnectionState} +Gets side effects connection state. + #### `getSourceBasicTypes()` * Returns: {ReadonlySet} @@ -678,6 +816,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei * Returns: {ReadonlySet} +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -689,6 +829,8 @@ This data will be passed to restoreFromUnsafeCache later. * Returns: {Iterable} +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -700,20 +842,28 @@ This data will be passed to restoreFromUnsafeCache later. * `chunkGraph` {ChunkGraph} * Returns: {boolean} +Checks whether this module contains the chunk. + #### `hasReasons(moduleGraph, runtime)` * `moduleGraph` {ModuleGraph} * `runtime` {RuntimeSpec} * Returns: {boolean} +Checks whether this module contains the module graph. + #### `identifier()` * Returns: {string} +Returns the unique identifier used to reference this module. + #### `invalidateBuild()` * Returns: {void} +Invalidates the cached state associated with this value. + #### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -721,6 +871,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk. + #### `isAccessibleInChunkGroup(chunkGraph, chunkGroup[, ignoreChunk])` * `chunkGraph` {ChunkGraph} @@ -728,6 +880,8 @@ This data will be passed to restoreFromUnsafeCache later. * `ignoreChunk` {Chunk} * Returns: {boolean} +Checks whether this module is accessible in chunk group. + #### `isEntryModule()` > Stability: 0 - Deprecated @@ -741,11 +895,15 @@ This data will be passed to restoreFromUnsafeCache later. * `chunk` {Chunk} * Returns: {boolean} +Checks whether this module is in the provided chunk. + #### `isOptional(moduleGraph)` * `moduleGraph` {ModuleGraph} * Returns: {boolean} +Checks whether this module is optional. + #### `isProvided(exportName)` > Stability: 0 - Deprecated @@ -753,40 +911,52 @@ This data will be passed to restoreFromUnsafeCache later. * `exportName` {string} * Returns: {boolean} +Checks whether this module provides the specified export. + #### `libIdent(options)` * `options` {LibIdentOptions} * Returns: {string} +Gets the library identifier. + #### `nameForCondition()` * Returns: {string} +Returns the path used when matching this module against rule conditions. + #### `needBuild(context, callback)` * `context` {NeedBuildContext} * `callback` {object} * Returns: {void} +Checks whether the module needs to be rebuilt for the current build state. + #### `needRebuild(fileTimestamps, contextTimestamps)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use needBuild instead * `fileTimestamps` {Map} * `contextTimestamps` {Map} * Returns: {boolean} -Use needBuild instead +Checks whether it needs rebuild. #### `originalSource()` * Returns: {Source} +Gets the original source. + #### `readableIdentifier(requestShortener)` * `requestShortener` {RequestShortener} * Returns: {string} +Returns a human-readable identifier for this module. + #### `removeChunk(chunk)` > Stability: 0 - Deprecated @@ -794,35 +964,45 @@ Use needBuild instead * `chunk` {Chunk} * Returns: {void} +Removes the provided chunk from the module. + #### `removeDependency(dependency)` * `dependency` {Dependency} * Returns: {void} +Removes dependency. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} * Returns: {void} +Serializes this instance into the provided serializer context. + #### `shouldIsolate()` * Returns: {boolean} +Returns true, if the runtime module should get it's own scope. + #### `size([type])` * `type` {string} * Returns: {number} +Returns the estimated size for the requested source type. + #### `source(dependencyTemplates, runtimeTemplate[, type])` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: Use codeGeneration() instead * `dependencyTemplates` {DependencyTemplates} * `runtimeTemplate` {RuntimeTemplate} * `type` {string} * Returns: {Source} -Use codeGeneration() instead +Returns generated source. #### `updateCacheModule(module)` @@ -839,6 +1019,8 @@ and properties. * `context` {UpdateHashContextDependency} * Returns: {void} +Updates the hash with the data contributed by this instance. + #### Static method: `getCompilationHooks(compilation)` * `compilation` {Compilation} @@ -846,12 +1028,12 @@ and properties. #### Static method: `getSourceBasicTypes(module)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. * `module` {Module} * Returns: {ReadonlySet} -In webpack 6, call getSourceBasicTypes() directly on the module instance instead of using this static method. +Gets source basic types. *** @@ -870,13 +1052,13 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. #### Static method: `getCompilationHooks(compilation)` -> Stability: 0 - Deprecated +> Stability: 0 - Deprecated: use JsonpChunkLoadingRuntimeModule.getCompilationHooks instead * `compilation` {Compilation} * Returns: {JsonpCompilationPluginHooks} -use JsonpChunkLoadingRuntimeModule.getCompilationHooks instead +Returns hooks. diff --git a/pages/v5.x/webpack/namespaces/webworker.md b/pages/v5.x/webpack/namespaces/webworker.md index 3d4c391..87fd821 100644 --- a/pages/v5.x/webpack/namespaces/webworker.md +++ b/pages/v5.x/webpack/namespaces/webworker.md @@ -15,4 +15,4 @@ * `compiler` {Compiler} * Returns: {void} -Apply the plugin +Applies the plugin by registering its hooks on the compiler. From 4971fb47409a158374e857bf28713b698e35555a Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sat, 11 Apr 2026 04:35:47 +0000 Subject: [PATCH 16/17] chore: sync webpack docs to 9211be0f7a04feb45e1074e6cf848a657dd82ebc --- HEAD_COMMIT | 2 +- pages/v5.x/globals.md | 111 ++++++++++++++++++ pages/v5.x/webpack/namespaces/dependencies.md | 2 + pages/v5.x/webpack/namespaces/esm.md | 6 + pages/v5.x/webpack/namespaces/javascript.md | 6 + pages/v5.x/webpack/namespaces/library.md | 2 + pages/v5.x/webpack/namespaces/runtime.md | 12 ++ pages/v5.x/webpack/namespaces/util/index.md | 19 +++ .../namespaces/util/namespaces/runtime.md | 6 + pages/v5.x/webpack/namespaces/web.md | 12 ++ 10 files changed, 177 insertions(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index bc49caa..2eaf5a7 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -34188eadc201fd132a9939c0d0e98d29ca4d9cf9 +9211be0f7a04feb45e1074e6cf848a657dd82ebc diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index 8785671..fb362e4 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -345,24 +345,32 @@ Disconnects from groups. Gets all async chunks. +Gets all async chunks. + #### `getAllInitialChunks()` * Returns: {Set} Gets all initial chunks. +Gets all initial chunks. + #### `getAllReferencedAsyncEntrypoints()` * Returns: {Set} Gets all referenced async entrypoints. +Gets all referenced async entrypoints. + #### `getAllReferencedChunks()` * Returns: {Set} Gets all referenced chunks. +Gets all referenced chunks. + #### `getChildIdsByOrders(chunkGraph[, filterFn])` * `chunkGraph` {ChunkGraph} @@ -371,6 +379,8 @@ Gets all referenced chunks. Gets child ids by orders. +Gets child ids by orders. + #### `getChildIdsByOrdersMap(chunkGraph[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -797,6 +807,8 @@ Gets chunk condition map. Gets chunk dependent hash modules iterable. +Gets chunk dependent hash modules iterable. + #### `getChunkEntryDependentChunksIterable(chunk)` * `chunk` {Chunk} @@ -804,6 +816,8 @@ Gets chunk dependent hash modules iterable. Gets chunk entry dependent chunks iterable. +Gets chunk entry dependent chunks iterable. + #### `getChunkEntryModulesIterable(chunk)` * `chunk` {Chunk} @@ -811,6 +825,8 @@ Gets chunk entry dependent chunks iterable. Gets chunk entry modules iterable. +Gets chunk entry modules iterable. + #### `getChunkEntryModulesWithChunkGroupIterable(chunk)` * `chunk` {Chunk} @@ -818,6 +834,8 @@ Gets chunk entry modules iterable. Gets chunk entry modules with chunk group iterable. +Gets chunk entry modules with chunk group iterable. + #### `getChunkFullHashModulesIterable(chunk)` * `chunk` {Chunk} @@ -825,6 +843,8 @@ Gets chunk entry modules with chunk group iterable. Gets chunk full hash modules iterable. +Gets chunk full hash modules iterable. + #### `getChunkFullHashModulesSet(chunk)` * `chunk` {Chunk} @@ -832,6 +852,8 @@ Gets chunk full hash modules iterable. Gets chunk full hash modules set. +Gets chunk full hash modules set. + #### `getChunkModuleIdMap(chunk, filterFn[, includeAllChunks])` * `chunk` {Chunk} @@ -865,6 +887,8 @@ Gets chunk modules. Gets chunk modules iterable. +Gets chunk modules iterable. + #### `getChunkModulesIterableBySourceType(chunk, sourceType)` * `chunk` {Chunk} @@ -873,6 +897,8 @@ Gets chunk modules iterable. Gets chunk modules iterable by source type. +Gets chunk modules iterable by source type. + #### `getChunkModuleSourceTypes(chunk, module)` * `chunk` {Chunk} @@ -881,6 +907,8 @@ Gets chunk modules iterable by source type. Gets chunk module source types. +Gets chunk module source types. + #### `getChunkModulesSize(chunk)` * `chunk` {Chunk} @@ -895,6 +923,8 @@ Gets chunk modules size. Gets chunk modules sizes. +Gets chunk modules sizes. + #### `getChunkRootModules(chunk)` * `chunk` {Chunk} @@ -916,6 +946,8 @@ Gets chunk runtime modules in order. Gets chunk runtime modules iterable. +Gets chunk runtime modules iterable. + #### `getChunkRuntimeRequirements(chunk)` * `chunk` {Chunk} @@ -923,6 +955,8 @@ Gets chunk runtime modules iterable. Gets chunk runtime requirements. +Gets chunk runtime requirements. + #### `getChunkSize(chunk[, options])` * `chunk` {Chunk} @@ -954,6 +988,8 @@ Gets module chunks. Gets module chunks iterable. +Gets module chunks iterable. + #### `getModuleGraphHash(module, runtime[, withConnections])` * `module` {Module} @@ -995,6 +1031,8 @@ Returns the id of the module. Gets module runtime requirements. +Gets module runtime requirements. + #### `getModuleRuntimes(module)` * `module` {Module} @@ -1009,6 +1047,8 @@ Gets module runtimes. Gets module source types. +Gets module source types. + #### `getNumberOfChunkFullHashModules(chunk)` * `chunk` {Chunk} @@ -1060,6 +1100,8 @@ Gets ordered chunk modules. Gets ordered chunk modules iterable. +Gets ordered chunk modules iterable. + #### `getOrderedChunkModulesIterableBySourceType(chunk, sourceType, comparator)` * `chunk` {Chunk} @@ -1069,6 +1111,8 @@ Gets ordered chunk modules iterable. Gets ordered chunk modules iterable by source type. +Gets ordered chunk modules iterable by source type. + #### `getOrderedModuleChunksIterable(module, sortFn)` * `module` {Module} @@ -1077,6 +1121,8 @@ Gets ordered chunk modules iterable by source type. Gets ordered module chunks iterable. +Gets ordered module chunks iterable. + #### `getRenderedModuleHash(module, runtime)` * `module` {Module} @@ -1092,6 +1138,8 @@ Gets rendered module hash. Gets runtime chunk dependent chunks iterable. +Gets runtime chunk dependent chunks iterable. + #### `getRuntimeId(runtime)` * `runtime` {string} @@ -1106,6 +1154,8 @@ Returns the id of the runtime. Gets tree runtime requirements. +Gets tree runtime requirements. + #### `hasChunkEntryDependentChunks(chunk)` * `chunk` {Chunk} @@ -1396,6 +1446,9 @@ Returns the child chunk groups reachable from this group. Groups child chunk groups by their `*Order` options and sorts each group by descending order and deterministic chunk-group comparison. +Groups child chunk groups by their `*Order` options and sorts each group +by descending order and deterministic chunk-group comparison. + #### `getFiles()` * Returns: {string[]} @@ -1631,6 +1684,9 @@ computing and caching it on first access. Returns the runtime requirements captured during code generation for the requested module/runtime pair. +Returns the runtime requirements captured during code generation for the +requested module/runtime pair. + #### `getSource(module, runtime, sourceType)` * `module` {Module} @@ -2000,6 +2056,8 @@ Processes the provided callback. Returns the asset or undefined when not found. +Returns the asset or undefined when not found. + #### `getAssetPath(filename, data)` * `filename` {TemplatePath} @@ -3057,6 +3115,9 @@ Returns the child chunk groups reachable from this group. Groups child chunk groups by their `*Order` options and sorts each group by descending order and deterministic chunk-group comparison. +Groups child chunk groups by their `*Order` options and sorts each group +by descending order and deterministic chunk-group comparison. + #### `getEntrypointChunk()` * Returns: {Chunk} @@ -3514,6 +3575,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -3567,6 +3630,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -3580,6 +3645,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -3859,6 +3926,8 @@ Returns the estimated size for the requested source type. Returns the source types available for this module. +Returns the source types available for this module. + #### `updateHash(hash, __namedParameters)` * `hash` {Hash} @@ -4000,24 +4069,32 @@ Disconnects from groups. Gets all async chunks. +Gets all async chunks. + #### `getAllInitialChunks()` * Returns: {Set} Gets all initial chunks. +Gets all initial chunks. + #### `getAllReferencedAsyncEntrypoints()` * Returns: {Set} Gets all referenced async entrypoints. +Gets all referenced async entrypoints. + #### `getAllReferencedChunks()` * Returns: {Set} Gets all referenced chunks. +Gets all referenced chunks. + #### `getChildIdsByOrders(chunkGraph[, filterFn])` * `chunkGraph` {ChunkGraph} @@ -4026,6 +4103,8 @@ Gets all referenced chunks. Gets child ids by orders. +Gets child ids by orders. + #### `getChildIdsByOrdersMap(chunkGraph[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -4294,6 +4373,8 @@ Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextReg Creates an instance of InitFragment. +Creates an instance of InitFragment. + ### Properties * `content` {string|Source} @@ -4779,6 +4860,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -4832,6 +4915,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -4845,6 +4930,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -5190,6 +5277,8 @@ Returns info about the exports. Gets incoming connections. +Gets incoming connections. + #### `getIncomingConnectionsByOriginModule(module)` * `module` {Module} @@ -5197,6 +5286,8 @@ Gets incoming connections. Gets incoming connections by origin module. +Gets incoming connections by origin module. + #### `getIssuer(module)` * `module` {Module} @@ -5246,6 +5337,8 @@ Returns the referencing module. Gets outgoing connections. +Gets outgoing connections. + #### `getOutgoingConnectionsByModule(module)` * `module` {Module} @@ -5253,6 +5346,8 @@ Gets outgoing connections. Gets outgoing connections by module. +Gets outgoing connections by module. + #### `getParentBlock(dependency)` * `dependency` {Dependency} @@ -5332,6 +5427,8 @@ Gets resolved origin. Returns the used exports. +Returns the used exports. + #### `isAsync(module)` * `module` {Module} @@ -6015,6 +6112,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -6072,6 +6171,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -6085,6 +6186,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -6796,6 +6899,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -6855,6 +6960,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -6868,6 +6975,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -7184,6 +7293,8 @@ Gets function content. Gets modules array bounds. +Gets modules array bounds. + #### Static method: `indent(s)` * `s` {string|string[]} diff --git a/pages/v5.x/webpack/namespaces/dependencies.md b/pages/v5.x/webpack/namespaces/dependencies.md index 342e921..3562480 100644 --- a/pages/v5.x/webpack/namespaces/dependencies.md +++ b/pages/v5.x/webpack/namespaces/dependencies.md @@ -257,6 +257,8 @@ Returns the exported names Gets import statement. +Gets import statement. + #### `getImportVar(moduleGraph)` * `moduleGraph` {ModuleGraph} diff --git a/pages/v5.x/webpack/namespaces/esm.md b/pages/v5.x/webpack/namespaces/esm.md index 30d1935..96cc7ab 100644 --- a/pages/v5.x/webpack/namespaces/esm.md +++ b/pages/v5.x/webpack/namespaces/esm.md @@ -219,6 +219,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -278,6 +280,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -291,6 +295,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} diff --git a/pages/v5.x/webpack/namespaces/javascript.md b/pages/v5.x/webpack/namespaces/javascript.md index fb13cce..51b63d7 100644 --- a/pages/v5.x/webpack/namespaces/javascript.md +++ b/pages/v5.x/webpack/namespaces/javascript.md @@ -246,6 +246,8 @@ Processes the provided name. Destructuring assignment properties for. +Destructuring assignment properties for. + #### `detectMode(statements)` * `statements` {ClassDeclaration|FunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration|Directive[]} @@ -285,6 +287,8 @@ Processes the provided declaration. Enter destructuring assignment. +Enter destructuring assignment. + #### `enterIdentifier(pattern, onIdent)` * `pattern` {Identifier} @@ -404,6 +408,8 @@ Gets rename identifier. Returns tag data. +Returns tag data. + #### `getVariableInfo(name)` * `name` {string} diff --git a/pages/v5.x/webpack/namespaces/library.md b/pages/v5.x/webpack/namespaces/library.md index 4e10218..2ed5132 100644 --- a/pages/v5.x/webpack/namespaces/library.md +++ b/pages/v5.x/webpack/namespaces/library.md @@ -20,6 +20,8 @@ Creates an instance of AbstractLibraryPlugin. +Creates an instance of AbstractLibraryPlugin. + ### Properties * `COMMON_LIBRARY_NAME_MESSAGE` {string} diff --git a/pages/v5.x/webpack/namespaces/runtime.md b/pages/v5.x/webpack/namespaces/runtime.md index d8f0f08..4337156 100644 --- a/pages/v5.x/webpack/namespaces/runtime.md +++ b/pages/v5.x/webpack/namespaces/runtime.md @@ -225,6 +225,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -284,6 +286,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -297,6 +301,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -716,6 +722,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -775,6 +783,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -788,6 +798,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} diff --git a/pages/v5.x/webpack/namespaces/util/index.md b/pages/v5.x/webpack/namespaces/util/index.md index 81c7c7b..2d9eac1 100644 --- a/pages/v5.x/webpack/namespaces/util/index.md +++ b/pages/v5.x/webpack/namespaces/util/index.md @@ -28,6 +28,9 @@ Seeds the set with an optional iterable while preparing internal queues for deferred merges. +Seeds the set with an optional iterable while preparing internal queues for +deferred merges. + ### Properties * `size` {number} Returns the number of items after applying any deferred merges. @@ -40,6 +43,8 @@ deferred merges. Returns the default iterator over values after forcing pending merges. +Returns the default iterator over values after forcing pending merges. + #### `add(item)` * `item` {T} @@ -47,6 +52,8 @@ Returns the default iterator over values after forcing pending merges. Adds a single item immediately to the concrete backing set. +Adds a single item immediately to the concrete backing set. + #### `addAll(iterable)` * `iterable` {LazySet|Iterable} @@ -55,6 +62,9 @@ Adds a single item immediately to the concrete backing set. Queues another iterable or lazy set for later merging so large bulk adds can stay cheap until the set is read. +Queues another iterable or lazy set for later merging so large bulk adds +can stay cheap until the set is read. + #### `clear()` * Returns: {void} @@ -76,6 +86,9 @@ contain it. Returns the set's entry iterator and permanently switches future operations to eager merge mode to preserve iterator correctness. +Returns the set's entry iterator and permanently switches future +operations to eager merge mode to preserve iterator correctness. + #### `forEach(callbackFn, thisArg)` ###### K @@ -101,6 +114,8 @@ Checks whether an item is present after applying any deferred merges. Returns the key iterator, eagerly materializing pending merges first. +Returns the key iterator, eagerly materializing pending merges first. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} @@ -115,6 +130,8 @@ serialization stream. Returns the value iterator, eagerly materializing pending merges first. +Returns the value iterator, eagerly materializing pending merges first. + #### Static method: `deserialize(__namedParameters)` ###### T @@ -125,6 +142,8 @@ Returns the value iterator, eagerly materializing pending merges first. Restores a `LazySet` from serialized item data. +Restores a `LazySet` from serialized item data. + *** ## `cleverMerge` diff --git a/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md b/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md index 06bba7e..cf4d610 100644 --- a/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md +++ b/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md @@ -28,6 +28,8 @@ Creates an instance of RuntimeSpecMap. +Creates an instance of RuntimeSpecMap. + ### Properties * `size` {number} @@ -89,6 +91,8 @@ Processes the provided runtime. Returns values. +Returns values. + *** ## Class: `RuntimeSpecSet` @@ -114,6 +118,8 @@ Creates an instance of RuntimeSpecSet. Returns iterable iterator. +Returns iterable iterator. + #### `add(runtime)` * `runtime` {RuntimeSpec} diff --git a/pages/v5.x/webpack/namespaces/web.md b/pages/v5.x/webpack/namespaces/web.md index 6571019..81d8d1e 100644 --- a/pages/v5.x/webpack/namespaces/web.md +++ b/pages/v5.x/webpack/namespaces/web.md @@ -217,6 +217,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -276,6 +278,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -289,6 +293,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -759,6 +765,8 @@ Returns the reason this module cannot be concatenated, when one exists. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -818,6 +826,8 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -831,6 +841,8 @@ This data will be passed to restoreFromUnsafeCache later. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} From 009cfeb90654c6b0a2aab31b4cab23db3b53fc80 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sun, 12 Apr 2026 04:53:55 +0000 Subject: [PATCH 17/17] chore: sync webpack docs to 9211be0f7a04feb45e1074e6cf848a657dd82ebc --- pages/v5.x/globals.md | 111 ++++++++++++++++++ pages/v5.x/webpack/namespaces/dependencies.md | 2 + pages/v5.x/webpack/namespaces/esm.md | 6 + pages/v5.x/webpack/namespaces/javascript.md | 6 + pages/v5.x/webpack/namespaces/library.md | 2 + pages/v5.x/webpack/namespaces/runtime.md | 12 ++ pages/v5.x/webpack/namespaces/util/index.md | 19 +++ .../namespaces/util/namespaces/runtime.md | 6 + pages/v5.x/webpack/namespaces/web.md | 12 ++ 9 files changed, 176 insertions(+) diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index fb362e4..2cc741c 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -347,6 +347,8 @@ Gets all async chunks. Gets all async chunks. +Gets all async chunks. + #### `getAllInitialChunks()` * Returns: {Set} @@ -355,6 +357,8 @@ Gets all initial chunks. Gets all initial chunks. +Gets all initial chunks. + #### `getAllReferencedAsyncEntrypoints()` * Returns: {Set} @@ -363,6 +367,8 @@ Gets all referenced async entrypoints. Gets all referenced async entrypoints. +Gets all referenced async entrypoints. + #### `getAllReferencedChunks()` * Returns: {Set} @@ -371,6 +377,8 @@ Gets all referenced chunks. Gets all referenced chunks. +Gets all referenced chunks. + #### `getChildIdsByOrders(chunkGraph[, filterFn])` * `chunkGraph` {ChunkGraph} @@ -381,6 +389,8 @@ Gets child ids by orders. Gets child ids by orders. +Gets child ids by orders. + #### `getChildIdsByOrdersMap(chunkGraph[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -809,6 +819,8 @@ Gets chunk dependent hash modules iterable. Gets chunk dependent hash modules iterable. +Gets chunk dependent hash modules iterable. + #### `getChunkEntryDependentChunksIterable(chunk)` * `chunk` {Chunk} @@ -818,6 +830,8 @@ Gets chunk entry dependent chunks iterable. Gets chunk entry dependent chunks iterable. +Gets chunk entry dependent chunks iterable. + #### `getChunkEntryModulesIterable(chunk)` * `chunk` {Chunk} @@ -827,6 +841,8 @@ Gets chunk entry modules iterable. Gets chunk entry modules iterable. +Gets chunk entry modules iterable. + #### `getChunkEntryModulesWithChunkGroupIterable(chunk)` * `chunk` {Chunk} @@ -836,6 +852,8 @@ Gets chunk entry modules with chunk group iterable. Gets chunk entry modules with chunk group iterable. +Gets chunk entry modules with chunk group iterable. + #### `getChunkFullHashModulesIterable(chunk)` * `chunk` {Chunk} @@ -845,6 +863,8 @@ Gets chunk full hash modules iterable. Gets chunk full hash modules iterable. +Gets chunk full hash modules iterable. + #### `getChunkFullHashModulesSet(chunk)` * `chunk` {Chunk} @@ -854,6 +874,8 @@ Gets chunk full hash modules set. Gets chunk full hash modules set. +Gets chunk full hash modules set. + #### `getChunkModuleIdMap(chunk, filterFn[, includeAllChunks])` * `chunk` {Chunk} @@ -889,6 +911,8 @@ Gets chunk modules iterable. Gets chunk modules iterable. +Gets chunk modules iterable. + #### `getChunkModulesIterableBySourceType(chunk, sourceType)` * `chunk` {Chunk} @@ -899,6 +923,8 @@ Gets chunk modules iterable by source type. Gets chunk modules iterable by source type. +Gets chunk modules iterable by source type. + #### `getChunkModuleSourceTypes(chunk, module)` * `chunk` {Chunk} @@ -909,6 +935,8 @@ Gets chunk module source types. Gets chunk module source types. +Gets chunk module source types. + #### `getChunkModulesSize(chunk)` * `chunk` {Chunk} @@ -925,6 +953,8 @@ Gets chunk modules sizes. Gets chunk modules sizes. +Gets chunk modules sizes. + #### `getChunkRootModules(chunk)` * `chunk` {Chunk} @@ -948,6 +978,8 @@ Gets chunk runtime modules iterable. Gets chunk runtime modules iterable. +Gets chunk runtime modules iterable. + #### `getChunkRuntimeRequirements(chunk)` * `chunk` {Chunk} @@ -957,6 +989,8 @@ Gets chunk runtime requirements. Gets chunk runtime requirements. +Gets chunk runtime requirements. + #### `getChunkSize(chunk[, options])` * `chunk` {Chunk} @@ -990,6 +1024,8 @@ Gets module chunks iterable. Gets module chunks iterable. +Gets module chunks iterable. + #### `getModuleGraphHash(module, runtime[, withConnections])` * `module` {Module} @@ -1033,6 +1069,8 @@ Gets module runtime requirements. Gets module runtime requirements. +Gets module runtime requirements. + #### `getModuleRuntimes(module)` * `module` {Module} @@ -1049,6 +1087,8 @@ Gets module source types. Gets module source types. +Gets module source types. + #### `getNumberOfChunkFullHashModules(chunk)` * `chunk` {Chunk} @@ -1102,6 +1142,8 @@ Gets ordered chunk modules iterable. Gets ordered chunk modules iterable. +Gets ordered chunk modules iterable. + #### `getOrderedChunkModulesIterableBySourceType(chunk, sourceType, comparator)` * `chunk` {Chunk} @@ -1113,6 +1155,8 @@ Gets ordered chunk modules iterable by source type. Gets ordered chunk modules iterable by source type. +Gets ordered chunk modules iterable by source type. + #### `getOrderedModuleChunksIterable(module, sortFn)` * `module` {Module} @@ -1123,6 +1167,8 @@ Gets ordered module chunks iterable. Gets ordered module chunks iterable. +Gets ordered module chunks iterable. + #### `getRenderedModuleHash(module, runtime)` * `module` {Module} @@ -1140,6 +1186,8 @@ Gets runtime chunk dependent chunks iterable. Gets runtime chunk dependent chunks iterable. +Gets runtime chunk dependent chunks iterable. + #### `getRuntimeId(runtime)` * `runtime` {string} @@ -1156,6 +1204,8 @@ Gets tree runtime requirements. Gets tree runtime requirements. +Gets tree runtime requirements. + #### `hasChunkEntryDependentChunks(chunk)` * `chunk` {Chunk} @@ -1449,6 +1499,9 @@ by descending order and deterministic chunk-group comparison. Groups child chunk groups by their `*Order` options and sorts each group by descending order and deterministic chunk-group comparison. +Groups child chunk groups by their `*Order` options and sorts each group +by descending order and deterministic chunk-group comparison. + #### `getFiles()` * Returns: {string[]} @@ -1687,6 +1740,9 @@ requested module/runtime pair. Returns the runtime requirements captured during code generation for the requested module/runtime pair. +Returns the runtime requirements captured during code generation for the +requested module/runtime pair. + #### `getSource(module, runtime, sourceType)` * `module` {Module} @@ -2058,6 +2114,8 @@ Returns the asset or undefined when not found. Returns the asset or undefined when not found. +Returns the asset or undefined when not found. + #### `getAssetPath(filename, data)` * `filename` {TemplatePath} @@ -3118,6 +3176,9 @@ by descending order and deterministic chunk-group comparison. Groups child chunk groups by their `*Order` options and sorts each group by descending order and deterministic chunk-group comparison. +Groups child chunk groups by their `*Order` options and sorts each group +by descending order and deterministic chunk-group comparison. + #### `getEntrypointChunk()` * Returns: {Chunk} @@ -3577,6 +3638,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -3632,6 +3695,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -3647,6 +3712,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -3928,6 +3995,8 @@ Returns the source types available for this module. Returns the source types available for this module. +Returns the source types available for this module. + #### `updateHash(hash, __namedParameters)` * `hash` {Hash} @@ -4071,6 +4140,8 @@ Gets all async chunks. Gets all async chunks. +Gets all async chunks. + #### `getAllInitialChunks()` * Returns: {Set} @@ -4079,6 +4150,8 @@ Gets all initial chunks. Gets all initial chunks. +Gets all initial chunks. + #### `getAllReferencedAsyncEntrypoints()` * Returns: {Set} @@ -4087,6 +4160,8 @@ Gets all referenced async entrypoints. Gets all referenced async entrypoints. +Gets all referenced async entrypoints. + #### `getAllReferencedChunks()` * Returns: {Set} @@ -4095,6 +4170,8 @@ Gets all referenced chunks. Gets all referenced chunks. +Gets all referenced chunks. + #### `getChildIdsByOrders(chunkGraph[, filterFn])` * `chunkGraph` {ChunkGraph} @@ -4105,6 +4182,8 @@ Gets child ids by orders. Gets child ids by orders. +Gets child ids by orders. + #### `getChildIdsByOrdersMap(chunkGraph[, includeDirectChildren][, filterFn])` * `chunkGraph` {ChunkGraph} @@ -4375,6 +4454,8 @@ Creates an instance of InitFragment. Creates an instance of InitFragment. +Creates an instance of InitFragment. + ### Properties * `content` {string|Source} @@ -4862,6 +4943,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -4917,6 +5000,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -4932,6 +5017,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -5279,6 +5366,8 @@ Gets incoming connections. Gets incoming connections. +Gets incoming connections. + #### `getIncomingConnectionsByOriginModule(module)` * `module` {Module} @@ -5288,6 +5377,8 @@ Gets incoming connections by origin module. Gets incoming connections by origin module. +Gets incoming connections by origin module. + #### `getIssuer(module)` * `module` {Module} @@ -5339,6 +5430,8 @@ Gets outgoing connections. Gets outgoing connections. +Gets outgoing connections. + #### `getOutgoingConnectionsByModule(module)` * `module` {Module} @@ -5348,6 +5441,8 @@ Gets outgoing connections by module. Gets outgoing connections by module. +Gets outgoing connections by module. + #### `getParentBlock(dependency)` * `dependency` {Dependency} @@ -5429,6 +5524,8 @@ Returns the used exports. Returns the used exports. +Returns the used exports. + #### `isAsync(module)` * `module` {Module} @@ -6114,6 +6211,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -6173,6 +6272,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -6188,6 +6289,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -6901,6 +7004,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -6962,6 +7067,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -6977,6 +7084,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -7295,6 +7404,8 @@ Gets modules array bounds. Gets modules array bounds. +Gets modules array bounds. + #### Static method: `indent(s)` * `s` {string|string[]} diff --git a/pages/v5.x/webpack/namespaces/dependencies.md b/pages/v5.x/webpack/namespaces/dependencies.md index 3562480..239e6e3 100644 --- a/pages/v5.x/webpack/namespaces/dependencies.md +++ b/pages/v5.x/webpack/namespaces/dependencies.md @@ -259,6 +259,8 @@ Gets import statement. Gets import statement. +Gets import statement. + #### `getImportVar(moduleGraph)` * `moduleGraph` {ModuleGraph} diff --git a/pages/v5.x/webpack/namespaces/esm.md b/pages/v5.x/webpack/namespaces/esm.md index 96cc7ab..27c9091 100644 --- a/pages/v5.x/webpack/namespaces/esm.md +++ b/pages/v5.x/webpack/namespaces/esm.md @@ -221,6 +221,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -282,6 +284,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -297,6 +301,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} diff --git a/pages/v5.x/webpack/namespaces/javascript.md b/pages/v5.x/webpack/namespaces/javascript.md index 51b63d7..96a0659 100644 --- a/pages/v5.x/webpack/namespaces/javascript.md +++ b/pages/v5.x/webpack/namespaces/javascript.md @@ -248,6 +248,8 @@ Destructuring assignment properties for. Destructuring assignment properties for. +Destructuring assignment properties for. + #### `detectMode(statements)` * `statements` {ClassDeclaration|FunctionDeclaration|ImportDeclaration|ExportNamedDeclaration|ExportDefaultDeclaration|ExportAllDeclaration|ExpressionStatement|BlockStatement|StaticBlock|EmptyStatement|DebuggerStatement|WithStatement|ReturnStatement|LabeledStatement|BreakStatement|ContinueStatement|IfStatement|SwitchStatement|ThrowStatement|TryStatement|WhileStatement|DoWhileStatement|ForStatement|ForInStatement|ForOfStatement|VariableDeclaration|Directive[]} @@ -289,6 +291,8 @@ Enter destructuring assignment. Enter destructuring assignment. +Enter destructuring assignment. + #### `enterIdentifier(pattern, onIdent)` * `pattern` {Identifier} @@ -410,6 +414,8 @@ Returns tag data. Returns tag data. +Returns tag data. + #### `getVariableInfo(name)` * `name` {string} diff --git a/pages/v5.x/webpack/namespaces/library.md b/pages/v5.x/webpack/namespaces/library.md index 2ed5132..f65e516 100644 --- a/pages/v5.x/webpack/namespaces/library.md +++ b/pages/v5.x/webpack/namespaces/library.md @@ -22,6 +22,8 @@ Creates an instance of AbstractLibraryPlugin. Creates an instance of AbstractLibraryPlugin. +Creates an instance of AbstractLibraryPlugin. + ### Properties * `COMMON_LIBRARY_NAME_MESSAGE` {string} diff --git a/pages/v5.x/webpack/namespaces/runtime.md b/pages/v5.x/webpack/namespaces/runtime.md index 4337156..b488599 100644 --- a/pages/v5.x/webpack/namespaces/runtime.md +++ b/pages/v5.x/webpack/namespaces/runtime.md @@ -227,6 +227,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -288,6 +290,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -303,6 +307,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -724,6 +730,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -785,6 +793,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -800,6 +810,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} diff --git a/pages/v5.x/webpack/namespaces/util/index.md b/pages/v5.x/webpack/namespaces/util/index.md index 2d9eac1..fa582cf 100644 --- a/pages/v5.x/webpack/namespaces/util/index.md +++ b/pages/v5.x/webpack/namespaces/util/index.md @@ -31,6 +31,9 @@ deferred merges. Seeds the set with an optional iterable while preparing internal queues for deferred merges. +Seeds the set with an optional iterable while preparing internal queues for +deferred merges. + ### Properties * `size` {number} Returns the number of items after applying any deferred merges. @@ -45,6 +48,8 @@ Returns the default iterator over values after forcing pending merges. Returns the default iterator over values after forcing pending merges. +Returns the default iterator over values after forcing pending merges. + #### `add(item)` * `item` {T} @@ -54,6 +59,8 @@ Adds a single item immediately to the concrete backing set. Adds a single item immediately to the concrete backing set. +Adds a single item immediately to the concrete backing set. + #### `addAll(iterable)` * `iterable` {LazySet|Iterable} @@ -65,6 +72,9 @@ can stay cheap until the set is read. Queues another iterable or lazy set for later merging so large bulk adds can stay cheap until the set is read. +Queues another iterable or lazy set for later merging so large bulk adds +can stay cheap until the set is read. + #### `clear()` * Returns: {void} @@ -89,6 +99,9 @@ operations to eager merge mode to preserve iterator correctness. Returns the set's entry iterator and permanently switches future operations to eager merge mode to preserve iterator correctness. +Returns the set's entry iterator and permanently switches future +operations to eager merge mode to preserve iterator correctness. + #### `forEach(callbackFn, thisArg)` ###### K @@ -116,6 +129,8 @@ Returns the key iterator, eagerly materializing pending merges first. Returns the key iterator, eagerly materializing pending merges first. +Returns the key iterator, eagerly materializing pending merges first. + #### `serialize(__namedParameters)` * `__namedParameters` {ObjectSerializerContext} @@ -132,6 +147,8 @@ Returns the value iterator, eagerly materializing pending merges first. Returns the value iterator, eagerly materializing pending merges first. +Returns the value iterator, eagerly materializing pending merges first. + #### Static method: `deserialize(__namedParameters)` ###### T @@ -144,6 +161,8 @@ Restores a `LazySet` from serialized item data. Restores a `LazySet` from serialized item data. +Restores a `LazySet` from serialized item data. + *** ## `cleverMerge` diff --git a/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md b/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md index cf4d610..1121819 100644 --- a/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md +++ b/pages/v5.x/webpack/namespaces/util/namespaces/runtime.md @@ -30,6 +30,8 @@ Creates an instance of RuntimeSpecMap. Creates an instance of RuntimeSpecMap. +Creates an instance of RuntimeSpecMap. + ### Properties * `size` {number} @@ -93,6 +95,8 @@ Returns values. Returns values. +Returns values. + *** ## Class: `RuntimeSpecSet` @@ -120,6 +124,8 @@ Returns iterable iterator. Returns iterable iterator. +Returns iterable iterator. + #### `add(runtime)` * `runtime` {RuntimeSpec} diff --git a/pages/v5.x/webpack/namespaces/web.md b/pages/v5.x/webpack/namespaces/web.md index 81d8d1e..f9d3331 100644 --- a/pages/v5.x/webpack/namespaces/web.md +++ b/pages/v5.x/webpack/namespaces/web.md @@ -219,6 +219,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -280,6 +282,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -295,6 +299,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean} @@ -767,6 +773,8 @@ Returns list of errors if any. Returns list of errors if any. +Returns list of errors if any. + #### `getExportsType(moduleGraph[, strict])` * `moduleGraph` {ModuleGraph} @@ -828,6 +836,8 @@ Returns the source types this module can generate. Returns the source types this module can generate. +Returns the source types this module can generate. + #### `getUnsafeCacheData()` * Returns: {UnsafeCacheData} @@ -843,6 +853,8 @@ Returns list of warnings if any. Returns list of warnings if any. +Returns list of warnings if any. + #### `hasChunkCondition()` * Returns: {boolean}