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
ESTree has finalized default parameter syntax that's different from what we have, so we need to update.
The defaults property should be removed and each default param should be represented by an AssignmentPattern (https://github.com/estree/estree/blob/master/es6.md#assignmentpattern)
defaults
The text was updated successfully, but these errors were encountered:
Working on this.
Sorry, something went wrong.
9e99a35
Merge pull request #120 from eslint/issue114
64a2733
Breaking: Use ESTree format for default params (fixes #114)
No branches or pull requests
ESTree has finalized default parameter syntax that's different from what we have, so we need to update.
The
defaults
property should be removed and each default param should be represented by an AssignmentPattern (https://github.com/estree/estree/blob/master/es6.md#assignmentpattern)The text was updated successfully, but these errors were encountered: