Switch new website in READMEs (#8181) [skip ci]
This commit is contained in:
parent
07c88e6f0b
commit
8f8b4e8e82
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel command line.
|
||||
|
||||
See our website [@babel/cli](https://new.babeljs.io/docs/en/next/babel-cli.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen) associated with this package.
|
||||
See our website [@babel/cli](https://babeljs.io/docs/en/next/babel-cli.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen) associated with this package.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Generate errors that contain a code frame that point to source locations.
|
||||
|
||||
See our website [@babel/code-frame](https://new.babeljs.io/docs/en/next/babel-code-frame.html) for more information.
|
||||
See our website [@babel/code-frame](https://babeljs.io/docs/en/next/babel-code-frame.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel compiler core.
|
||||
|
||||
See our website [@babel/core](https://new.babeljs.io/docs/en/next/babel-core.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen) associated with this package.
|
||||
See our website [@babel/core](https://babeljs.io/docs/en/next/babel-core.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen) associated with this package.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Turns an AST into code.
|
||||
|
||||
See our website [@babel/generator](https://new.babeljs.io/docs/en/next/babel-generator.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen) associated with this package.
|
||||
See our website [@babel/generator](https://babeljs.io/docs/en/next/babel-generator.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen) associated with this package.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to annotate paths and nodes with #__PURE__ comment
|
||||
|
||||
See our website [@babel/helper-annotate-as-pure](https://new.babeljs.io/docs/en/next/babel-helper-annotate-as-pure.html) for more information.
|
||||
See our website [@babel/helper-annotate-as-pure](https://babeljs.io/docs/en/next/babel-helper-annotate-as-pure.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to bindify decorators
|
||||
|
||||
See our website [@babel/helper-bindify-decorators](https://new.babeljs.io/docs/en/next/babel-helper-bindify-decorators.html) for more information.
|
||||
See our website [@babel/helper-bindify-decorators](https://babeljs.io/docs/en/next/babel-helper-bindify-decorators.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to build binary assignment operator visitors
|
||||
|
||||
See our website [@babel/helper-builder-binary-assignment-operator-visitor](https://new.babeljs.io/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor.html) for more information.
|
||||
See our website [@babel/helper-builder-binary-assignment-operator-visitor](https://babeljs.io/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to build react jsx
|
||||
|
||||
See our website [@babel/helper-builder-react-jsx](https://new.babeljs.io/docs/en/next/babel-helper-builder-react-jsx.html) for more information.
|
||||
See our website [@babel/helper-builder-react-jsx](https://babeljs.io/docs/en/next/babel-helper-builder-react-jsx.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to call delegate
|
||||
|
||||
See our website [@babel/helper-call-delegate](https://new.babeljs.io/docs/en/next/babel-helper-call-delegate.html) for more information.
|
||||
See our website [@babel/helper-call-delegate](https://babeljs.io/docs/en/next/babel-helper-call-delegate.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to define a map
|
||||
|
||||
See our website [@babel/helper-define-map](https://new.babeljs.io/docs/en/next/babel-helper-define-map.html) for more information.
|
||||
See our website [@babel/helper-define-map](https://babeljs.io/docs/en/next/babel-helper-define-map.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to explode an assignable expression
|
||||
|
||||
See our website [@babel/helper-explode-assignable-expression](https://new.babeljs.io/docs/en/next/babel-helper-explode-assignable-expression.html) for more information.
|
||||
See our website [@babel/helper-explode-assignable-expression](https://babeljs.io/docs/en/next/babel-helper-explode-assignable-expression.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to explode class
|
||||
|
||||
See our website [@babel/helper-explode-class](https://new.babeljs.io/docs/en/next/babel-helper-explode-class.html) for more information.
|
||||
See our website [@babel/helper-explode-class](https://babeljs.io/docs/en/next/babel-helper-explode-class.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to support fixtures
|
||||
|
||||
See our website [@babel/helper-fixtures](https://new.babeljs.io/docs/en/next/babel-helper-fixtures.html) for more information.
|
||||
See our website [@babel/helper-fixtures](https://babeljs.io/docs/en/next/babel-helper-fixtures.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to change the property 'name' of every function
|
||||
|
||||
See our website [@babel/helper-function-name](https://new.babeljs.io/docs/en/next/babel-helper-function-name.html) for more information.
|
||||
See our website [@babel/helper-function-name](https://babeljs.io/docs/en/next/babel-helper-function-name.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to get function arity
|
||||
|
||||
See our website [@babel/helper-get-function-arity](https://new.babeljs.io/docs/en/next/babel-helper-get-function-arity.html) for more information.
|
||||
See our website [@babel/helper-get-function-arity](https://babeljs.io/docs/en/next/babel-helper-get-function-arity.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to hoist variables
|
||||
|
||||
See our website [@babel/helper-hoist-variables](https://new.babeljs.io/docs/en/next/babel-helper-hoist-variables.html) for more information.
|
||||
See our website [@babel/helper-hoist-variables](https://babeljs.io/docs/en/next/babel-helper-hoist-variables.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to replace certain member expressions with function calls
|
||||
|
||||
See our website [@babel/helper-member-expression-to-functions](https://new.babeljs.io/docs/en/next/babel-helper-member-expression-to-functions.html) for more information.
|
||||
See our website [@babel/helper-member-expression-to-functions](https://babeljs.io/docs/en/next/babel-helper-member-expression-to-functions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel helper functions for inserting module loads
|
||||
|
||||
See our website [@babel/helper-module-imports](https://new.babeljs.io/docs/en/next/babel-helper-module-imports.html) for more information.
|
||||
See our website [@babel/helper-module-imports](https://babeljs.io/docs/en/next/babel-helper-module-imports.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel helper functions for implementing ES6 module transformations
|
||||
|
||||
See our website [@babel/helper-module-transforms](https://new.babeljs.io/docs/en/next/babel-helper-module-transforms.html) for more information.
|
||||
See our website [@babel/helper-module-transforms](https://babeljs.io/docs/en/next/babel-helper-module-transforms.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to optimise call expression
|
||||
|
||||
See our website [@babel/helper-optimise-call-expression](https://new.babeljs.io/docs/en/next/babel-helper-optimise-call-expression.html) for more information.
|
||||
See our website [@babel/helper-optimise-call-expression](https://babeljs.io/docs/en/next/babel-helper-optimise-call-expression.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to support test runner
|
||||
|
||||
See our website [@babel/helper-plugin-test-runner](https://new.babeljs.io/docs/en/next/babel-helper-plugin-test-runner.html) for more information.
|
||||
See our website [@babel/helper-plugin-test-runner](https://babeljs.io/docs/en/next/babel-helper-plugin-test-runner.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> General utilities for plugins to use
|
||||
|
||||
See our website [@babel/helper-plugin-utils](https://new.babeljs.io/docs/en/next/babel-helper-plugin-utils.html) for more information.
|
||||
See our website [@babel/helper-plugin-utils](https://babeljs.io/docs/en/next/babel-helper-plugin-utils.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to check for literal RegEx
|
||||
|
||||
See our website [@babel/helper-regex](https://new.babeljs.io/docs/en/next/babel-helper-regex.html) for more information.
|
||||
See our website [@babel/helper-regex](https://babeljs.io/docs/en/next/babel-helper-regex.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to remap async functions to generators
|
||||
|
||||
See our website [@babel/helper-remap-async-to-generator](https://new.babeljs.io/docs/en/next/babel-helper-remap-async-to-generator.html) for more information.
|
||||
See our website [@babel/helper-remap-async-to-generator](https://babeljs.io/docs/en/next/babel-helper-remap-async-to-generator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper function to replace supers
|
||||
|
||||
See our website [@babel/helper-replace-supers](https://new.babeljs.io/docs/en/next/babel-helper-replace-supers.html) for more information.
|
||||
See our website [@babel/helper-replace-supers](https://babeljs.io/docs/en/next/babel-helper-replace-supers.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel helper for ensuring that access to a given value is performed through simple accesses
|
||||
|
||||
See our website [@babel/helper-simple-access](https://new.babeljs.io/docs/en/next/babel-helper-simple-access.html) for more information.
|
||||
See our website [@babel/helper-simple-access](https://babeljs.io/docs/en/next/babel-helper-simple-access.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
>
|
||||
|
||||
See our website [@babel/helper-split-export-declaration](https://new.babeljs.io/docs/en/next/babel-helper-split-export-declaration.html) for more information.
|
||||
See our website [@babel/helper-split-export-declaration](https://babeljs.io/docs/en/next/babel-helper-split-export-declaration.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Transform test runner for @babel/helper-fixtures module
|
||||
|
||||
See our website [@babel/helper-transform-fixture-test-runner](https://new.babeljs.io/docs/en/next/babel-helper-transform-fixture-test-runner.html) for more information.
|
||||
See our website [@babel/helper-transform-fixture-test-runner](https://babeljs.io/docs/en/next/babel-helper-transform-fixture-test-runner.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Helper to wrap functions inside a function call.
|
||||
|
||||
See our website [@babel/helper-wrap-function](https://new.babeljs.io/docs/en/next/babel-helper-wrap-function.html) for more information.
|
||||
See our website [@babel/helper-wrap-function](https://babeljs.io/docs/en/next/babel-helper-wrap-function.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Collection of helper functions used by Babel transforms.
|
||||
|
||||
See our website [@babel/helpers](https://new.babeljs.io/docs/en/next/babel-helpers.html) for more information.
|
||||
See our website [@babel/helpers](https://babeljs.io/docs/en/next/babel-helpers.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Syntax highlight JavaScript strings for output in terminals.
|
||||
|
||||
See our website [@babel/highlight](https://new.babeljs.io/docs/en/next/babel-highlight.html) for more information.
|
||||
See our website [@babel/highlight](https://babeljs.io/docs/en/next/babel-highlight.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel command line
|
||||
|
||||
See our website [@babel/node](https://new.babeljs.io/docs/en/next/babel-node.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20node%22+is%3Aopen) associated with this package.
|
||||
See our website [@babel/node](https://babeljs.io/docs/en/next/babel-node.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> A JavaScript parser
|
||||
|
||||
See our website [@babel/parser](https://new.babeljs.io/docs/en/next/babel-parser.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20babylon%22+is%3Aopen) associated with this package.
|
||||
See our website [@babel/parser](https://babeljs.io/docs/en/next/babel-parser.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20babylon%22+is%3Aopen) associated with this package.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> This plugin contains helper functions that’ll be placed at the top of the generated code
|
||||
|
||||
See our website [@babel/plugin-external-helpers](https://new.babeljs.io/docs/en/next/babel-plugin-external-helpers.html) for more information.
|
||||
See our website [@babel/plugin-external-helpers](https://babeljs.io/docs/en/next/babel-plugin-external-helpers.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Turn async generator functions into ES2015 generators
|
||||
|
||||
See our website [@babel/plugin-proposal-async-generator-functions](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-async-generator-functions.html) for more information.
|
||||
See our website [@babel/plugin-proposal-async-generator-functions](https://babeljs.io/docs/en/next/babel-plugin-proposal-async-generator-functions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> This plugin transforms static class properties as well as properties declared with the property initializer syntax
|
||||
|
||||
See our website [@babel/plugin-proposal-class-properties](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-class-properties.html) for more information.
|
||||
See our website [@babel/plugin-proposal-class-properties](https://babeljs.io/docs/en/next/babel-plugin-proposal-class-properties.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile class and object decorators to ES5
|
||||
|
||||
See our website [@babel/plugin-proposal-decorators](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-decorators.html) for more information.
|
||||
See our website [@babel/plugin-proposal-decorators](https://babeljs.io/docs/en/next/babel-plugin-proposal-decorators.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile do expressions to ES5
|
||||
|
||||
See our website [@babel/plugin-proposal-do-expressions](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-do-expressions.html) for more information.
|
||||
See our website [@babel/plugin-proposal-do-expressions](https://babeljs.io/docs/en/next/babel-plugin-proposal-do-expressions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile export default to ES2015
|
||||
|
||||
See our website [@babel/plugin-proposal-export-default-from](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-export-default-from.html) for more information.
|
||||
See our website [@babel/plugin-proposal-export-default-from](https://babeljs.io/docs/en/next/babel-plugin-proposal-export-default-from.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile export namespace to ES2015
|
||||
|
||||
See our website [@babel/plugin-proposal-export-namespace-from](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-export-namespace-from.html) for more information.
|
||||
See our website [@babel/plugin-proposal-export-namespace-from](https://babeljs.io/docs/en/next/babel-plugin-proposal-export-namespace-from.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile function bind operator to ES5
|
||||
|
||||
See our website [@babel/plugin-proposal-function-bind](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-function-bind.html) for more information.
|
||||
See our website [@babel/plugin-proposal-function-bind](https://babeljs.io/docs/en/next/babel-plugin-proposal-function-bind.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile the function.sent meta propety to valid ES2015 code
|
||||
|
||||
See our website [@babel/plugin-proposal-function-sent](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-function-sent.html) for more information.
|
||||
See our website [@babel/plugin-proposal-function-sent](https://babeljs.io/docs/en/next/babel-plugin-proposal-function-sent.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
|
||||
|
||||
See our website [@babel/plugin-proposal-json-strings](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-json-strings.html) for more information.
|
||||
See our website [@babel/plugin-proposal-json-strings](https://babeljs.io/docs/en/next/babel-plugin-proposal-json-strings.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Transforms logical assignment operators into short-circuited assignments
|
||||
|
||||
See our website [@babel/plugin-proposal-logical-assignment-operators](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-logical-assignment-operators.html) for more information.
|
||||
See our website [@babel/plugin-proposal-logical-assignment-operators](https://babeljs.io/docs/en/next/babel-plugin-proposal-logical-assignment-operators.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Remove nullish coalescing operator
|
||||
|
||||
See our website [@babel/plugin-proposal-nullish-coalescing-operator](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator.html) for more information.
|
||||
See our website [@babel/plugin-proposal-nullish-coalescing-operator](https://babeljs.io/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Remove numeric separators from Decimal, Binary, Hex and Octal literals
|
||||
|
||||
See our website [@babel/plugin-proposal-numeric-separator](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-numeric-separator.html) for more information.
|
||||
See our website [@babel/plugin-proposal-numeric-separator](https://babeljs.io/docs/en/next/babel-plugin-proposal-numeric-separator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile object rest and spread to ES5
|
||||
|
||||
See our website [@babel/plugin-proposal-object-rest-spread](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-object-rest-spread.html) for more information.
|
||||
See our website [@babel/plugin-proposal-object-rest-spread](https://babeljs.io/docs/en/next/babel-plugin-proposal-object-rest-spread.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile optional catch bindings
|
||||
|
||||
See our website [@babel/plugin-proposal-optional-catch-binding](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-optional-catch-binding.html) for more information.
|
||||
See our website [@babel/plugin-proposal-optional-catch-binding](https://babeljs.io/docs/en/next/babel-plugin-proposal-optional-catch-binding.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Transform optional chaining operators into a series of nil checks
|
||||
|
||||
See our website [@babel/plugin-proposal-optional-chaining](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-optional-chaining.html) for more information.
|
||||
See our website [@babel/plugin-proposal-optional-chaining](https://babeljs.io/docs/en/next/babel-plugin-proposal-optional-chaining.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Transform pipeline operator into call expressions
|
||||
|
||||
See our website [@babel/plugin-proposal-pipeline-operator](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-pipeline-operator.html) for more information.
|
||||
See our website [@babel/plugin-proposal-pipeline-operator](https://babeljs.io/docs/en/next/babel-plugin-proposal-pipeline-operator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Wraps Throw Expressions in an IIFE
|
||||
|
||||
See our website [@babel/plugin-proposal-throw-expressions](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-throw-expressions.html) for more information.
|
||||
See our website [@babel/plugin-proposal-throw-expressions](https://babeljs.io/docs/en/next/babel-plugin-proposal-throw-expressions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile Unicode property escapes in Unicode regular expressions to ES5.
|
||||
|
||||
See our website [@babel/plugin-proposal-unicode-property-regex](https://new.babeljs.io/docs/en/next/babel-plugin-proposal-unicode-property-regex.html) for more information.
|
||||
See our website [@babel/plugin-proposal-unicode-property-regex](https://babeljs.io/docs/en/next/babel-plugin-proposal-unicode-property-regex.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of async generator functions
|
||||
|
||||
See our website [@babel/plugin-syntax-async-generators](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-async-generators.html) for more information.
|
||||
See our website [@babel/plugin-syntax-async-generators](https://babeljs.io/docs/en/next/babel-plugin-syntax-async-generators.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of BigInt literals
|
||||
|
||||
See our website [@babel/plugin-syntax-bigint](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-bigint.html) for more information.
|
||||
See our website [@babel/plugin-syntax-bigint](https://babeljs.io/docs/en/next/babel-plugin-syntax-bigint.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of class properties
|
||||
|
||||
See our website [@babel/plugin-syntax-class-properties](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-class-properties.html) for more information.
|
||||
See our website [@babel/plugin-syntax-class-properties](https://babeljs.io/docs/en/next/babel-plugin-syntax-class-properties.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of decorators
|
||||
|
||||
See our website [@babel/plugin-syntax-decorators](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-decorators.html) for more information.
|
||||
See our website [@babel/plugin-syntax-decorators](https://babeljs.io/docs/en/next/babel-plugin-syntax-decorators.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of do expressions
|
||||
|
||||
See our website [@babel/plugin-syntax-do-expressions](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-do-expressions.html) for more information.
|
||||
See our website [@babel/plugin-syntax-do-expressions](https://babeljs.io/docs/en/next/babel-plugin-syntax-do-expressions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of import()
|
||||
|
||||
See our website [@babel/plugin-syntax-dynamic-import](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-dynamic-import.html) for more information.
|
||||
See our website [@babel/plugin-syntax-dynamic-import](https://babeljs.io/docs/en/next/babel-plugin-syntax-dynamic-import.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of export default from
|
||||
|
||||
See our website [@babel/plugin-syntax-export-default-from](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-export-default-from.html) for more information.
|
||||
See our website [@babel/plugin-syntax-export-default-from](https://babeljs.io/docs/en/next/babel-plugin-syntax-export-default-from.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of export namespace from
|
||||
|
||||
See our website [@babel/plugin-syntax-export-namespace-from](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-export-namespace-from.html) for more information.
|
||||
See our website [@babel/plugin-syntax-export-namespace-from](https://babeljs.io/docs/en/next/babel-plugin-syntax-export-namespace-from.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of the flow syntax
|
||||
|
||||
See our website [@babel/plugin-syntax-flow](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-flow.html) for more information.
|
||||
See our website [@babel/plugin-syntax-flow](https://babeljs.io/docs/en/next/babel-plugin-syntax-flow.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of function bind
|
||||
|
||||
See our website [@babel/plugin-syntax-function-bind](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-function-bind.html) for more information.
|
||||
See our website [@babel/plugin-syntax-function-bind](https://babeljs.io/docs/en/next/babel-plugin-syntax-function-bind.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of the function.sent meta property
|
||||
|
||||
See our website [@babel/plugin-syntax-function-sent](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-function-sent.html) for more information.
|
||||
See our website [@babel/plugin-syntax-function-sent](https://babeljs.io/docs/en/next/babel-plugin-syntax-function-sent.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of import.meta
|
||||
|
||||
See our website [@babel/plugin-syntax-import-meta](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-import-meta.html) for more information.
|
||||
See our website [@babel/plugin-syntax-import-meta](https://babeljs.io/docs/en/next/babel-plugin-syntax-import-meta.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
|
||||
|
||||
See our website [@babel/plugin-syntax-json-strings](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-json-strings.html) for more information.
|
||||
See our website [@babel/plugin-syntax-json-strings](https://babeljs.io/docs/en/next/babel-plugin-syntax-json-strings.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of jsx
|
||||
|
||||
See our website [@babel/plugin-syntax-jsx](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-jsx.html) for more information.
|
||||
See our website [@babel/plugin-syntax-jsx](https://babeljs.io/docs/en/next/babel-plugin-syntax-jsx.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of the logical assignment operators
|
||||
|
||||
See our website [@babel/plugin-syntax-logical-assignment-operators](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-logical-assignment-operators.html) for more information.
|
||||
See our website [@babel/plugin-syntax-logical-assignment-operators](https://babeljs.io/docs/en/next/babel-plugin-syntax-logical-assignment-operators.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of the nullish-coalescing operator
|
||||
|
||||
See our website [@babel/plugin-syntax-nullish-coalescing-operator](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-nullish-coalescing-operator.html) for more information.
|
||||
See our website [@babel/plugin-syntax-nullish-coalescing-operator](https://babeljs.io/docs/en/next/babel-plugin-syntax-nullish-coalescing-operator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
|
||||
|
||||
See our website [@babel/plugin-syntax-numeric-separator](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-numeric-separator.html) for more information.
|
||||
See our website [@babel/plugin-syntax-numeric-separator](https://babeljs.io/docs/en/next/babel-plugin-syntax-numeric-separator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of object rest/spread
|
||||
|
||||
See our website [@babel/plugin-syntax-object-rest-spread](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-object-rest-spread.html) for more information.
|
||||
See our website [@babel/plugin-syntax-object-rest-spread](https://babeljs.io/docs/en/next/babel-plugin-syntax-object-rest-spread.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of optional catch bindings
|
||||
|
||||
See our website [@babel/plugin-syntax-optional-catch-binding](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-optional-catch-binding.html) for more information.
|
||||
See our website [@babel/plugin-syntax-optional-catch-binding](https://babeljs.io/docs/en/next/babel-plugin-syntax-optional-catch-binding.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of optional properties
|
||||
|
||||
See our website [@babel/plugin-syntax-optional-chaining](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-optional-chaining.html) for more information.
|
||||
See our website [@babel/plugin-syntax-optional-chaining](https://babeljs.io/docs/en/next/babel-plugin-syntax-optional-chaining.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of the pipeline operator
|
||||
|
||||
See our website [@babel/plugin-syntax-pipeline-operator](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-pipeline-operator.html) for more information.
|
||||
See our website [@babel/plugin-syntax-pipeline-operator](https://babeljs.io/docs/en/next/babel-plugin-syntax-pipeline-operator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of Throw Expressions
|
||||
|
||||
See our website [@babel/plugin-syntax-throw-expressions](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-throw-expressions.html) for more information.
|
||||
See our website [@babel/plugin-syntax-throw-expressions](https://babeljs.io/docs/en/next/babel-plugin-syntax-throw-expressions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Allow parsing of TypeScript syntax
|
||||
|
||||
See our website [@babel/plugin-syntax-typescript](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-typescript.html) for more information.
|
||||
See our website [@babel/plugin-syntax-typescript](https://babeljs.io/docs/en/next/babel-plugin-syntax-typescript.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile ES2015 arrow functions to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-arrow-functions](https://new.babeljs.io/docs/en/next/babel-plugin-transform-arrow-functions.html) for more information.
|
||||
See our website [@babel/plugin-transform-arrow-functions](https://babeljs.io/docs/en/next/babel-plugin-transform-arrow-functions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Turn async functions into ES2015 generators
|
||||
|
||||
See our website [@babel/plugin-transform-async-to-generator](https://new.babeljs.io/docs/en/next/babel-plugin-transform-async-to-generator.html) for more information.
|
||||
See our website [@babel/plugin-transform-async-to-generator](https://babeljs.io/docs/en/next/babel-plugin-transform-async-to-generator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel plugin to ensure function declarations at the block level are block scoped
|
||||
|
||||
See our website [@babel/plugin-transform-block-scoped-functions](https://new.babeljs.io/docs/en/next/babel-plugin-transform-block-scoped-functions.html) for more information.
|
||||
See our website [@babel/plugin-transform-block-scoped-functions](https://babeljs.io/docs/en/next/babel-plugin-transform-block-scoped-functions.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile ES2015 block scoping (const and let) to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-block-scoping](https://new.babeljs.io/docs/en/next/babel-plugin-transform-block-scoping.html) for more information.
|
||||
See our website [@babel/plugin-transform-block-scoping](https://babeljs.io/docs/en/next/babel-plugin-transform-block-scoping.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile ES2015 classes to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-classes](https://new.babeljs.io/docs/en/next/babel-plugin-transform-classes.html) for more information.
|
||||
See our website [@babel/plugin-transform-classes](https://babeljs.io/docs/en/next/babel-plugin-transform-classes.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile ES2015 computed properties to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-computed-properties](https://new.babeljs.io/docs/en/next/babel-plugin-transform-computed-properties.html) for more information.
|
||||
See our website [@babel/plugin-transform-computed-properties](https://babeljs.io/docs/en/next/babel-plugin-transform-computed-properties.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile ES2015 destructuring to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-destructuring](https://new.babeljs.io/docs/en/next/babel-plugin-transform-destructuring.html) for more information.
|
||||
See our website [@babel/plugin-transform-destructuring](https://babeljs.io/docs/en/next/babel-plugin-transform-destructuring.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile regular expressions using the `s` (`dotAll`) flag to ES5.
|
||||
|
||||
See our website [@babel/plugin-transform-dotall-regex](https://new.babeljs.io/docs/en/next/babel-plugin-transform-dotall-regex.html) for more information.
|
||||
See our website [@babel/plugin-transform-dotall-regex](https://babeljs.io/docs/en/next/babel-plugin-transform-dotall-regex.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile objects with duplicate keys to valid strict ES5
|
||||
|
||||
See our website [@babel/plugin-transform-duplicate-keys](https://new.babeljs.io/docs/en/next/babel-plugin-transform-duplicate-keys.html) for more information.
|
||||
See our website [@babel/plugin-transform-duplicate-keys](https://babeljs.io/docs/en/next/babel-plugin-transform-duplicate-keys.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile exponentiation operator to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-exponentiation-operator](https://new.babeljs.io/docs/en/next/babel-plugin-transform-exponentiation-operator.html) for more information.
|
||||
See our website [@babel/plugin-transform-exponentiation-operator](https://babeljs.io/docs/en/next/babel-plugin-transform-exponentiation-operator.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Turn flow type annotations into comments
|
||||
|
||||
See our website [@babel/plugin-transform-flow-comments](https://new.babeljs.io/docs/en/next/babel-plugin-transform-flow-comments.html) for more information.
|
||||
See our website [@babel/plugin-transform-flow-comments](https://babeljs.io/docs/en/next/babel-plugin-transform-flow-comments.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Strip flow type annotations from your output code.
|
||||
|
||||
See our website [@babel/plugin-transform-flow-strip-types](https://new.babeljs.io/docs/en/next/babel-plugin-transform-flow-strip-types.html) for more information.
|
||||
See our website [@babel/plugin-transform-flow-strip-types](https://babeljs.io/docs/en/next/babel-plugin-transform-flow-strip-types.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile ES2015 for...of to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-for-of](https://new.babeljs.io/docs/en/next/babel-plugin-transform-for-of.html) for more information.
|
||||
See our website [@babel/plugin-transform-for-of](https://babeljs.io/docs/en/next/babel-plugin-transform-for-of.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Apply ES2015 function.name semantics to all functions
|
||||
|
||||
See our website [@babel/plugin-transform-function-name](https://new.babeljs.io/docs/en/next/babel-plugin-transform-function-name.html) for more information.
|
||||
See our website [@babel/plugin-transform-function-name](https://babeljs.io/docs/en/next/babel-plugin-transform-function-name.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> This plugin transforms all the ES2015 'instanceof' methods
|
||||
|
||||
See our website [@babel/plugin-transform-instanceof](https://new.babeljs.io/docs/en/next/babel-plugin-transform-instanceof.html) for more information.
|
||||
See our website [@babel/plugin-transform-instanceof](https://babeljs.io/docs/en/next/babel-plugin-transform-instanceof.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Babel plugin to fix buggy JScript named function expressions
|
||||
|
||||
See our website [@babel/plugin-transform-jscript](https://new.babeljs.io/docs/en/next/babel-plugin-transform-jscript.html) for more information.
|
||||
See our website [@babel/plugin-transform-jscript](https://babeljs.io/docs/en/next/babel-plugin-transform-jscript.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Compile ES2015 unicode string and number literals to ES5
|
||||
|
||||
See our website [@babel/plugin-transform-literals](https://new.babeljs.io/docs/en/next/babel-plugin-transform-literals.html) for more information.
|
||||
See our website [@babel/plugin-transform-literals](https://babeljs.io/docs/en/next/babel-plugin-transform-literals.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Ensure that reserved words are quoted in property accesses
|
||||
|
||||
See our website [@babel/plugin-transform-member-expression-literals](https://new.babeljs.io/docs/en/next/babel-plugin-transform-member-expression-literals.html) for more information.
|
||||
See our website [@babel/plugin-transform-member-expression-literals](https://babeljs.io/docs/en/next/babel-plugin-transform-member-expression-literals.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> This plugin transforms ES2015 modules to AMD
|
||||
|
||||
See our website [@babel/plugin-transform-modules-amd](https://new.babeljs.io/docs/en/next/babel-plugin-transform-modules-amd.html) for more information.
|
||||
See our website [@babel/plugin-transform-modules-amd](https://babeljs.io/docs/en/next/babel-plugin-transform-modules-amd.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> This plugin transforms ES2015 modules to CommonJS
|
||||
|
||||
See our website [@babel/plugin-transform-modules-commonjs](https://new.babeljs.io/docs/en/next/babel-plugin-transform-modules-commonjs.html) for more information.
|
||||
See our website [@babel/plugin-transform-modules-commonjs](https://babeljs.io/docs/en/next/babel-plugin-transform-modules-commonjs.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> This plugin transforms ES2015 modules to SystemJS
|
||||
|
||||
See our website [@babel/plugin-transform-modules-systemjs](https://new.babeljs.io/docs/en/next/babel-plugin-transform-modules-systemjs.html) for more information.
|
||||
See our website [@babel/plugin-transform-modules-systemjs](https://babeljs.io/docs/en/next/babel-plugin-transform-modules-systemjs.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> This plugin transforms ES2015 modules to UMD
|
||||
|
||||
See our website [@babel/plugin-transform-modules-umd](https://new.babeljs.io/docs/en/next/babel-plugin-transform-modules-umd.html) for more information.
|
||||
See our website [@babel/plugin-transform-modules-umd](https://babeljs.io/docs/en/next/babel-plugin-transform-modules-umd.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Transforms new.target meta property
|
||||
|
||||
See our website [@babel/plugin-transform-new-target](https://new.babeljs.io/docs/en/next/babel-plugin-transform-new-target.html) for more information.
|
||||
See our website [@babel/plugin-transform-new-target](https://babeljs.io/docs/en/next/babel-plugin-transform-new-target.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Replace Object.assign with an inline helper
|
||||
|
||||
See our website [@babel/plugin-transform-object-assign](https://new.babeljs.io/docs/en/next/babel-plugin-transform-object-assign.html) for more information.
|
||||
See our website [@babel/plugin-transform-object-assign](https://babeljs.io/docs/en/next/babel-plugin-transform-object-assign.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
> Turn Object.setPrototypeOf to assignments
|
||||
|
||||
See our website [@babel/plugin-transform-object-set-prototype-of-to-assign](https://new.babeljs.io/docs/en/next/babel-plugin-transform-object-set-prototype-of-to-assign.html) for more information.
|
||||
See our website [@babel/plugin-transform-object-set-prototype-of-to-assign](https://babeljs.io/docs/en/next/babel-plugin-transform-object-set-prototype-of-to-assign.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user