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

Function handler

packages/vite/src/node/plugins/dynamicImportVars.ts:204–206  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

202 resolveId: {
203 filter: { id: exactRegex(dynamicImportHelperId) },
204 handler(id) {
205 return id
206 },
207 },
208
209 load: {

Callers

nothing calls this directly

Calls 4

transformStableResultFunction · 0.90
transformDynamicImportFunction · 0.85
resolveFunction · 0.70
warnMethod · 0.65

Tested by

no test coverage detected