MCPcopy
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

initFunction · 0.80
setupReactCompilerFunction · 0.80
setupEslintFunction · 0.80
rolldown.config.tsFile · 0.80
customizationHookResolveFunction · 0.80
mapSourcePositionFunction · 0.80
connectFunction · 0.80
loadPackageDataFunction · 0.80
constants.tsFile · 0.80

Calls

no outgoing calls

Tested by 2

getManifestKeysFunction · 0.64
fetchModuleViaWebSocketFunction · 0.64