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

Function glob

packages/vite/src/module-runner/createImportMeta.ts:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 },
28 // should be replaced during transformation
29 glob() {
30 throw new Error(
31 `[module runner] "import.meta.glob" is statically replaced during ` +
32 `file transformation. Make sure to reference it by the full name.`,
33 )
34 },
35 }
36}
37

Callers 3

mapFilesFunction · 0.85
transformGlobImportFunction · 0.85
globEntriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected