Internal
Private
Add an instance to the registry. Identified by a namespace (extension ID) and an ID (module path).
Register a module by the chunk ID it belongs to, the webpack module ID it belongs to, the namespace (extension ID), and its path.
Responsible for loading external chunks. Called automatically when an extension/package tries to async import a chunked module.
Check if a module has been loaded. Return the module if so, false otherwise.
Retrieve a module from the registry by namespace and ID.
Get a registered chunk. Each chunk has at least one module (the default one).
The chunk loader which overrides the default Webpack chunk loader.
Rest
Add a function to run when object of id "id" is added (or overriden). If such an object is already registered, the handler will be applied immediately.
Generated using TypeDoc v0.24.8
Add an instance to the registry. Identified by a namespace (extension ID) and an ID (module path).