MCPcopy
hub / github.com/webpack/webpack / _release

Method _release

lib/LazyBarrel.js:132–136  ·  view source on GitHub ↗

* 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.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

requestMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected