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