-
istanbul-lib-hook, and append-transform have similar functionality; I think we should figure out how to merge the two.
istanbul-lib-hook has the added advantage that it handles hooking into the `vm.c…
-
In open-source, I find I usually go back to the PRs that were released, and let folks know their feature has gone out the door, see:
https://github.com/istanbuljs/puppeteer-to-istanbul/pull/57
I…
-
## Version **11.8.0** of [nyc](https://github.com/istanbuljs/nyc) was just published.
Branch
Build failing 🚨
Dependency
nyc
…
-
I'm hopeful this package eventually becomes a ponyfill for functionality directly provided by a future version of node.js so I think the it's important that general discussion of this package not take…
-
Instead of [manual script](https://github.com/istanbuljs/istanbuljs/blob/master/package.json#L10)
would be great to use native monorepo utils to install npm dependencies.
We can use just [npm wor…
-
## Version **11.8.0** of [nyc](https://github.com/istanbuljs/nyc) was just published.
Branch
Build failing 🚨
Dependency
nyc
…
-
**Description**
When using `babel-plugin-instanbul` for a Vue 3 app that is using script setup, there is a flood of transpilation errors reading `don't know how to turn this value into a node at tran…
-
I initially filed this bug on `jest` but I think the calculation error is coming from istanbuljs. https://github.com/jestjs/jest/issues/14561
Basically, the coverage calculation seems to have issue…
-
Based off @cypress-io/cypress#26729
ESM projects cannot currently use a custom `nyc.config.js` file because this project uses `require(..)` to import that file - `require` does not support ESM modu…
-
## Expected Behavior
to extract a code coverage report in text and html format for my node project working as a module (with esm)
## Observed Behavior
NOT WORKING!
```
===================…