kangax / jscritic

Quickly check how well 3rd party script behaves.
jscritic.com
118 stars 8 forks source link

Promise is labelled as a global #28

Open slaneyrw opened 9 years ago

slaneyrw commented 9 years ago

The use of a Promise is being labelled as a global variable instead of an ES6 feature.

kangax commented 9 years ago

Pretty sure this is JSHint's inability to understand Promise as ES6