Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-esm-dynamic-import.js
File
test-esm-dynamic-import.js
test/es-module/test-esm-dynamic-import.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../common'
);
3
const
{ pathToFileURL } = require(
'url'
);
4
const
assert = require(
'assert'
);
Callers
nothing calls this directly
Calls
8
expectOkNamespace
Function · 0.85
expectFsNamespace
Function · 0.85
expectModuleError
Function · 0.85
require
Function · 0.50
pathToFileURL
Function · 0.50
eval
Function · 0.50
resolve
Method · 0.45
then
Method · 0.45
Tested by
no test coverage detected