getsnoopy

Results 13 comments of getsnoopy

Just to confirm, the 5.x roadmap stipulates that the module will use `console.debug` for Node.js environments as well, correct? The description in the OP here is different than that of...

We were able to get this working, albeit inefficiently. We end up capturing the initial coverage map for each file that passes through the loader where `baseCoverageMap` is a closure...

@Skeeterdrums Sorry for the (very) late response. I don't have a hosted example, but I can outline the basics. You'll notice we plugged into the include functionality of Webpack, so...

This seems to be current behaviour, at least on 5.1 Hera.

@jaredhanson This has been open for a while; could you take a look?

@kylekatarnls The SI is the "scientist unit style". And it's actually not a matter of style; it's the [only proper way](https://usma.org/correct-si-metric-usage) to [write units](https://www.bipm.org/documents/20126/41483022/SI-Brochure-9-EN.pdf/2d2b50bf-f2b4-9661-f402-5f9d66e4b507#page=33). `5m` would mean "5 million", while...

> it is driving indirectly a lot of other libraries and I think it's there for years, maybe ProtonVPN also took it from there. And sure if it changes there,...

Are you referring to the trailing whitespaces being removed? I think that's automatic, which is good since they shouldn't exist anyway.

Does the PR look good to you? Let's merge it in if so.