Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ bundle.js
File
bundle.js
test/configCases/externals/phase-imports-esm/bundle.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// `module` externals — static phase imports become real native
2
// `import defer * as …` / `import source … from …` statements.
3
import
defer * as modDeferNs from
"ext-mod-defer"
;
4
import
source modSrcDefault from
"ext-mod-source"
;
Callers
nothing calls this directly
Calls
2
log
Method · 0.80
source
Function · 0.50
Tested by
no test coverage detected