MCPcopy Index your code
hub / github.com/rollup/rollup / includeModuleInExecution

Method includeModuleInExecution

src/Module.ts:789–794  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

787 }
788
789 includeModuleInExecution(): void {
790 if (!this.isExecuted) {
791 markModuleAndImpureDependenciesAsExecuted(this);
792 this.graph.needsTreeshakingPass = true;
793 }
794 }
795
796 isIncluded(): boolean | null {
797 // Modules where this.ast is missing have been loaded via this.load and are

Callers 3

includeAllExportsMethod · 0.95
includeVariableMethod · 0.80
includeNodeMethod · 0.80

Tested by

no test coverage detected