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

Method _compile

packages/vite/src/node/config.ts:2610–2610  ·  view source on GitHub ↗
(code: string, filename: string)

Source from the content-addressed store, hash-verified

2608
2609interface NodeModuleWithCompile extends NodeModule {
2610 _compile(code: string, filename: string): any
2611}
2612
2613const _require = createRequire(/** #__KEEP__ */ import.meta.url)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected