MCPcopy Create free account
hub / github.com/rollup/plugins / resolveId

Function resolveId

packages/typescript/src/tslib.ts:13–13  ·  view source on GitHub ↗
(file: string, opts: SyncOpts)

Source from the content-addressed store, hash-verified

11// );
12
13const resolveId = (file: string, opts: SyncOpts) => resolve.sync(file, opts);
14
15/**
16 * Returns code asynchronously for the tslib helper library.

Callers 1

getTsLibPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected