Compile class and object decorators to ES5
Compile export default to ES2015
Allow parsing of decorators
Integration for @babel/plugin-proposal-decorators
Babel preset for stage 2 plugins
A Vite plugin for @babel/plugin-proposal-decorators
Compile class public and private fields, private methods and decorators to ES6
babel-preset-app for vue-cli
Babel preset for stage 3 plugins
Polyfill for Metadata Reflection API
Babel preset for stage 0 plugins
`react-native init <PROJECT_NAME> --template rematch-redux` ##### 安装开发库 `node scripts/additionalDependencies.js` ##### 添加 Decorators 支持 `@babel/plugin-proposal-decorators .babelrc 添加 "plugins": [["@babel/plugin-proposal-decorators", { "legacy": true }]]`
Wraps Throw Expressions in an IIFE
Compile the function.sent meta property to valid ES2015 code
Transform pipeline operator into call expressions
A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.
Compile function bind operator to ES5
Better babel transforms for decorators
Compile do expressions to ES5
Gatsby uses the phenomenal project [Babel](https://babeljs.io/) to enable support for writing modern JavaScript — while still supporting older browsers. This package contains the default Babel setup for all Gatsby projects.
Library of JavaScript stage-0 decorators (aka ES2016/ES7 decorators but that's not accurate!) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more! Works great with React/Angular/more!
Compile class and object decorators to ES5
Babel preset for stage 1 plugins
babel preset used by myself