MCPcopy
hub / github.com/webpack/webpack / ownedExports

Method ownedExports

lib/ExportsInfo.js:185–187  ·  view source on GitHub ↗

* Gets owned exports. * @returns {Iterable<ExportInfo>} all owned exports in any order

()

Source from the content-addressed store, hash-verified

183 * @returns {Iterable<ExportInfo>} all owned exports in any order
184 */
185 get ownedExports() {
186 return this._exports.values();
187 }
188
189 /**
190 * Gets ordered owned exports.

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected