are-you-es5
A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.
A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.
Wraps CommonJS scripts into System.registerDynamic(...
Converts global scripts into named System.registerDynamic('name', [], ...
Read the closet Babel configuration file
Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.
Converts anonymous System.register([] into named System.register('name', [], ...
Babel plugin to rewrite import.meta for bundled usage
A code coverage tool for ES6 (babel)
Removes console calls from Gatsby production builds.
Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.
Provides an enum of all possible VNode Flags used when calling Inferno.createVNode
Default Babel preset for WordPress development.
fork of eslint-import-resolver-babel-root-import that works
converts flow types to react proptypes
Strips heimdall instrumentation from babel6 output
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
Babel helper module for babel transforms authors to check the AST against duplicated nodes.
Super-fast alternative for babel
Babel plugin that returns an object containing paths like __dirname and __filename as static values
A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.