qmlweb / qmlweb-parser

A QML parser in JavaScript
Other
27 stars 11 forks source link

Remove eval, fix coverage reporting #13

Closed ChALkeR closed 8 years ago

ChALkeR commented 8 years ago

Atm, integration with UglifyJS is done via one-time eval() on startup.

That can be avoided by performing concatenation on the build stage (i.e. gulp).

That's also what broke code coverage reporting.