* Records the symbol that should be used for the synthetic namespace export. * @param {string} symbol identifier of the export in source code
(symbol)
| 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 |