Skip to content
This repository has been archived by the owner. It is now read-only.
PSA: moved into babel/babel as @babel/parser -->
JavaScript Makefile
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Correct repo [skip ci] Nov 1, 2016
ast Move ?? to LogicalExpression Oct 15, 2017
bin Use prettier (#600) Jun 28, 2017
scripts "yield" parsing inside function name and parameters (#689) Nov 1, 2017
src
test "yield" parsing inside function name and parameters (#689) Nov 1, 2017
.babelignore Use a .babelignore to skip compiling lib and fixtures. (#451) Apr 5, 2017
.babelrc update babel alpha 12, fixes build issues (#583) Jun 18, 2017
.editorconfig Add .gitattributes and .editorconfig for LF line endings (#179) Oct 15, 2016
.eslintignore Use prettier (#600) Jun 28, 2017
.eslintrc Enable no-case-declarations to prevent bugs and remove if (true) Aug 28, 2017
.flowconfig Fix flow errors (#735) Sep 27, 2017
.gitattributes Fix .gitattributes line ending setting (#191) Oct 17, 2016
.gitignore Move ?? to LogicalExpression Oct 15, 2017
.travis.yml don't build for tags (#741) Sep 28, 2017
.yarnrc Integrate Test262 (#654) Aug 7, 2017
AUTHORS
CHANGELOG.md
CODE_OF_CONDUCT.md first commit Mar 10, 2016
CONTRIBUTING.md basic publish steps [skip ci] Jun 28, 2017
LICENSE
Makefile Use correct branch for babel test (#707) Aug 31, 2017
README.md
codecov.yml Enable partial code coverage (#109) Sep 6, 2016
package.json 7.0.0-beta.30 Oct 28, 2017
rollup.config.js Update rollup config options (#685) Aug 22, 2017
yarn.lock Fix export extensions handling of TS declare keyword (#757) Oct 14, 2017

README.md

Babylon has been moved into the main Babel mono-repo as @babel/parser.

The move makes it much easier to release and develop in sync with the rest of Babel!

This repo will be made read-only, as all of the issues/labels have been moved over as well. Please report any bugs and open pull requests over on the main mono-repo.

Check out the 6.x README here

You can’t perform that action at this time.