MCPcopy
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

3import { createFilter, normalizePath } from '../';
4
5const resolve = (...parts: string[]) => normalizePath(rawResolve(...parts));
6
7beforeEach(() => process.chdir(__dirname));
8

Callers 3

createFilter.tsFile · 0.70
rollup.config.mjsFile · 0.50
getMatcherStringFunction · 0.50

Calls 1

normalizePathFunction · 0.50

Tested by

no test coverage detected