Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HEAD_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5499e05b0c1c2847545a610cbaea3d352328d3d
0b60f1cba10640d886510999c1bfbca5f4ba7ab6
28 changes: 19 additions & 9 deletions pages/v5.x/_media/WORKING_GROUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** <<me@aviv.sh>> (he/him)
- [@hai-x](https://github.com/hai-x) -
**hai-x** <<haijie0619@gmail.com>>
- [@jhnns](https://github.com/jhnns) -
**Johannes Ewald** <<mail@johannesewald.de>> (he/him)
- [@joshwiens](https://github.com/joshwiens) -
**Joshua Wiens** <<joshuaw@easymetrics.com>>
- [@sokra](https://github.com/sokra) -
**Tobias Koppers** <<tobias.koppers@googlemail.com>>
- [@snitin315](https://github.com/snitin315) -
**Nitin Kumar** <<snitin315@gmail.com>> (he/him)
- [thelarkinn](https://github.com/thelarkinn) -
**Sean Larkin** <<selarkin@microsoft.com>> (he/him)
- [jhnns](https://github.com/jhnns) -
**Johannes Ewald** <<mail@johannesewald.de>>
- [sokra](https://github.com/sokra) -
**Tobias Koppers** <<jackworks@protonmail.co>>
- [spacek33z](https://github.com/spacek33z) -
**Kees Kluskens** <<kees@webduck.nl>>
- [@spacek33z](https://github.com/spacek33z) -
**Kees Kluskens** <<kees@kees.im>>
- [@thelarkinn](https://github.com/thelarkinn) -
**Sean Larkin** <<selarkin@microsoft.com>>
- [@xiaoxiaojx](https://github.com/xiaoxiaojx) -
**Xiao** <<784487301@qq.com>> (he/him)

## Communication

Expand Down
94 changes: 3 additions & 91 deletions pages/v5.x/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ Apply the plugin

#### `get(identifier, etag, callback)`

###### T

`T`
* `identifier` {string}
* `etag` {Etag}
* `callback` {CallbackCacheCache<T>}
Expand All @@ -192,9 +189,6 @@ Apply the plugin

#### `store(identifier, etag, data, callback)`

###### T

`T`
* `identifier` {string}
* `etag` {Etag}
* `data` {T}
Expand Down Expand Up @@ -1857,9 +1851,6 @@ Fetches a module from a compilation by its identifier

#### `validate(schema, value[, options][, check])`

###### T

`T` *extends* {object|object[]} = {object}
* `schema` {JSONSchema4|ExtendedSchema|JSONSchema6|ExtendedSchema|JSONSchema7|ExtendedSchema|object}
* `value` {T}
* `options` {ValidationErrorConfiguration}
Expand Down Expand Up @@ -2087,13 +2078,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)`

Expand Down Expand Up @@ -3418,17 +3409,10 @@ Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextReg

### Type Parameters

#### GenerateContext

`GenerateContext`

### Constructors

#### `new InitFragment(content, stage, position[, key][, endContent])`

###### GenerateContext

`GenerateContext`
* `content` {string|Source}
* `stage` {number}
* `position` {number}
Expand Down Expand Up @@ -3475,9 +3459,6 @@ Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextReg

#### Static method: `addToSource(source, initFragments, context)`

###### Context

`Context`
* `source` {Source}
* `initFragments` {MaybeMergeableInitFragment<Context>[]}
* `context` {Context}
Expand Down Expand Up @@ -4095,13 +4076,6 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead

#### `cached(fn, args)`

###### T

`T` *extends* {any[]}

###### R

`R`
* `fn` {object}
* `args` {T}
* Returns: {R}
Expand All @@ -4121,17 +4095,6 @@ In webpack 6, call getSourceBasicTypes() directly on the module instance instead

#### `dependencyCacheProvide(dependency, args)`

###### D

`D` *extends* {Dependency}

###### ARGS

`ARGS` *extends* {any[]}

###### R

`R`
* `dependency` {D}
* `args` {Tuple<ARGS, unknown>}
* Returns: {R}
Expand Down Expand Up @@ -6488,14 +6451,6 @@ Options for library.

### Type Parameters

#### OptionsType

`OptionsType` = {object}

#### ContextAdditions

`ContextAdditions` = {object}

* `this` {NormalModuleLoaderContext<OptionsType>|LoaderRunnerLoaderContext<OptionsType>|LoaderPluginLoaderContext|HotModuleReplacementPluginLoaderContext|ContextAdditions}
* `content` {string}
* `sourceMap` {string|RawSourceMap}
Expand All @@ -6508,14 +6463,6 @@ Options for library.

### Type Parameters

#### OptionsType

`OptionsType` = {object}

#### ContextAdditions

`ContextAdditions` = {object}

### Properties

* `default` {RawLoaderDefinitionFunction<OptionsType, ContextAdditions>|LoaderDefinitionFunction<OptionsType, ContextAdditions>}
Expand Down Expand Up @@ -6649,6 +6596,7 @@ Specify options for each parser.
* `filename` {string}
* `hash` {string}
* `hashWithLength` {object}
* `local` {string}
* `module` {Module|ModulePathData}
* `noChunkHash` {boolean}
* `prepareId` {object}
Expand All @@ -6662,14 +6610,6 @@ Specify options for each parser.

### Type Parameters

#### OptionsType

`OptionsType` = {object}

#### ContextAdditions

`ContextAdditions` = {object}

* `this` {NormalModuleLoaderContext<OptionsType>|LoaderRunnerLoaderContext<OptionsType>|LoaderPluginLoaderContext|HotModuleReplacementPluginLoaderContext|ContextAdditions}
* `remainingRequest` {string}
* `previousRequest` {string}
Expand All @@ -6695,14 +6635,6 @@ Specify options for each parser.

### Type Parameters

#### OptionsType

`OptionsType` = {object}

#### ContextAdditions

`ContextAdditions` = {object}

* `this` {NormalModuleLoaderContext<OptionsType>|LoaderRunnerLoaderContext<OptionsType>|LoaderPluginLoaderContext|HotModuleReplacementPluginLoaderContext|ContextAdditions}
* `content` {Buffer}
* `sourceMap` {string|RawSourceMap}
Expand Down Expand Up @@ -7078,10 +7010,6 @@ Plugin instance.

### Type Parameters

#### OptionsType

`OptionsType`

***

## Type: `LoaderDefinition`
Expand All @@ -7095,14 +7023,6 @@ Plugin instance.

### Type Parameters

#### OptionsType

`OptionsType` = {object}

#### ContextAdditions

`ContextAdditions` = {object}

***

## Type: `MultiConfiguration`
Expand All @@ -7128,14 +7048,6 @@ Plugin instance.

### Type Parameters

#### OptionsType

`OptionsType` = {object}

#### ContextAdditions

`ContextAdditions` = {object}

***

## Type: `RenderManifestEntry`
Expand Down
9 changes: 3 additions & 6 deletions pages/v5.x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,15 @@ or are automatically applied via regex from your webpack configuration.
| Name | Status | Install Size | Description |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | :--------------: | :-------------------------------------------------------------------------------------- |
| <a href="https://github.com/webpack-contrib/html-loader"><img width="48" height="48" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg"></a> | ![html-npm] | ![html-size] | Exports HTML as string, requires references to static resources |
| <a href="https://github.com/pugjs/pug-loader"><img width="48" height="48" src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a> | ![pug-npm] | ![pug-size] | Loads Pug templates and returns a function |
| <a href="https://github.com/webdiscus/pug-loader"><img width="48" height="48" src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a> | ![pug3-npm] | ![pug3-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular |
| <a href="https://github.com/webdiscus/pug-loader"><img width="48" height="48" src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a> | ![pug-npm] | ![pug-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular |
| <a href="https://github.com/peerigon/markdown-loader"><img width="48" height="48" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/markdown/markdown-original.svg"></a> | ![md-npm] | ![md-size] | Compiles Markdown to HTML |
| <a href="https://github.com/posthtml/posthtml-loader"><img width="48" height="48" src="https://posthtml.github.io/posthtml/logo.svg"></a> | ![posthtml-npm] | ![posthtml-size] | Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml) |
| <a href="https://github.com/pcardune/handlebars-loader"><img width="48" height="48" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/handlebars/handlebars-original.svg"></a> | ![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
Expand Down
Loading