* Registers a locally provided export name. * @param {string} id export name
(id)
| 102 | * @param {string} id export name |
| 103 | */ |
| 104 | addTerminal(id) { |
| 105 | if (this._terminalIds === undefined) this._terminalIds = new Set(); |
| 106 | this._terminalIds.add(id); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Registers a star re-export request key. |