Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upError with generator method with a symbol name #119
Comments
This comment has been minimized.
This comment has been minimized.
|
The first issue is already reported to ESpree (eslint/espree#123) but not the second one. |
This comment has been minimized.
This comment has been minimized.
|
Can you also report the second issue to |
feross
closed this
Apr 20, 2015
This comment has been minimized.
This comment has been minimized.
|
After investigation it seems it simply does not work with methods in classes. Anyways, the |
This comment has been minimized.
This comment has been minimized.
|
I delete deprecated rules from the |
lock
bot
locked as resolved and limited conversation to collaborators
May 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
julien-f commentedApr 20, 2015
standardprintsindx.js:0:0: Cannot read property 'toString' of undefinedwith the following code:There are no errors if is an object literal instead of a class:
And if the computed property name is not a symbol but a plain string I get the incorrect but different error message
2:12: Expected spaces around *.: