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
Here is a sample:
let a = (a = 4, 3);
The text was updated successfully, but these errors were encountered:
#1190 doesn't fix this. This still is valid JS:
var a = (a = 4, 3);
Sorry, something went wrong.
@pitust On typescript this not valid with restricted any: https://www.typescriptlang.org/play/index.html?ssl=1&ssc=19&pln=1&pc=1#code/G4QwTgBCELwQFNOAmANBAzASiA
any
Oh, i didn't know that. I don't do a lot of typescript normally.
Successfully merging a pull request may close this issue.
Here is a sample:
The text was updated successfully, but these errors were encountered: