Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
transformStableResult
Function · 0.90
transformDynamicImport
Function · 0.85
resolve
Function · 0.70
warn
Method · 0.65
Tested by
no test coverage detected