Skip to content

Commit

Permalink
Change package titles to be scoped (babel#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
notlmn authored and gyujincho committed Aug 27, 2018
1 parent 0397c4f commit d297059
Show file tree
Hide file tree
Showing 141 changed files with 153 additions and 152 deletions.
6 changes: 3 additions & 3 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-cli
title: babel-cli
title: @babel/cli
sidebar_label: babel-cli
---

Expand All @@ -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:
Expand All @@ -39,7 +39,7 @@ After that finishes installing, your `package.json` file should include:
}
```

## Usage
## Usage

```sh
babel script.js
Expand Down
2 changes: 1 addition & 1 deletion docs/code-frame.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-code-frame
title: babel-code-frame
title: @babel/code-frame
sidebar_label: babel-code-frame
---

Expand Down
2 changes: 1 addition & 1 deletion docs/core.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-core
title: babel-core
title: @babel/core
sidebar_label: babel-core
---

Expand Down
2 changes: 1 addition & 1 deletion docs/generator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-generator
title: babel-generator
title: @babel/generator
sidebar_label: babel-generator
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-annotate-as-pure.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
3 changes: 2 additions & 1 deletion docs/helper-bindify-decorators.md
Original file line number Diff line number Diff line change
@@ -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<NodePath>);
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/helper-builder-binary-assignment-operator-visitor.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-builder-react-jsx.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-call-delegate.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-define-map.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-explode-assignable-expression.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-explode-class.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-fixtures.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-helper-fixtures
title: babel-helper-fixtures
title: @babel/helper-fixtures
sidebar_label: babel-helper-fixtures
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-function-name.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-get-function-arity.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-hoist-variables.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-member-expression-to-functions.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-module-imports.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-module-transforms.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-optimise-call-expression.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-plugin-test-runner.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-plugin-utils.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-regex.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-helper-regex
title: babel-helper-regex
title: @babel/helper-regex
sidebar_label: babel-helper-regex
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-remap-async-to-generator.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-replace-supers.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-simple-access.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-split-export-declaration.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-transform-fixture-test-runner.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helper-wrap-function.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/helpers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-helpers
title: babel-helpers
title: @babel/helpers
sidebar_label: babel-helpers
---

Expand Down
2 changes: 1 addition & 1 deletion docs/highlight.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-highlight
title: babel-highlight
title: @babel/highlight
sidebar_label: babel-highlight
---

Expand Down
8 changes: 4 additions & 4 deletions docs/node.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-node
title: babel-node
title: @babel/node
sidebar_label: babel-node
---

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/parser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-parser
title: babel-parser
title: @babel/parser
sidebar_label: babel-parser
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-external-helpers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-plugin-external-helpers
title: babel-plugin-external-helpers
title: @babel/plugin-external-helpers
sidebar_label: external-helpers
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-async-generator-functions.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-class-properties.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-decorators.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: babel-plugin-proposal-decorators
title: babel-plugin-proposal-decorators
title: @babel/plugin-proposal-decorators
sidebar_label: proposal-decorators
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-do-expressions.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-export-default-from.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-export-namespace-from.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-function-bind.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-function-sent.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-json-strings.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-logical-assignment-operators.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-proposal-nullish-coalescing-operator.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Loading

0 comments on commit d297059

Please sign in to comment.