From 186166f63d8c41b619a9f4e051158a6fec546257 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Tue, 11 Jun 2019 10:25:27 +0200 Subject: [PATCH] chore: v.3.3.4 --- CHANGELOG.md | 41 ++++++++++++ bin/opencollective.js | 2 +- ...erators_init_generator_.initgenerator.html | 26 ++++---- ...ors_update_generator_.updategenerator.html | 6 +- ...erators_init_generator_.initgenerator.html | 10 +-- ...ators_utils_languagesupport_.langtype.html | 4 +- ...rators_utils_stylesupport_.loadername.html | 10 +-- ...rators_utils_stylesupport_.styleregex.html | 8 +-- ...ators_utils_stylesupport_.stylingtype.html | 8 +-- .../_generators_types_index_.rule.html | 32 +++++----- ...erators_types_index_.schemaproperties.html | 8 +-- ...enerators_types_index_.webpackoptions.html | 52 ++++++++-------- ...enerators_types_index_.webpackresolve.html | 34 +++++----- ...nerators_utils_entry_.customgenerator.html | 8 +-- ...generators_utils_stylesupport_.loader.html | 4 +- docs/interfaces/_info_index_.information.html | 10 +-- ...nerators_utils_entry_.customgenerator.html | 6 +- docs/interfaces/_init_types_index_.error.html | 2 +- .../_init_types_transform_.configuration.html | 6 +- ...it_types_transform_.webpackproperties.html | 8 +-- ...in_loaderoptionsplugin_.loaderoptions.html | 4 +- ..._migrate_migrate_.lazytransformobject.html | 20 +++--- .../_migrate_migrate_.transformsobject.html | 20 +++--- ...rate_types_nodepath_.expressionobject.html | 2 +- .../_migrate_types_nodepath_.jscodeshift.html | 56 ++++++++--------- .../_migrate_types_nodepath_.modulerule.html | 2 +- .../_migrate_types_nodepath_.node.html | 60 +++++++++--------- docs/interfaces/_serve_index_.configtype.html | 8 +-- .../interfaces/_utils_definetest_.module.html | 6 +- .../_utils_modify_config_helper_.config.html | 10 +-- ...modify_config_helper_.transformconfig.html | 6 +- ...utils_package_manager_.spawnfunctions.html | 4 +- ..._utils_resolve_packages_.childprocess.html | 2 +- .../_utils_types_config_.config.html | 10 +-- .../_utils_types_config_.transformconfig.html | 6 +- .../interfaces/_utils_types_error_.error.html | 4 +- ...tils_types_nodepath_.expressionobject.html | 2 +- .../_utils_types_nodepath_.jscodeshift.html | 56 ++++++++--------- .../_utils_types_nodepath_.modulerule.html | 2 +- .../_utils_types_nodepath_.node.html | 62 +++++++++---------- docs/modules/_generate_loader_index_.html | 2 +- docs/modules/_generate_plugin_index_.html | 2 +- .../modules/_generators_addon_generator_.html | 2 +- .../_generators_loader_generator_.html | 4 +- .../_generators_plugin_generator_.html | 2 +- docs/modules/_generators_types_index_.html | 2 +- docs/modules/_generators_utils_entry_.html | 2 +- .../_generators_utils_languagesupport_.html | 14 ++--- docs/modules/_generators_utils_plugins_.html | 6 +- .../_generators_utils_stylesupport_.html | 2 +- docs/modules/_generators_utils_validate_.html | 2 +- .../_generators_utils_webpackconfig_.html | 2 +- docs/modules/_info_index_.html | 4 +- docs/modules/_init_index_.html | 4 +- docs/modules/_init_init_.html | 4 +- .../_migrate_bannerplugin_bannerplugin_.html | 2 +- ...ommonschunkplugin_commonschunkplugin_.html | 4 +- ..._extracttextplugin_extracttextplugin_.html | 4 +- docs/modules/_migrate_index_.html | 6 +- ...deroptionsplugin_loaderoptionsplugin_.html | 2 +- docs/modules/_migrate_loaders_loaders_.html | 2 +- docs/modules/_migrate_migrate_.html | 28 ++++----- ...tionplugin_moduleconcatenationplugin_.html | 2 +- ...amedmodulesplugin_namedmodulesplugin_.html | 2 +- ...tonerrorsplugin_noemitonerrorsplugin_.html | 2 +- .../_migrate_outputpath_outputpath_.html | 4 +- ...catedplugins_removedeprecatedplugins_.html | 2 +- ...te_removejsonloader_removejsonloader_.html | 4 +- docs/modules/_migrate_resolve_resolve_.html | 2 +- docs/modules/_migrate_types_nodepath_.html | 2 +- ...igrate_uglifyjsplugin_uglifyjsplugin_.html | 2 +- docs/modules/_serve_index_.html | 26 ++++---- docs/modules/_utils_ast_utils_.html | 44 ++++++------- docs/modules/_utils_copy_utils_.html | 4 +- docs/modules/_utils_definetest_.html | 6 +- .../modules/_utils_modify_config_helper_.html | 4 +- docs/modules/_utils_npm_exists_.html | 4 +- docs/modules/_utils_npm_packages_exists_.html | 4 +- docs/modules/_utils_package_manager_.html | 16 ++--- docs/modules/_utils_path_utils_.html | 4 +- docs/modules/_utils_prop_types_.html | 2 +- docs/modules/_utils_recursive_parser_.html | 2 +- docs/modules/_utils_resolve_packages_.html | 4 +- docs/modules/_utils_run_prettier_.html | 2 +- docs/modules/_utils_scaffold_.html | 4 +- docs/modules/_utils_types_nodepath_.html | 2 +- docs/modules/_utils_validate_identifier_.html | 22 +++---- docs/modules/_webpack_scaffold_index_.html | 28 ++++----- package-lock.json | 2 +- package.json | 2 +- 90 files changed, 487 insertions(+), 446 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69a63d87b0..10ae06e4a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ + + +# 3.3.4 (2019-06-11) + +[Full Changelog](https://github.com/webpack/webpack-cli/compare/3.3.3...3.3.4) + +## New Features + +- add workbox + offline support ([589253e](https://github.com/webpack/webpack-cli/commit/589253e)) +- better defaults ([77bf564](https://github.com/webpack/webpack-cli/commit/77bf564)) + +## Chore + +- fix prompt ([478340d](https://github.com/webpack/webpack-cli/commit/478340d)) +- improved err msg ([23eddcb](https://github.com/webpack/webpack-cli/commit/23eddcb)) +- removed the commented statement ([bf0efa5](https://github.com/webpack/webpack-cli/commit/bf0efa5)) +- remove unused dep ([7dd8ff2](https://github.com/webpack/webpack-cli/commit/7dd8ff2)) +- fix sec vuln ([545ef3a](https://github.com/webpack/webpack-cli/commit/545ef3a)) +- fix sec vuln ([4760125](https://github.com/webpack/webpack-cli/commit/4760125)) +- readd docs ([830eaf3](https://github.com/webpack/webpack-cli/commit/830eaf3)) +- reset prompting for cmd ([a16f8dc](https://github.com/webpack/webpack-cli/commit/a16f8dc)) +- remove unused file ([a0a06b3](https://github.com/webpack/webpack-cli/commit/a0a06b3)) + +## Docs + +- added auto flag in docs for init command ([dede7d8](https://github.com/webpack/webpack-cli/commit/dede7d8)) + +## Fix + +- module not found error ([a2062f2](https://github.com/webpack/webpack-cli/commit/a2062f2)) +- remove unused pkgs and refactor init generator ([7608d4b](https://github.com/webpack/webpack-cli/commit/7608d4b)) + +## Tests + +- fix failing ones ([d154d0e](https://github.com/webpack/webpack-cli/commit/d154d0e)) + +## Misc + +- finetune 0cjs ([bd2cd86](https://github.com/webpack/webpack-cli/commit/bd2cd86)) +- improve cjs ([60ecc02](https://github.com/webpack/webpack-cli/commit/60ecc02)) + # 3.3.3 (2019-06-07) diff --git a/bin/opencollective.js b/bin/opencollective.js index 044ea80206c..62a14f82482 100644 --- a/bin/opencollective.js +++ b/bin/opencollective.js @@ -22,7 +22,7 @@ function print(str = "", color = "dim") { function printBadge() { console.log("\n"); - print(`${chalk.bold("Thanks for using")} ${chalk.bold.blue("Webpack!")}`); + print(`${chalk.bold("Thanks for using")} ${chalk.bold.blue("webpack!")}`); print(`Please consider donating to our ${chalk.bold.blue("Open Collective")}`); print("to help us maintain this package."); console.log("\n\n"); diff --git a/docs/classes/_generators_init_generator_.initgenerator.html b/docs/classes/_generators_init_generator_.initgenerator.html index 34522995985..5b5f5695335 100644 --- a/docs/classes/_generators_init_generator_.initgenerator.html +++ b/docs/classes/_generators_init_generator_.initgenerator.html @@ -213,7 +213,7 @@

Type aliases

Static Answers

-
Answers: Answers
+
Answers: inquirer.Answers
@@ -438,7 +438,7 @@

Private langType

langType: string
@@ -570,7 +570,7 @@

usingDefaults

usingDefaults: boolean
@@ -1025,7 +1025,7 @@

installPlugins

  • Returns void

    @@ -1469,7 +1469,7 @@

    prompting

  • Returns Promise<void | __type>

    @@ -1870,7 +1870,7 @@

    writing

  • Returns void

    diff --git a/docs/classes/_generators_update_generator_.updategenerator.html b/docs/classes/_generators_update_generator_.updategenerator.html index ca4b518368b..565267ded0b 100644 --- a/docs/classes/_generators_update_generator_.updategenerator.html +++ b/docs/classes/_generators_update_generator_.updategenerator.html @@ -186,7 +186,7 @@

    Type aliases

    Static Answers

    -
    Answers: Answers
    +
    Answers: inquirer.Answers
    @@ -134,7 +134,7 @@

    STYLE

    STYLE: = "style-loader"
    diff --git a/docs/enums/_generators_utils_stylesupport_.styleregex.html b/docs/enums/_generators_utils_stylesupport_.styleregex.html index 1a4f215f91a..1efa069b1d9 100644 --- a/docs/enums/_generators_utils_stylesupport_.styleregex.html +++ b/docs/enums/_generators_utils_stylesupport_.styleregex.html @@ -93,7 +93,7 @@

    CSS

    CSS: = "/.css$/"
    @@ -103,7 +103,7 @@

    LESS

    LESS: = "/.(less|css)$/"
    @@ -113,7 +113,7 @@

    PostCSS

    PostCSS: = "/.css$/"
    @@ -123,7 +123,7 @@

    SASS

    SASS: = "/.(scss|css)$/"
    diff --git a/docs/enums/_generators_utils_stylesupport_.stylingtype.html b/docs/enums/_generators_utils_stylesupport_.stylingtype.html index a5b7cb95009..19d2e3af1c5 100644 --- a/docs/enums/_generators_utils_stylesupport_.stylingtype.html +++ b/docs/enums/_generators_utils_stylesupport_.stylingtype.html @@ -93,7 +93,7 @@

    CSS

    CSS: = "CSS"
    @@ -103,7 +103,7 @@

    LESS

    LESS: = "LESS"
    @@ -113,7 +113,7 @@

    PostCSS

    PostCSS: = "PostCSS"
    @@ -123,7 +123,7 @@

    SASS

    SASS: = "SASS"
    diff --git a/docs/interfaces/_generators_types_index_.rule.html b/docs/interfaces/_generators_types_index_.rule.html index cf6a5841e13..90d986fa8bf 100644 --- a/docs/interfaces/_generators_types_index_.rule.html +++ b/docs/interfaces/_generators_types_index_.rule.html @@ -113,7 +113,7 @@

    Optional compiler

    @@ -123,7 +123,7 @@

    Optional enforce

    enforce: "pre" | "post"
    @@ -133,7 +133,7 @@

    Optional exclude

    @@ -143,7 +143,7 @@

    Optional include

    @@ -153,7 +153,7 @@

    Optional issuer

    @@ -163,7 +163,7 @@

    Optional loader

    loader: string | Function | object
    @@ -173,7 +173,7 @@

    Optional loaders

    loaders: Function[] | object[]
    @@ -183,7 +183,7 @@

    Optional options

    options: object
    @@ -193,7 +193,7 @@

    Optional parser

    parser: object
    @@ -203,7 +203,7 @@

    Optional resource

    @@ -213,7 +213,7 @@

    Optional resourceQueryresourceQuery: IRuleSetCondition @@ -223,7 +223,7 @@

    Optional rules

    rules: object[]
    @@ -233,7 +233,7 @@

    Optional sideEffects

    sideEffects: boolean
    @@ -243,7 +243,7 @@

    Optional test

    @@ -253,7 +253,7 @@

    Optional type

    type: string
    @@ -263,7 +263,7 @@

    Optional use

    use: object | object[] | Function
    diff --git a/docs/interfaces/_generators_types_index_.schemaproperties.html b/docs/interfaces/_generators_types_index_.schemaproperties.html index 9c2fd4f4256..c2cfa61f136 100644 --- a/docs/interfaces/_generators_types_index_.schemaproperties.html +++ b/docs/interfaces/_generators_types_index_.schemaproperties.html @@ -101,7 +101,7 @@

    Optional additionalProper
    additionalProperties: boolean
    @@ -111,7 +111,7 @@

    Optional definitions

    definitions: object
    @@ -121,7 +121,7 @@

    Optional properties

    properties: object
    @@ -131,7 +131,7 @@

    Optional type

    type: string
    diff --git a/docs/interfaces/_generators_types_index_.webpackoptions.html b/docs/interfaces/_generators_types_index_.webpackoptions.html index cb85434d434..0afffca2f5e 100644 --- a/docs/interfaces/_generators_types_index_.webpackoptions.html +++ b/docs/interfaces/_generators_types_index_.webpackoptions.html @@ -123,7 +123,7 @@

    Optional amd

    amd: string
    @@ -133,7 +133,7 @@

    Optional bail

    bail: boolean
    @@ -143,7 +143,7 @@

    Optional cache

    cache: boolean | object
    @@ -153,7 +153,7 @@

    Optional context

    context: string
    @@ -163,7 +163,7 @@

    Optional devServer

    devServer: object
    @@ -319,7 +319,7 @@

    Optional devtool

    devtool: string
    @@ -329,7 +329,7 @@

    Optional entry

    entry: string | object | Function
    @@ -339,7 +339,7 @@

    Optional externals

    externals: string | object | boolean | Function | RegExp
    @@ -349,7 +349,7 @@

    Optional mode

    mode: "development" | "production" | "none" | string
    @@ -359,7 +359,7 @@

    Optional module

    module: object
    @@ -422,7 +422,7 @@

    Optional node

    node: false | true | string | object
    @@ -432,7 +432,7 @@

    Optional optimization

    optimization: object
    @@ -559,7 +559,7 @@

    Optional output

    output: object
    @@ -634,7 +634,7 @@

    Optional parallelism

    parallelism: number
    @@ -644,7 +644,7 @@

    Optional performance

    performance: false | object
    @@ -654,7 +654,7 @@

    Optional plugins

    plugins: object[] | Function[] | string[] | string
    @@ -664,7 +664,7 @@

    Optional profile

    profile: boolean
    @@ -674,7 +674,7 @@

    Optional recordsInputrecordsInputPath: string

    @@ -684,7 +684,7 @@

    Optional recordsOutputrecordsOutputPath: string

    @@ -694,7 +694,7 @@

    Optional recordsPath

    recordsPath: string
    @@ -704,7 +704,7 @@

    Optional resolve

    @@ -714,7 +714,7 @@

    Optional resolveLoaderresolveLoader: WebpackResolve

    @@ -724,7 +724,7 @@

    Optional stats

    stats: string | boolean | object
    @@ -734,7 +734,7 @@

    Optional target

    target: string | Function
    @@ -744,7 +744,7 @@

    Optional watch

    watch: boolean
    @@ -754,7 +754,7 @@

    Optional watchOptions

    watchOptions: object
    diff --git a/docs/interfaces/_generators_types_index_.webpackresolve.html b/docs/interfaces/_generators_types_index_.webpackresolve.html index db546a1c8b1..887af06a8fb 100644 --- a/docs/interfaces/_generators_types_index_.webpackresolve.html +++ b/docs/interfaces/_generators_types_index_.webpackresolve.html @@ -114,7 +114,7 @@

    Optional alias

    alias: object
    @@ -124,7 +124,7 @@

    Optional aliasFields

    aliasFields: string[]
    @@ -134,7 +134,7 @@

    Optional cachePredicatecachePredicate: Function

    @@ -144,7 +144,7 @@

    Optional cacheWithCo
    cacheWithContext: boolean
    @@ -154,7 +154,7 @@

    Optional concord

    concord: boolean
    @@ -164,7 +164,7 @@

    Optional descriptionFiles
    descriptionFiles: string[]
    @@ -174,7 +174,7 @@

    Optional enforceExtension
    enforceExtension: boolean
    @@ -184,7 +184,7 @@

    Optional enforceModuleenforceModuleExtension: boolean @@ -194,7 +194,7 @@

    Optional extensions

    extensions: string[]
    @@ -204,7 +204,7 @@

    Optional mainFields

    mainFields: string[]
    @@ -214,7 +214,7 @@

    Optional mainFiles

    mainFiles: string[]
    @@ -224,7 +224,7 @@

    Optional moduleExtensions
    moduleExtensions: string[]
    @@ -234,7 +234,7 @@

    Optional modules

    modules: string[]
    @@ -244,7 +244,7 @@

    Optional plugins

    plugins: object[] | Function[]
    @@ -254,7 +254,7 @@

    Optional symlinks

    symlinks: boolean
    @@ -264,7 +264,7 @@

    Optional unsafeCache

    unsafeCache: boolean | object
    @@ -274,7 +274,7 @@

    Optional useSyncFile
    useSyncFileSystemCalls: boolean
    diff --git a/docs/interfaces/_generators_utils_entry_.customgenerator.html b/docs/interfaces/_generators_utils_entry_.customgenerator.html index 983275e21ae..3024d6be54f 100644 --- a/docs/interfaces/_generators_utils_entry_.customgenerator.html +++ b/docs/interfaces/_generators_utils_entry_.customgenerator.html @@ -187,7 +187,7 @@

    Type aliases

    Answers

    -
    Answers: Answers
    +
    Answers: inquirer.Answers
    @@ -119,7 +119,7 @@

    Browsers

    Browsers: string[]
    @@ -129,7 +129,7 @@

    System

    System: string[]
    @@ -139,7 +139,7 @@

    npmGlobalPackages

    npmGlobalPackages: string[]
    @@ -149,7 +149,7 @@

    npmPackages

    npmPackages: string | string[]
    diff --git a/docs/interfaces/_init_node_modules__webpack_cli_generators_utils_entry_.customgenerator.html b/docs/interfaces/_init_node_modules__webpack_cli_generators_utils_entry_.customgenerator.html index 983b5c2248b..ae63e0db3ca 100644 --- a/docs/interfaces/_init_node_modules__webpack_cli_generators_utils_entry_.customgenerator.html +++ b/docs/interfaces/_init_node_modules__webpack_cli_generators_utils_entry_.customgenerator.html @@ -187,7 +187,7 @@

    Type aliases

    Answers

    -
    Answers: Answers
    +
    Answers: inquirer.Answers
    @@ -169,7 +169,7 @@

    webpackOptions

    webpackOptions: object
    diff --git a/docs/interfaces/_init_types_transform_.webpackproperties.html b/docs/interfaces/_init_types_transform_.webpackproperties.html index 5a0edebb75a..3d1f20e063d 100644 --- a/docs/interfaces/_init_types_transform_.webpackproperties.html +++ b/docs/interfaces/_init_types_transform_.webpackproperties.html @@ -134,7 +134,7 @@

    config

    config: object
    @@ -155,7 +155,7 @@

    configFile

    configFile: string
    @@ -165,7 +165,7 @@

    configPath

    configPath: string
    @@ -191,7 +191,7 @@

    webpackOptions

    webpackOptions: Configuration
    diff --git a/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html b/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html index c721f08aa11..43353e26929 100644 --- a/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html +++ b/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html @@ -99,7 +99,7 @@

    Optional debug

    debug: boolean
    @@ -109,7 +109,7 @@

    Optional minimize

    minimize: boolean
    diff --git a/docs/interfaces/_migrate_migrate_.lazytransformobject.html b/docs/interfaces/_migrate_migrate_.lazytransformobject.html index 0f5659e3df5..ce145dc6cf1 100644 --- a/docs/interfaces/_migrate_migrate_.lazytransformobject.html +++ b/docs/interfaces/_migrate_migrate_.lazytransformobject.html @@ -107,7 +107,7 @@

    Optional bannerPluginbannerPluginTransform: function

    @@ -141,7 +141,7 @@

    Optional commonsChunkcommonsChunkPluginTransform: function

    @@ -175,7 +175,7 @@

    Optional extractText
    extractTextPluginTransform: function
    @@ -209,7 +209,7 @@

    Optional loaderOptionsloaderOptionsPluginTransform: function

    @@ -243,7 +243,7 @@

    Optional loadersTransform
    loadersTransform: function
    @@ -277,7 +277,7 @@

    Optional noEmitOnErr
    noEmitOnErrorsPluginTransform: function
    @@ -311,7 +311,7 @@

    Optional removeDeprecated
    removeDeprecatedPluginsTransform: function
    @@ -345,7 +345,7 @@

    Optional removeJsonL
    removeJsonLoaderTransform: function
    @@ -379,7 +379,7 @@

    Optional resolveTransform
    resolveTransform: function
    @@ -413,7 +413,7 @@

    Optional uglifyJsPluginuglifyJsPluginTransform: function

    diff --git a/docs/interfaces/_migrate_migrate_.transformsobject.html b/docs/interfaces/_migrate_migrate_.transformsobject.html index 05ab3e277f5..74027a04280 100644 --- a/docs/interfaces/_migrate_migrate_.transformsobject.html +++ b/docs/interfaces/_migrate_migrate_.transformsobject.html @@ -107,7 +107,7 @@

    bannerPluginTransform

    bannerPluginTransform: object
    @@ -117,7 +117,7 @@

    Optional commonsChunkcommonsChunkPluginTransform: object

    @@ -127,7 +127,7 @@

    extractTextPluginTransform

    extractTextPluginTransform: object
    @@ -137,7 +137,7 @@

    loaderOptionsPluginTransform

    loaderOptionsPluginTransform: object
    @@ -147,7 +147,7 @@

    loadersTransform

    loadersTransform: object
    @@ -157,7 +157,7 @@

    noEmitOnErrorsPluginTransform

    noEmitOnErrorsPluginTransform: object
    @@ -167,7 +167,7 @@

    removeDeprecatedPluginsTransform

    removeDeprecatedPluginsTransform: object
    @@ -177,7 +177,7 @@

    removeJsonLoaderTransform

    removeJsonLoaderTransform: object
    @@ -187,7 +187,7 @@

    resolveTransform

    resolveTransform: object
    @@ -197,7 +197,7 @@

    uglifyJsPluginTransform

    uglifyJsPluginTransform: object
    diff --git a/docs/interfaces/_migrate_types_nodepath_.expressionobject.html b/docs/interfaces/_migrate_types_nodepath_.expressionobject.html index 6362c02ba5d..91b93c31da7 100644 --- a/docs/interfaces/_migrate_types_nodepath_.expressionobject.html +++ b/docs/interfaces/_migrate_types_nodepath_.expressionobject.html @@ -98,7 +98,7 @@

    Optional name

    name: string
    diff --git a/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html b/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html index 4d709fef407..a3792a99768 100644 --- a/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html +++ b/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html @@ -91,7 +91,7 @@

    Callable

  • Parameters

    @@ -164,7 +164,7 @@

    Optional ArrayExpression<
    ArrayExpression: ExpressionObject
    @@ -174,7 +174,7 @@

    Optional BlockStatementBlockStatement: ExpressionObject

  • @@ -184,7 +184,7 @@

    Optional CallExpressionCallExpression: ExpressionObject

    @@ -194,7 +194,7 @@

    Optional FunctionExpressi
    FunctionExpression: ExpressionObject
    @@ -204,7 +204,7 @@

    Optional Identifier

    Identifier: ExpressionObject
    @@ -214,7 +214,7 @@

    Optional Literal

    @@ -224,7 +224,7 @@

    Optional MemberExpression
    MemberExpression: ExpressionObject
    @@ -234,7 +234,7 @@

    Optional NewExpressionNewExpression: ExpressionObject

    @@ -259,7 +259,7 @@

    Optional ObjectExpression
    ObjectExpression: ExpressionObject
    @@ -269,7 +269,7 @@

    Optional Program

    @@ -279,7 +279,7 @@

    Optional Property

    @@ -289,7 +289,7 @@

    Optional VariableDeclarat
    VariableDeclarator: ExpressionObject
    @@ -299,7 +299,7 @@

    Optional arrayExpression<
    arrayExpression: function
    @@ -330,7 +330,7 @@

    Optional booleanLiteralbooleanLiteral: function

    @@ -361,7 +361,7 @@

    Optional callExpressioncallExpression: function

    @@ -411,7 +411,7 @@

    Optional filters

    filters: object
    @@ -434,7 +434,7 @@

    Optional identifier

    identifier: function
    @@ -465,7 +465,7 @@

    Optional literal

    literal: function
    @@ -496,7 +496,7 @@

    Optional memberExpression
    memberExpression: function
    @@ -533,7 +533,7 @@

    Optional newExpressionnewExpression: function

    @@ -567,7 +567,7 @@

    Optional objectExpression
    objectExpression: function
    @@ -598,7 +598,7 @@

    Optional objectPropertyobjectProperty: function

    @@ -632,7 +632,7 @@

    Optional program

    program: function
    @@ -663,7 +663,7 @@

    Optional property

    property: function
    @@ -700,7 +700,7 @@

    Optional variableDeclarat
    variableDeclaration: function
    @@ -734,7 +734,7 @@

    Optional variableDeclarat
    variableDeclarator: function
    @@ -768,7 +768,7 @@

    Optional withParser

    withParser: function
    diff --git a/docs/interfaces/_migrate_types_nodepath_.modulerule.html b/docs/interfaces/_migrate_types_nodepath_.modulerule.html index deab190b24a..42e906fbd3e 100644 --- a/docs/interfaces/_migrate_types_nodepath_.modulerule.html +++ b/docs/interfaces/_migrate_types_nodepath_.modulerule.html @@ -98,7 +98,7 @@

    Optional loader

    loader: string
    diff --git a/docs/interfaces/_migrate_types_nodepath_.node.html b/docs/interfaces/_migrate_types_nodepath_.node.html index c6632019d2b..14a5a29b422 100644 --- a/docs/interfaces/_migrate_types_nodepath_.node.html +++ b/docs/interfaces/_migrate_types_nodepath_.node.html @@ -160,7 +160,7 @@

    Optional __paths

    __paths: Node[]
    @@ -170,7 +170,7 @@

    Optional arguments

    arguments: Node[]
    @@ -180,7 +180,7 @@

    Optional ast

    ast: Node
    @@ -190,7 +190,7 @@

    Optional body

    body: Node[]
    @@ -216,7 +216,7 @@

    Optional declarations

    declarations: Node[]
    @@ -226,7 +226,7 @@

    Optional elements

    elements: Node[]
    @@ -236,7 +236,7 @@

    Optional expression

    expression: object
    @@ -280,7 +280,7 @@

    Optional filter

    filter: function
    @@ -329,7 +329,7 @@

    Optional find

    find: function
    @@ -363,7 +363,7 @@

    Optional forEach

    forEach: function
    @@ -412,7 +412,7 @@

    Optional get

    get: function
    @@ -443,7 +443,7 @@

    Optional id

    id: object
    @@ -461,7 +461,7 @@

    Optional key

    key: object
    @@ -482,7 +482,7 @@

    Optional name

    name: string
    @@ -492,7 +492,7 @@

    Optional node

    node: Node
    @@ -502,7 +502,7 @@

    Optional nodes

    nodes: function
    @@ -527,7 +527,7 @@

    Optional object

    object: object
    @@ -537,7 +537,7 @@

    Optional parent

    parent: Node
    @@ -547,7 +547,7 @@

    Optional pop

    pop: function
    @@ -572,7 +572,7 @@

    Optional properties

    properties: Node[]
    @@ -582,7 +582,7 @@

    Optional property

    property: Node
    @@ -592,7 +592,7 @@

    Optional prune

    prune: Function
    @@ -602,7 +602,7 @@

    Optional remove

    remove: function
    @@ -627,7 +627,7 @@

    Optional replaceWith

    replaceWith: function
    @@ -658,7 +658,7 @@

    Optional rules

    rules: ModuleRule[]
    @@ -668,7 +668,7 @@

    Optional size

    size: function
    @@ -693,7 +693,7 @@

    Optional source

    source: string
    @@ -703,7 +703,7 @@

    Optional toSource

    toSource: function
    @@ -739,7 +739,7 @@

    Optional type

    type: string
    @@ -749,7 +749,7 @@

    Optional value

    value: Node | string | Node[]
    diff --git a/docs/interfaces/_serve_index_.configtype.html b/docs/interfaces/_serve_index_.configtype.html index 284275f8dd9..945a0e5507e 100644 --- a/docs/interfaces/_serve_index_.configtype.html +++ b/docs/interfaces/_serve_index_.configtype.html @@ -115,7 +115,7 @@

    dependency

    dependency: string
    @@ -125,7 +125,7 @@

    devDependency

    devDependency: string
    @@ -135,7 +135,7 @@

    installCmd

    installCmd: string
    @@ -145,7 +145,7 @@

    optionalDependency

    optionalDependency: string
    diff --git a/docs/interfaces/_utils_definetest_.module.html b/docs/interfaces/_utils_definetest_.module.html index 5c1a7ca95ee..e018455bce8 100644 --- a/docs/interfaces/_utils_definetest_.module.html +++ b/docs/interfaces/_utils_definetest_.module.html @@ -86,7 +86,7 @@

    Callable

  • Parameters

    @@ -133,7 +133,7 @@

    default

    default: transformType
    @@ -143,7 +143,7 @@

    parser

    parser: string
    diff --git a/docs/interfaces/_utils_modify_config_helper_.config.html b/docs/interfaces/_utils_modify_config_helper_.config.html index 622839fe782..3bb58877309 100644 --- a/docs/interfaces/_utils_modify_config_helper_.config.html +++ b/docs/interfaces/_utils_modify_config_helper_.config.html @@ -135,7 +135,7 @@

    Optional configName

    configName: string
    @@ -161,7 +161,7 @@

    Optional item

    item: object
    @@ -179,7 +179,7 @@

    merge

    merge: string | string[]
    @@ -189,7 +189,7 @@

    Optional topScope

    topScope: string[]
    @@ -199,7 +199,7 @@

    webpackOptions

    webpackOptions: object
    diff --git a/docs/interfaces/_utils_modify_config_helper_.transformconfig.html b/docs/interfaces/_utils_modify_config_helper_.transformconfig.html index 29818e07405..4baefcd6a5c 100644 --- a/docs/interfaces/_utils_modify_config_helper_.transformconfig.html +++ b/docs/interfaces/_utils_modify_config_helper_.transformconfig.html @@ -133,7 +133,7 @@

    Optional config

    config: Config
    @@ -143,7 +143,7 @@

    Optional configFile

    configFile: string
    @@ -153,7 +153,7 @@

    Optional configPath

    configPath: string
    diff --git a/docs/interfaces/_utils_package_manager_.spawnfunctions.html b/docs/interfaces/_utils_package_manager_.spawnfunctions.html index 428cb14ebfe..3d23470a097 100644 --- a/docs/interfaces/_utils_package_manager_.spawnfunctions.html +++ b/docs/interfaces/_utils_package_manager_.spawnfunctions.html @@ -99,7 +99,7 @@

    npm

    npm: function
    @@ -133,7 +133,7 @@

    yarn

    yarn: function
    diff --git a/docs/interfaces/_utils_resolve_packages_.childprocess.html b/docs/interfaces/_utils_resolve_packages_.childprocess.html index add781a5148..639fe2ffe6c 100644 --- a/docs/interfaces/_utils_resolve_packages_.childprocess.html +++ b/docs/interfaces/_utils_resolve_packages_.childprocess.html @@ -98,7 +98,7 @@

    status

    status: number
    diff --git a/docs/interfaces/_utils_types_config_.config.html b/docs/interfaces/_utils_types_config_.config.html index 6a745af86b9..78bebaf6097 100644 --- a/docs/interfaces/_utils_types_config_.config.html +++ b/docs/interfaces/_utils_types_config_.config.html @@ -135,7 +135,7 @@

    Optional configName

    configName: string
    @@ -161,7 +161,7 @@

    Optional item

    item: object
    @@ -179,7 +179,7 @@

    merge

    merge: string | string[]
    @@ -189,7 +189,7 @@

    Optional topScope

    topScope: string[]
    @@ -199,7 +199,7 @@

    webpackOptions

    webpackOptions: object
    diff --git a/docs/interfaces/_utils_types_config_.transformconfig.html b/docs/interfaces/_utils_types_config_.transformconfig.html index e17cd6f3b9a..7eeecd971e6 100644 --- a/docs/interfaces/_utils_types_config_.transformconfig.html +++ b/docs/interfaces/_utils_types_config_.transformconfig.html @@ -133,7 +133,7 @@

    Optional config

    config: Config
    @@ -143,7 +143,7 @@

    Optional configFile

    configFile: string
    @@ -153,7 +153,7 @@

    Optional configPath

    configPath: string
    diff --git a/docs/interfaces/_utils_types_error_.error.html b/docs/interfaces/_utils_types_error_.error.html index 5a52b5279b5..c015f1d4d39 100644 --- a/docs/interfaces/_utils_types_error_.error.html +++ b/docs/interfaces/_utils_types_error_.error.html @@ -99,7 +99,7 @@

    message

    message: string
    @@ -109,7 +109,7 @@

    Optional stack

    stack: string
    diff --git a/docs/interfaces/_utils_types_nodepath_.expressionobject.html b/docs/interfaces/_utils_types_nodepath_.expressionobject.html index 894f8e7379c..c26cf20a366 100644 --- a/docs/interfaces/_utils_types_nodepath_.expressionobject.html +++ b/docs/interfaces/_utils_types_nodepath_.expressionobject.html @@ -98,7 +98,7 @@

    Optional name

    name: string
    diff --git a/docs/interfaces/_utils_types_nodepath_.jscodeshift.html b/docs/interfaces/_utils_types_nodepath_.jscodeshift.html index a55d24c27c3..7b3f4753741 100644 --- a/docs/interfaces/_utils_types_nodepath_.jscodeshift.html +++ b/docs/interfaces/_utils_types_nodepath_.jscodeshift.html @@ -91,7 +91,7 @@

    Callable

  • Parameters

    @@ -164,7 +164,7 @@

    Optional ArrayExpression<
    ArrayExpression: ExpressionObject
    @@ -174,7 +174,7 @@

    Optional BlockStatementBlockStatement: ExpressionObject

  • @@ -184,7 +184,7 @@

    Optional CallExpressionCallExpression: ExpressionObject

    @@ -194,7 +194,7 @@

    Optional FunctionExpressi
    FunctionExpression: ExpressionObject
    @@ -204,7 +204,7 @@

    Optional Identifier

    Identifier: ExpressionObject
    @@ -214,7 +214,7 @@

    Optional Literal

    @@ -224,7 +224,7 @@

    Optional MemberExpression
    MemberExpression: ExpressionObject
    @@ -234,7 +234,7 @@

    Optional NewExpressionNewExpression: ExpressionObject

    @@ -259,7 +259,7 @@

    Optional ObjectExpression
    ObjectExpression: ExpressionObject
    @@ -269,7 +269,7 @@

    Optional Program

    @@ -279,7 +279,7 @@

    Optional Property

    @@ -289,7 +289,7 @@

    Optional VariableDeclarat
    VariableDeclarator: ExpressionObject
    @@ -299,7 +299,7 @@

    Optional arrayExpression<
    arrayExpression: function
    @@ -330,7 +330,7 @@

    Optional booleanLiteralbooleanLiteral: function

    @@ -361,7 +361,7 @@

    Optional callExpressioncallExpression: function

    @@ -411,7 +411,7 @@

    Optional filters

    filters: object
    @@ -434,7 +434,7 @@

    Optional identifier

    identifier: function
    @@ -465,7 +465,7 @@

    Optional literal

    literal: function
    @@ -496,7 +496,7 @@

    Optional memberExpression
    memberExpression: function
    @@ -533,7 +533,7 @@

    Optional newExpressionnewExpression: function

    @@ -567,7 +567,7 @@

    Optional objectExpression
    objectExpression: function
    @@ -598,7 +598,7 @@

    Optional objectPropertyobjectProperty: function

    @@ -632,7 +632,7 @@

    Optional program

    program: function
    @@ -663,7 +663,7 @@

    Optional property

    property: function
    @@ -700,7 +700,7 @@

    Optional variableDeclarat
    variableDeclaration: function
    @@ -734,7 +734,7 @@

    Optional variableDeclarat
    variableDeclarator: function
    @@ -768,7 +768,7 @@

    Optional withParser

    withParser: function
    diff --git a/docs/interfaces/_utils_types_nodepath_.modulerule.html b/docs/interfaces/_utils_types_nodepath_.modulerule.html index d54b05afdb0..3f41d1e8b3f 100644 --- a/docs/interfaces/_utils_types_nodepath_.modulerule.html +++ b/docs/interfaces/_utils_types_nodepath_.modulerule.html @@ -98,7 +98,7 @@

    Optional loader

    loader: string
    diff --git a/docs/interfaces/_utils_types_nodepath_.node.html b/docs/interfaces/_utils_types_nodepath_.node.html index 4b1b3a5a55a..130d01f72c9 100644 --- a/docs/interfaces/_utils_types_nodepath_.node.html +++ b/docs/interfaces/_utils_types_nodepath_.node.html @@ -161,7 +161,7 @@

    Optional __paths

    __paths: Node[]
    @@ -171,7 +171,7 @@

    Optional arguments

    arguments: Node[]
    @@ -181,7 +181,7 @@

    Optional ast

    ast: Node
    @@ -191,7 +191,7 @@

    Optional body

    body: Node[]
    @@ -201,7 +201,7 @@

    Optional callee

    callee: Node
    @@ -227,7 +227,7 @@

    Optional declarations

    declarations: Node[]
    @@ -237,7 +237,7 @@

    Optional elements

    elements: Node[]
    @@ -247,7 +247,7 @@

    Optional expression

    expression: object
    @@ -291,7 +291,7 @@

    Optional filter

    filter: function
    @@ -340,7 +340,7 @@

    Optional find

    find: function
    @@ -374,7 +374,7 @@

    Optional forEach

    forEach: function
    @@ -423,7 +423,7 @@

    Optional get

    get: function
    @@ -454,7 +454,7 @@

    Optional id

    id: object
    @@ -472,7 +472,7 @@

    Optional key

    key: object
    @@ -493,7 +493,7 @@

    Optional name

    name: string
    @@ -503,7 +503,7 @@

    Optional node

    node: Node
    @@ -513,7 +513,7 @@

    Optional nodes

    nodes: function
    @@ -538,7 +538,7 @@

    Optional object

    object: object
    @@ -548,7 +548,7 @@

    Optional parent

    parent: Node
    @@ -558,7 +558,7 @@

    Optional pop

    pop: function
    @@ -583,7 +583,7 @@

    Optional properties

    properties: Node[]
    @@ -593,7 +593,7 @@

    Optional property

    property: Node
    @@ -603,7 +603,7 @@

    Optional prune

    prune: Function
    @@ -613,7 +613,7 @@

    Optional remove

    remove: function
    @@ -638,7 +638,7 @@

    Optional replaceWith

    replaceWith: function
    @@ -669,7 +669,7 @@

    Optional rules

    rules: ModuleRule[]
    @@ -679,7 +679,7 @@

    Optional size

    size: function
    @@ -704,7 +704,7 @@

    Optional source

    source: string
    @@ -714,7 +714,7 @@

    Optional toSource

    toSource: function
    @@ -750,7 +750,7 @@

    Optional type

    type: string
    @@ -760,7 +760,7 @@

    Optional value

    value: Node | string | Node[]
    diff --git a/docs/modules/_generate_loader_index_.html b/docs/modules/_generate_loader_index_.html index d6da7790afd..391f77d5e3c 100644 --- a/docs/modules/_generate_loader_index_.html +++ b/docs/modules/_generate_loader_index_.html @@ -91,7 +91,7 @@

    loaderCreator

  • diff --git a/docs/modules/_generate_plugin_index_.html b/docs/modules/_generate_plugin_index_.html index 44b57957ac7..94102a8428b 100644 --- a/docs/modules/_generate_plugin_index_.html +++ b/docs/modules/_generate_plugin_index_.html @@ -91,7 +91,7 @@

    pluginCreator

  • diff --git a/docs/modules/_generators_addon_generator_.html b/docs/modules/_generators_addon_generator_.html index ddcfa80fad1..49b6bbfed0c 100644 --- a/docs/modules/_generators_addon_generator_.html +++ b/docs/modules/_generators_addon_generator_.html @@ -91,7 +91,7 @@

    Const addonGenerator

  • diff --git a/docs/modules/_generators_loader_generator_.html b/docs/modules/_generators_loader_generator_.html index c8afa431a60..a7e01d924fe 100644 --- a/docs/modules/_generators_loader_generator_.html +++ b/docs/modules/_generators_loader_generator_.html @@ -93,7 +93,7 @@

    Const LoaderGenerator

    LoaderGenerator: Generator = addonGenerator([{default: "my-loader",filter: makeLoaderName,message: "Loader name",name: "name",type: "input",validate: (str: string): boolean => str.length > 0}],path.resolve(__dirname, "..", "generate-loader"),["src/cjs.js.tpl","test/test-utils.js.tpl","test/unit.test.js.tpl","test/functional.test.js.tpl","test/fixtures/simple-file.js.tpl","examples/simple/webpack.config.js.tpl","examples/simple/src/index.js.tpl","examples/simple/src/lazy-module.js.tpl","examples/simple/src/static-esm-module.js.tpl"],["src/_index.js.tpl"],(gen): object => ({ name: gen.props.name }))
    @@ -125,7 +125,7 @@

    makeLoaderName

  • diff --git a/docs/modules/_generators_plugin_generator_.html b/docs/modules/_generators_plugin_generator_.html index 4be7620d36f..507febe31bf 100644 --- a/docs/modules/_generators_plugin_generator_.html +++ b/docs/modules/_generators_plugin_generator_.html @@ -87,7 +87,7 @@

    Const PluginGenerator

    PluginGenerator: Generator = addonGenerator([{default: "my-webpack-plugin",filter: _.kebabCase,message: "Plugin name",name: "name",type: "input",validate: (str: string): boolean => str.length > 0}],path.resolve(__dirname, "..", "generate-plugin"),["src/cjs.js.tpl","test/test-utils.js.tpl","test/functional.test.js.tpl","examples/simple/src/index.js.tpl","examples/simple/src/lazy-module.js.tpl","examples/simple/src/static-esm-module.js.tpl"],["src/_index.js.tpl", "examples/simple/_webpack.config.js.tpl"],(gen): object => ({ name: _.upperFirst(_.camelCase(gen.props.name)) }))
    diff --git a/docs/modules/_generators_types_index_.html b/docs/modules/_generators_types_index_.html index fd5a90421d7..a827627f8b9 100644 --- a/docs/modules/_generators_types_index_.html +++ b/docs/modules/_generators_types_index_.html @@ -96,7 +96,7 @@

    IRuleSetCondition

    IRuleSetCondition: RegExp | string | Function | object
    diff --git a/docs/modules/_generators_utils_entry_.html b/docs/modules/_generators_utils_entry_.html index 5562531d14d..c5284535081 100644 --- a/docs/modules/_generators_utils_entry_.html +++ b/docs/modules/_generators_utils_entry_.html @@ -97,7 +97,7 @@

    entry

  • diff --git a/docs/modules/_generators_utils_languagesupport_.html b/docs/modules/_generators_utils_languagesupport_.html index 737e2964e1a..c47ac678ef9 100644 --- a/docs/modules/_generators_utils_languagesupport_.html +++ b/docs/modules/_generators_utils_languagesupport_.html @@ -103,7 +103,7 @@

    getBabelLoader

  • @@ -135,7 +135,7 @@

    getEntryFolders

  • Parameters

    @@ -158,7 +158,7 @@

    Const getFolder

  • Parameters

    @@ -181,7 +181,7 @@

    getTypescriptLoader

  • @@ -213,7 +213,7 @@

    language

  • Parameters

    @@ -239,7 +239,7 @@

    Const replaceExt

  • Parameters

    @@ -265,7 +265,7 @@

    updateEntryExt

  • Parameters

    diff --git a/docs/modules/_generators_utils_plugins_.html b/docs/modules/_generators_utils_plugins_.html index 63237d6d026..0d2abf9c70d 100644 --- a/docs/modules/_generators_utils_plugins_.html +++ b/docs/modules/_generators_utils_plugins_.html @@ -93,7 +93,7 @@

    default

  • @@ -117,7 +117,7 @@

    Const generatePluginNam
  • @@ -151,7 +151,7 @@

    Const replaceAt

  • diff --git a/docs/modules/_generators_utils_stylesupport_.html b/docs/modules/_generators_utils_stylesupport_.html index 5efa39725f9..d557ac810b8 100644 --- a/docs/modules/_generators_utils_stylesupport_.html +++ b/docs/modules/_generators_utils_stylesupport_.html @@ -105,7 +105,7 @@

    style

  • Parameters

    diff --git a/docs/modules/_generators_utils_validate_.html b/docs/modules/_generators_utils_validate_.html index bcb15775b4d..0f94eabb489 100644 --- a/docs/modules/_generators_utils_validate_.html +++ b/docs/modules/_generators_utils_validate_.html @@ -91,7 +91,7 @@

    validate

  • diff --git a/docs/modules/_generators_utils_webpackconfig_.html b/docs/modules/_generators_utils_webpackconfig_.html index 1fd6908ced0..0163b73e566 100644 --- a/docs/modules/_generators_utils_webpackconfig_.html +++ b/docs/modules/_generators_utils_webpackconfig_.html @@ -91,7 +91,7 @@

    getDefaultOptimization

  • Parameters

    diff --git a/docs/modules/_info_index_.html b/docs/modules/_info_index_.html index 3e6202f753a..a280e3c738c 100644 --- a/docs/modules/_info_index_.html +++ b/docs/modules/_info_index_.html @@ -98,7 +98,7 @@

    info

  • Returns Promise<void>

    @@ -115,7 +115,7 @@

    information

  • Returns Information

    diff --git a/docs/modules/_init_index_.html b/docs/modules/_init_index_.html index 729e7664a0e..e0c44330ad1 100644 --- a/docs/modules/_init_index_.html +++ b/docs/modules/_init_index_.html @@ -93,7 +93,7 @@

    Const AUTO_PREFIX

    AUTO_PREFIX: "--auto" = "--auto"
    @@ -110,7 +110,7 @@

    initializeInquirer

  • diff --git a/docs/modules/_init_init_.html b/docs/modules/_init_init_.html index 7980c853837..8ff4410dd30 100644 --- a/docs/modules/_init_init_.html +++ b/docs/modules/_init_init_.html @@ -92,7 +92,7 @@

    Const mapOptionsToTrans
  • @@ -129,7 +129,7 @@

    runTransform

  • diff --git a/docs/modules/_migrate_bannerplugin_bannerplugin_.html b/docs/modules/_migrate_bannerplugin_bannerplugin_.html index 57e0b54654c..09e350d9ce4 100644 --- a/docs/modules/_migrate_bannerplugin_bannerplugin_.html +++ b/docs/modules/_migrate_bannerplugin_bannerplugin_.html @@ -91,7 +91,7 @@

    default

  • diff --git a/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html b/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html index 2aa69af5f9b..baf7d6cdc8b 100644 --- a/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html +++ b/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html @@ -92,7 +92,7 @@

    default

  • @@ -131,7 +131,7 @@

    Const mergeTestProp

    Parameters

    diff --git a/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html b/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html index 41636b81293..6aaac483388 100644 --- a/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html +++ b/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html @@ -92,7 +92,7 @@

    default

  • @@ -133,7 +133,7 @@

    findInvocation

  • diff --git a/docs/modules/_migrate_index_.html b/docs/modules/_migrate_index_.html index 3a4de8f21e9..2a275d92f3b 100644 --- a/docs/modules/_migrate_index_.html +++ b/docs/modules/_migrate_index_.html @@ -94,7 +94,7 @@

    process

    process: object
    @@ -169,7 +169,7 @@

    migrate

  • @@ -207,7 +207,7 @@

    runMigration

  • diff --git a/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html b/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html index 75d7343396b..5abb2b4fe55 100644 --- a/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html +++ b/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html @@ -97,7 +97,7 @@

    default

  • diff --git a/docs/modules/_migrate_loaders_loaders_.html b/docs/modules/_migrate_loaders_loaders_.html index 6af58ba7b1b..62fd1656dc6 100644 --- a/docs/modules/_migrate_loaders_loaders_.html +++ b/docs/modules/_migrate_loaders_loaders_.html @@ -91,7 +91,7 @@

    default

  • diff --git a/docs/modules/_migrate_migrate_.html b/docs/modules/_migrate_migrate_.html index b2537a780f1..3bd7fc15420 100644 --- a/docs/modules/_migrate_migrate_.html +++ b/docs/modules/_migrate_migrate_.html @@ -107,7 +107,7 @@

    Const transformations

    transformations: LazyTransformObject = Object.keys(transformsObject).reduce((res: object, key: string): LazyTransformObject => {res[key] = (ast: object, source: string): object => transformSingleAST(ast, source, transformsObject[key]);return res;},{})
    @@ -124,7 +124,7 @@

    Const transform

  • @@ -166,7 +166,7 @@

    Const transformSingleAST

    @@ -240,7 +240,7 @@

    Const transformsObject

    transformsObject: object
    @@ -249,7 +249,7 @@

    bannerPluginTransform

    bannerPluginTransform: default
    @@ -259,7 +259,7 @@

    commonsChunkPluginTransform

    commonsChunkPluginTransform: default
    @@ -269,7 +269,7 @@

    extractTextPluginTransform

    extractTextPluginTransform: default
    @@ -279,7 +279,7 @@

    loaderOptionsPluginTransform

    loaderOptionsPluginTransform: default
    @@ -289,7 +289,7 @@

    loadersTransform

    loadersTransform: default
    @@ -299,7 +299,7 @@

    noEmitOnErrorsPluginTransform

    noEmitOnErrorsPluginTransform: default
    @@ -309,7 +309,7 @@

    removeDeprecatedPluginsTransform

    removeDeprecatedPluginsTransform: default
    @@ -319,7 +319,7 @@

    removeJsonLoaderTransform

    removeJsonLoaderTransform: default
    @@ -329,7 +329,7 @@

    resolveTransform

    resolveTransform: transformer
    @@ -339,7 +339,7 @@

    uglifyJsPluginTransform

    uglifyJsPluginTransform: default
    diff --git a/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html b/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html index e208f56eec1..abba37bead7 100644 --- a/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html +++ b/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html @@ -91,7 +91,7 @@

    default

  • diff --git a/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html b/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html index 382ed5e1e80..349e2e6bfd5 100644 --- a/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html +++ b/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html @@ -91,7 +91,7 @@

    default

  • diff --git a/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html b/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html index a0ba0548291..61a88bc4677 100644 --- a/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html +++ b/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html @@ -91,7 +91,7 @@

    default

  • diff --git a/docs/modules/_migrate_outputpath_outputpath_.html b/docs/modules/_migrate_outputpath_outputpath_.html index eb6d7b2335f..f69e39c79c9 100644 --- a/docs/modules/_migrate_outputpath_outputpath_.html +++ b/docs/modules/_migrate_outputpath_outputpath_.html @@ -92,7 +92,7 @@

    default

  • @@ -133,7 +133,7 @@

    replaceWithPath

  • Parameters

    diff --git a/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html b/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html index 7b240e6c902..23cb6c4be8a 100644 --- a/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html +++ b/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html @@ -91,7 +91,7 @@

    default

  • diff --git a/docs/modules/_migrate_removejsonloader_removejsonloader_.html b/docs/modules/_migrate_removejsonloader_removejsonloader_.html index d6816968f07..dca2018d782 100644 --- a/docs/modules/_migrate_removejsonloader_removejsonloader_.html +++ b/docs/modules/_migrate_removejsonloader_removejsonloader_.html @@ -93,7 +93,7 @@

    TransformCallback

    TransformCallback: function
    @@ -131,7 +131,7 @@

    default

  • diff --git a/docs/modules/_migrate_resolve_resolve_.html b/docs/modules/_migrate_resolve_resolve_.html index 53859ce98b0..769d00ee3ac 100644 --- a/docs/modules/_migrate_resolve_resolve_.html +++ b/docs/modules/_migrate_resolve_resolve_.html @@ -91,7 +91,7 @@

    transformer

  • diff --git a/docs/modules/_migrate_types_nodepath_.html b/docs/modules/_migrate_types_nodepath_.html index 5cc637071de..f25c0c7dd3a 100644 --- a/docs/modules/_migrate_types_nodepath_.html +++ b/docs/modules/_migrate_types_nodepath_.html @@ -96,7 +96,7 @@

    valueType

    valueType: string | number | boolean | Node | null
    diff --git a/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html b/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html index 08f0ab10e98..ef3229e05ee 100644 --- a/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html +++ b/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html @@ -91,7 +91,7 @@

    default

  • diff --git a/docs/modules/_serve_index_.html b/docs/modules/_serve_index_.html index 0aa90cce57a..34a11b2ba6e 100644 --- a/docs/modules/_serve_index_.html +++ b/docs/modules/_serve_index_.html @@ -106,7 +106,7 @@

    Const getRootPathM
  • @@ -140,7 +140,7 @@

    serve

  • @@ -163,7 +163,7 @@

    Const spawnWithArg

  • Parameters

    @@ -188,7 +188,7 @@

    Const npmConfig

    npmConfig: object
    @@ -197,7 +197,7 @@

    dependency

    dependency: string = "--save"
    @@ -207,7 +207,7 @@

    devDependency

    devDependency: string = "--save-dev"
    @@ -217,7 +217,7 @@

    installCmd

    installCmd: string = "install"
    @@ -227,7 +227,7 @@

    optionalDependency

    optionalDependency: string = "--save-optional"
    @@ -238,7 +238,7 @@

    Const yarnConfig

    yarnConfig: object
    @@ -247,7 +247,7 @@

    dependency

    dependency: string = " "
    @@ -257,7 +257,7 @@

    devDependency

    devDependency: string = "--save"
    @@ -267,7 +267,7 @@

    installCmd

    installCmd: string = "add"
    @@ -277,7 +277,7 @@

    optionalDependency

    optionalDependency: string = "--optional"
    diff --git a/docs/modules/_utils_ast_utils_.html b/docs/modules/_utils_ast_utils_.html index bebf08a856c..d17ccce662a 100644 --- a/docs/modules/_utils_ast_utils_.html +++ b/docs/modules/_utils_ast_utils_.html @@ -112,7 +112,7 @@

    addOrUpdateConfigObject

  • @@ -168,7 +168,7 @@

    addProperty

  • @@ -226,7 +226,7 @@

    createIdentifierOrLiteral

  • @@ -260,7 +260,7 @@

    createLiteral

  • @@ -294,7 +294,7 @@

    createOrUpdatePluginByName

  • @@ -345,7 +345,7 @@

    createProperty

  • @@ -388,7 +388,7 @@

    findAndRemovePluginByName

  • @@ -435,7 +435,7 @@

    findObjWithOneOfKeys

  • Parameters

    @@ -461,7 +461,7 @@

    findPluginsArrayAndRemoveIfEmpty

  • @@ -499,7 +499,7 @@

    findPluginsByName

  • @@ -544,7 +544,7 @@

    findRootNodesByName

  • @@ -588,7 +588,7 @@

    findVariableToPlugin

  • @@ -633,7 +633,7 @@

    getRequire

  • @@ -679,7 +679,7 @@

    isImportPresent

  • Parameters

    @@ -708,7 +708,7 @@

    isType

  • @@ -745,7 +745,7 @@

    memberExpressionToPathString

  • @@ -777,7 +777,7 @@

    parseMerge

  • @@ -831,7 +831,7 @@

    parseTopScope

  • @@ -885,7 +885,7 @@

    pathsToMemberExpression

  • Parameters

    @@ -911,7 +911,7 @@

    removeProperty

  • @@ -963,7 +963,7 @@

    safeTraverse

  • @@ -1004,7 +1004,7 @@

    safeTraverseAndGetType

  • diff --git a/docs/modules/_utils_copy_utils_.html b/docs/modules/_utils_copy_utils_.html index 7132617b0ba..24364cde9c2 100644 --- a/docs/modules/_utils_copy_utils_.html +++ b/docs/modules/_utils_copy_utils_.html @@ -92,7 +92,7 @@

    Const generatorCopy

  • @@ -153,7 +153,7 @@

    Const generatorCopyTpl<
  • diff --git a/docs/modules/_utils_definetest_.html b/docs/modules/_utils_definetest_.html index 81a456d12ce..c0bd4c9c762 100644 --- a/docs/modules/_utils_definetest_.html +++ b/docs/modules/_utils_definetest_.html @@ -100,7 +100,7 @@

    transformType

    transformType: function
    @@ -150,7 +150,7 @@

    defineTest

  • @@ -206,7 +206,7 @@

    runSingleTransform

  • diff --git a/docs/modules/_utils_modify_config_helper_.html b/docs/modules/_utils_modify_config_helper_.html index 71df22a2787..4ad8e0eae89 100644 --- a/docs/modules/_utils_modify_config_helper_.html +++ b/docs/modules/_utils_modify_config_helper_.html @@ -100,7 +100,7 @@

    Const DEFAULT_WEBPACK_C
    DEFAULT_WEBPACK_CONFIG_FILENAME: "webpack.config.js" = "webpack.config.js"
    @@ -117,7 +117,7 @@

    modifyHelperUtil

  • diff --git a/docs/modules/_utils_npm_exists_.html b/docs/modules/_utils_npm_exists_.html index 1abc1716c4b..d1d3587fdc5 100644 --- a/docs/modules/_utils_npm_exists_.html +++ b/docs/modules/_utils_npm_exists_.html @@ -92,7 +92,7 @@

    Const constant

  • Parameters

    @@ -115,7 +115,7 @@

    npmExists

  • diff --git a/docs/modules/_utils_npm_packages_exists_.html b/docs/modules/_utils_npm_packages_exists_.html index bd9a44cc18b..10426d82d73 100644 --- a/docs/modules/_utils_npm_packages_exists_.html +++ b/docs/modules/_utils_npm_packages_exists_.html @@ -93,7 +93,7 @@

    Const WEBPACK_SCAFFOLD_
    WEBPACK_SCAFFOLD_PREFIX: "webpack-scaffold" = "webpack-scaffold"
    @@ -110,7 +110,7 @@

    npmPackagesExists

  • diff --git a/docs/modules/_utils_package_manager_.html b/docs/modules/_utils_package_manager_.html index 24165e361b5..77e4a007e73 100644 --- a/docs/modules/_utils_package_manager_.html +++ b/docs/modules/_utils_package_manager_.html @@ -107,7 +107,7 @@

    getPackageManager

  • @@ -133,7 +133,7 @@

    getPathToGlobalPackages

  • @@ -158,7 +158,7 @@

    spawnChild

  • @@ -190,7 +190,7 @@

    spawnNPM

  • @@ -228,7 +228,7 @@

    spawnYarn

  • @@ -265,7 +265,7 @@

    Const SPAWN_FUNCTIONS

    SPAWN_FUNCTIONS: object
    @@ -274,7 +274,7 @@

    npm

    npm: spawnNPM = spawnNPM
    @@ -284,7 +284,7 @@

    yarn

    yarn: spawnYarn = spawnYarn
    diff --git a/docs/modules/_utils_path_utils_.html b/docs/modules/_utils_path_utils_.html index 36624d00b16..35417a2d006 100644 --- a/docs/modules/_utils_path_utils_.html +++ b/docs/modules/_utils_path_utils_.html @@ -92,7 +92,7 @@

    findProjectRoot

  • @@ -115,7 +115,7 @@

    isLocalPath

  • diff --git a/docs/modules/_utils_prop_types_.html b/docs/modules/_utils_prop_types_.html index f5a01beac38..6e76ad95e62 100644 --- a/docs/modules/_utils_prop_types_.html +++ b/docs/modules/_utils_prop_types_.html @@ -87,7 +87,7 @@

    Const PROP_TYPES

    PROP_TYPES: Set<string> = new Set(["amd","bail","cache","context","devServer","devtool","entry","externals","merge","mode","module","node","optimization","output","parallelism","performance","plugins","profile","recordsInputPath","recordsOutputPath","recordsPath","resolve","resolveLoader","splitChunks","stats","target","topScope","watch","watchOptions"])
    diff --git a/docs/modules/_utils_recursive_parser_.html b/docs/modules/_utils_recursive_parser_.html index 8c99f814789..65db38f935b 100644 --- a/docs/modules/_utils_recursive_parser_.html +++ b/docs/modules/_utils_recursive_parser_.html @@ -91,7 +91,7 @@

    recursiveTransform

  • Parameters

    diff --git a/docs/modules/_utils_resolve_packages_.html b/docs/modules/_utils_resolve_packages_.html index 0ad0c75b057..eb086c88a3d 100644 --- a/docs/modules/_utils_resolve_packages_.html +++ b/docs/modules/_utils_resolve_packages_.html @@ -98,7 +98,7 @@

    processPromise

  • @@ -130,7 +130,7 @@

    resolvePackages

  • diff --git a/docs/modules/_utils_run_prettier_.html b/docs/modules/_utils_run_prettier_.html index 71b83a84a6d..ce59f97638e 100644 --- a/docs/modules/_utils_run_prettier_.html +++ b/docs/modules/_utils_run_prettier_.html @@ -91,7 +91,7 @@

    runPrettier

  • diff --git a/docs/modules/_utils_scaffold_.html b/docs/modules/_utils_scaffold_.html index cded8dc1281..4cc26a30b67 100644 --- a/docs/modules/_utils_scaffold_.html +++ b/docs/modules/_utils_scaffold_.html @@ -92,7 +92,7 @@

    mapOptionsToTransform

  • @@ -127,7 +127,7 @@

    runTransform

  • diff --git a/docs/modules/_utils_types_nodepath_.html b/docs/modules/_utils_types_nodepath_.html index dc5af057507..8c88f2d31d9 100644 --- a/docs/modules/_utils_types_nodepath_.html +++ b/docs/modules/_utils_types_nodepath_.html @@ -96,7 +96,7 @@

    valueType

    valueType: string[] | string | number | boolean | Node | null
    diff --git a/docs/modules/_utils_validate_identifier_.html b/docs/modules/_utils_validate_identifier_.html index f0d19e4401f..a48298a37a9 100644 --- a/docs/modules/_utils_validate_identifier_.html +++ b/docs/modules/_utils_validate_identifier_.html @@ -102,7 +102,7 @@

    Const astralIdentifierC
    astralIdentifierCodes: number[] = [509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,1306,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,52,0,13,2,49,13,16,9,83,11,168,11,6,9,8,2,57,0,2,6,3,1,3,2,10,0,11,1,3,6,4,4,316,19,13,9,214,6,3,8,112,16,16,9,82,12,9,9,535,9,20855,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,4305,6,792618,239]
    @@ -112,7 +112,7 @@

    Const astralIdentifierS
    astralIdentifierStartCodes: number[] = [0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,17,26,6,37,11,29,3,35,5,7,2,4,43,157,99,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,98,21,11,25,71,55,7,1,65,0,16,3,2,2,2,26,45,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,955,52,76,44,33,24,27,35,42,34,4,0,13,47,15,3,22,0,38,17,2,24,133,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,32,4,287,47,21,1,2,0,185,46,82,47,21,0,60,42,502,63,32,0,449,56,1288,920,104,110,2962,1070,13266,568,8,30,114,29,19,47,17,3,32,20,6,18,881,68,12,0,67,12,16481,1,3071,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,1340,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,16355,541]
    @@ -122,7 +122,7 @@

    Const nonASCIIidentifier

    nonASCIIidentifier: RegExp = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]")
    @@ -132,7 +132,7 @@

    Let nonASCIIidentifierCharsnonASCIIidentifierChars: string = "‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഁ-ഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏ᦰ-ᧀᧈᧉ᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳸᳹᷀-᷵᷼-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-꣄꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︭︳︴﹍-﹏0-9_"

    @@ -142,7 +142,7 @@

    Const nonASCIIidentifierStar
    nonASCIIidentifierStart: RegExp = new RegExp("[" + nonASCIIidentifierStartChars + "]")
    @@ -152,7 +152,7 @@

    Let nonASCIIidentifierStartnonASCIIidentifierStartChars: string = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠ-ࢲऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞭꞰꞱꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭟꭤꭥꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ"

  • @@ -169,7 +169,7 @@

    isIdentifierChar

  • Parameters

    @@ -192,7 +192,7 @@

    isIdentifierStart

  • Parameters

    @@ -215,7 +215,7 @@

    isInAstralSet

  • Parameters

    @@ -241,7 +241,7 @@

    isKeyword

  • Parameters

    @@ -264,7 +264,7 @@

    validationChar

  • Parameters

    diff --git a/docs/modules/_webpack_scaffold_index_.html b/docs/modules/_webpack_scaffold_index_.html index 8487be2e154..6ddcb1010db 100644 --- a/docs/modules/_webpack_scaffold_index_.html +++ b/docs/modules/_webpack_scaffold_index_.html @@ -104,7 +104,7 @@

    AutoComplete

  • Parameters

    @@ -133,7 +133,7 @@

    CheckList

  • Parameters

    @@ -162,7 +162,7 @@

    Confirm

  • Parameters

    @@ -200,7 +200,7 @@

    Input

  • Parameters

    @@ -238,7 +238,7 @@

    InputValidate

  • Parameters

    @@ -300,7 +300,7 @@

    List

  • Parameters

    @@ -341,7 +341,7 @@

    RawList

  • Parameters

    @@ -370,7 +370,7 @@

    createArrowFunction

  • Parameters

    @@ -393,7 +393,7 @@

    createAssetFilterFunction

  • Parameters

    @@ -416,7 +416,7 @@

    createDynamicPromise

  • Parameters

    @@ -439,7 +439,7 @@

    createExternalFunction

  • Parameters

    @@ -462,7 +462,7 @@

    createRegularFunction

  • Parameters

    @@ -485,7 +485,7 @@

    createRequire

  • Parameters

    @@ -508,7 +508,7 @@

    parseValue

  • Parameters

    diff --git a/package-lock.json b/package-lock.json index d18dc7b6f58..a6844e3709a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.3", + "version": "3.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 406977740bc..07e86f26469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.3", + "version": "3.3.4", "description": "CLI for webpack & friends", "license": "MIT", "repository": {