the AMD define function
the AMD options
Creates an async module. The body function must be a async function. "module.exports" will be decorated with an AsyncModulePromise. The body function will be called. To handle async dependencies correctly do this: "([a, b, c] = await handleDependencies([a, b, c]));". If "hasAwaitAfterDependencies" is truthy, "handleDependencies()" must be called at the end of the body function. Signature: function( module: Module, body: (handleDependencies: (deps: AsyncModulePromise[]) => Promise<any[]> & () => void, hasAwaitAfterDependencies?: boolean ) => void
The internal symbol that asyncModule is using.
The internal symbol that asyncModule is using.
the baseURI of current document
global callback functions for installing chunks
the chunk name of the chunk with the runtime
compatibility get default export
create a fake namespace object
function to promote a string to a TrustedScript using webpack's Trusted Types policy Arguments: (script: string) => TrustedScript
function to promote a string to a TrustedScriptURL using webpack's Trusted Types policy Arguments: (url: string) => TrustedScriptURL
merge multiple CSS stylesheets (CSSStyleSheet or string) into one CSS text string Arguments: (sheets: Array<CSSStyleSheet | string> | CSSStyleSheet | string) => string
The current scope when getting a module from a remote
resolve async transitive dependencies for deferred module
the internal symbol for getting the async transitive dependencies for deferred module
the exported property define getters function
the chunk ensure function
an object with handlers to ensure a chunk
a runtime requirement if ensureChunkHandlers should include loading of chunk needed for entries
the module id of the entry point
esm module id
esm module ids
esm modules
esm runtime
the internal exports object
method to install a chunk that was loaded somehow Signature: ({ id, ids, modules, runtime }) => void
the filename of the css part of the chunk
the filename of the script part of the chunk
the filename of the css part of the hot update chunk
the filename of the script part of the hot update chunk
the webpack hash
function to return webpack's Trusted Types policy Arguments: () => TrustedTypePolicy
the filename of the HMR manifest
the global object
harmony module decorator
a flag when a module/chunk/tree has css modules
a flag when a chunk has a fetch priority
the shorthand for Object.prototype.hasOwnProperty using of it decreases the compiled bundle size
function downloading the update manifest
array with handler functions to download chunk updates
array with handler functions when a module should be invalidated
object with all hmr module data for all modules
the prefix for storing state of runtime modules when hmr is enabled
The sharing init sequence function (only runs once per share scope). Has one argument, the name of the share scope. Creates a share scope if not existing
instantiate a wasm instance from module exports object, id, hash and importsObject
interceptor for module executions
function to load a script tag. Arguments: (url: string, done: (event) => void), key?: string | number, chunkId?: string | number) => void done function is called when loading has finished or timeout occurred. It will attach to existing script tags with data-webpack == uniqueName + ":" + key or src == url.
make a deferred namespace object
define compatibility on export
make a optimized deferred namespace object
the internal module object
the module cache
the module functions
the module functions, with only write access
<"module.id">the internal module object
<"module.loaded">the internal module object
node.js module decorator
register deferred code, which will run when certain chunks are loaded. Signature: (chunkIds: Id[], fn: () => any, priority: int >= 0 = 0) => any Returned value will be returned directly when all chunks are already loaded When (priority & 1) it will wait for all other handlers with lower priority to be executed before itself is executed
the chunk prefetch function
an object with handlers to prefetch a chunk
the chunk preload function
an object with handlers to preload a chunk
the bundle public path
a RelativeURL class when relative URLs are used
the internal require function
access to properties of the internal require function/object
runtime need to return the exports of the last entry module
the runtime id of the current runtime
the script nonce
an object with all share scopes
startup signal from runtime This will be called when the runtime chunk has been loaded.
method to startup an entrypoint with needed chunks. Signature: (moduleId: Id, chunkIds: Id[]) => any. Returns the exports of the module or a Promise
startup signal from runtime but only used to add logic after the startup
startup signal from runtime but only used to add sync logic before the startup
the System polyfill object
the System.register context object
top-level this need to be the exports object
to binary helper, convert base64 to Uint8Array
the uncaught error handler for the webpack runtime
an object containing all installed WebAssembly.Instance export objects keyed by module id