MCPcopy
hub / github.com/rollup/rollup / include

Method include

src/Module.ts:765–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

763 }
764
765 include(): void {
766 const context = createInclusionContext();
767 if (this.ast!.shouldBeIncluded(context)) this.ast!.include(context, false);
768 }
769
770 includeAllExports(): void {
771 if (this.allExportsIncluded) return;

Callers

nothing calls this directly

Calls 3

createInclusionContextFunction · 0.90
shouldBeIncludedMethod · 0.65
includeMethod · 0.65

Tested by

no test coverage detected