overdub

Add full ES.Next support to Node.js

Usage no npm install needed!

<script type="module">
  import overdub from 'https://cdn.skypack.dev/overdub';
</script>

README

overdub

Build Status

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.

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"
}