Skip to content

Commit af53414

Browse files
committed
make gen
1 parent c23c379 commit af53414

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/src/types/preview.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// Code generated by 'guts'. DO NOT EDIT.
22

3+
// From types/diagnostics.go
4+
export interface DiagnosticExtra {
5+
readonly code: string;
6+
}
7+
38
// From types/diagnostics.go
49
export type DiagnosticSeverityString = "error" | "warning";
510

@@ -13,6 +18,7 @@ export interface FriendlyDiagnostic {
1318
readonly severity: DiagnosticSeverityString;
1419
readonly summary: string;
1520
readonly detail: string;
21+
readonly extra: DiagnosticExtra;
1622
}
1723

1824
// From types/value.go

0 commit comments

Comments
 (0)