node-jscoverage icon indicating copy to clipboard operation
node-jscoverage copied to clipboard

jscoverage modified to support SSJS

Results 18 node-jscoverage issues
Sort by recently updated
recently updated
newest added

Tried to install this package on arm platform. Please find below error which i was facing during installation. **checking build system type... ./config.guess: unable to guess system type configure: error:...

make uninstall Making uninstall in js make[1]: **\* No rule to make target `uninstall'. Stop. make: **\* [uninstall-recursive] Error 1

Since 36b7050a93c2cd4980a96a5a735bee6690ffba81 prevented highlighting, I believe the help text should not have the option anymore.

``` jscoverage:lib/nodemailer/lib/mime.js:139: SyntaxError: missing ; before statement jscoverage: parse error in file lib/nodemailer/lib/mime.js ``` https://github.com/andris9/Nodemailer/blob/v0.1.9/lib/mime.js#l139 Many people omit `;` where it is not necessary.

``` jscoverage node node-cov jscoverage:stats/controllers/user.js:184: missing : after property id jscoverage:stats/controllers/user.js:184: SyntaxError: illegal character jscoverage: parse error in file stats/controllers/user.js ``` The character in question is a `μ` being used...

sory if newbie question.. how to install this in windows? thanks.

Fix a missing parenthesis when generating code for a new() statement applied to an expression, like the example: ``` new(require('foo'))(args) ``` which used to generate ``` new require('foo')(args) ``` resulting...

My login is 'eric.lee' on a machine I'm trying to ./configure node-jscoverage on This seems to upset ./configure when it tries to create a C preprocessor define #DEBUG_eric.lee because '.'...