-
Notifications
You must be signed in to change notification settings - Fork 522
[explicit-resource-management] Add remaining tests specific to using statement syntax #4483
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
[explicit-resource-management] Add remaining tests specific to using statement syntax #4483
Conversation
test/language/statements/using/syntax/using-invalid-for-using-of-of.js
Outdated
Show resolved
Hide resolved
ptomato
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I just reviewed the await using PR, this went fairly quickly. Please apply all the comments there to this PR as well.
d1528c9 to
f56e3f7
Compare
ptomato
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question to resolve, otherwise merge ready.
test/language/statements/using/syntax/using-invalid-assignment-next-expression-for.js
Outdated
Show resolved
Hide resolved
test/language/statements/using/syntax/using-invalid-assignment-statement-body-for-of.js
Outdated
Show resolved
Hide resolved
a1bffe6 to
7f71843
Compare
28ad4b5 to
e2e1751
Compare
ptomato
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming the ReferenceError was the only thing that changed, I reviewed the rest a while ago.
In an effort to make review more manageable, this extracts the remaining tests specific to
usingstatement syntax from #3866