Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[react-native] Use trailing commas transform
Summary: @public Apparently trailing commas transform isn't exported by react-tools. We need to pull it out manually. This is not so clean but we're swtching to babel very shortly. Test Plan: * npm start * write `foo(a,b,c,)` in some file * request that file in the browser and make sure that trailing comma is gone
- Loading branch information