-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Add support for >>>= #711
Add support for >>>= #711
Conversation
Lines 1302 to 1316 in 3f6a8ef
This test was ignored due to >>>= being unimplemented. It looks like it is outdated though given the error messages are a bit different than what it looks for. The error messages all begin with Uncaught "TypeError": , should I add this to the test?
|
This test is for invalid assign operations like let x = -1000;
x >>>= 1; and asserting that |
I can add that but if I do that, I think there should tests similar to this for other operators too, like |
There should be some tests for some operators in
More tests is always nice to have. |
This Pull Request fixes #621
It changes the following: