Coverage remained the same at 100.0% when pulling b124d5daf138feb9d3c0bd1247323256704fc30a on aMarCruz:master into f7c8e6b5a7506f2a2a44e041a87161d99a1ed041 on gucong3000:master.
Coverage remained the same at 100.0% when pulling b124d5daf138feb9d3c0bd1247323256704fc30a on aMarCruz:master into f7c8e6b5a7506f2a2a44e041a87161d99a1ed041 on gucong3000:master.
@gucong3000 hi. jscc v1.1.0 is out with a few changes, mainly in the ouput of replaced values, and minimum nodejs version 6.
BTW, you can use regex for the prefixes in index.js#25:
[/\/\/ ?/, /\/\* ?/, /<!-- ?/]
or[/\/[/*] ?/, /<!-- ?/]