overdub
Add full ES.Next support to Node.js
Usage
Install overdub
by running:
yarn add --dev overdub
Import overdub/register
from the node
CLI or from a test runner. For
example:
node -r overdub/register
Support for all standardized ECMAScript features is provided via Babel. React
and Flow syntax is also supported.
Stack traces for async
functions, which are
not currently supported in
Node.js, are provided via
trace
.
For test runners and other CLI tools that require users to specify a Babel
config, reuse the overdub
Babel config like so:
{
"extends": "overdub/babel"
}