[cm6] Wrap compile log annotations in a lint source (#8451)

GitOrigin-RevId: d404560313cbb99c7a06453bc3b7d2374e86598a
This commit is contained in:
Alf Eaton
2022-06-22 08:03:47 +00:00
committed by Copybot
parent a450a74351
commit bd64a167f4
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -2,4 +2,5 @@ export type Annotation = {
row: number
type: 'info' | 'warning' | 'error'
text: string
source?: string
}