Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-esm-no-addons.mjs
File
test-esm-no-addons.mjs
test/es-module/test-esm-no-addons.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mustCall } from
'../common/index.mjs'
;
2
import
{ Worker, isMainThread } from
'worker_threads'
;
3
import
assert from
'assert'
;
4
import
{ fileURLToPath } from
'url'
;
Callers
nothing calls this directly
Calls
5
fileURLToPath
Function · 0.90
includes
Method · 0.80
forEach
Method · 0.65
mustCall
Function · 0.50
then
Method · 0.45
Tested by
no test coverage detected