diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 0f63443..8dfb4d1 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -b5499e05b0c1c2847545a610cbaea3d352328d3d \ No newline at end of file +91aa5daf7738a8e41297120a89b75836a192391d diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index c95e5ed..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)` @@ -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/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 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", 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)`