diff --git a/README.md b/README.md index f3764fed44..034e0c4016 100644 --- a/README.md +++ b/README.md @@ -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),