MCPcopy
hub / github.com/rollup/rollup / includeAllInBundle

Method includeAllInBundle

src/Module.ts:784–787  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

782 }
783
784 includeAllInBundle(): void {
785 this.ast!.include(createInclusionContext(), true);
786 this.includeAllExports();
787 }
788
789 includeModuleInExecution(): void {
790 if (!this.isExecuted) {

Callers 1

includeStatementsMethod · 0.80

Calls 3

includeAllExportsMethod · 0.95
createInclusionContextFunction · 0.90
includeMethod · 0.65

Tested by

no test coverage detected