MCPcopy
hub / github.com/vuejs/core / SSRCompilerError

Interface SSRCompilerError

packages/compiler-ssr/src/errors.ts:8–10  ·  packages/compiler-ssr/src/errors.ts::SSRCompilerError

Source from the content-addressed store, hash-verified

6} from class="st">'@vue/compiler-dom'
7
8export interface SSRCompilerError extends CompilerError {
9 code: SSRErrorCodes
10}
11
12export function createSSRCompilerError(
13 code: SSRErrorCodes,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected