Skip to content

Commit b93845a

Browse files
Switch from 'Error' to 'Message' on related span messages.
1 parent 7f67328 commit b93845a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@
24022402
"code": 2727
24032403
},
24042404
"'{0}' is declared here.": {
2405-
"category": "Error",
2405+
"category": "Message",
24062406
"code": 2728
24072407
},
24082408
"Property '{0}' is used before its initialization.": {
@@ -3886,7 +3886,7 @@
38863886
"code": 7037
38873887
},
38883888
"Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.": {
3889-
"category": "Error",
3889+
"category": "Message",
38903890
"code": 7038
38913891
},
38923892
"Mapped object type implicitly has an 'any' template type.": {

0 commit comments

Comments
 (0)