-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LGTM.com - false positive (TypeScript 3.7 support) #2159
Comments
Hi kyranet, Thanks for the report. We plan to upgrade to TypeScript 3.7 shortly after a stable version is released. |
@asgerf I'm not sure if there's an issue for all of the new syntax additions:
|
We don't have separate issues for each language feature. For now I think it's fine if you want to discuss other features from TypeScript 3.7 in this issue. We intend to add support for all of them at once.
@AlCalzone I can't find any mention of this feature anywhere. Could you elaborate? |
It has been missing from both the beta and the RC release notes. I'll look it up for you |
Scroll down a bit in the PR description |
Thanks @AlCalzone! I didn't know about this feature so this was really helpful. I've added it to #2237. |
The update went live earlier this week, and the syntax errors seem to have gone away as expected. |
Description of the false positive
Error: Expression expected.
is raised when using the optional chaining operator, currently supported intypescript@next
,babel
, and Chrome 80 (haven't checked other browsers).URL to the alert on the project page on LGTM.com
https://lgtm.com/projects/g/kyranet/Skyra/snapshot/569ccd85531c5b99fb275b2dec67c9a89ac82d83/files/database/5.2.0.ts
The text was updated successfully, but these errors were encountered: