-
Notifications
You must be signed in to change notification settings - Fork 7
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
added state.ES6 option check; bumped dependencies #51
base: master
Are you sure you want to change the base?
Conversation
invalidExpr(1, strictFE(exprStmt({type: "Identifier", name: "let"}))); | ||
invalidExpr(1, strictFE(exprStmt({type: "Identifier", name: "yield"}))); | ||
// invalidExpr(1, strictFE(exprStmt({type: "Identifier", name: "let"}))); | ||
// invalidExpr(1, strictFE(exprStmt({type: "Identifier", name: "yield"}))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these disabled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two fail with esutils
v2.0.2 In order to use latest version of esutils
I have to comment it out.
This is a good start, but of course there's so much more that needs to be done for full ES6 support. |
No doubt. Much more needs to be done 😎 |
Looks like we need to update |
Yes, I'm sure esutils will need some updates, but not for the purposes of this PR. |
bumped
esutils
andesprima
version for the ES6 stuffadded state.ES6 property check
bumped
eslint
version and fixed rules to passbumped the rest of the packages for the sake of bumping it