metro/scripts
Jean Lauliac e74e123300 fix support for node v4
Summary:
Node v4 support has been broken for some time, with CircleCI failing tests. That's because it needs an additional transform for the spread operator in call position. Ex `foo(...smth)` expanding to `foo.apply(null, smth)`. Also, the build script was using syntax not supported by Node v4.

This changeset fixes the build script, and adds the missing transform. This will be used both for jest test and for the produced production output. This is needed for prod output since we want it to be able to be ran on Node v4 out-of-the-box.

CircleCI will confirm these changes work properly on all supported versions of Node.
Closes https://github.com/facebook/metro-bundler/pull/16

Differential Revision: D5319746

Pulled By: davidaurelio

fbshipit-source-id: 6c001b562b43da0625d1ac15d018117524970431
2017-06-26 05:08:50 -07:00
..
.eslintrc Initial repository structure. 2017-01-26 12:56:40 +00:00
_getPackages.js Modernize scripts. 2017-05-22 11:54:20 +01:00
_runCommand.js Modernize scripts. 2017-05-22 11:54:20 +01:00
build.js fix support for node v4 2017-06-26 05:08:50 -07:00
mapCoverage.js Modernize scripts. 2017-05-22 11:54:20 +01:00
postinstall.js Modernize scripts. 2017-05-22 11:54:20 +01:00
setupJest.js Upgrade metro-bundler to v0.9.0 2017-06-24 17:08:15 -07:00
watch.js Modernize scripts. 2017-05-22 11:54:20 +01:00