Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/rollup
/ main.js
File
main.js
test/function/samples/allows-external-modules-from-nested-module/main.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ relative, normalize } from
'path'
;
2
import
foo from
'./foo'
;
3
4
var
path =
'foo/bar/baz'
;
Callers
nothing calls this directly
Calls
2
relative
Function · 0.90
normalize
Function · 0.90
Tested by
no test coverage detected