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 53 forks source link

Escape lone surrogates in minimal output #60

Closed jridgewell closed 4 years ago

jridgewell commented 4 years ago

Re: https://github.com/mathiasbynens/jsesc/pull/59#issuecomment-610537658

mathiasbynens commented 4 years ago

Closed by #61.