From d2970592fb1782532a5ef542cd549014d73f012b Mon Sep 17 00:00:00 2001 From: Laxman Date: Sat, 25 Aug 2018 19:02:28 +0530 Subject: [PATCH] Change package titles to be scoped (#1770) --- docs/cli.md | 6 +++--- docs/code-frame.md | 2 +- docs/core.md | 2 +- docs/generator.md | 2 +- docs/helper-annotate-as-pure.md | 2 +- docs/helper-bindify-decorators.md | 3 ++- ...elper-builder-binary-assignment-operator-visitor.md | 2 +- docs/helper-builder-react-jsx.md | 2 +- docs/helper-call-delegate.md | 2 +- docs/helper-define-map.md | 2 +- docs/helper-explode-assignable-expression.md | 2 +- docs/helper-explode-class.md | 2 +- docs/helper-fixtures.md | 2 +- docs/helper-function-name.md | 2 +- docs/helper-get-function-arity.md | 2 +- docs/helper-hoist-variables.md | 2 +- docs/helper-member-expression-to-functions.md | 2 +- docs/helper-module-imports.md | 2 +- docs/helper-module-transforms.md | 2 +- docs/helper-optimise-call-expression.md | 2 +- docs/helper-plugin-test-runner.md | 2 +- docs/helper-plugin-utils.md | 2 +- docs/helper-regex.md | 2 +- docs/helper-remap-async-to-generator.md | 2 +- docs/helper-replace-supers.md | 2 +- docs/helper-simple-access.md | 2 +- docs/helper-split-export-declaration.md | 2 +- docs/helper-transform-fixture-test-runner.md | 2 +- docs/helper-wrap-function.md | 2 +- docs/helpers.md | 2 +- docs/highlight.md | 2 +- docs/node.md | 8 ++++---- docs/parser.md | 2 +- docs/plugin-external-helpers.md | 2 +- docs/plugin-proposal-async-generator-functions.md | 2 +- docs/plugin-proposal-class-properties.md | 2 +- docs/plugin-proposal-decorators.md | 2 +- docs/plugin-proposal-do-expressions.md | 2 +- docs/plugin-proposal-export-default-from.md | 2 +- docs/plugin-proposal-export-namespace-from.md | 2 +- docs/plugin-proposal-function-bind.md | 2 +- docs/plugin-proposal-function-sent.md | 2 +- docs/plugin-proposal-json-strings.md | 2 +- docs/plugin-proposal-logical-assignment-operators.md | 2 +- docs/plugin-proposal-nullish-coalescing-operator.md | 2 +- docs/plugin-proposal-numeric-separator.md | 2 +- docs/plugin-proposal-object-rest-spread.md | 4 ++-- docs/plugin-proposal-optional-catch-binding.md | 2 +- docs/plugin-proposal-optional-chaining.md | 2 +- docs/plugin-proposal-pipeline-operator.md | 2 +- docs/plugin-proposal-throw-expressions.md | 2 +- docs/plugin-proposal-unicode-property-regex.md | 2 +- docs/plugin-syntax-async-generators.md | 2 +- docs/plugin-syntax-bigint.md | 2 +- docs/plugin-syntax-class-properties.md | 2 +- docs/plugin-syntax-decorators.md | 2 +- docs/plugin-syntax-do-expressions.md | 2 +- docs/plugin-syntax-dynamic-import.md | 2 +- docs/plugin-syntax-export-default-from.md | 2 +- docs/plugin-syntax-export-namespace-from.md | 2 +- docs/plugin-syntax-flow.md | 2 +- docs/plugin-syntax-function-bind.md | 2 +- docs/plugin-syntax-function-sent.md | 2 +- docs/plugin-syntax-import-meta.md | 2 +- docs/plugin-syntax-json-strings.md | 2 +- docs/plugin-syntax-jsx.md | 2 +- docs/plugin-syntax-logical-assignment-operators.md | 2 +- docs/plugin-syntax-nullish-coalescing-operator.md | 2 +- docs/plugin-syntax-numeric-separator.md | 2 +- docs/plugin-syntax-object-rest-spread.md | 2 +- docs/plugin-syntax-optional-catch-binding.md | 2 +- docs/plugin-syntax-optional-chaining.md | 2 +- docs/plugin-syntax-pipeline-operator.md | 2 +- docs/plugin-syntax-throw-expressions.md | 2 +- docs/plugin-syntax-typescript.md | 2 +- docs/plugin-transform-arrow-functions.md | 2 +- docs/plugin-transform-async-to-generator.md | 2 +- docs/plugin-transform-block-scoped-functions.md | 2 +- docs/plugin-transform-block-scoping.md | 2 +- docs/plugin-transform-classes.md | 2 +- docs/plugin-transform-computed-properties.md | 2 +- docs/plugin-transform-destructuring.md | 4 ++-- docs/plugin-transform-dotall-regex.md | 2 +- docs/plugin-transform-duplicate-keys.md | 2 +- docs/plugin-transform-exponentiation-operator.md | 2 +- docs/plugin-transform-flow-comments.md | 2 +- docs/plugin-transform-flow-strip-types.md | 2 +- docs/plugin-transform-for-of.md | 2 +- docs/plugin-transform-function-name.md | 2 +- docs/plugin-transform-inline-consecutive-adds.md | 2 +- docs/plugin-transform-instanceof.md | 2 +- docs/plugin-transform-jscript.md | 2 +- docs/plugin-transform-literals.md | 2 +- docs/plugin-transform-modules-amd.md | 2 +- docs/plugin-transform-modules-commonjs.md | 2 +- docs/plugin-transform-modules-systemjs.md | 2 +- docs/plugin-transform-modules-umd.md | 2 +- docs/plugin-transform-new-target.md | 2 +- docs/plugin-transform-object-assign.md | 2 +- ...ugin-transform-object-set-prototype-of-to-assign.md | 2 +- docs/plugin-transform-object-super.md | 2 +- docs/plugin-transform-parameters.md | 2 +- docs/plugin-transform-property-mutators.md | 2 +- docs/plugin-transform-proto-to-assign.md | 2 +- docs/plugin-transform-react-constant-elements.md | 2 +- docs/plugin-transform-react-display-name.md | 2 +- docs/plugin-transform-react-inline-elements.md | 2 +- docs/plugin-transform-react-jsx-compat.md | 2 +- docs/plugin-transform-react-jsx-self.md | 2 +- docs/plugin-transform-react-jsx-source.md | 2 +- docs/plugin-transform-react-jsx.md | 2 +- docs/plugin-transform-regenerator.md | 2 +- docs/plugin-transform-reserved-words.md | 2 +- docs/plugin-transform-runtime.md | 2 +- docs/plugin-transform-shorthand-properties.md | 2 +- docs/plugin-transform-spread.md | 2 +- docs/plugin-transform-sticky-regex.md | 2 +- docs/plugin-transform-strict-mode.md | 2 +- docs/plugin-transform-template-literals.md | 2 +- docs/plugin-transform-typeof-symbol.md | 2 +- docs/plugin-transform-typescript.md | 2 +- docs/plugin-transform-unicode-regex.md | 2 +- docs/polyfill.md | 2 +- docs/preset-env-standalone.md | 2 +- docs/preset-es2015.md | 2 +- docs/preset-es2016.md | 2 +- docs/preset-es2017.md | 2 +- docs/preset-flow.md | 2 +- docs/preset-react.md | 2 +- docs/preset-stage-0.md | 2 +- docs/preset-stage-1.md | 2 +- docs/preset-stage-2.md | 2 +- docs/preset-stage-3.md | 2 +- docs/preset-typescript.md | 2 +- docs/register.md | 10 +++++----- docs/runtime-corejs2.md | 2 +- docs/runtime.md | 2 +- docs/standalone.md | 2 +- docs/template.md | 2 +- docs/traverse.md | 2 +- docs/types.md | 2 +- 141 files changed, 153 insertions(+), 152 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 4ff195fbfa..9ddaedc4f4 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1,6 +1,6 @@ --- id: babel-cli -title: babel-cli +title: @babel/cli sidebar_label: babel-cli --- @@ -17,7 +17,7 @@ There are two primary reasons for this. 1. Different projects on the same machine can depend on different versions of Babel allowing you to update them individually. -2. Not having an implicit dependency on the environment you are working in +2. Not having an implicit dependency on the environment you are working in makes your project far more portable and easier to setup. We can install Babel CLI locally by running: @@ -39,7 +39,7 @@ After that finishes installing, your `package.json` file should include: } ``` -## Usage +## Usage ```sh babel script.js diff --git a/docs/code-frame.md b/docs/code-frame.md index 8e92634318..9005435732 100644 --- a/docs/code-frame.md +++ b/docs/code-frame.md @@ -1,6 +1,6 @@ --- id: babel-code-frame -title: babel-code-frame +title: @babel/code-frame sidebar_label: babel-code-frame --- diff --git a/docs/core.md b/docs/core.md index 7a93ce739c..1a27d404b3 100644 --- a/docs/core.md +++ b/docs/core.md @@ -1,6 +1,6 @@ --- id: babel-core -title: babel-core +title: @babel/core sidebar_label: babel-core --- diff --git a/docs/generator.md b/docs/generator.md index 0e3a21d7e7..62536be0e4 100644 --- a/docs/generator.md +++ b/docs/generator.md @@ -1,6 +1,6 @@ --- id: babel-generator -title: babel-generator +title: @babel/generator sidebar_label: babel-generator --- diff --git a/docs/helper-annotate-as-pure.md b/docs/helper-annotate-as-pure.md index 3da4e9ccb8..5819adf353 100644 --- a/docs/helper-annotate-as-pure.md +++ b/docs/helper-annotate-as-pure.md @@ -1,6 +1,6 @@ --- id: babel-helper-annotate-as-pure -title: babel-helper-annotate-as-pure +title: @babel/helper-annotate-as-pure sidebar_label: babel-helper-annotate-as-pure --- diff --git a/docs/helper-bindify-decorators.md b/docs/helper-bindify-decorators.md index 49d1910926..2659ca0135 100644 --- a/docs/helper-bindify-decorators.md +++ b/docs/helper-bindify-decorators.md @@ -1,9 +1,10 @@ --- id: babel-helper-bindify-decorators -title: babel-helper-bindify-decorators +title: @babel/helper-bindify-decorators sidebar_label: babel-helper-bindify-decorators --- +```js declare export default bindifyDecorators(decorators: Array); ``` ## Usage diff --git a/docs/helper-builder-binary-assignment-operator-visitor.md b/docs/helper-builder-binary-assignment-operator-visitor.md index a01424333b..e52f59ecad 100644 --- a/docs/helper-builder-binary-assignment-operator-visitor.md +++ b/docs/helper-builder-binary-assignment-operator-visitor.md @@ -1,6 +1,6 @@ --- id: babel-helper-builder-binary-assignment-operator-visitor -title: babel-helper-builder-binary-assignment-operator-visitor +title: @babel/helper-builder-binary-assignment-operator-visitor sidebar_label: babel-helper-builder-binary-assignment-operator-visitor --- diff --git a/docs/helper-builder-react-jsx.md b/docs/helper-builder-react-jsx.md index 0d8cd320d1..9feb7f1fd5 100644 --- a/docs/helper-builder-react-jsx.md +++ b/docs/helper-builder-react-jsx.md @@ -1,6 +1,6 @@ --- id: babel-helper-builder-react-jsx -title: babel-helper-builder-react-jsx +title: @babel/helper-builder-react-jsx sidebar_label: babel-helper-builder-react-jsx --- diff --git a/docs/helper-call-delegate.md b/docs/helper-call-delegate.md index 139266116c..251b426bae 100644 --- a/docs/helper-call-delegate.md +++ b/docs/helper-call-delegate.md @@ -1,6 +1,6 @@ --- id: babel-helper-call-delegate -title: babel-helper-call-delegate +title: @babel/helper-call-delegate sidebar_label: babel-helper-call-delegate --- diff --git a/docs/helper-define-map.md b/docs/helper-define-map.md index df296aa378..0eafb9effe 100644 --- a/docs/helper-define-map.md +++ b/docs/helper-define-map.md @@ -1,6 +1,6 @@ --- id: babel-helper-define-map -title: babel-helper-define-map +title: @babel/helper-define-map sidebar_label: babel-helper-define-map --- diff --git a/docs/helper-explode-assignable-expression.md b/docs/helper-explode-assignable-expression.md index b3f37f915b..e3bdcb24e3 100644 --- a/docs/helper-explode-assignable-expression.md +++ b/docs/helper-explode-assignable-expression.md @@ -1,6 +1,6 @@ --- id: babel-helper-explode-assignable-expression -title: babel-helper-explode-assignable-expression +title: @babel/helper-explode-assignable-expression sidebar_label: babel-helper-explode-assignable-expression --- diff --git a/docs/helper-explode-class.md b/docs/helper-explode-class.md index 6005ef0062..607aa5ee5b 100644 --- a/docs/helper-explode-class.md +++ b/docs/helper-explode-class.md @@ -1,6 +1,6 @@ --- id: babel-helper-explode-class -title: babel-helper-explode-class +title: @babel/helper-explode-class sidebar_label: babel-helper-explode-class --- diff --git a/docs/helper-fixtures.md b/docs/helper-fixtures.md index 07f993d1ce..908e24d8fe 100644 --- a/docs/helper-fixtures.md +++ b/docs/helper-fixtures.md @@ -1,6 +1,6 @@ --- id: babel-helper-fixtures -title: babel-helper-fixtures +title: @babel/helper-fixtures sidebar_label: babel-helper-fixtures --- diff --git a/docs/helper-function-name.md b/docs/helper-function-name.md index e419ab80ab..f496ed5fc2 100644 --- a/docs/helper-function-name.md +++ b/docs/helper-function-name.md @@ -1,6 +1,6 @@ --- id: babel-helper-function-name -title: babel-helper-function-name +title: @babel/helper-function-name sidebar_label: babel-helper-function-name --- diff --git a/docs/helper-get-function-arity.md b/docs/helper-get-function-arity.md index 95e29b14df..098fe148b4 100644 --- a/docs/helper-get-function-arity.md +++ b/docs/helper-get-function-arity.md @@ -1,6 +1,6 @@ --- id: babel-helper-get-function-arity -title: babel-helper-get-function-arity +title: @babel/helper-get-function-arity sidebar_label: babel-helper-get-function-arity --- diff --git a/docs/helper-hoist-variables.md b/docs/helper-hoist-variables.md index 9f0c3f3837..79b26fa5db 100644 --- a/docs/helper-hoist-variables.md +++ b/docs/helper-hoist-variables.md @@ -1,6 +1,6 @@ --- id: babel-helper-hoist-variables -title: babel-helper-hoist-variables +title: @babel/helper-hoist-variables sidebar_label: babel-helper-hoist-variables --- diff --git a/docs/helper-member-expression-to-functions.md b/docs/helper-member-expression-to-functions.md index 1f232ecf07..e4fa1f9928 100644 --- a/docs/helper-member-expression-to-functions.md +++ b/docs/helper-member-expression-to-functions.md @@ -1,6 +1,6 @@ --- id: babel-helper-member-expression-to-functions -title: babel-helper-member-expression-to-functions +title: @babel/helper-member-expression-to-functions sidebar_label: babel-helper-member-expression-to-functions --- diff --git a/docs/helper-module-imports.md b/docs/helper-module-imports.md index 8d6df09e05..5927c855a5 100644 --- a/docs/helper-module-imports.md +++ b/docs/helper-module-imports.md @@ -1,6 +1,6 @@ --- id: babel-helper-module-imports -title: babel-helper-module-imports +title: @babel/helper-module-imports sidebar_label: babel-helper-module-imports --- diff --git a/docs/helper-module-transforms.md b/docs/helper-module-transforms.md index 82ad95be09..73c6ea3de0 100644 --- a/docs/helper-module-transforms.md +++ b/docs/helper-module-transforms.md @@ -1,6 +1,6 @@ --- id: babel-helper-module-transforms -title: babel-helper-module-transforms +title: @babel/helper-module-transforms sidebar_label: babel-helper-module-transforms --- diff --git a/docs/helper-optimise-call-expression.md b/docs/helper-optimise-call-expression.md index 0742688041..9b1ca1265a 100644 --- a/docs/helper-optimise-call-expression.md +++ b/docs/helper-optimise-call-expression.md @@ -1,6 +1,6 @@ --- id: babel-helper-optimise-call-expression -title: babel-helper-optimise-call-expression +title: @babel/helper-optimise-call-expression sidebar_label: babel-helper-optimise-call-expression --- diff --git a/docs/helper-plugin-test-runner.md b/docs/helper-plugin-test-runner.md index 8fec884abc..69862ee581 100644 --- a/docs/helper-plugin-test-runner.md +++ b/docs/helper-plugin-test-runner.md @@ -1,6 +1,6 @@ --- id: babel-helper-plugin-test-runner -title: babel-helper-plugin-test-runner +title: @babel/helper-plugin-test-runner sidebar_label: babel-helper-plugin-test-runner --- diff --git a/docs/helper-plugin-utils.md b/docs/helper-plugin-utils.md index 2abb38b669..d13c2f2029 100644 --- a/docs/helper-plugin-utils.md +++ b/docs/helper-plugin-utils.md @@ -1,6 +1,6 @@ --- id: babel-helper-plugin-utils -title: babel-helper-plugin-utils +title: @babel/helper-plugin-utils sidebar_label: babel-helper-plugin-utils --- diff --git a/docs/helper-regex.md b/docs/helper-regex.md index b1567c58fb..b19080fa14 100644 --- a/docs/helper-regex.md +++ b/docs/helper-regex.md @@ -1,6 +1,6 @@ --- id: babel-helper-regex -title: babel-helper-regex +title: @babel/helper-regex sidebar_label: babel-helper-regex --- diff --git a/docs/helper-remap-async-to-generator.md b/docs/helper-remap-async-to-generator.md index 5077d8d9b4..c37caadb5a 100644 --- a/docs/helper-remap-async-to-generator.md +++ b/docs/helper-remap-async-to-generator.md @@ -1,6 +1,6 @@ --- id: babel-helper-remap-async-to-generator -title: babel-helper-remap-async-to-generator +title: @babel/helper-remap-async-to-generator sidebar_label: babel-helper-remap-async-to-generator --- diff --git a/docs/helper-replace-supers.md b/docs/helper-replace-supers.md index 75d2832f53..2dc496e951 100644 --- a/docs/helper-replace-supers.md +++ b/docs/helper-replace-supers.md @@ -1,6 +1,6 @@ --- id: babel-helper-replace-supers -title: babel-helper-replace-supers +title: @babel/helper-replace-supers sidebar_label: babel-helper-replace-supers --- diff --git a/docs/helper-simple-access.md b/docs/helper-simple-access.md index 74de72c99c..a72e8010e6 100644 --- a/docs/helper-simple-access.md +++ b/docs/helper-simple-access.md @@ -1,6 +1,6 @@ --- id: babel-helper-simple-access -title: babel-helper-simple-access +title: @babel/helper-simple-access sidebar_label: babel-helper-simple-access --- diff --git a/docs/helper-split-export-declaration.md b/docs/helper-split-export-declaration.md index 7711b91e21..4459d1b751 100644 --- a/docs/helper-split-export-declaration.md +++ b/docs/helper-split-export-declaration.md @@ -1,6 +1,6 @@ --- id: babel-helper-split-export-declaration -title: babel-helper-split-export-declaration +title: @babel/helper-split-export-declaration sidebar_label: babel-helper-split-export-declaration --- diff --git a/docs/helper-transform-fixture-test-runner.md b/docs/helper-transform-fixture-test-runner.md index aa1fa14f8a..8d2215271e 100644 --- a/docs/helper-transform-fixture-test-runner.md +++ b/docs/helper-transform-fixture-test-runner.md @@ -1,6 +1,6 @@ --- id: babel-helper-transform-fixture-test-runner -title: babel-helper-transform-fixture-test-runner +title: @babel/helper-transform-fixture-test-runner sidebar_label: babel-helper-transform-fixture-test-runner --- diff --git a/docs/helper-wrap-function.md b/docs/helper-wrap-function.md index aeee2183b9..f8708a1d36 100644 --- a/docs/helper-wrap-function.md +++ b/docs/helper-wrap-function.md @@ -1,6 +1,6 @@ --- id: babel-helper-wrap-function -title: babel-helper-wrap-function +title: @babel/helper-wrap-function sidebar_label: babel-helper-wrap-function --- diff --git a/docs/helpers.md b/docs/helpers.md index d46e9fc9bb..0479542597 100644 --- a/docs/helpers.md +++ b/docs/helpers.md @@ -1,6 +1,6 @@ --- id: babel-helpers -title: babel-helpers +title: @babel/helpers sidebar_label: babel-helpers --- diff --git a/docs/highlight.md b/docs/highlight.md index 7b4f295d23..08fcb5fc52 100644 --- a/docs/highlight.md +++ b/docs/highlight.md @@ -1,6 +1,6 @@ --- id: babel-highlight -title: babel-highlight +title: @babel/highlight sidebar_label: babel-highlight --- diff --git a/docs/node.md b/docs/node.md index f10f449ef0..bde8181bc9 100644 --- a/docs/node.md +++ b/docs/node.md @@ -1,6 +1,6 @@ --- id: babel-node -title: babel-node +title: @babel/node sidebar_label: babel-node --- @@ -13,13 +13,13 @@ npm install --save-dev @babel/core @babel/node ``` > #### Not meant for production use -> +> > You should not be using `babel-node` in production. It is unnecessarily heavy, with high memory usage due to the cache being stored in memory. You will also always experience a startup performance penalty as the entire app needs to be compiled on the fly. -> +> > Check out the [example Node.js server with Babel](https://github.com/babel/example-node-server) for an idea of how to use Babel in a production deployment. > #### ES6-style module-loading may not function as expected -> +> > Due to technical limitations ES6-style module-loading is not fully supported in a `babel-node REPL`. babel comes with a second CLI which works exactly the same as Node.js's CLI, only diff --git a/docs/parser.md b/docs/parser.md index fe4534b87c..7b040ebcb6 100644 --- a/docs/parser.md +++ b/docs/parser.md @@ -1,6 +1,6 @@ --- id: babel-parser -title: babel-parser +title: @babel/parser sidebar_label: babel-parser --- diff --git a/docs/plugin-external-helpers.md b/docs/plugin-external-helpers.md index 23a2788612..134cf717bb 100644 --- a/docs/plugin-external-helpers.md +++ b/docs/plugin-external-helpers.md @@ -1,6 +1,6 @@ --- id: babel-plugin-external-helpers -title: babel-plugin-external-helpers +title: @babel/plugin-external-helpers sidebar_label: external-helpers --- diff --git a/docs/plugin-proposal-async-generator-functions.md b/docs/plugin-proposal-async-generator-functions.md index 02e0b7f026..9d92a4c830 100644 --- a/docs/plugin-proposal-async-generator-functions.md +++ b/docs/plugin-proposal-async-generator-functions.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-async-generator-functions -title: babel-plugin-proposal-async-generator-functions +title: @babel/plugin-proposal-async-generator-functions sidebar_label: proposal-async-generator-functions --- diff --git a/docs/plugin-proposal-class-properties.md b/docs/plugin-proposal-class-properties.md index c8cda3b362..b4ebe0795d 100644 --- a/docs/plugin-proposal-class-properties.md +++ b/docs/plugin-proposal-class-properties.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-class-properties -title: babel-plugin-proposal-class-properties +title: @babel/plugin-proposal-class-properties sidebar_label: proposal-class-properties --- diff --git a/docs/plugin-proposal-decorators.md b/docs/plugin-proposal-decorators.md index e6d924cd17..eb97cfe90f 100644 --- a/docs/plugin-proposal-decorators.md +++ b/docs/plugin-proposal-decorators.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-decorators -title: babel-plugin-proposal-decorators +title: @babel/plugin-proposal-decorators sidebar_label: proposal-decorators --- diff --git a/docs/plugin-proposal-do-expressions.md b/docs/plugin-proposal-do-expressions.md index 249c063b57..7151a68aa4 100644 --- a/docs/plugin-proposal-do-expressions.md +++ b/docs/plugin-proposal-do-expressions.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-do-expressions -title: babel-plugin-proposal-do-expressions +title: @babel/plugin-proposal-do-expressions sidebar_label: proposal-do-expressions --- diff --git a/docs/plugin-proposal-export-default-from.md b/docs/plugin-proposal-export-default-from.md index d179e3ef52..4239cd512c 100644 --- a/docs/plugin-proposal-export-default-from.md +++ b/docs/plugin-proposal-export-default-from.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-export-default-from -title: babel-plugin-proposal-export-default-from +title: @babel/plugin-proposal-export-default-from sidebar_label: proposal-export-default-from --- diff --git a/docs/plugin-proposal-export-namespace-from.md b/docs/plugin-proposal-export-namespace-from.md index 92757b760b..8cf0353730 100644 --- a/docs/plugin-proposal-export-namespace-from.md +++ b/docs/plugin-proposal-export-namespace-from.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-export-namespace-from -title: babel-plugin-proposal-export-namespace-from +title: @babel/plugin-proposal-export-namespace-from sidebar_label: proposal-export-namespace-from --- diff --git a/docs/plugin-proposal-function-bind.md b/docs/plugin-proposal-function-bind.md index ae8a5e9fdb..8dcc0f6daa 100644 --- a/docs/plugin-proposal-function-bind.md +++ b/docs/plugin-proposal-function-bind.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-function-bind -title: babel-plugin-proposal-function-bind +title: @babel/plugin-proposal-function-bind sidebar_label: proposal-function-bind --- diff --git a/docs/plugin-proposal-function-sent.md b/docs/plugin-proposal-function-sent.md index a7c8465557..0a6f38d32f 100644 --- a/docs/plugin-proposal-function-sent.md +++ b/docs/plugin-proposal-function-sent.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-function-sent -title: babel-plugin-proposal-function-sent +title: @babel/plugin-proposal-function-sent sidebar_label: proposal-function-sent --- diff --git a/docs/plugin-proposal-json-strings.md b/docs/plugin-proposal-json-strings.md index a796a38970..1774b62d79 100644 --- a/docs/plugin-proposal-json-strings.md +++ b/docs/plugin-proposal-json-strings.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-json-strings -title: babel-plugin-proposal-json-strings +title: @babel/plugin-proposal-json-strings sidebar_label: proposal-json-strings --- diff --git a/docs/plugin-proposal-logical-assignment-operators.md b/docs/plugin-proposal-logical-assignment-operators.md index 55082c9eed..c9632520fd 100644 --- a/docs/plugin-proposal-logical-assignment-operators.md +++ b/docs/plugin-proposal-logical-assignment-operators.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-logical-assignment-operators -title: babel-plugin-proposal-logical-assignment-operators +title: @babel/plugin-proposal-logical-assignment-operators sidebar_label: proposal-logical-assignment-operators --- diff --git a/docs/plugin-proposal-nullish-coalescing-operator.md b/docs/plugin-proposal-nullish-coalescing-operator.md index 428c917019..dfff1420bf 100644 --- a/docs/plugin-proposal-nullish-coalescing-operator.md +++ b/docs/plugin-proposal-nullish-coalescing-operator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-nullish-coalescing-operator -title: babel-plugin-proposal-nullish-coalescing-operator +title: @babel/plugin-proposal-nullish-coalescing-operator sidebar_label: proposal-nullish-coalescing-operator --- diff --git a/docs/plugin-proposal-numeric-separator.md b/docs/plugin-proposal-numeric-separator.md index cbf3cc91cc..1e83dbf342 100644 --- a/docs/plugin-proposal-numeric-separator.md +++ b/docs/plugin-proposal-numeric-separator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-numeric-separator -title: babel-plugin-proposal-numeric-separator +title: @babel/plugin-proposal-numeric-separator sidebar_label: proposal-numeric-separator --- diff --git a/docs/plugin-proposal-object-rest-spread.md b/docs/plugin-proposal-object-rest-spread.md index 82cf3555eb..8176a58afd 100644 --- a/docs/plugin-proposal-object-rest-spread.md +++ b/docs/plugin-proposal-object-rest-spread.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-object-rest-spread -title: babel-plugin-proposal-object-rest-spread +title: @babel/plugin-proposal-object-rest-spread sidebar_label: proposal-object-rest-spread --- @@ -73,7 +73,7 @@ For detailed information please check out [Spread VS. Object.assign](http://2ali `boolean`, defaults to `false`. -Enabling this option will use `Object.assign` directly instead of the Babel's `extends` helper. +Enabling this option will use `Object.assign` directly instead of the Babel's `extends` helper. ##### Example diff --git a/docs/plugin-proposal-optional-catch-binding.md b/docs/plugin-proposal-optional-catch-binding.md index 6a71250667..5cefe8bce4 100644 --- a/docs/plugin-proposal-optional-catch-binding.md +++ b/docs/plugin-proposal-optional-catch-binding.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-optional-catch-binding -title: babel-plugin-proposal-optional-catch-binding +title: @babel/plugin-proposal-optional-catch-binding sidebar_label: proposal-optional-catch-binding --- diff --git a/docs/plugin-proposal-optional-chaining.md b/docs/plugin-proposal-optional-chaining.md index 8e1f0c8f8d..b5125d0f42 100644 --- a/docs/plugin-proposal-optional-chaining.md +++ b/docs/plugin-proposal-optional-chaining.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-optional-chaining -title: babel-plugin-proposal-optional-chaining +title: @babel/plugin-proposal-optional-chaining sidebar_label: proposal-optional-chaining --- diff --git a/docs/plugin-proposal-pipeline-operator.md b/docs/plugin-proposal-pipeline-operator.md index 59c1980c5e..4ede1f408f 100644 --- a/docs/plugin-proposal-pipeline-operator.md +++ b/docs/plugin-proposal-pipeline-operator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-pipeline-operator -title: babel-plugin-proposal-pipeline-operator +title: @babel/plugin-proposal-pipeline-operator sidebar_label: proposal-pipeline-operator --- diff --git a/docs/plugin-proposal-throw-expressions.md b/docs/plugin-proposal-throw-expressions.md index f65d4de75a..8b3cdd71b9 100644 --- a/docs/plugin-proposal-throw-expressions.md +++ b/docs/plugin-proposal-throw-expressions.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-throw-expressions -title: babel-plugin-proposal-throw-expressions +title: @babel/plugin-proposal-throw-expressions sidebar_label: proposal-throw-expressions --- diff --git a/docs/plugin-proposal-unicode-property-regex.md b/docs/plugin-proposal-unicode-property-regex.md index 41b0b89e6c..80e1bd783f 100644 --- a/docs/plugin-proposal-unicode-property-regex.md +++ b/docs/plugin-proposal-unicode-property-regex.md @@ -1,6 +1,6 @@ --- id: babel-plugin-proposal-unicode-property-regex -title: babel-plugin-proposal-unicode-property-regex +title: @babel/plugin-proposal-unicode-property-regex sidebar_label: proposal-unicode-property-regex --- diff --git a/docs/plugin-syntax-async-generators.md b/docs/plugin-syntax-async-generators.md index ad0127b12a..801d32472e 100644 --- a/docs/plugin-syntax-async-generators.md +++ b/docs/plugin-syntax-async-generators.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-async-generators -title: babel-plugin-syntax-async-generators +title: @babel/plugin-syntax-async-generators sidebar_label: syntax-async-generators --- diff --git a/docs/plugin-syntax-bigint.md b/docs/plugin-syntax-bigint.md index 6a32b7ff10..dd871d4265 100644 --- a/docs/plugin-syntax-bigint.md +++ b/docs/plugin-syntax-bigint.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-bigint -title: babel-plugin-syntax-bigint +title: @babel/plugin-syntax-bigint sidebar_label: syntax-bigint --- diff --git a/docs/plugin-syntax-class-properties.md b/docs/plugin-syntax-class-properties.md index a85e641f5d..a0aee92de3 100644 --- a/docs/plugin-syntax-class-properties.md +++ b/docs/plugin-syntax-class-properties.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-class-properties -title: babel-plugin-syntax-class-properties +title: @babel/plugin-syntax-class-properties sidebar_label: syntax-class-properties --- diff --git a/docs/plugin-syntax-decorators.md b/docs/plugin-syntax-decorators.md index 0372e1d0a2..90a1e03707 100644 --- a/docs/plugin-syntax-decorators.md +++ b/docs/plugin-syntax-decorators.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-decorators -title: babel-plugin-syntax-decorators +title: @babel/plugin-syntax-decorators sidebar_label: syntax-decorators --- diff --git a/docs/plugin-syntax-do-expressions.md b/docs/plugin-syntax-do-expressions.md index 380d788414..d0449cfb4a 100644 --- a/docs/plugin-syntax-do-expressions.md +++ b/docs/plugin-syntax-do-expressions.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-do-expressions -title: babel-plugin-syntax-do-expressions +title: @babel/plugin-syntax-do-expressions sidebar_label: syntax-do-expressions --- diff --git a/docs/plugin-syntax-dynamic-import.md b/docs/plugin-syntax-dynamic-import.md index 7fa7020f2d..0e9fa667be 100644 --- a/docs/plugin-syntax-dynamic-import.md +++ b/docs/plugin-syntax-dynamic-import.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-dynamic-import -title: babel-plugin-syntax-dynamic-import +title: @babel/plugin-syntax-dynamic-import sidebar_label: syntax-dynamic-import --- diff --git a/docs/plugin-syntax-export-default-from.md b/docs/plugin-syntax-export-default-from.md index b308ef3f46..56cb01704e 100644 --- a/docs/plugin-syntax-export-default-from.md +++ b/docs/plugin-syntax-export-default-from.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-export-default-from -title: babel-plugin-syntax-export-default-from +title: @babel/plugin-syntax-export-default-from sidebar_label: syntax-export-default-from --- diff --git a/docs/plugin-syntax-export-namespace-from.md b/docs/plugin-syntax-export-namespace-from.md index c4674be667..2c202c6023 100644 --- a/docs/plugin-syntax-export-namespace-from.md +++ b/docs/plugin-syntax-export-namespace-from.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-export-namespace-from -title: babel-plugin-syntax-export-namespace-from +title: @babel/plugin-syntax-export-namespace-from sidebar_label: syntax-export-namespace-from --- diff --git a/docs/plugin-syntax-flow.md b/docs/plugin-syntax-flow.md index 86e3f84ccc..22f80f5297 100644 --- a/docs/plugin-syntax-flow.md +++ b/docs/plugin-syntax-flow.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-flow -title: babel-plugin-syntax-flow +title: @babel/plugin-syntax-flow sidebar_label: syntax-flow --- diff --git a/docs/plugin-syntax-function-bind.md b/docs/plugin-syntax-function-bind.md index bbf2e29163..2d26429958 100644 --- a/docs/plugin-syntax-function-bind.md +++ b/docs/plugin-syntax-function-bind.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-function-bind -title: babel-plugin-syntax-function-bind +title: @babel/plugin-syntax-function-bind sidebar_label: syntax-function-bind --- diff --git a/docs/plugin-syntax-function-sent.md b/docs/plugin-syntax-function-sent.md index 94c3cc65f7..ca0ccacffe 100644 --- a/docs/plugin-syntax-function-sent.md +++ b/docs/plugin-syntax-function-sent.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-function-sent -title: babel-plugin-syntax-function-sent +title: @babel/plugin-syntax-function-sent sidebar_label: syntax-function-sent --- diff --git a/docs/plugin-syntax-import-meta.md b/docs/plugin-syntax-import-meta.md index 33356100c2..2f3f77f5be 100644 --- a/docs/plugin-syntax-import-meta.md +++ b/docs/plugin-syntax-import-meta.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-import-meta -title: babel-plugin-syntax-import-meta +title: @babel/plugin-syntax-import-meta sidebar_label: syntax-import-meta --- diff --git a/docs/plugin-syntax-json-strings.md b/docs/plugin-syntax-json-strings.md index dcd6ba5015..9d4c987ece 100644 --- a/docs/plugin-syntax-json-strings.md +++ b/docs/plugin-syntax-json-strings.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-json-strings -title: babel-plugin-syntax-json-strings +title: @babel/plugin-syntax-json-strings sidebar_label: syntax-json-strings --- diff --git a/docs/plugin-syntax-jsx.md b/docs/plugin-syntax-jsx.md index 33c0423ece..2648012363 100644 --- a/docs/plugin-syntax-jsx.md +++ b/docs/plugin-syntax-jsx.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-jsx -title: babel-plugin-syntax-jsx +title: @babel/plugin-syntax-jsx sidebar_label: syntax-jsx --- diff --git a/docs/plugin-syntax-logical-assignment-operators.md b/docs/plugin-syntax-logical-assignment-operators.md index d57aba1d1e..582302da10 100644 --- a/docs/plugin-syntax-logical-assignment-operators.md +++ b/docs/plugin-syntax-logical-assignment-operators.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-logical-assignment-operators -title: babel-plugin-syntax-logical-assignment-operators +title: @babel/plugin-syntax-logical-assignment-operators sidebar_label: syntax-logical-assignment-operators --- diff --git a/docs/plugin-syntax-nullish-coalescing-operator.md b/docs/plugin-syntax-nullish-coalescing-operator.md index 7ec7ac4f8b..549eaa8cd2 100644 --- a/docs/plugin-syntax-nullish-coalescing-operator.md +++ b/docs/plugin-syntax-nullish-coalescing-operator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-nullish-coalescing-operator -title: babel-plugin-syntax-nullish-coalescing-operator +title: @babel/plugin-syntax-nullish-coalescing-operator sidebar_label: syntax-nullish-coalescing-operator --- diff --git a/docs/plugin-syntax-numeric-separator.md b/docs/plugin-syntax-numeric-separator.md index 9af72d450f..4f4cabe132 100644 --- a/docs/plugin-syntax-numeric-separator.md +++ b/docs/plugin-syntax-numeric-separator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-numeric-separator -title: babel-plugin-syntax-numeric-separator +title: @babel/plugin-syntax-numeric-separator sidebar_label: syntax-numeric-separator --- diff --git a/docs/plugin-syntax-object-rest-spread.md b/docs/plugin-syntax-object-rest-spread.md index 79c67cf71f..72582046f4 100644 --- a/docs/plugin-syntax-object-rest-spread.md +++ b/docs/plugin-syntax-object-rest-spread.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-object-rest-spread -title: babel-plugin-syntax-object-rest-spread +title: @babel/plugin-syntax-object-rest-spread sidebar_label: syntax-object-rest-spread --- diff --git a/docs/plugin-syntax-optional-catch-binding.md b/docs/plugin-syntax-optional-catch-binding.md index 78cc82288c..dc559ba723 100644 --- a/docs/plugin-syntax-optional-catch-binding.md +++ b/docs/plugin-syntax-optional-catch-binding.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-optional-catch-binding -title: babel-plugin-syntax-optional-catch-binding +title: @babel/plugin-syntax-optional-catch-binding sidebar_label: syntax-optional-catch-binding --- diff --git a/docs/plugin-syntax-optional-chaining.md b/docs/plugin-syntax-optional-chaining.md index f2bf92ea27..0e0510c715 100644 --- a/docs/plugin-syntax-optional-chaining.md +++ b/docs/plugin-syntax-optional-chaining.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-optional-chaining -title: babel-plugin-syntax-optional-chaining +title: @babel/plugin-syntax-optional-chaining sidebar_label: syntax-optional-chaining --- diff --git a/docs/plugin-syntax-pipeline-operator.md b/docs/plugin-syntax-pipeline-operator.md index ee41017e7c..b9364d23fc 100644 --- a/docs/plugin-syntax-pipeline-operator.md +++ b/docs/plugin-syntax-pipeline-operator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-pipeline-operator -title: babel-plugin-syntax-pipeline-operator +title: @babel/plugin-syntax-pipeline-operator sidebar_label: syntax-pipeline-operator --- diff --git a/docs/plugin-syntax-throw-expressions.md b/docs/plugin-syntax-throw-expressions.md index ada38982f7..253381fa3e 100644 --- a/docs/plugin-syntax-throw-expressions.md +++ b/docs/plugin-syntax-throw-expressions.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-throw-expressions -title: babel-plugin-syntax-throw-expressions +title: @babel/plugin-syntax-throw-expressions sidebar_label: syntax-throw-expressions --- diff --git a/docs/plugin-syntax-typescript.md b/docs/plugin-syntax-typescript.md index 7c0580ad90..bb0e723ef8 100644 --- a/docs/plugin-syntax-typescript.md +++ b/docs/plugin-syntax-typescript.md @@ -1,6 +1,6 @@ --- id: babel-plugin-syntax-typescript -title: babel-plugin-syntax-typescript +title: @babel/plugin-syntax-typescript sidebar_label: syntax-typescript --- diff --git a/docs/plugin-transform-arrow-functions.md b/docs/plugin-transform-arrow-functions.md index 698f4170cb..1181f92205 100644 --- a/docs/plugin-transform-arrow-functions.md +++ b/docs/plugin-transform-arrow-functions.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-arrow-functions -title: babel-plugin-transform-arrow-functions +title: @babel/plugin-transform-arrow-functions sidebar_label: transform-arrow-functions --- diff --git a/docs/plugin-transform-async-to-generator.md b/docs/plugin-transform-async-to-generator.md index 43836fcc11..a24c44748d 100644 --- a/docs/plugin-transform-async-to-generator.md +++ b/docs/plugin-transform-async-to-generator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-async-to-generator -title: babel-plugin-transform-async-to-generator +title: @babel/plugin-transform-async-to-generator sidebar_label: transform-async-to-generator --- diff --git a/docs/plugin-transform-block-scoped-functions.md b/docs/plugin-transform-block-scoped-functions.md index 6f0c1eb5fa..1157d45197 100644 --- a/docs/plugin-transform-block-scoped-functions.md +++ b/docs/plugin-transform-block-scoped-functions.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-block-scoped-functions -title: babel-plugin-transform-block-scoped-functions +title: @babel/plugin-transform-block-scoped-functions sidebar_label: transform-block-scoped-functions --- diff --git a/docs/plugin-transform-block-scoping.md b/docs/plugin-transform-block-scoping.md index 05565d6ffc..0035586cce 100644 --- a/docs/plugin-transform-block-scoping.md +++ b/docs/plugin-transform-block-scoping.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-block-scoping -title: babel-plugin-transform-block-scoping +title: @babel/plugin-transform-block-scoping sidebar_label: transform-block-scoping --- diff --git a/docs/plugin-transform-classes.md b/docs/plugin-transform-classes.md index f22ae71d13..35087e8978 100644 --- a/docs/plugin-transform-classes.md +++ b/docs/plugin-transform-classes.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-classes -title: babel-plugin-transform-classes +title: @babel/plugin-transform-classes sidebar_label: transform-classes --- diff --git a/docs/plugin-transform-computed-properties.md b/docs/plugin-transform-computed-properties.md index 9fe35dd5b1..a8f0291245 100644 --- a/docs/plugin-transform-computed-properties.md +++ b/docs/plugin-transform-computed-properties.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-computed-properties -title: babel-plugin-transform-computed-properties +title: @babel/plugin-transform-computed-properties sidebar_label: transform-computed-properties --- diff --git a/docs/plugin-transform-destructuring.md b/docs/plugin-transform-destructuring.md index db43c041bc..b2de1e4c42 100644 --- a/docs/plugin-transform-destructuring.md +++ b/docs/plugin-transform-destructuring.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-destructuring -title: babel-plugin-transform-destructuring +title: @babel/plugin-transform-destructuring sidebar_label: transform-destructuring --- @@ -74,7 +74,7 @@ Enabling this option will assume that what you want to destructure is an array a `boolean`, defaults to `false`. -Enabling this option will use `Object.assign` directly instead of the Babel's `extends` helper. +Enabling this option will use `Object.assign` directly instead of the Babel's `extends` helper. ##### Example diff --git a/docs/plugin-transform-dotall-regex.md b/docs/plugin-transform-dotall-regex.md index 219acd0bd2..85ef326c3e 100644 --- a/docs/plugin-transform-dotall-regex.md +++ b/docs/plugin-transform-dotall-regex.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-dotall-regex -title: babel-plugin-transform-dotall-regex +title: @babel/plugin-transform-dotall-regex sidebar_label: transform-dotall-regex --- diff --git a/docs/plugin-transform-duplicate-keys.md b/docs/plugin-transform-duplicate-keys.md index 43cda90b86..0cc3a46b3f 100644 --- a/docs/plugin-transform-duplicate-keys.md +++ b/docs/plugin-transform-duplicate-keys.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-duplicate-keys -title: babel-plugin-transform-duplicate-keys +title: @babel/plugin-transform-duplicate-keys sidebar_label: transform-duplicate-keys --- diff --git a/docs/plugin-transform-exponentiation-operator.md b/docs/plugin-transform-exponentiation-operator.md index 524a4340fc..1269061e56 100644 --- a/docs/plugin-transform-exponentiation-operator.md +++ b/docs/plugin-transform-exponentiation-operator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-exponentiation-operator -title: babel-plugin-transform-exponentiation-operator +title: @babel/plugin-transform-exponentiation-operator sidebar_label: transform-exponentiation-operator --- diff --git a/docs/plugin-transform-flow-comments.md b/docs/plugin-transform-flow-comments.md index c41d48d22a..19755e52fe 100644 --- a/docs/plugin-transform-flow-comments.md +++ b/docs/plugin-transform-flow-comments.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-flow-comments -title: babel-plugin-transform-flow-comments +title: @babel/plugin-transform-flow-comments sidebar_label: transform-flow-comments --- diff --git a/docs/plugin-transform-flow-strip-types.md b/docs/plugin-transform-flow-strip-types.md index afd84e49f8..0f0c361a4c 100644 --- a/docs/plugin-transform-flow-strip-types.md +++ b/docs/plugin-transform-flow-strip-types.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-flow-strip-types -title: babel-plugin-transform-flow-strip-types +title: @babel/plugin-transform-flow-strip-types sidebar_label: transform-flow-strip-types --- diff --git a/docs/plugin-transform-for-of.md b/docs/plugin-transform-for-of.md index 325fd65c0c..f438a68ac3 100644 --- a/docs/plugin-transform-for-of.md +++ b/docs/plugin-transform-for-of.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-for-of -title: babel-plugin-transform-for-of +title: @babel/plugin-transform-for-of sidebar_label: transform-for-of --- diff --git a/docs/plugin-transform-function-name.md b/docs/plugin-transform-function-name.md index da2f08f06b..dc79931b67 100644 --- a/docs/plugin-transform-function-name.md +++ b/docs/plugin-transform-function-name.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-function-name -title: babel-plugin-transform-function-name +title: @babel/plugin-transform-function-name sidebar_label: transform-function-name --- diff --git a/docs/plugin-transform-inline-consecutive-adds.md b/docs/plugin-transform-inline-consecutive-adds.md index eddcc84814..58f6a4c24e 100644 --- a/docs/plugin-transform-inline-consecutive-adds.md +++ b/docs/plugin-transform-inline-consecutive-adds.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-inline-consecutive-adds -title: babel-plugin-transform-inline-consecutive-adds +title: @babel/plugin-transform-inline-consecutive-adds sidebar_label: transform-inline-consecutive-adds --- diff --git a/docs/plugin-transform-instanceof.md b/docs/plugin-transform-instanceof.md index 0d2d21ee1b..51de643226 100644 --- a/docs/plugin-transform-instanceof.md +++ b/docs/plugin-transform-instanceof.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-instanceof -title: babel-plugin-transform-instanceof +title: @babel/plugin-transform-instanceof sidebar_label: transform-instanceof --- diff --git a/docs/plugin-transform-jscript.md b/docs/plugin-transform-jscript.md index 0fc0d6e89d..2c1b6cde23 100644 --- a/docs/plugin-transform-jscript.md +++ b/docs/plugin-transform-jscript.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-jscript -title: babel-plugin-transform-jscript +title: @babel/plugin-transform-jscript sidebar_label: transform-jscript --- diff --git a/docs/plugin-transform-literals.md b/docs/plugin-transform-literals.md index 3c6f02208f..b0ffc250ba 100644 --- a/docs/plugin-transform-literals.md +++ b/docs/plugin-transform-literals.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-literals -title: babel-plugin-transform-literals +title: @babel/plugin-transform-literals sidebar_label: transform-literals --- diff --git a/docs/plugin-transform-modules-amd.md b/docs/plugin-transform-modules-amd.md index 925bfe6ba5..78c66e1fa9 100644 --- a/docs/plugin-transform-modules-amd.md +++ b/docs/plugin-transform-modules-amd.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-modules-amd -title: babel-plugin-transform-modules-amd +title: @babel/plugin-transform-modules-amd sidebar_label: transform-modules-amd --- diff --git a/docs/plugin-transform-modules-commonjs.md b/docs/plugin-transform-modules-commonjs.md index 47985b522d..fe0085fef6 100644 --- a/docs/plugin-transform-modules-commonjs.md +++ b/docs/plugin-transform-modules-commonjs.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-modules-commonjs -title: babel-plugin-transform-modules-commonjs +title: @babel/plugin-transform-modules-commonjs sidebar_label: transform-modules-commonjs --- diff --git a/docs/plugin-transform-modules-systemjs.md b/docs/plugin-transform-modules-systemjs.md index 9bcf3e4dbb..7055c672b4 100644 --- a/docs/plugin-transform-modules-systemjs.md +++ b/docs/plugin-transform-modules-systemjs.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-modules-systemjs -title: babel-plugin-transform-modules-systemjs +title: @babel/plugin-transform-modules-systemjs sidebar_label: transform-modules-systemjs --- diff --git a/docs/plugin-transform-modules-umd.md b/docs/plugin-transform-modules-umd.md index 055794e454..0e632dc60f 100644 --- a/docs/plugin-transform-modules-umd.md +++ b/docs/plugin-transform-modules-umd.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-modules-umd -title: babel-plugin-transform-modules-umd +title: @babel/plugin-transform-modules-umd sidebar_label: transform-modules-umd --- diff --git a/docs/plugin-transform-new-target.md b/docs/plugin-transform-new-target.md index 659f31f0db..96233ca2ea 100644 --- a/docs/plugin-transform-new-target.md +++ b/docs/plugin-transform-new-target.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-new-target -title: babel-plugin-transform-new-target +title: @babel/plugin-transform-new-target sidebar_label: transform-new-target --- diff --git a/docs/plugin-transform-object-assign.md b/docs/plugin-transform-object-assign.md index a30d5c90a5..a13b646ea9 100644 --- a/docs/plugin-transform-object-assign.md +++ b/docs/plugin-transform-object-assign.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-object-assign -title: babel-plugin-transform-object-assign +title: @babel/plugin-transform-object-assign sidebar_label: transform-object-assign --- diff --git a/docs/plugin-transform-object-set-prototype-of-to-assign.md b/docs/plugin-transform-object-set-prototype-of-to-assign.md index 2df955377c..60aad3b0b2 100644 --- a/docs/plugin-transform-object-set-prototype-of-to-assign.md +++ b/docs/plugin-transform-object-set-prototype-of-to-assign.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-object-set-prototype-of-to-assign -title: babel-plugin-transform-object-set-prototype-of-to-assign +title: @babel/plugin-transform-object-set-prototype-of-to-assign sidebar_label: transform-object-set-prototype-of-to-assign --- diff --git a/docs/plugin-transform-object-super.md b/docs/plugin-transform-object-super.md index 7f734bef15..9b43066eba 100644 --- a/docs/plugin-transform-object-super.md +++ b/docs/plugin-transform-object-super.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-object-super -title: babel-plugin-transform-object-super +title: @babel/plugin-transform-object-super sidebar_label: transform-object-super --- diff --git a/docs/plugin-transform-parameters.md b/docs/plugin-transform-parameters.md index 135e5e8021..154f804f98 100644 --- a/docs/plugin-transform-parameters.md +++ b/docs/plugin-transform-parameters.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-parameters -title: babel-plugin-transform-parameters +title: @babel/plugin-transform-parameters sidebar_label: transform-parameters --- diff --git a/docs/plugin-transform-property-mutators.md b/docs/plugin-transform-property-mutators.md index 41c355060e..609a0adb20 100644 --- a/docs/plugin-transform-property-mutators.md +++ b/docs/plugin-transform-property-mutators.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-property-mutators -title: babel-plugin-transform-property-mutators +title: @babel/plugin-transform-property-mutators sidebar_label: transform-property-mutators --- diff --git a/docs/plugin-transform-proto-to-assign.md b/docs/plugin-transform-proto-to-assign.md index cd943a0385..93bb118d71 100644 --- a/docs/plugin-transform-proto-to-assign.md +++ b/docs/plugin-transform-proto-to-assign.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-proto-to-assign -title: babel-plugin-transform-proto-to-assign +title: @babel/plugin-transform-proto-to-assign sidebar_label: transform-proto-to-assign --- diff --git a/docs/plugin-transform-react-constant-elements.md b/docs/plugin-transform-react-constant-elements.md index 4893ee2b0c..8690195632 100644 --- a/docs/plugin-transform-react-constant-elements.md +++ b/docs/plugin-transform-react-constant-elements.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-react-constant-elements -title: babel-plugin-transform-react-constant-elements +title: @babel/plugin-transform-react-constant-elements sidebar_label: transform-react-constant-elements --- diff --git a/docs/plugin-transform-react-display-name.md b/docs/plugin-transform-react-display-name.md index 88d3974699..8095b2d310 100644 --- a/docs/plugin-transform-react-display-name.md +++ b/docs/plugin-transform-react-display-name.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-react-display-name -title: babel-plugin-transform-react-display-name +title: @babel/plugin-transform-react-display-name sidebar_label: transform-react-display-name --- diff --git a/docs/plugin-transform-react-inline-elements.md b/docs/plugin-transform-react-inline-elements.md index a9ac8f0747..991bdc125f 100644 --- a/docs/plugin-transform-react-inline-elements.md +++ b/docs/plugin-transform-react-inline-elements.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-react-inline-elements -title: babel-plugin-transform-react-inline-elements +title: @babel/plugin-transform-react-inline-elements sidebar_label: transform-react-inline-elements --- diff --git a/docs/plugin-transform-react-jsx-compat.md b/docs/plugin-transform-react-jsx-compat.md index d1a7c0de0d..aa972ff724 100644 --- a/docs/plugin-transform-react-jsx-compat.md +++ b/docs/plugin-transform-react-jsx-compat.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-react-jsx-compat -title: babel-plugin-transform-react-jsx-compat +title: @babel/plugin-transform-react-jsx-compat sidebar_label: transform-react-jsx-compat --- diff --git a/docs/plugin-transform-react-jsx-self.md b/docs/plugin-transform-react-jsx-self.md index ba53770fed..e5e9ba204f 100644 --- a/docs/plugin-transform-react-jsx-self.md +++ b/docs/plugin-transform-react-jsx-self.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-react-jsx-self -title: babel-plugin-transform-react-jsx-self +title: @babel/plugin-transform-react-jsx-self sidebar_label: transform-react-jsx-self --- diff --git a/docs/plugin-transform-react-jsx-source.md b/docs/plugin-transform-react-jsx-source.md index 290943de5d..0772b044b2 100644 --- a/docs/plugin-transform-react-jsx-source.md +++ b/docs/plugin-transform-react-jsx-source.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-react-jsx-source -title: babel-plugin-transform-react-jsx-source +title: @babel/plugin-transform-react-jsx-source sidebar_label: transform-react-jsx-source --- diff --git a/docs/plugin-transform-react-jsx.md b/docs/plugin-transform-react-jsx.md index a93e612e97..8d3fd1625c 100644 --- a/docs/plugin-transform-react-jsx.md +++ b/docs/plugin-transform-react-jsx.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-react-jsx -title: babel-plugin-transform-react-jsx +title: @babel/plugin-transform-react-jsx sidebar_label: transform-react-jsx --- diff --git a/docs/plugin-transform-regenerator.md b/docs/plugin-transform-regenerator.md index 64f5463ffa..3bccbced56 100644 --- a/docs/plugin-transform-regenerator.md +++ b/docs/plugin-transform-regenerator.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-regenerator -title: babel-plugin-transform-regenerator +title: @babel/plugin-transform-regenerator sidebar_label: transform-regenerator --- diff --git a/docs/plugin-transform-reserved-words.md b/docs/plugin-transform-reserved-words.md index bbbbc9260e..24cca4c6b9 100644 --- a/docs/plugin-transform-reserved-words.md +++ b/docs/plugin-transform-reserved-words.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-reserved-words -title: babel-plugin-transform-reserved-words +title: @babel/plugin-transform-reserved-words sidebar_label: transform-reserved-words --- diff --git a/docs/plugin-transform-runtime.md b/docs/plugin-transform-runtime.md index cedaebda81..0f4493d2c2 100644 --- a/docs/plugin-transform-runtime.md +++ b/docs/plugin-transform-runtime.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-runtime -title: babel-plugin-transform-runtime +title: @babel/plugin-transform-runtime sidebar_label: transform-runtime --- diff --git a/docs/plugin-transform-shorthand-properties.md b/docs/plugin-transform-shorthand-properties.md index 45dac69767..2ddf89198b 100644 --- a/docs/plugin-transform-shorthand-properties.md +++ b/docs/plugin-transform-shorthand-properties.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-shorthand-properties -title: babel-plugin-transform-shorthand-properties +title: @babel/plugin-transform-shorthand-properties sidebar_label: transform-shorthand-properties --- diff --git a/docs/plugin-transform-spread.md b/docs/plugin-transform-spread.md index 0e194d6977..74075bc5b2 100644 --- a/docs/plugin-transform-spread.md +++ b/docs/plugin-transform-spread.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-spread -title: babel-plugin-transform-spread +title: @babel/plugin-transform-spread sidebar_label: transform-spread --- diff --git a/docs/plugin-transform-sticky-regex.md b/docs/plugin-transform-sticky-regex.md index e3925982b0..8f097c6b20 100644 --- a/docs/plugin-transform-sticky-regex.md +++ b/docs/plugin-transform-sticky-regex.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-sticky-regex -title: babel-plugin-transform-sticky-regex +title: @babel/plugin-transform-sticky-regex sidebar_label: transform-sticky-regex --- diff --git a/docs/plugin-transform-strict-mode.md b/docs/plugin-transform-strict-mode.md index 3f4811ba51..62dbbbbdd7 100644 --- a/docs/plugin-transform-strict-mode.md +++ b/docs/plugin-transform-strict-mode.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-strict-mode -title: babel-plugin-transform-strict-mode +title: @babel/plugin-transform-strict-mode sidebar_label: transform-strict-mode --- diff --git a/docs/plugin-transform-template-literals.md b/docs/plugin-transform-template-literals.md index 36299b2ec0..def610866a 100644 --- a/docs/plugin-transform-template-literals.md +++ b/docs/plugin-transform-template-literals.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-template-literals -title: babel-plugin-transform-template-literals +title: @babel/plugin-transform-template-literals sidebar_label: transform-template-literals --- diff --git a/docs/plugin-transform-typeof-symbol.md b/docs/plugin-transform-typeof-symbol.md index 77155770ce..b2042fdd05 100644 --- a/docs/plugin-transform-typeof-symbol.md +++ b/docs/plugin-transform-typeof-symbol.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-typeof-symbol -title: babel-plugin-transform-typeof-symbol +title: @babel/plugin-transform-typeof-symbol sidebar_label: transform-typeof-symbol --- diff --git a/docs/plugin-transform-typescript.md b/docs/plugin-transform-typescript.md index 8a2e0136a3..06d80825ef 100644 --- a/docs/plugin-transform-typescript.md +++ b/docs/plugin-transform-typescript.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-typescript -title: babel-plugin-transform-typescript +title: @babel/plugin-transform-typescript sidebar_label: transform-typescript --- diff --git a/docs/plugin-transform-unicode-regex.md b/docs/plugin-transform-unicode-regex.md index 39f895f83f..9c01fae414 100644 --- a/docs/plugin-transform-unicode-regex.md +++ b/docs/plugin-transform-unicode-regex.md @@ -1,6 +1,6 @@ --- id: babel-plugin-transform-unicode-regex -title: babel-plugin-transform-unicode-regex +title: @babel/plugin-transform-unicode-regex sidebar_label: transform-unicode-regex --- diff --git a/docs/polyfill.md b/docs/polyfill.md index bbb177ce91..226695336e 100644 --- a/docs/polyfill.md +++ b/docs/polyfill.md @@ -1,6 +1,6 @@ --- id: babel-polyfill -title: babel-polyfill +title: @babel/polyfill sidebar_label: babel-polyfill --- diff --git a/docs/preset-env-standalone.md b/docs/preset-env-standalone.md index a7227a2294..37507b4e83 100644 --- a/docs/preset-env-standalone.md +++ b/docs/preset-env-standalone.md @@ -1,6 +1,6 @@ --- id: babel-preset-env-standalone -title: babel-preset-env-standalone +title: @babel/preset-env-standalone sidebar_label: env-standalone --- diff --git a/docs/preset-es2015.md b/docs/preset-es2015.md index 48c8f9b9f2..355af42e86 100644 --- a/docs/preset-es2015.md +++ b/docs/preset-es2015.md @@ -1,6 +1,6 @@ --- id: babel-preset-es2015 -title: babel-preset-es2015 +title: @babel/preset-es2015 sidebar_label: es2015 --- diff --git a/docs/preset-es2016.md b/docs/preset-es2016.md index f7bd484f78..514b7e729b 100644 --- a/docs/preset-es2016.md +++ b/docs/preset-es2016.md @@ -1,6 +1,6 @@ --- id: babel-preset-es2016 -title: babel-preset-es2016 +title: @babel/preset-es2016 sidebar_label: es2016 --- diff --git a/docs/preset-es2017.md b/docs/preset-es2017.md index f72f001237..686e1535b5 100644 --- a/docs/preset-es2017.md +++ b/docs/preset-es2017.md @@ -1,6 +1,6 @@ --- id: babel-preset-es2017 -title: babel-preset-es2017 +title: @babel/preset-es2017 sidebar_label: es2017 --- diff --git a/docs/preset-flow.md b/docs/preset-flow.md index 03a88e492a..0911a98d1e 100644 --- a/docs/preset-flow.md +++ b/docs/preset-flow.md @@ -1,6 +1,6 @@ --- id: babel-preset-flow -title: babel-preset-flow +title: @babel/preset-flow sidebar_label: flow --- diff --git a/docs/preset-react.md b/docs/preset-react.md index c8eea05832..c6a7ebb74a 100644 --- a/docs/preset-react.md +++ b/docs/preset-react.md @@ -1,6 +1,6 @@ --- id: babel-preset-react -title: babel-preset-react +title: @babel/preset-react sidebar_label: react --- diff --git a/docs/preset-stage-0.md b/docs/preset-stage-0.md index 4ae5af2693..c6a2335b64 100644 --- a/docs/preset-stage-0.md +++ b/docs/preset-stage-0.md @@ -1,6 +1,6 @@ --- id: babel-preset-stage-0 -title: babel-preset-stage-0 +title: @babel/preset-stage-0 sidebar_label: stage-0 --- diff --git a/docs/preset-stage-1.md b/docs/preset-stage-1.md index 186852a9c5..75ae0bccc3 100644 --- a/docs/preset-stage-1.md +++ b/docs/preset-stage-1.md @@ -1,6 +1,6 @@ --- id: babel-preset-stage-1 -title: babel-preset-stage-1 +title: @babel/preset-stage-1 sidebar_label: stage-1 --- diff --git a/docs/preset-stage-2.md b/docs/preset-stage-2.md index 1422a01570..5655265023 100644 --- a/docs/preset-stage-2.md +++ b/docs/preset-stage-2.md @@ -1,6 +1,6 @@ --- id: babel-preset-stage-2 -title: babel-preset-stage-2 +title: @babel/preset-stage-2 sidebar_label: stage-2 --- diff --git a/docs/preset-stage-3.md b/docs/preset-stage-3.md index 1d01a613c9..059b8b7c67 100644 --- a/docs/preset-stage-3.md +++ b/docs/preset-stage-3.md @@ -1,6 +1,6 @@ --- id: babel-preset-stage-3 -title: babel-preset-stage-3 +title: @babel/preset-stage-3 sidebar_label: stage-3 --- diff --git a/docs/preset-typescript.md b/docs/preset-typescript.md index 7ee211b9a4..390807239f 100644 --- a/docs/preset-typescript.md +++ b/docs/preset-typescript.md @@ -1,6 +1,6 @@ --- id: babel-preset-typescript -title: babel-preset-typescript +title: @babel/preset-typescript sidebar_label: typescript --- diff --git a/docs/register.md b/docs/register.md index 6996e32da9..2118be2caa 100644 --- a/docs/register.md +++ b/docs/register.md @@ -1,6 +1,6 @@ --- id: babel-register -title: babel-register +title: @babel/register sidebar_label: babel-register --- @@ -114,12 +114,12 @@ user's file, Babel could end up trying to compile itself _as it is loading_. To avoid this problem, this module explicitly disallows re-entrant compilation, e.g. Babel's own compilation logic explicitly cannot trigger further compilation -of any other files on the fly. The downside of this is that if you want to -define a plugin or preset that is itself live-compiled, the process is +of any other files on the fly. The downside of this is that if you want to +define a plugin or preset that is itself live-compiled, the process is complicated. -The crux of it is that your own code needs to load the plugin/preset first. -Assuming the plugin/preset loads all of its dependencies up front, what you'll +The crux of it is that your own code needs to load the plugin/preset first. +Assuming the plugin/preset loads all of its dependencies up front, what you'll want to do is: ``` diff --git a/docs/runtime-corejs2.md b/docs/runtime-corejs2.md index 0657c80112..52a116faf4 100644 --- a/docs/runtime-corejs2.md +++ b/docs/runtime-corejs2.md @@ -1,6 +1,6 @@ --- id: babel-runtime-corejs2 -title: babel-runtime-corejs2 +title: @babel/runtime-corejs2 sidebar_label: babel-runtime-corejs2 --- diff --git a/docs/runtime.md b/docs/runtime.md index 2e55a4da7f..416c012996 100644 --- a/docs/runtime.md +++ b/docs/runtime.md @@ -1,6 +1,6 @@ --- id: babel-runtime -title: babel-runtime +title: @babel/runtime sidebar_label: babel-runtime --- diff --git a/docs/standalone.md b/docs/standalone.md index 4b7f785058..ae62ace821 100644 --- a/docs/standalone.md +++ b/docs/standalone.md @@ -1,6 +1,6 @@ --- id: babel-standalone -title: babel-standalone +title: @babel/standalone sidebar_label: babel-standalone --- diff --git a/docs/template.md b/docs/template.md index e7a897693b..d2ad313a2b 100644 --- a/docs/template.md +++ b/docs/template.md @@ -1,6 +1,6 @@ --- id: babel-template -title: babel-template +title: @babel/template sidebar_label: babel-template --- diff --git a/docs/traverse.md b/docs/traverse.md index c1290527cd..d90c70f98b 100644 --- a/docs/traverse.md +++ b/docs/traverse.md @@ -1,6 +1,6 @@ --- id: babel-traverse -title: babel-traverse +title: @babel/traverse sidebar_label: babel-traverse --- diff --git a/docs/types.md b/docs/types.md index 2e4e2533cc..b7f5a66309 100644 --- a/docs/types.md +++ b/docs/types.md @@ -1,6 +1,6 @@ --- id: babel-types -title: babel-types +title: @babel/types sidebar_label: babel-types ---