MCPcopy
hub / github.com/vitejs/vite / resolve

Function resolve

packages/vite/src/module-runner/createImportMeta.ts:25–27  ·  view source on GitHub ↗
(_id: string, _parent?: string)

Source from the content-addressed store, hash-verified

23 url: href,
24 env: envProxy,
25 resolve(_id: string, _parent?: string) {
26 throw new Error('[module runner] "import.meta.resolve" is not supported.')
27 },
28 // should be replaced during transformation
29 glob() {
30 throw new Error(

Callers

nothing calls this directly

Calls 1

resolverFunction · 0.85

Tested by

no test coverage detected