From 186bd116e0105911426417d859d1dba6222eb4a3 Mon Sep 17 00:00:00 2001 From: Joel Chen Date: Thu, 22 Oct 2020 17:29:42 -0700 Subject: [PATCH] [chore] update autogen docs --- packages/xarc-app/docs/modules/_index_.html | 6 +- .../_plugins_done_plugin_.doneplugin.html | 6 +- ...ript_src_plugin_.jsonpscriptsrcplugin.html | 6 +- ...ns_subapp_plugin_.subappwebpackplugin.html | 32 +++--- .../xarc-webpack/docs/modules/_index_.html | 98 +++++++++---------- .../modules/_partials_sourcemaps_remote_.html | 2 +- .../docs/modules/_util_generate_config_.html | 4 +- .../modules/_util_load_xarc_options_.html | 2 +- .../modules/_util_webpack_dev_reporter_.html | 4 +- .../docs/modules/_util_webpack_dev_url_.html | 2 +- 10 files changed, 81 insertions(+), 81 deletions(-) diff --git a/packages/xarc-app/docs/modules/_index_.html b/packages/xarc-app/docs/modules/_index_.html index 39fd64596..2a01d3007 100644 --- a/packages/xarc-app/docs/modules/_index_.html +++ b/packages/xarc-app/docs/modules/_index_.html @@ -91,7 +91,7 @@

cssModuleHook

  • @@ -148,7 +148,7 @@

    isomorphicExtendRequire

  • @@ -170,7 +170,7 @@

    load

  • diff --git a/packages/xarc-webpack/docs/classes/_plugins_done_plugin_.doneplugin.html b/packages/xarc-webpack/docs/classes/_plugins_done_plugin_.doneplugin.html index b68f00dd7..c36798931 100644 --- a/packages/xarc-webpack/docs/classes/_plugins_done_plugin_.doneplugin.html +++ b/packages/xarc-webpack/docs/classes/_plugins_done_plugin_.doneplugin.html @@ -112,7 +112,7 @@

    constructor

  • Parameters

    @@ -134,7 +134,7 @@

    _func

    _func: Function
    @@ -151,7 +151,7 @@

    apply

  • Parameters

    diff --git a/packages/xarc-webpack/docs/classes/_plugins_jsonp_script_src_plugin_.jsonpscriptsrcplugin.html b/packages/xarc-webpack/docs/classes/_plugins_jsonp_script_src_plugin_.jsonpscriptsrcplugin.html index 860317b3e..af3ad0b4c 100644 --- a/packages/xarc-webpack/docs/classes/_plugins_jsonp_script_src_plugin_.jsonpscriptsrcplugin.html +++ b/packages/xarc-webpack/docs/classes/_plugins_jsonp_script_src_plugin_.jsonpscriptsrcplugin.html @@ -121,7 +121,7 @@

    constructor

  • Returns JsonpScriptSrcPlugin

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

    _applyMainTemplate

  • Parameters

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

    apply

  • Parameters

    diff --git a/packages/xarc-webpack/docs/classes/_plugins_subapp_plugin_.subappwebpackplugin.html b/packages/xarc-webpack/docs/classes/_plugins_subapp_plugin_.subappwebpackplugin.html index 517d8cd3e..137993163 100644 --- a/packages/xarc-webpack/docs/classes/_plugins_subapp_plugin_.subappwebpackplugin.html +++ b/packages/xarc-webpack/docs/classes/_plugins_subapp_plugin_.subappwebpackplugin.html @@ -132,7 +132,7 @@

    constructor

  • @@ -167,7 +167,7 @@

    _assetsFile

    _assetsFile: string
    @@ -177,7 +177,7 @@

    _declareApiNames

    _declareApiNames: string[]
    @@ -187,7 +187,7 @@

    _makeIdentifierBEE

    _makeIdentifierBEE: Function
    @@ -197,7 +197,7 @@

    _subApps

    _subApps: Record<string, any>
    @@ -207,7 +207,7 @@

    _tapAssets

    _tapAssets: Function
    @@ -217,7 +217,7 @@

    _wVer

    _wVer: number
    @@ -234,7 +234,7 @@

    apply

  • Parameters

    @@ -257,7 +257,7 @@

    findImportCall

  • Parameters

    @@ -280,7 +280,7 @@

    initWebpackVer4

  • Returns { BasicEvaluatedExpression: any; makeIdentifierBEE: any; tapAssets: any }

    @@ -297,7 +297,7 @@
    makeIdentifierBEE: function

    Parameters

    @@ -319,7 +319,7 @@
    tapAssets: function
  • Parameters

    @@ -346,7 +346,7 @@

    initWebpackVer5

  • Returns { BasicEvaluatedExpression: any; makeIdentifierBEE: any; tapAssets: any }

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

    Parameters

    @@ -385,7 +385,7 @@
    tapAssets: function
  • Parameters

    @@ -412,7 +412,7 @@

    updateAssets

  • Parameters

    diff --git a/packages/xarc-webpack/docs/modules/_index_.html b/packages/xarc-webpack/docs/modules/_index_.html index 8301a5242..72b8062f3 100644 --- a/packages/xarc-webpack/docs/modules/_index_.html +++ b/packages/xarc-webpack/docs/modules/_index_.html @@ -139,7 +139,7 @@

    PlainConfig

    PlainConfig: Record<string, any>
    @@ -157,7 +157,7 @@

    Const env

    env: string = process.env.ELECTRODE_WEBPACK_PROFILE || "production"
    @@ -167,7 +167,7 @@

    Const options

    options: any = require(`./options/${env}`)
    @@ -177,7 +177,7 @@

    Const webpack

    webpack: any = require("webpack")
    @@ -201,7 +201,7 @@

    applyPartials

  • @@ -257,7 +257,7 @@

    Const defaultConfigs

    defaultConfigs: object
    @@ -281,7 +281,7 @@

    development

  • @@ -320,7 +320,7 @@

    karma

  • @@ -359,7 +359,7 @@

    production

  • @@ -395,7 +395,7 @@

    Const partials

    partials: object
    @@ -409,7 +409,7 @@

    babel

    babel: any = genPartials._babel
    @@ -424,7 +424,7 @@

    baseOptions

    baseOptions: any = genPartials["_base-options"]
    @@ -439,7 +439,7 @@

    dev

    dev: any = genPartials._dev
    @@ -454,7 +454,7 @@

    devMode

    devMode: any = genPartials["_dev-mode"]
    @@ -469,7 +469,7 @@

    dll

    dll: any = genPartials._dll
    @@ -479,7 +479,7 @@

    dllEntry

    dllEntry: any = genPartials["_dll-entry"]
    @@ -489,7 +489,7 @@

    dllLoad

    dllLoad: any = genPartials["_dll-load"]
    @@ -499,7 +499,7 @@

    dllOutput

    dllOutput: any = genPartials["_dll-output"]
    @@ -509,7 +509,7 @@

    dllReference

    dllReference: any = genPartials["_dll-reference"]
    @@ -519,7 +519,7 @@

    entry

    entry: any = genPartials._entry
    @@ -534,7 +534,7 @@

    extractStyle

    extractStyle: any = genPartials["_extract-style"]
    @@ -549,7 +549,7 @@

    fail

    fail: any = genPartials._fail
    @@ -564,7 +564,7 @@

    fonts

    fonts: any = genPartials._fonts
    @@ -579,7 +579,7 @@

    images

    images: any = genPartials._images
    @@ -594,7 +594,7 @@

    isomorphic

    isomorphic: any = genPartials._isomorphic
    @@ -609,7 +609,7 @@

    karmaBase

    karmaBase: any = genPartials["_test-base"]
    @@ -624,7 +624,7 @@

    karmaEntry

    karmaEntry: any = genPartials["_test-entry"]
    @@ -639,7 +639,7 @@

    karmaOutput

    karmaOutput: any = genPartials["_test-output"]
    @@ -654,7 +654,7 @@

    karmaResolve

    karmaResolve: any = genPartials["_test-resolve"]
    @@ -669,7 +669,7 @@

    loadable

    loadable: any = genPartials._loadable
    @@ -684,7 +684,7 @@

    locales

    locales: any = genPartials._locales
    @@ -699,7 +699,7 @@

    minify

    minify: any = genPartials._uglify
    @@ -716,7 +716,7 @@

    node

    node: any = genPartials._node
    @@ -731,7 +731,7 @@

    output

    output: any = genPartials._output
    @@ -746,7 +746,7 @@

    prodMode

    prodMode: any = genPartials["_prod-mode"]
    @@ -761,7 +761,7 @@

    progressSimple

    progressSimple: any = genPartials["_simple-progress"]
    @@ -776,7 +776,7 @@

    pwa

    pwa: any = genPartials._pwa
    @@ -791,7 +791,7 @@

    resolve

    resolve: any = genPartials._resolve
    @@ -806,7 +806,7 @@

    resolveLoader

    resolveLoader: any = genPartials["_resolve-loader"]
    @@ -821,7 +821,7 @@

    sourceMapsInline

    sourceMapsInline: any = genPartials["_sourcemaps-inline"]
    @@ -836,7 +836,7 @@

    sourceMapsRemote

    sourceMapsRemote: any = genPartials["_sourcemaps-remote"]
    @@ -851,7 +851,7 @@

    statsWriter

    statsWriter: any = genPartials._stats
    @@ -866,7 +866,7 @@

    subapp2

    subapp2: any = genPartials["_subapp2"]
    @@ -881,7 +881,7 @@

    subappChunks

    subappChunks: any = genPartials["_subapp-chunks"]
    @@ -897,7 +897,7 @@

    Const profiles

    profiles: object
    @@ -918,7 +918,7 @@

    base

    base: any[] = [partials.baseOptions,partials.entry,partials.subappChunks,partials.output,partials.resolve,partials.resolveLoader,partials.subapp2,partials.babel,partials.extractStyle,partials.fonts,partials.images,partials.statsWriter,partials.isomorphic,partials.node]
    @@ -936,7 +936,7 @@

    development

    development: any[] = [partials.devMode, partials.dev]
    @@ -951,7 +951,7 @@

    karma

    karma: any[] = [partials.devMode,partials.sourceMapsInline,partials.progressSimple,partials.karmaBase,partials.karmaEntry,partials.karmaOutput,partials.karmaResolve]
    @@ -966,7 +966,7 @@

    production

    production: any[] = [partials.prodMode,partials.dllReference,partials.minify,partials.locales,partials.sourceMapsRemote,partials.progressSimple]
    diff --git a/packages/xarc-webpack/docs/modules/_partials_sourcemaps_remote_.html b/packages/xarc-webpack/docs/modules/_partials_sourcemaps_remote_.html index 5a9fe554f..c02aeee85 100644 --- a/packages/xarc-webpack/docs/modules/_partials_sourcemaps_remote_.html +++ b/packages/xarc-webpack/docs/modules/_partials_sourcemaps_remote_.html @@ -85,7 +85,7 @@

    Const SourceMapDev
    SourceMapDevToolPlugin: any = require("webpack").SourceMapDevToolPlugin
    diff --git a/packages/xarc-webpack/docs/modules/_util_generate_config_.html b/packages/xarc-webpack/docs/modules/_util_generate_config_.html index 7f4e6c02d..550a565ac 100644 --- a/packages/xarc-webpack/docs/modules/_util_generate_config_.html +++ b/packages/xarc-webpack/docs/modules/_util_generate_config_.html @@ -90,7 +90,7 @@

    generateConfig

  • Parameters

    @@ -116,7 +116,7 @@

    initWebpackConfigComposer

  • Parameters

    diff --git a/packages/xarc-webpack/docs/modules/_util_load_xarc_options_.html b/packages/xarc-webpack/docs/modules/_util_load_xarc_options_.html index 6761f7b52..b847161b0 100644 --- a/packages/xarc-webpack/docs/modules/_util_load_xarc_options_.html +++ b/packages/xarc-webpack/docs/modules/_util_load_xarc_options_.html @@ -89,7 +89,7 @@

    loadXarcOptions

  • Parameters

    diff --git a/packages/xarc-webpack/docs/modules/_util_webpack_dev_reporter_.html b/packages/xarc-webpack/docs/modules/_util_webpack_dev_reporter_.html index cbae1281d..4dd2f2fea 100644 --- a/packages/xarc-webpack/docs/modules/_util_webpack_dev_reporter_.html +++ b/packages/xarc-webpack/docs/modules/_util_webpack_dev_reporter_.html @@ -91,7 +91,7 @@

    Const notifyBundleValid
    notifyBundleValid: any = require("../util/notify-bundle-valid")
    @@ -108,7 +108,7 @@

    webpackDevReporter

  • Parameters

    diff --git a/packages/xarc-webpack/docs/modules/_util_webpack_dev_url_.html b/packages/xarc-webpack/docs/modules/_util_webpack_dev_url_.html index 34d294838..3f1507f11 100644 --- a/packages/xarc-webpack/docs/modules/_util_webpack_dev_url_.html +++ b/packages/xarc-webpack/docs/modules/_util_webpack_dev_url_.html @@ -89,7 +89,7 @@

    devServerBaseUrl

  • Parameters