Add new diagnostic

This commit is contained in:
Anders Hejlsberg 2018-05-27 15:43:44 -07:00
parent 353802c140
commit a83653ed99

View file

@ -2024,6 +2024,10 @@
"category": "Error",
"code": 2570
},
"Object is of type 'unknown'.": {
"category": "Error",
"code": 2571
},
"JSX element attributes type '{0}' may not be a union type.": {
"category": "Error",
"code": 2600