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

Add `minimal` option to 1.3 #37

Closed igorushko closed 7 years ago

igorushko commented 7 years ago

We need minimal option with support nodejs 0.12 for this PR https://github.com/babel/babel/pull/5036 Can you release 1.3.1?

igorushko commented 7 years ago

Not relevant