You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript Version: 2.8.0-dev.20180322 (works in 2.8.0-dev.20180321)
Search Terms:
Code
constx: number="";
Expected behavior:
Shows the error.
Actual behavior:
From tsserver.log:
Info 78 [9:1:58.995] Session does not support events: ignored event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"c:/Users/anhans/work/sample/ts/src/a.ts","diagnostics":[{"start":{"line":1,"offset":7},"end":{"line":1,"offset":8},"text":"Type '\"\"' is not assignable to type 'number'.","code":2322,"category":"error"}]}}
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.8.0-dev.20180322 (works in 2.8.0-dev.20180321)
Search Terms:
Code
Expected behavior:
Shows the error.
Actual behavior:
From
tsserver.log
:The text was updated successfully, but these errors were encountered: