| | |
| | | |
| | | module.exports = class RequireIncludeDependencyParserPlugin { |
| | | /** |
| | | * Creates an instance of RequireIncludeDependencyParserPlugin. |
| | | * @param {boolean} warn true: warn about deprecation, false: don't warn |
| | | */ |
| | | constructor(warn) { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Applies the plugin by registering its hooks on the compiler. |
| | | * @param {JavascriptParser} parser the parser |
| | | * @returns {void} |
| | | */ |
| | |
| | | |
| | | class RequireIncludeDeprecationWarning extends WebpackError { |
| | | /** |
| | | * Creates an instance of RequireIncludeDeprecationWarning. |
| | | * @param {DependencyLocation} loc location |
| | | */ |
| | | constructor(loc) { |