-
Notifications
You must be signed in to change notification settings - Fork 2k
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
prototype shorthand (A::) sticks to 'then' and 'when' #1477
Comments
Usability aside, this is because you can access a property using any identifier, including reserved ones.
|
|
We could require the |
For the record, the |
@jaskenas What about doing things like |
... honestly, it might be worth getting rid of standalone |
I think people have grown attached to standalone I'm indifferent to |
Not sure what the issue is here. |
compiles to
and
produces a parse error
The text was updated successfully, but these errors were encountered: