mathiasbynens / jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
https://mths.be/jsesc
MIT License
718 stars 49 forks source link

ESM version? #70

Open kungfooman opened 1 week ago

kungfooman commented 1 week ago

Since Babel is using this and they are switching slowly to ESM, would you also like to publish an ESM consumable build?

Thank you!

mathiasbynens commented 1 week ago

Open to reviewing a patch :)