hughsk / envify

:wrench: Selectively replace Node-style environment variables with plain strings.
901 stars 57 forks source link

Upgrade esprima to v4.0 #57

Closed timwis closed 7 years ago

timwis commented 7 years ago

Adds support for latest EcmaScript features that are available in modern browsers, such as async/await.

Related: substack/node-browserify#1667 (though they use acorn)

yoshuawuyts commented 7 years ago

v4.1.0 🎉