Sync with upstream#15
Open
github-actions[bot] wants to merge 3 commits into
Open
Conversation
Bug: T425099 Change-Id: If73956f257109e42aa13b0404f1ad240b9550d29
Bug: T429402 Bug: T425099 Change-Id: I2c23d2c45927a12b4f8f53661cbde1c42ea6d44f
Between ES2019 (ES10) and ES2020 (ES11), the ASI spec changed to include yield with nothing after it. As far as I can tell, our implementation already allowed for this, because we treat yield the same as return, and thus already allowed for an optional expression. No src change needed, but add a test case to verify it going forward. https://262.ecma-international.org/10.0/#prod-asi-rules-YieldExpression https://262.ecma-international.org/11.0/#prod-asi-rules-YieldExpression Bug: T386530 Change-Id: I958f2298595d38158b884c564a9b223d2d975adc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.