Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ dynamic.js
File
dynamic.js
test/configCases/require/cjs-and-mjs/dynamic.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createRequire } from
'node:module'
;
2
3
const
require = createRequire ? createRequire(
import
.meta.url) : undefined;
4
Callers
nothing calls this directly
Calls
2
createRequire
Function · 0.50
it
Function · 0.50
Tested by
no test coverage detected