Skip to content

Commit 342092f

Browse files
committed
chore: bump @node-core/doc-kit to 1.3.0, regenerate pages
1.3.0 includes intersection type support (splitByOuterSeparator), so AssetInfo and other intersection types now render with & instead of |.
1 parent eee06ec commit 342092f

4 files changed

Lines changed: 60 additions & 56 deletions

File tree

package-lock.json

Lines changed: 13 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prepare": "husky"
1111
},
1212
"dependencies": {
13-
"@node-core/doc-kit": "^1.2.0",
13+
"@node-core/doc-kit": "^1.3.0",
1414
"semver": "^7.7.4",
1515
"typedoc": "^0.28.18",
1616
"typedoc-plugin-markdown": "^4.11.0",

pages/v5.x/globals.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,14 +3015,14 @@ and properties.
30153015

30163016
#### `new ExternalsPlugin(type, externals)`
30173017

3018-
* `type` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"jsonp"|"system"|"commonjs"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"|object}
3018+
* `type` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"commonjs"|"jsonp"|"system"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"|object}
30193019
* `externals` {Externals}
30203020
* Returns: {ExternalsPlugin}
30213021

30223022
### Properties
30233023

30243024
* `externals` {Externals}
3025-
* `type` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"jsonp"|"system"|"commonjs"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"|object}
3025+
* `type` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"commonjs"|"jsonp"|"system"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"|object}
30263026

30273027
### Methods
30283028

@@ -5836,7 +5836,7 @@ Apply the plugin
58365836

58375837
### Indexable
58385838

5839-
\[`index`: {number}\]: {object}
5839+
> \[`index`: {number}\]: {object}
58405840
58415841
### Constructors
58425842

@@ -6205,7 +6205,7 @@ Options object as provided by the user.
62056205
* `extends` {string|string[]} Extend configuration from another configuration (only works when using webpack-cli).
62066206
* `externals` {string|RegExp|ExternalItemObjectKnown&ExternalItemObjectUnknown|object|object|ExternalItem[]} Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on `output.libraryTarget`.
62076207
* `externalsPresets` {ExternalsPresets} Enable presets of externals for specific targets.
6208-
* `externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"jsonp"|"system"|"commonjs"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
6208+
* `externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"commonjs"|"jsonp"|"system"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
62096209
* `ignoreWarnings` {RegExp|object|object[]} Ignore specific warnings.
62106210
* `infrastructureLogging` {InfrastructureLogging} Options for infrastructure level logging.
62116211
* `loader` {Loader} Custom values available in the loader context.
@@ -6238,7 +6238,7 @@ Multiple entry bundles are created. The key is the entry name. The value can be
62386238

62396239
### Indexable
62406240

6241-
\[`index`: {string}\]: {string|string[]|EntryDescription}
6241+
> \[`index`: {string}\]: {string|string[]|EntryDescription}
62426242
62436243
***
62446244

@@ -6270,7 +6270,7 @@ If an dependency matches exactly a property of the object, the property value is
62706270

62716271
### Indexable
62726272

6273-
\[`index`: {string}\]: {ExternalItemValue}
6273+
> \[`index`: {string}\]: {ExternalItemValue}
62746274
62756275
***
62766276

@@ -6812,7 +6812,7 @@ Normalized webpack options object.
68126812
* `experiments` {ExperimentsNormalized} Enables/Disables experiments (experimental features with relax SemVer compatibility).
68136813
* `externals` {Externals} Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on `output.libraryTarget`.
68146814
* `externalsPresets` {ExternalsPresets} Enable presets of externals for specific targets.
6815-
* `externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"jsonp"|"system"|"commonjs"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
6815+
* `externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"commonjs"|"jsonp"|"system"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
68166816
* `ignoreWarnings` {object[]} Ignore specific warnings.
68176817
* `infrastructureLogging` {InfrastructureLogging} Options for infrastructure level logging.
68186818
* `loader` {Loader} Custom values available in the loader context.
@@ -6844,7 +6844,7 @@ Plugin instance.
68446844

68456845
### Indexable
68466846

6847-
\[`index`: {string}\]: {any}
6847+
> \[`index`: {string}\]: {any}
68486848
68496849
### Properties
68506850

@@ -7029,21 +7029,23 @@ Plugin instance.
70297029

70307030
> **ResolvePluginInstance** = {object|object}
70317031
7032-
### Type Declaration
7032+
### Union Members
7033+
7034+
#### Type Literal
70337035

70347036
{object}
70357037

7036-
### Index Signature
7038+
#### Index Signature
70377039

70387040
\[`index`: {string}\]: {any}
70397041

70407042
* `apply` {object} The run point of the plugin, required method.
70417043

7042-
{object}
7044+
***
70437045

7044-
* `this` {Resolver}
7045-
* `arg1` {Resolver}
7046-
* Returns: {void}
7046+
#### Function
7047+
7048+
{object}
70477049

70487050
***
70497051

@@ -7063,14 +7065,22 @@ Plugin instance.
70637065

70647066
> **RuleSetUse** = {string|undefined|null|string|false|0|RuleSetUseFunction|object[]|RuleSetUseFunction|object}
70657067
7066-
### Type Declaration
7068+
### Union Members
70677069

70687070
{string}
70697071

7072+
***
7073+
70707074
{undefined|null|string|false|0|RuleSetUseFunction|object[]}
70717075

7076+
***
7077+
70727078
{RuleSetUseFunction}
70737079

7080+
***
7081+
7082+
#### Type Literal
7083+
70747084
{object}
70757085

70767086
* `ident` {string} Unique loader options identifier.
@@ -7092,12 +7102,18 @@ Plugin instance.
70927102

70937103
> **RuleSetUseItem** = {string|RuleSetUseFunction|object}
70947104
7095-
### Type Declaration
7105+
### Union Members
70967106

70977107
{string}
70987108

7109+
***
7110+
70997111
{RuleSetUseFunction}
71007112

7113+
***
7114+
7115+
#### Type Literal
7116+
71017117
{object}
71027118

71037119
* `ident` {string} Unique loader options identifier.

0 commit comments

Comments
 (0)