[Docs] Tweak wording of JavaScriptEnvironment docs

This commit is contained in:
Brent Vatne 2015-05-31 10:07:42 -07:00
parent f9b3f9121f
commit d6ac633de5
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ While both environments are very similar, you may end up hitting some inconsiste
## JavaScript Syntax Transformers
Syntax transformers make code writing more enjoyable by enabling proposed-but-non-standard javascript syntax.
Syntax transformers make writing code more enjoyable by allowing you to use new JavaScript syntax without having to wait for support on all interpreters.
As of version 0.5.0, React Native ships with the [Babel javascript compiler](https://babeljs.io). Check [Babel documentation](http://babeljs.io/docs/advanced/transformers/) on its supported transformations for more details.
As of version 0.5.0, React Native ships with the [Babel JavaScript compiler](https://babeljs.io). Check [Babel documentation](http://babeljs.io/docs/advanced/transformers/) on its supported transformations for more details.
Here's a full list of React Native's [enabled transformations](https://github.com/facebook/react-native/blob/master/packager/transformer.js#L21).