Results 211 comments of Corey Farrell

@aadityataparia I use the `fastify` HTTP server (just a personal preference). I wrote/use `fastify-babel` and configure it to use `babel-plugin-istanbul` on scripts that are served (only when running `npm test`)....

@agpelliza this issue will be difficult to investigate without more information, could you please provide the same information we request for bugs against nyc? See https://raw.githubusercontent.com/istanbuljs/nyc/master/.github/ISSUE_TEMPLATE.md for details but a...

> Can we merge this? > I have checked that this work for me with the same problem I don't think I'm considering merging this as is. In my opinion...

Please feel free to post PR's. It's not that this project doesn't want better documentation, it's an issue of limited time and having to focus that time on dealing with...

I've transferred this issue to the istanbuljs monorepo (that's where the reporting modules live) and added the `help wanted` label. Leaving this open is fine it's a valid request.

You likely need to use babel-plugin-istanbul, though I don't have any specific instructions for doing this in electron or under ava-ts. This is a somewhat advanced topic which I don't...

Parsing decorators is not enabled by default for nyc, by default we only enable parser plugins for features which are natively supported in a released version of node.js - `classProperties`...

This is difficult for us to support as you are not using nyc to generate any coverage. From the limited information you shared I see some version conflicts: * istanbul-instrument-loader...

I believe the issue is that `.nycrc` has a higher priority than package.json. So `hint/package.json` is being loaded, the `extends` is processed, but then `.nycrc` is found and overwrites your...

Neither `istanbul-instrument-loader` nor `cypress` are part of the istanbul organization. I'm not sure what is going on with these third party programs. Note that `istanbul-instrument-loader` uses a very old version...