enable syntactic features if project size exceeded the limit, send events when state of language service changes (#12190)

* enable syntactic features if project size exceeded the limit, send events when state of language service changes

* allow getting compiler options diagnostics when language service is disabled
This commit is contained in:
Vladimir Matveev
2016-11-14 15:10:32 -08:00
committed by GitHub
9 changed files with 285 additions and 93 deletions
+4
View File
@@ -3089,6 +3089,10 @@
"category": "Error",
"code": 9003
},
"Language service is disabled.": {
"category": "Error",
"code": 9004
},
"JSX attributes must only be assigned a non-empty 'expression'.": {
"category": "Error",
"code": 17000