Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ buildStart
Function
buildStart
packages/vite/src/node/plugins/importMetaGlob.ts:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
return
true
55
},
56
buildStart() {
57
importGlobMaps.clear()
58
},
59
transform: {
60
filter: { code:
'import.meta.glob'
},
61
async
handler(code, id) {
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected