forked from github/quartz
feat(bases): migrate from vault to upstream
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
9
quartz/util/base/compiler/diagnostics.ts
Normal file
9
quartz/util/base/compiler/diagnostics.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Span } from "./ast"
|
||||
|
||||
export type BaseExpressionDiagnostic = {
|
||||
kind: "lex" | "parse" | "runtime"
|
||||
message: string
|
||||
span: Span
|
||||
context: string
|
||||
source: string
|
||||
}
|
||||
Reference in New Issue
Block a user