Add error/warning severity property to LintError object.

This commit is contained in:
David Anson 2025-09-11 20:34:24 -07:00
parent 2954fee86c
commit 02a54a2b66
16 changed files with 4075 additions and 907 deletions

View file

@ -59,7 +59,8 @@ function assertLintResults(results: LintResults) {
"editColumn": 1,
"deleteCount": 1,
"insertText": "text"
}
},
"severity": "error"
}
]
};