Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Feb 3, 2018
1 parent d26b148 commit e778ae2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ layout: null
/docs/tour/ /learn-es2015/
/docs/plugins/transform-es2015-constants /docs/plugins/check-es2015-constants/
/env/ /docs/en/env/
/docs/usage/api/ /docs/en/babel-core/
7 changes: 0 additions & 7 deletions docs/api.md

This file was deleted.

18 changes: 8 additions & 10 deletions docs/core-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ package: babel-core

## Other packages

* [Babel-types](babel-types.md): Babel Types is a Lodash-esque utility library for AST nodes
* [Babel-register](babel-register.md): The require hook will bind itself to node's require and automatically compile files on the fly.
* [Babel-template](babel-template.md): Generate an AST from a string template
* [Babel-helpers](babel-helpers.md): Collection of helper functions used by Babel transforms
* [Babel-code-frame](babel-code-frame.md): Generate errors that contain a code frame that point to source locations
* [Babylon](babylon.md): Babylon is a JavaScript parser used in Babel

## Core

{% include package_readme.html %}
* [babylon](babylon.md): Babylon is a JavaScript parser used in Babel
* [babel-core](babel-core.md): The core module that wraps everything in our transform api (used for integrations)
* [babel-generator](babel-generator.md): Prints a string from an AST
* [babel-types](babel-types.md): Babel Types is a Lodash-esque utility library for AST nodes
* [babel-register](babel-register.md): The require hook will bind itself to node's require and automatically compile files on the fly.
* [babel-template](babel-template.md): Generate an AST from a string template
* [babel-helpers](babel-helpers.md): Collection of helper functions used by Babel transforms
* [babel-code-frame](babel-code-frame.md): Generate errors that contain a code frame that point to source locations
2 changes: 1 addition & 1 deletion scripts/download-readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Promise.all([
},
{
name: "babylon",
uri: "/babel/babylon/master/README.md"
uri: "/babel/babylon/6.x/README.md"
}
];

Expand Down

0 comments on commit e778ae2

Please sign in to comment.