Scoped: update readme headers to @babel/ [skip ci]

This commit is contained in:
Henry Zhu 2017-10-16 17:13:12 -04:00
parent adfacbb270
commit c0a958098f
128 changed files with 128 additions and 128 deletions

View File

@ -1,4 +1,4 @@
# babel-plugin-codemod-optional-catch-binding # @babel/plugin-codemod-optional-catch-binding
> If the argument bound to the catch block is not referenced in the catch block, that argument and the catch binding is removed. > If the argument bound to the catch block is not referenced in the catch block, that argument and the catch binding is removed.

View File

@ -1,4 +1,4 @@
# babel-preset-env [![npm](https://img.shields.io/npm/v/babel-preset-env.svg)](https://www.npmjs.com/package/babel-preset-env) [![travis](https://img.shields.io/travis/babel/babel-preset-env/master.svg)](https://travis-ci.org/babel/babel-preset-env) [![npm-downloads](https://img.shields.io/npm/dm/babel-preset-env.svg)](https://www.npmjs.com/package/babel-preset-env) [![codecov](https://img.shields.io/codecov/c/github/babel/babel-preset-env/master.svg?maxAge=43200)](https://codecov.io/github/babel/babel-preset-env) # @babel/preset-env [![npm](https://img.shields.io/npm/v/babel-preset-env.svg)](https://www.npmjs.com/package/babel-preset-env) [![travis](https://img.shields.io/travis/babel/babel-preset-env/master.svg)](https://travis-ci.org/babel/babel-preset-env) [![npm-downloads](https://img.shields.io/npm/dm/babel-preset-env.svg)](https://www.npmjs.com/package/babel-preset-env) [![codecov](https://img.shields.io/codecov/c/github/babel/babel-preset-env/master.svg?maxAge=43200)](https://codecov.io/github/babel/babel-preset-env)
> A Babel preset that compiles [ES2015+](https://github.com/tc39/proposals/blob/master/finished-proposals.md) down to ES5 by automatically determining the Babel plugins and polyfills you need based on your targeted browser or runtime environments. > A Babel preset that compiles [ES2015+](https://github.com/tc39/proposals/blob/master/finished-proposals.md) down to ES5 by automatically determining the Babel plugins and polyfills you need based on your targeted browser or runtime environments.

View File

@ -1,4 +1,4 @@
# babel-cli # @babel/cli
> Babel command line. > Babel command line.

View File

@ -1,4 +1,4 @@
# babel-code-frame # @babel/code-frame
> Generate errors that contain a code frame that point to source locations. > Generate errors that contain a code frame that point to source locations.

View File

@ -1,4 +1,4 @@
# babel-core # @babel/core
> Babel compiler core. > Babel compiler core.

View File

@ -1,4 +1,4 @@
# babel-generator # @babel/generator
> Turns an AST into code. > Turns an AST into code.

View File

@ -1,4 +1,4 @@
# babel-helper-annotate-as-pure # @babel/helper-annotate-as-pure
## API ## API

View File

@ -1,4 +1,4 @@
# babel-helper-bindify-decorators # @babel/helper-bindify-decorators
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-builder-binary-assignment-operator-visitor # @babel/helper-builder-binary-assignment-operator-visitor
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-builder-react-jsx # @babel/helper-builder-react-jsx
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-call-delegate # @babel/helper-call-delegate
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-define-map # @babel/helper-define-map
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-explode-assignable-expression # @babel/helper-explode-assignable-expression
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-explode-class # @babel/helper-explode-class
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-fixtures # @babel/helper-fixtures
**NOTE:** This is an internal Babel module and may not work outside. Use at your own risk. **NOTE:** This is an internal Babel module and may not work outside. Use at your own risk.

View File

@ -1,4 +1,4 @@
# babel-helper-function-name # @babel/helper-function-name
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-get-function-arity # @babel/helper-get-function-arity
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-hoist-variables # @babel/helper-hoist-variables
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-module-imports # @babel/helper-module-imports
## Installation ## Installation

View File

@ -1,4 +1,4 @@
# babel-helper-module-transforms # @babel/helper-module-transforms
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-optimise-call-expression # @babel/helper-optimise-call-expression
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-plugin-test-runner # @babel/helper-plugin-test-runner
**NOTE:** This is an internal Babel module and may not work outside. Use at your own risk. **NOTE:** This is an internal Babel module and may not work outside. Use at your own risk.

View File

@ -1,4 +1,4 @@
# babel-helper-regex # @babel/helper-regex
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-remap-async-to-generator # @babel/helper-remap-async-to-generator
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-replace-supers # @babel/helper-replace-supers
## Usage ## Usage

View File

@ -1,4 +1,4 @@
# babel-helper-simple-assignment # @babel/helper-simple-assignment
There are many cases where it is hard to perform transformations because a There are many cases where it is hard to perform transformations because a
piece of code is using complex structures. Say you want to rewrite all accesses piece of code is using complex structures. Say you want to rewrite all accesses

View File

@ -1,4 +1,4 @@
# babel-helper-transform-fixture-test-runner # @babel/helper-transform-fixture-test-runner
**NOTE:** This is an internal Babel module and may not work outside. Use at your own risk. **NOTE:** This is an internal Babel module and may not work outside. Use at your own risk.

View File

@ -1,4 +1,4 @@
# babel-helper-wrap-function # @babel/helper-wrap-function
This helper wraps a function within a call expression. It works with any function: statements, expressions and methods; both named and anonymous. This helper wraps a function within a call expression. It works with any function: statements, expressions and methods; both named and anonymous.

View File

@ -1,4 +1,4 @@
# babel-helpers # @babel/helpers
> Collection of helper functions used by Babel transforms. > Collection of helper functions used by Babel transforms.

View File

@ -1,4 +1,4 @@
# babel-node # @babel/node
> A Babel-powered Node.js CLI > A Babel-powered Node.js CLI

View File

@ -1,4 +1,4 @@
# babel-plugin-check-es2015-constants # @babel/plugin-check-es2015-constants
> Validate ES2015 constants (prevents reassignment of const variables). > Validate ES2015 constants (prevents reassignment of const variables).

View File

@ -1,4 +1,4 @@
# babel-plugin-external-helpers # @babel/plugin-external-helpers
## Installation ## Installation

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-async-generators # @babel/plugin-syntax-async-generators
> Allow parsing of async generator functions. > Allow parsing of async generator functions.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-class-properties # @babel/plugin-syntax-class-properties
> Allow parsing of class properties. > Allow parsing of class properties.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-decorators # @babel/plugin-syntax-decorators
> Allow parsing of decorators. > Allow parsing of decorators.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-do-expressions # @babel/plugin-syntax-do-expressions
> Allow parsing of do expressions. > Allow parsing of do expressions.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-dynamic-import # @babel/plugin-syntax-dynamic-import
> Allow parsing of `import()`. > Allow parsing of `import()`.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-export-extensions # @babel/plugin-syntax-export-extensions
> Allow parsing of export extensions. > Allow parsing of export extensions.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-flow # @babel/plugin-syntax-flow

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-function-bind # @babel/plugin-syntax-function-bind
> Allow parsing of function bind. > Allow parsing of function bind.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-function-sent # @babel/plugin-syntax-function-sent
> Allow parsing of the `function.sent` meta property. > Allow parsing of the `function.sent` meta property.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-jsx # @babel/plugin-syntax-jsx
> Allow parsing of JSX > Allow parsing of JSX

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-numeric-separator # @babel/plugin-syntax-numeric-separator
> Allow parsing of Numeric Literals (Decimal, Binary, Hex and Octal) that contain a _NumericLiteralSeparator_. > Allow parsing of Numeric Literals (Decimal, Binary, Hex and Octal) that contain a _NumericLiteralSeparator_.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-object-rest-spread # @babel/plugin-syntax-object-rest-spread
> Allow parsing of object rest/spread. > Allow parsing of object rest/spread.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-optional-catch-binding # @babel/plugin-syntax-optional-catch-binding
> This plugin allows Babel to parse optional catch bindings. > This plugin allows Babel to parse optional catch bindings.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-optional-chaining # @babel/plugin-syntax-optional-chaining
Allow parsing of optional properties. Allow parsing of optional properties.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-pipeline-operator # @babel/plugin-syntax-pipeline-operator
Allow parsing of the pipeline operator `|>`. See [the proposal](https://github.com/tc39/proposal-pipeline-operator) for details. Allow parsing of the pipeline operator `|>`. See [the proposal](https://github.com/tc39/proposal-pipeline-operator) for details.

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-throw-expressions # @babel/plugin-syntax-throw-expressions
Allow parsing of Throw Expressions: Allow parsing of Throw Expressions:

View File

@ -1,4 +1,4 @@
# babel-plugin-syntax-typescript # @babel/plugin-syntax-typescript
## Installation ## Installation

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-async-functions # @babel/plugin-transform-async-functions
> Compile async functions to ES5 > Compile async functions to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-async-generator-functions # @babel/plugin-transform-async-generator-functions
> Turn async generator functions and for-await statements to ES2015 generators > Turn async generator functions and for-await statements to ES2015 generators

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-async-to-generator # @babel/plugin-transform-async-to-generator
> Turn async functions into ES2015 generators > Turn async functions into ES2015 generators

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-async-to-module-method # @babel/plugin-transform-async-to-module-method
> Turn async functions into a Bluebird coroutine > Turn async functions into a Bluebird coroutine

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-class-properties # @babel/plugin-transform-class-properties
> This plugin transforms class properties > This plugin transforms class properties

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-decorators # @babel/plugin-transform-decorators
> Compile class and object decorators to ES5 > Compile class and object decorators to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-do-expressions # @babel/plugin-transform-do-expressions
> Compile `do` expressions to ES5 > Compile `do` expressions to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-arrow-functions # @babel/plugin-transform-es2015-arrow-functions
> Compile ES2015 arrow functions to ES5 > Compile ES2015 arrow functions to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-block-scoped-functions # @babel/plugin-transform-es2015-block-scoped-functions
> Babel plugin to ensure function declarations at the block level are block scoped. > Babel plugin to ensure function declarations at the block level are block scoped.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-block-scoping # @babel/plugin-transform-es2015-block-scoping
> Compile ES2015 block scoping (const and let) to ES5 > Compile ES2015 block scoping (const and let) to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-classes # @babel/plugin-transform-es2015-classes
> Compile ES2015 classes to ES5 > Compile ES2015 classes to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-computed-properties # @babel/plugin-transform-es2015-computed-properties
> Compile ES2015 computed properties to ES5 > Compile ES2015 computed properties to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-destructuring # @babel/plugin-transform-es2015-destructuring
> Compile ES2015 destructuring to ES5 > Compile ES2015 destructuring to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-duplicate-keys # @babel/plugin-transform-es2015-duplicate-keys
> Compile objects with duplicate keys to valid strict ES5. > Compile objects with duplicate keys to valid strict ES5.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-for-of # @babel/plugin-transform-es2015-for-of
> Compile ES2015 for...of to ES5 > Compile ES2015 for...of to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-function-name # @babel/plugin-transform-es2015-function-name
> Apply ES2015 function.name semantics to all functions > Apply ES2015 function.name semantics to all functions

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-instanceof # @babel/plugin-transform-es2015-instanceof
## Installation ## Installation

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-literals # @babel/plugin-transform-es2015-literals
> Compile ES2015 unicode string and number literals to ES5 > Compile ES2015 unicode string and number literals to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-modules-amd # @babel/plugin-transform-es2015-modules-amd
> This plugin transforms ES2015 modules to [Asynchronous Module Definition (AMD)](https://github.com/amdjs/amdjs-api). > This plugin transforms ES2015 modules to [Asynchronous Module Definition (AMD)](https://github.com/amdjs/amdjs-api).

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-modules-commonjs # @babel/plugin-transform-es2015-modules-commonjs
> This plugin transforms ES2015 modules to [CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1). > This plugin transforms ES2015 modules to [CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1).

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-modules-systemjs # @babel/plugin-transform-es2015-modules-systemjs
> This plugin transforms ES2015 modules to [SystemJS](https://github.com/systemjs/systemjs). > This plugin transforms ES2015 modules to [SystemJS](https://github.com/systemjs/systemjs).

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-modules-umd # @babel/plugin-transform-es2015-modules-umd
> This plugin transforms ES2015 modules to [Universal Module Definition (UMD)](https://github.com/umdjs/umd). > This plugin transforms ES2015 modules to [Universal Module Definition (UMD)](https://github.com/umdjs/umd).

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-object-super # @babel/plugin-transform-es2015-object-super
> Compile ES2015 object super to ES5 > Compile ES2015 object super to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-parameters # @babel/plugin-transform-es2015-parameters
> Compile ES2015 default and rest parameters to ES5 > Compile ES2015 default and rest parameters to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-shorthand-properties # @babel/plugin-transform-es2015-shorthand-properties
> Compile ES2015 shorthand properties to ES5 > Compile ES2015 shorthand properties to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-spread # @babel/plugin-transform-es2015-spread
> Compile ES2015 spread to ES5 > Compile ES2015 spread to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-sticky-regex # @babel/plugin-transform-es2015-sticky-regex
> Compile ES2015 sticky regex to an ES5 RegExp constructor > Compile ES2015 sticky regex to an ES5 RegExp constructor

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-template-literals # @babel/plugin-transform-es2015-template-literals
> Compile ES2015 template literals to ES5 > Compile ES2015 template literals to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-typeof-symbol # @babel/plugin-transform-es2015-typeof-symbol
> ES6 introduces a new native type called [symbols](https://babeljs.io/learn-es2015/#ecmascript-2015-features-symbols). This transformer wraps all `typeof` expressions with a method that replicates native behaviour. (ie. returning "symbol" for symbols) > ES6 introduces a new native type called [symbols](https://babeljs.io/learn-es2015/#ecmascript-2015-features-symbols). This transformer wraps all `typeof` expressions with a method that replicates native behaviour. (ie. returning "symbol" for symbols)

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es2015-unicode-regex # @babel/plugin-transform-es2015-unicode-regex
> Compile ES2015 unicode regex to ES5 > Compile ES2015 unicode regex to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es3-member-expression-literals # @babel/plugin-transform-es3-member-expression-literals
> Ensure that reserved words are quoted in property accesses > Ensure that reserved words are quoted in property accesses

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es3-property-literals # @babel/plugin-transform-es3-property-literals
> Ensure that reserved words are quoted in object property keys > Ensure that reserved words are quoted in object property keys

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-es5-property-mutators # @babel/plugin-transform-es5-property-mutators
> This plugin allows Babel to transform [object initializer mutators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer#Method_definitions) into `Object.defineProperties`. > This plugin allows Babel to transform [object initializer mutators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer#Method_definitions) into `Object.defineProperties`.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-eval # @babel/plugin-transform-eval
> This plugin allows Babel to compile eval calls with string literals. > This plugin allows Babel to compile eval calls with string literals.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-exponentiation-operator # @babel/plugin-transform-exponentiation-operator
> Compile exponentiation operator to ES5 > Compile exponentiation operator to ES5

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-export-default # @babel/plugin-transform-export-default
> Compile export-default-from statements to ES2015 > Compile export-default-from statements to ES2015

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-export-namespace # @babel/plugin-transform-export-namespace
> Compile export-ns-from statements to ES2015 > Compile export-ns-from statements to ES2015

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-flow-comments # @babel/plugin-transform-flow-comments
> Turn flow type annotations into comments. > Turn flow type annotations into comments.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-flow-strip-types # @babel/plugin-transform-flow-strip-types
> Strip all [flow](http://flowtype.org) type annotations and declarations from your output code. > Strip all [flow](http://flowtype.org) type annotations and declarations from your output code.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-function-bind # @babel/plugin-transform-function-bind
> Compile the new function bind operator `::` to ES5. > Compile the new function bind operator `::` to ES5.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-function-sent # @babel/plugin-transform-function-sent
> Compile the `function.sent` meta property, used inside generator functions, to valid ES2015 code. > Compile the `function.sent` meta property, used inside generator functions, to valid ES2015 code.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-jscript # @babel/plugin-transform-jscript
> This plugin allows Babel to transform named function expressions into function declarations to get around some [particularly nasty JScript bugs](https://kangax.github.io/nfe/#jscript-bugs) related to name function expressions. > This plugin allows Babel to transform named function expressions into function declarations to get around some [particularly nasty JScript bugs](https://kangax.github.io/nfe/#jscript-bugs) related to name function expressions.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-new-target # @babel/plugin-transform-new-target
This plugins allows babel to transform `new.target` meta property into a This plugins allows babel to transform `new.target` meta property into a
(correct in most cases) `this.constructor` expression. (correct in most cases) `this.constructor` expression.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-numeric-separator # @babel/plugin-transform-numeric-separator
> This plugin allows Babel to transform Decimal, Binary, Hex and Octal literals containing Numeric Literal Separator to their non-separated form. > This plugin allows Babel to transform Decimal, Binary, Hex and Octal literals containing Numeric Literal Separator to their non-separated form.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-object-assign # @babel/plugin-transform-object-assign
> Replace `Object.assign` with an inline helper. If you are authoring an application, rather than a library, it is recommended that you use the `Object.assign` polyfill instead. > Replace `Object.assign` with an inline helper. If you are authoring an application, rather than a library, it is recommended that you use the `Object.assign` polyfill instead.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-object-rest-spread # @babel/plugin-transform-object-rest-spread
> This plugin allows Babel to transform rest properties for object destructuring assignment and spread properties for object literals. > This plugin allows Babel to transform rest properties for object destructuring assignment and spread properties for object literals.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-object-set-prototype-of-to-assign # @babel/plugin-transform-object-set-prototype-of-to-assign
> This plugin will transform all `Object.setPrototypeOf` calls to a method that will do a shallow defaults of all properties. > This plugin will transform all `Object.setPrototypeOf` calls to a method that will do a shallow defaults of all properties.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-optional-catch-binding # @babel/plugin-transform-optional-catch-binding
> Optional catch binding enables the catch block to execute whether or not an argument is passed to the catch statement (CatchClause). > Optional catch binding enables the catch block to execute whether or not an argument is passed to the catch statement (CatchClause).

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-optional-chaining # @babel/plugin-transform-optional-chaining
The Optional Chaining Operator allows you to handle properties of deeply nested The Optional Chaining Operator allows you to handle properties of deeply nested
objects without worrying about undefined intermediate objects. objects without worrying about undefined intermediate objects.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-pipeline-operator # @babel/plugin-transform-pipeline-operator
Transform pipeline operator `|>` into call expressions. See [the proposal](https://github.com/tc39/proposal-pipeline-operator) for details. Transform pipeline operator `|>` into call expressions. See [the proposal](https://github.com/tc39/proposal-pipeline-operator) for details.

View File

@ -1,4 +1,4 @@
# babel-plugin-transform-proto-to-assign # @babel/plugin-transform-proto-to-assign
> This plugin allows Babel to transform all `__proto__` assignments to a method that will do a shallow copy of all properties. > This plugin allows Babel to transform all `__proto__` assignments to a method that will do a shallow copy of all properties.

Some files were not shown because too many files have changed in this diff Show More