101arrowz / fflate

High performance (de)compression in an 8kB package
https://101arrowz.github.io/fflate
MIT License
2.21k stars 77 forks source link

Fix typescript definitions under moduleResutions: node16 #140

Closed CodeWitchBella closed 2 years ago

CodeWitchBella commented 2 years ago

Typescript 4.7 introduced new module resolution. Under this mode it does look into exports field to find types. This disallows it from finding typescript definition of this module. This MR fixes it.

101arrowz commented 2 years ago

I'll publish a new version with these changes soon.

CodeWitchBella commented 2 years ago

I'll publish a new version with these changes soon.

Awesome, thanks

Mister-Hope commented 2 years ago

Sorry to interrupt, but any new version release plan? A whole month passes

101arrowz commented 2 years ago

I've been pretty busy lately and not had a lot of motivation to work on this project. I will make a release with all the changes promised by the end of the month.

Mister-Hope commented 1 year ago

🥺

101arrowz commented 1 year ago

Published v0.7.4 with these fixes.