Allow parsing of import.meta
Allow parsing of object rest/spread
Support [Flow static type checking](https://flow.org/) in [Vite](https://vitejs.dev/)
Assists with onboarding new MetaMask users
Compile objects with duplicate keys to valid strict ES5
ESLint Config for Simplesense Styles
Disallows use of instanceof operator, useful in TS envs where code relies purely on structural typing (i.e. static typing based on presence of attributes)
Expo Config Plugin to set specific iOS libraries to use static build type
Babel plugin to ensure function declarations at the block level are block scoped
a development server for rollup
More convenient base CordovaPlugin class
This plugin transforms checks for a private property in an object
Compile ES2015 spread to ES5
This plugin transforms private class methods
Allow parsing of the logical assignment operators
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Compile regular expressions using named groups to ES5.
A library for defining styles for optimized user interfaces.
Static AST checker for accessibility rules on JSX elements.
Apply ES2015 function.name semantics to all functions
A plugin for Babel 6 supports extending from builtin types based on static analysis.
Add a __source prop to all JSX Elements