We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The super keyword is now represented by its own node in ESTree: https://github.com/estree/estree/blob/master/es6.md#expressions
super
We should make this change as well.
The text was updated successfully, but these errors were encountered:
Working on this.
Sorry, something went wrong.
New: Add Super node (fixes #115)
29bce8c
608e504
73a3497
461e762
Merge pull request #119 from eslint/issue115
a23b65d
No branches or pull requests
The
super
keyword is now represented by its own node in ESTree: https://github.com/estree/estree/blob/master/es6.md#expressionsWe should make this change as well.
The text was updated successfully, but these errors were encountered: