We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
declare function use(x: any); function f(x) { switch(x) { case 1: let x = 1; case 2: x = 2; // should be error because of TDZ } }
probably lo-pri, should be fixed if / when we add definite assignment check
The text was updated successfully, but these errors were encountered:
subsumed by #5207
Sorry, something went wrong.
vladima
No branches or pull requests
probably lo-pri, should be fixed if / when we add definite assignment check
The text was updated successfully, but these errors were encountered: