Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
includeStatements
Method · 0.80
Calls
3
includeAllExports
Method · 0.95
createInclusionContext
Function · 0.90
include
Method · 0.65
Tested by
no test coverage detected