Internal
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.
Get a registered chunk. Each chunk has at least one module (the default one).
The chunk loader which overrides the default Webpack chunk loader.
Generated using TypeDoc v0.24.8
Register a module by the chunk ID it belongs to, the webpack module ID it belongs to, the namespace (extension ID), and its path.