* Drops the export-name lookups once no group stays deferred; they only serve * to find still-deferred groups, so keeping them per module wastes memory.
()
| 130 | * to find still-deferred groups, so keeping them per module wastes memory. |
| 131 | */ |
| 132 | _release() { |
| 133 | this._forwardIdToRequest.clear(); |
| 134 | this._terminalIds = undefined; |
| 135 | this._fallbackRequests = undefined; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Removes and returns the groups needed to provide the requested export names. |