MCPcopy
hub / github.com/webpack/webpack / markInlinedExports

Method markInlinedExports

lib/ExportsInfo.js:177–179  ·  view source on GitHub ↗

* Records that an owned export got an inlined used name. * @returns {void}

()

Source from the content-addressed store, hash-verified

175 * @returns {void}
176 */
177 markInlinedExports() {
178 this._hasInlinedExports = true;
179 }
180
181 /**
182 * Gets owned exports.

Callers 1

applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected