MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / resolve

Method resolve

packages/deno/lib.deno.d.ts:80–80  ·  view source on GitHub ↗

A function that returns resolved specifier as if it would be imported * using `import(specifier)`. * * ```ts * console.log(import.meta.resolve("./foo.js")); * // file:///dev/foo.js * ```

(specifier: string)

Source from the content-addressed store, hash-verified

78 * ```
79 */
80 resolve(specifier: string): string;
81}
82
83/** Deno supports [User Timing Level 3](https://w3c.github.io/user-timing)

Callers 15

patchWebAssemblyFunction · 0.65
stopMethod · 0.65
stopMethod · 0.65
UIProfiler.test.tsFile · 0.65
fetch.test.tsFile · 0.65
configResolvedFunction · 0.65
createMockBrowserClientFunction · 0.65
createMockBrowserClientFunction · 0.65
createMockBrowserClientFunction · 0.65
createMockBrowserClientFunction · 0.65

Implementers 1

SyncPromisepackages/core/src/utils/syncpromise.ts

Calls

no outgoing calls

Tested by 15

stopMethod · 0.52
stopMethod · 0.52
createMockBrowserClientFunction · 0.52
createMockBrowserClientFunction · 0.52
createMockBrowserClientFunction · 0.52
createMockBrowserClientFunction · 0.52
createMockBrowserClientFunction · 0.52
createMockBrowserClientFunction · 0.52
getDefaultClientOptionsFunction · 0.52
thenMethod · 0.52
createMockAPIPromiseFunction · 0.52
createMockBrowserClientFunction · 0.52