Skip to content
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

TypeScript: parse let x:T<U>=y #848

Closed
strager opened this issue Sep 22, 2022 · 1 comment
Closed

TypeScript: parse let x:T<U>=y #848

strager opened this issue Sep 22, 2022 · 1 comment
Assignees
Labels
false positive Severe bug: quick-lint-js rejects valid code
Milestone

Comments

@strager
Copy link
Collaborator

strager commented Sep 22, 2022

let x:T<U>=y is special because >= is one token according to the lexer.

@strager strager mentioned this issue Sep 22, 2022
57 tasks
@strager strager added the false positive Severe bug: quick-lint-js rejects valid code label Jan 31, 2023
@strager strager added this to the 3.0 milestone Mar 3, 2023
@strager strager self-assigned this Apr 1, 2023
@strager
Copy link
Collaborator Author

strager commented Apr 1, 2023

Fixed in commit f71d2d5. Improved diagnostics in commit 17d1ce5.

@strager strager closed this as completed Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false positive Severe bug: quick-lint-js rejects valid code
Projects
None yet
Development

No branches or pull requests

1 participant