Skip to content
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

WIP: use babel v7 #16

Closed
wants to merge 1 commit into from
Closed

Conversation

graingert
Copy link
Contributor

No description provided.

@@ -12,7 +12,9 @@
"peerDependencies": {
"eslint": ">=3.1.0"
},
"dependencies": {},
"dependencies": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woops this should be devDeps.

errors: ["Unexpected a rest property."],
},
{
code: "let {a, ...{}} = obj",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably worth just ditching the tests then?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint's test runner cannot include test cases which include syntax errors. Those are failed always even if it's in invalid tests. So I merely removed those commented-out codes in the master branch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mysticatea cool, I closed the PR

@graingert graingert closed this Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants