This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Add restrictions for arguments and SuperCall#15
Merged
Conversation
Collaborator
Author
|
@ljharb: Is there an automated process I can hook into for rendering a spec for a PR? IIRC, you were working on something for the main specification but I wasn't sure if there was a reusable process for proposals yet. |
JLHwung
reviewed
Sep 20, 2020
spec/sec-left-hand-side-expressions-static-semantics-early-errors-patch.html
Outdated
Show resolved
Hide resolved
Member
|
@rbuckton it’s something we could work on setting up, but atm it’s only for the main spec. |
JLHwung
reviewed
Oct 6, 2020
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This adds Static Semantics to provide early errors if a
static {}initialization block contains either of the two cases:arguments(it is already an error to declare a BindingIdentifier with a SV ofargumentsin strict mode code)This also adds clarification to the README.md that SuperProperty access is still permitted.
Fixes: #14
Fixes: #13
Fixes: #12