This repository has been archived by the owner on May 19, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 258
Improve parsing error message (T6710) #119
Labels
Comments
Moving to #119 |
Moved where? |
.. sigh closed this one! Fixed with #123 |
motiz88
added a commit
to motiz88/babylon
that referenced
this issue
Sep 12, 2016
motiz88
added a commit
to motiz88/babylon
that referenced
this issue
Sep 22, 2016
hzoo
pushed a commit
that referenced
this issue
Sep 22, 2016
Yey! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ref babel/babel#3774
Input code
Description
Will throw a error -
"SyntaxError: Assigning to rvalue (1:0)"
Which is pretty cryptic, parsers like esprima, or any other JS engine will show more meaningful message - "Invalid left-hand side expression in postfix operation"
The text was updated successfully, but these errors were encountered: