Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/rollup
/ main.js
File
main.js
test/cli/samples/external-modules/main.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ relative, normalize } from
'path'
;
2
import
{ format } from
'util'
;
3
4
assert.equal( format(
'it %s'
,
'works'
),
'it works'
);
Callers
nothing calls this directly
Calls
3
relative
Function · 0.90
normalize
Function · 0.90
format
Function · 0.50
Tested by
no test coverage detected