-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
true
and false
are treated as names
#424
Labels
Comments
Note: you can workaround this by adding |
Yeah this is definitely from #385. If we want to keep that behavior, instead of having special cases for certain names ( |
Conduitry
added a commit
that referenced
this issue
Mar 29, 2017
Rich-Harris
added a commit
that referenced
this issue
Apr 2, 2017
Rich-Harris
added a commit
that referenced
this issue
Apr 2, 2017
Treat literals as special cases when parsing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
REPL — this template...
...ends up like this:
This was probably introduced by #385. I'd argue that
true
,false
,null
and maybeundefined
should not get the same treatment asclass
et al.The text was updated successfully, but these errors were encountered: