overdub
v2.5.2
Published
Add full ES.Next support to Node.js
Readme
overdub
Add full ES.Next support to Node.js
Usage
Install overdub by running:
yarn add --dev overdubImport overdub/register from the node CLI or from a test runner. For
example:
node -r overdub/registerSupport for all standardized ECMAScript features is provided via Babel. React and Flow syntax is also supported.
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"
}