-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Some of the yauzl objects still use the legacy util.inherits to extend classes. Would you be open to merging a PR that changes those to es6 classes with extend?
Why do I need this?
I'm trying to use yauzl in a non-node environment, and use unenv to polyfill the node APIs. unenv uses es6 classes in their polyfill, and when yauzl tries extending these classes with util.inherits, it fails since es6 classes can't be extended this way.
msimerson
Metadata
Metadata
Assignees
Labels
No labels