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

Interface DOMCompilerError

packages/compiler-dom/src/errors.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6} from '@vue/compiler-core'
7
8export interface DOMCompilerError extends CompilerError {
9 code: DOMErrorCodes
10}
11
12export function createDOMCompilerError(
13 code: DOMErrorCodes,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected