Benjamin E. Coe

Results 554 comments of Benjamin E. Coe

@vosic thank you for the bug report, would happily take a patch.

it seems that actions just don't like the empty output when there are no packages to publish, probably an additional conditional statement would fix.

@jmeas I'm really excited by how effectively the Jest team (CC: @aaronabramov @cpojer 👏 ) have leveraged the programatic interface to Istanbul. I think it's a great idea to document...

@lazywithclass the instrumenter is definitely a good place to start; to get a feel for how everything works together I recommend looking at `nyc/index.js`, where you can see many of...

@cancerberoSgx I apologize for not responding for so long, Istanbuljs is one of a few libraries I work on, and I managed to miss this comment. If you're still interested,...

@ilya-klindukhov could you provide a repo that demonstrates this issue? the `changed` variable is set if we found a source-map for a file, but there were no functions, branches, or...

@deleonio thank you for the bug report, there haven't been any changes to `nyc` in the past several months, so my guess is the issue might be brought about by...

@nujarum this seems like a great feature request.

@JLHwung don't suppose you'd be up for dusting this off, could we use the approach @marekdedic has taken with object spread, rather than JSON.parse? Another potential optimization would be for...

@marekdedic I'd be comfortable with a patch that: 1. console.warns so that upstream implementers passing in the wrong object type correct the issue. 2. checks the prototype, so that we're...