MCPcopy
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.
3import defer * as modDeferNs from "ext-mod-defer";
4import source modSrcDefault from "ext-mod-source";

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
sourceFunction · 0.50

Tested by

no test coverage detected