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

Causes side-effect on jshint #72

Open
leebyron opened this issue Jan 4, 2015 · 2 comments
Open

Causes side-effect on jshint #72

leebyron opened this issue Jan 4, 2015 · 2 comments

Comments

@leebyron
Copy link

leebyron commented Jan 4, 2015

If I include es6-transpiler in my gruntfile, then a previously passing jshint now fails with a bunch of cryptic error messages which look like:

   src/List.js
>> 'undefined' is defined but never used.
>> 'undefined' is defined but never used.
>> 'undefined' is defined but never used.
>> 'undefined' is defined but never used.

have you seen this before? Even simply adding require('es6-transpiler') somewhere in the gruntfile triggers this.

@hasdavidc
Copy link

+1

@maranomynet
Copy link

+1. There are even more sides to this - seen here #68

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

No branches or pull requests

3 participants