Skip to content

Commit

Permalink
chore: move export-namespace-from to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfd committed Jul 17, 2018
1 parent 9663a69 commit e2e6162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ These plugins apply transformations to your code.

- [async-generator-functions](plugin-proposal-async-generator-functions.md)
- [dotall-regex](plugin-transform-dotall-regex.md)
- [export-namespace-from](plugin-proposal-export-namespace-from.md)
- [object-rest-spread](plugin-proposal-object-rest-spread.md)
- [optional-catch-binding](plugin-proposal-optional-catch-binding.md)
- [unicode-property-regex](plugin-proposal-unicode-property-regex.md)
Expand All @@ -82,6 +81,7 @@ These plugins apply transformations to your code.
- [decorators](plugin-proposal-decorators.md)
- [do-expressions](plugin-proposal-do-expressions.md)
- [export-default-from](plugin-proposal-export-default-from.md)
- [export-namespace-from](plugin-proposal-export-namespace-from.md)
- [function-bind](plugin-proposal-function-bind.md)
- [function-sent](plugin-proposal-function-sent.md)
- [logical-assignment-operators](plugin-proposal-logical-assignment-operators.md)
Expand Down Expand Up @@ -167,7 +167,7 @@ Your `.babelrc`:
If the plugin is on npm, you can pass in the name of the plugin and babel will check that it's installed in `node_modules`

```json
{
{
"plugins": ["babel-plugin-myPlugin"]
}
```
Expand Down Expand Up @@ -304,4 +304,4 @@ export default function () {
}
};
}
```
```

0 comments on commit e2e6162

Please sign in to comment.