-
Notifications
You must be signed in to change notification settings - Fork 850
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
Optional Chaining Operator ?. #1593
Closed
Closed
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f554153 - Browse repository at this point
Copy the full SHA f554153View commit details -
handling optional method call (i.e. a.method?.()) in parser. Enabling…
… language/expressions/optional-chaining section in test262 and reworking the solution to pass them, including the necessity to clone ASTNode to avoid problems introduced due to structural sharing betweek left and right of left.?rigth.
Configuration menu - View commit details
-
Copy full SHA for dc4951d - Browse repository at this point
Copy the full SHA dc4951dView commit details -
adding few new rhino ByteCodes to handle Optional property get and op…
…tional method call for `?.` operator
Configuration menu - View commit details
-
Copy full SHA for a853625 - Browse repository at this point
Copy the full SHA a853625View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a5d7b - Browse repository at this point
Copy the full SHA a9a5d7bView commit details -
code cleanup and potential BodyGen visitGetPropOptional optimistion s…
…imilar to visitGetProp
Configuration menu - View commit details
-
Copy full SHA for ba8bee5 - Browse repository at this point
Copy the full SHA ba8bee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383656b - Browse repository at this point
Copy the full SHA 383656bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ea6d0 - Browse repository at this point
Copy the full SHA f9ea6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a8fc85 - Browse repository at this point
Copy the full SHA 3a8fc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for f150caf - Browse repository at this point
Copy the full SHA f150cafView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.