link to contributing [skip ci]

This commit is contained in:
Henry Zhu 2017-05-26 16:25:45 -04:00 committed by GitHub
parent 702d413b83
commit ed1809c2d1

View File

@ -14,9 +14,13 @@
- The latest ECMAScript version enabled by default (ES2017).
- Comment attachment.
- Support for JSX and Flow.
- Support for JSX, Flow, Typescript (WIP).
- Support for experimental language proposals (accepting PRs for anything at least [stage-0](https://github.com/tc39/proposals/blob/master/stage-0-proposals.md)).
## Contributing
Check out [contributing.md](https://github.com/babel/babylon/blob/master/CONTRIBUTING.md)
## Credits
Heavily based on [acorn](https://github.com/marijnh/acorn) and [acorn-jsx](https://github.com/RReverser/acorn-jsx),