101arrowz
101arrowz
Thanks for verifying! Let's close this if the bundling failure is fixed; the module/nomodule behavior change can be handled in a separate issue.
I still want to fix this issue but I can't promise I'll get to it in v0.8.2. I will give it another honest attempt though.
Added support for this and releasing in v0.8.0. The implementation transparently decompresses concatenated GZIP archives (as the `gzip` CLI tool does) and provides an `onmember` handler for `Gunzip` and `AsyncGunzip`.
v0.8.0 published with these changes. Let me know if you find any issues!
This is a bit late, but you may consider using [fflate](https://github.com/101arrowz/fflate) for higher performance, parallelization, smaller bundle, and cancellation support.
This is probably related to #8071.
> This happens both in 2.1.1 and 2.6.0, although it doesn't add process as a dependency in 2.1.1. I'm pretty sure it would've been an issue back in 2.1.1 as...
This issue is still breaking otherwise correctly written packages used within CRA projects (e.g. https://github.com/101arrowz/fflate/issues/193). `.cjs` has been part of Node's module resolution system for a few years now, so...
I'll look into this and let you know what the issue is soon. The streaming unzip API has needed a bit of work for a while now...
Sorry, I've been busy for the last few weeks - I probably won't be able to get to this for a while. To be honest I would just advise against...