Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/plugins
/ resolve
Function
resolve
packages/pluginutils/test/createFilter.ts:5–5 ·
view source on GitHub ↗
(...parts: string[])
Source
from the content-addressed store, hash-verified
3
import
{ createFilter, normalizePath } from
'../'
;
4
5
const
resolve = (...parts: string[]) => normalizePath(rawResolve(...parts));
6
7
beforeEach(() => process.chdir(__dirname));
8
Callers
3
createFilter.ts
File · 0.70
rollup.config.mjs
File · 0.50
getMatcherString
Function · 0.50
Calls
1
normalizePath
Function · 0.50
Tested by
no test coverage detected