mathiasbynens / jsesc

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

Escape non-ASCII whitespace in minimal mode #62

Closed jridgewell closed 4 years ago

mathiasbynens commented 4 years ago

Released in jsesc@3.0.1.

mathiasbynens commented 4 years ago

Thanks @jridgewell!