You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
have you seen this before? Even simply adding
require('es6-transpiler')
somewhere in the gruntfile triggers this.The text was updated successfully, but these errors were encountered: