MCPcopy
hub / github.com/webpack/webpack / registerNamespaceExport

Method registerNamespaceExport

lib/ConcatenationScope.js:133–135  ·  view source on GitHub ↗

* Records the symbol that should be used for the synthetic namespace export. * @param {string} symbol identifier of the export in source code

(symbol)

Source from the content-addressed store, hash-verified

131 * @param {string} symbol identifier of the export in source code
132 */
133 registerNamespaceExport(symbol) {
134 this._currentModule.namespaceExportSymbol = symbol;
135 }
136
137 /**
138 * Encodes a reference to another concatenated module as a placeholder

Callers 6

codeGenerationMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected