Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
const
resolveId = (file: string, opts: SyncOpts) => resolve.sync(file, opts);
14
15
/**
16
* Returns code asynchronously
for
the tslib helper library.
Callers
1
getTsLibPath
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected