MCPcopy
hub / github.com/rollup/plugins / resolve

Function resolve

packages/typescript/src/watchProgram.ts:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60function createDeferred(timeout?: number): Deferred {
61 let promise: Promise<boolean | void>;
62 let resolve: DeferredResolve = () => {};
63
64 if (timeout) {
65 promise = Promise.race<boolean | void>([

Callers 15

executeWorkerFunction · 0.50
test.mjsFile · 0.50
loadFunction · 0.50
resolveIdFunction · 0.50
prefer-builtins.jsFile · 0.50
only.jsFile · 0.50
getPackageInfoFunction · 0.50
nodeResolveFunction · 0.50
resolveLikeNodeFunction · 0.50
legacyFunction · 0.50
waitForWatcherEventFunction · 0.50
makePathsAbsoluteFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected