tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

Ugrade default JavaScript version to allow ES6 usage #247

Closed cobexer closed 7 years ago

cobexer commented 7 years ago

I believe that JSCover is not the right tool or place to limit which JavaScript features can be used.

IMO JSCover should allow as much JavaScript features as possible by default.

WDYT?

tntim96 commented 7 years ago

The default JS version has been updated in the latest release (2.0.0).