loose-envify icon indicating copy to clipboard operation
loose-envify copied to clipboard

Upgrade js-tokens

Open lydell opened this issue 5 years ago • 0 comments

This allows stuff like console.log(`the current env is ${process.env.NODE_ENV}`). Also, it makes the tokenization more correct in general (but a little bit slower).

js-tokens@6 uses Unicode Property Escapes, which requires Node.js 10 or later.

lydell avatar Apr 13 '20 17:04 lydell