Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ parse
Method
parse
packages/vite/src/node/server/pluginContainer.ts:768–770 ·
view source on GitHub ↗
(code: string, opts: any)
Source
from the content-addressed store, hash-verified
766
fs: RollupFsModule = fsModule
767
768
parse(code: string, opts: any): ESTree.Program {
769
return
rolldownParseAst(code, opts)
770
}
771
772
async
resolve(
773
id: string,
Callers
15
init
Function · 0.80
setupReactCompiler
Function · 0.80
setupEslint
Function · 0.80
rolldown.config.ts
File · 0.80
rolldown.dts.config.ts
File · 0.80
customizationHookResolve
Function · 0.80
getModuleSourceMapById
Method · 0.80
mapSourcePosition
Function · 0.80
connect
Function · 0.80
loadPackageData
Function · 0.80
extractHostnamesFromSubjectAltName
Function · 0.80
constants.ts
File · 0.80
Calls
no outgoing calls
Tested by
2
getManifestKeys
Function · 0.64
fetchModuleViaWebSocket
Function · 0.64