Update 1.3.0

This commit is contained in:
2026-04-06 23:46:44 +00:00
parent 37dc7d5610
commit 9839f8609b
24 changed files with 751 additions and 192 deletions
+2
View File
@@ -1,6 +1,8 @@
export interface Diagnostic {
message: string;
severity: string;
from?: number;
to?: number;
}
export interface CompileResponse {