MCPcopy
hub / github.com/webpack/webpack / isReexport

Method isReexport

lib/ExportsInfo.js:1544–1546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1542 }
1543
1544 isReexport() {
1545 return !this.terminalBinding && this._target && this._target.size > 0;
1546 }
1547
1548 _getMaxTarget() {
1549 if (this._maxTarget !== undefined) return this._maxTarget;

Callers 3

renderStartupMethod · 0.80
applyMethod · 0.80
codeGenerationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected