new WpwResolveExport(options)
| Name | Type | Description |
|---|---|---|
options | WpwExportOptions | Plugin options to be applied |
- Source
Extends
Members
(protected) ErrorCode
- Overrides
- Source
(protected) InfoCode
- Overrides
- Source
(protected) Msg
- Overrides
- Source
(protected) MsgCode
- Overrides
- Source
(protected) WarningCode
- Overrides
- Source
(protected) _arr_
Utility shortcut to @spmhome/type-utils/array set of functions
Utility shortcut to @spmhome/type-utils/array set of functions
- Overrides
- Source
(protected) _async_
Utility shortcut to @spmhome/cmn-utils/path set of functions
Utility shortcut to @spmhome/cmn-utils/path set of functions
- Overrides
- Source
(protected) _cmn_
Utility shortcut to @spmhome/cmn-utils/path set of functions
Utility shortcut to @spmhome/cmn-utils/path set of functions
- Overrides
- Source
(protected) _crypto_
Utility shortcut to @spmhome/type-utils/crypto set of functions
Utility shortcut to @spmhome/type-utils/crypto set of functions
- Overrides
- Source
(protected) _date_
Utility shortcut to @spmhome/type-utils/date set of functions
Utility shortcut to @spmhome/type-utils/date set of functions
- Overrides
- Source
(protected) _fs_
Utility shortcut to @spmhome/cmn-utils/fs set of functions
Utility shortcut to @spmhome/cmn-utils/fs set of functions
- Overrides
- Source
(protected) _io_
Utility shortcut to @spmhome/cmn-utils/io set of functions
Utility shortcut to @spmhome/cmn-utils/io set of functions
- Overrides
- Source
(protected) _json_
Utility shortcut to @spmhome/type-utils/json set of functions
Utility shortcut to @spmhome/type-utils/json set of functions
- Overrides
- Source
(protected) _mime_
Utility shortcut to @spmhome/type-utils/mime set of functions
Utility shortcut to @spmhome/type-utils/mime set of functions
- Overrides
- Source
(protected) _node_
Utility shortcut to @spmhome/cmn-utils/node set of functions
Utility shortcut to @spmhome/cmn-utils/node set of functions
- Overrides
- Source
(protected) _num_
Utility shortcut to @spmhome/type-utils/number set of functions
Utility shortcut to @spmhome/type-utils/number set of functions
- Overrides
- Source
(protected) _obj_
Utility shortcut to @spmhome/type-utils/object set of functions
Utility shortcut to @spmhome/type-utils/object set of functions
- Overrides
- Source
(protected) _path_
Utility shortcut to @spmhome/cmn-utils/path set of functions
Utility shortcut to @spmhome/cmn-utils/path set of functions
- Overrides
- Source
(protected) _pms_
Utility shortcut to @spmhome/type-utils/promise set of functions
Utility shortcut to @spmhome/type-utils/promise set of functions
- Overrides
- Source
(protected) _rgx_
Utility shortcut to @spmhome/type-utils/regex set of functions
Utility shortcut to @spmhome/type-utils/regex set of functions
- Overrides
- Source
(protected) _str_
Utility shortcut to @spmhome/type-utils/string set of functions
Utility shortcut to @spmhome/type-utils/string set of functions
- Overrides
- Source
(protected) _ts_
Utility shortcut to @spmhome/cmn-utils/ts set of functions
Utility shortcut to @spmhome/cmn-utils/ts set of functions
- Overrides
- Source
(protected) _types_
Utility shortcut to @spmhome/type-utils/type set of functions
Utility shortcut to @spmhome/type-utils/type set of functions
- Overrides
- Source
(protected) _ver_
Utility shortcut to @spmhome/cmn-utils/version set of functions
Utility shortcut to @spmhome/cmn-utils/version set of functions
- Overrides
- Source
(protected) _www_
Utility shortcut to @spmhome/cmn-utils/fetch set of functions
Utility shortcut to @spmhome/cmn-utils/fetch set of functions
- Overrides
- Source
build :WpwBuild
- Overrides
- Source
buildOptions :WpwBuildOptionsExportConfig.<"resolve">
- WpwBuildOptionsExportConfig.<"resolve">
- Overrides
- Source
cacheMap :Record.<WpwBuildOptionsKey, WpwCache>
- Record.<WpwBuildOptionsKey, WpwCache>
- Overrides
- Source
compilation :WebpackCompilation
- WebpackCompilation
- Overrides
- Source
compiler :WebpackCompiler
- WebpackCompiler
- Overrides
- Source
(protected) disposables :Array.<IDisposable>
- Array.<IDisposable>
- Overrides
- Source
(protected) disposed :boolean
- boolean
- Overrides
- Source
global
- Overrides
- Source
hasPluginHooks :boolean|undefined
- boolean |
undefined
- Overrides
- Source
hookCurrent :string|undefined
- string |
undefined
- Overrides
- Source
hookMessages :Record.<string, {start: string, done: string, fail: string}>
- Record.<string, {start: string, done: string, fail: string}>
- Overrides
- Source
(protected) initialConfig :any
cloned initial configuration object prior to any runtime modifications
.cloned initial configuration object prior to any runtime modifications
- any
- Overrides
- Source
(protected) name :string
module name
.module name
- string
- Overrides
- Source
(protected) slug :string
url/path friendly module name
.url/path friendly module name
- string
- Overrides
- Source
(protected) spmh
Top level export of spmh shared library packages ...{ cls, type, util }...
- Overrides
- Source
(protected) store :WpwCache
- Overrides
- Source
subtype :WpwModuleSubType
- WpwModuleSubType
- Overrides
- Source
Methods
addMessage(info, ifFirstopt) → {SpmhError}
| Name | Type | Attributes | Description |
|---|---|---|---|
info | Partial.<SpmhMessageInfo> | | ||
ifFirst | boolean | | <optional> |
- Overrides
- Source
- Type:
- SpmhError
(protected) app(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source
applyPolyfills(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Source
(protected) base(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source
(protected) baseDone(_build)
| Name | Type | Description |
|---|---|---|
_build | WpwBuild |
- Overrides
- Source
(protected) doxygen(_build)
| Name | Type | Description |
|---|---|---|
_build | WpwBuild |
- Overrides
- Source
exec(command, program, asyncopt, optionsopt) → {WpwExecResultKind.<P>}
| Name | Type | Attributes | Description |
|---|---|---|---|
command | string | ||
program | string | ||
async | P | <optional> | |
options | WpwModuleExecOptions | <optional> |
- Overrides
- Source
- Type:
- WpwExecResultKind.<P>
exec2(async, options) → {WpwExecResultKind.<P>}
| Name | Type | Description |
|---|---|---|
async | P | |
options | WpwExecOptions |
- Overrides
- Source
- Type:
- WpwExecResultKind.<P>
(protected) extjsdoc(_build)
| Name | Type | Description |
|---|---|---|
_build | WpwBuild |
- Overrides
- Source
(protected) getErrorMessageCfg(message, codeopt, exceptionopt) → {WpwBaseMessageInfo}
| Name | Type | Attributes | Description |
|---|---|---|---|
message | string | ||
code | SpmhMessageCode | | <optional> | |
exception | SpmhError | | <optional> |
- Overrides
- Source
- Type:
- WpwBaseMessageInfo
getStore(moduleKeyopt) → {WpwCache}
| Name | Type | Attributes | Description |
|---|---|---|---|
moduleKey | WpwBuildOptionsKey | <optional> |
- Overrides
- Source
- Type:
- WpwCache
hashLength() → {number}
- Since
- 1.10.1
- Overrides
- Source
- Type:
- number
hookdone(msgopt, rtnopt) → {T}
| Name | Type | Attributes | Description |
|---|---|---|---|
msg | string | | <optional> | |
rtn | T | <optional> |
- Since
- 1.11.0
- Overrides
- Source
- Type:
- T
hookstart(msgopt, writePluginOptsopt) → {WpwLogger}
| Name | Type | Attributes | Description |
|---|---|---|---|
msg | string | | <optional> | |
writePluginOpts | boolean | <optional> |
- Since
- 1.11.0
- Overrides
- Source
- Type:
- WpwLogger
(protected) invalidHookConfig(hookName, hookType, configDsc) → {SpmhMessage}
| Name | Type | Default | Description |
|---|---|---|---|
hookName | string | ||
hookType | "compiler" | | compilation | |
configDsc | string | async/sync |
- Overrides
- Source
- Type:
- SpmhMessage
isAsyncHook(hook)
| Name | Type | Description |
|---|---|---|
hook | any |
- Overrides
- Source
(protected) isCompilationHook(hook)
| Name | Type | Description |
|---|---|---|
hook | any |
- Overrides
- Source
(protected) isSyncHook(hook, strictopt)
| Name | Type | Attributes | Description |
|---|---|---|---|
hook | any | ||
strict | boolean | <optional> |
- Overrides
- Source
(protected) isTapableHook(hook) → {boolean}
| Name | Type | Description |
|---|---|---|
hook | WpwWebpackCompilerHook | |
- Overrides
- Source
hook is WebpackHook
- Type:
- boolean
(protected) jsdoc(_build)
| Name | Type | Description |
|---|---|---|
_build | WpwBuild |
- Overrides
- Source
(protected) lib(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source
(protected) plugin(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source
(protected) resource(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source
(protected) schema(_build)
| Name | Type | Description |
|---|---|---|
_build | WpwBuild |
- Overrides
- Source
(protected) script(_build)
| Name | Type | Description |
|---|---|---|
_build | WpwBuild |
- Overrides
- Source
(protected) tapCompilationHooks(optionsArray)
| Name | Type | Description |
|---|---|---|
optionsArray | Array.<WpwPluginCompilationTapOptionsPair.<any, any, boolean>> |
- Overrides
- Source
(protected) tests(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source
(protected) types(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source
(protected) webapp(build)
| Name | Type | Description |
|---|---|---|
build | WpwBuild |
- Overrides
- Source