yamadapc / jsdoctest

Run jsdoc examples as doctests.
https://yamadapc.github.io/jsdoctest
MIT License
93 stars 9 forks source link

Updated package to using uglify-js #32

Closed suddi closed 7 years ago

suddi commented 7 years ago

Switching to using uglify-js as uglifyjs is now deprecated and it means that the jsdoctest library is currently unusable on a fresh build: image

I have also switched to using uglify-js@^3.0.0, as far I can tell this does not cause issues for this library, but do let me know if you feel it is better to keep with a lateral version switch to uglify-js@^2.0.0.

Thanks.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 76.963% when pulling f6f5d768a466bdee0a18a795fca5723f46d9e72a on suddi:master into b0360f0b4c7708892b06dded26ed46de0123e5d9 on yamadapc:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 76.963% when pulling f6f5d768a466bdee0a18a795fca5723f46d9e72a on suddi:master into b0360f0b4c7708892b06dded26ed46de0123e5d9 on yamadapc:master.

yamadapc commented 7 years ago

Thank you a lot