-
-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure AssignmentExpr returns the value of LHS, not the LHS. `(a=2)=3…
…` now fails (as per spec) Ensure default args for arrow functions fail with error `(a,b=3)=>a+b` now fails (until default args get added)
- Loading branch information
1 parent
eccac25
commit f87a53c
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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