summaryrefslogtreecommitdiff
path: root/src/compiler/utils/error.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/utils/error.ts')
-rw-r--r--src/compiler/utils/error.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/utils/error.ts b/src/compiler/utils/error.ts
index 5c2cf3732..438d8c500 100644
--- a/src/compiler/utils/error.ts
+++ b/src/compiler/utils/error.ts
@@ -3,7 +3,7 @@
import { locate } from 'locate-character';
import get_code_frame from './get_code_frame.js';
-class CompileError extends Error {
+export class CompileError extends Error {
code: string;
start: { line: number; column: number };
end: { line: number; column: number };