Jean Lauliac
a7d3940de6
GlobalTransformCache: increase timeout
...
Reviewed By: davidaurelio
Differential Revision: D4589052
fbshipit-source-id: 7eaec58a196db7f89b3039afbda4620889c9bcef
2017-02-20 10:46:04 -08:00
Jean Lauliac
564126f2bf
packager: BatchProcessor: use Promise for processBatch()
...
Reviewed By: cpojer
Differential Revision: D4572495
fbshipit-source-id: 4a18b6ae16ea588104c337f2085707be07609005
2017-02-20 08:45:21 -08:00
Jean Lauliac
bac576c433
packager: BatchProcessor: use Promise for queue()
...
Reviewed By: cpojer
Differential Revision: D4572181
fbshipit-source-id: 34c3824f05efd93847df9ba5931b0735c6711c28
2017-02-20 08:45:19 -08:00
Jean Lauliac
e56b5be904
packager: JSONReporter: expose errors correctly
...
Reviewed By: cpojer
Differential Revision: D4536721
fbshipit-source-id: d8969a42e844da809bd167cbc1bae2cb11f1db57
2017-02-10 09:30:08 -08:00
Jean Lauliac
57010d63b6
packager: cleanup build status reporting
...
Reviewed By: cpojer
Differential Revision: D4521560
fbshipit-source-id: 8943e179192522da5145e4f14f0b648d3548cc36
2017-02-09 04:20:41 -08:00
Christoph Pojer
fc60f5948a
Change transformCacheKey
to getTransformCacheKey
...
Reviewed By: jeanlauliac
Differential Revision: D4506459
fbshipit-source-id: cd42cb4f09c0130d08c27e3a097710b91c5dc6ba
2017-02-09 04:03:17 -08:00
Christoph Pojer
a4d7a7835f
Remove baseTransformer
...
Reviewed By: jeanlauliac
Differential Revision: D4506124
fbshipit-source-id: 642f06dffe4ea710113e8e8426915bf1b40d4611
2017-02-09 04:03:17 -08:00
Jhen
ee6adf817e
Fix resolveNodeDependency for Windows
...
Summary:
Related to https://github.com/zalmoxisus/remote-redux-devtools/issues/62 , we got the wrong resolved path on Windows, should use `path.sep` instead of `'/'`.
Closes https://github.com/facebook/react-native/pull/12206
Differential Revision: D4513338
fbshipit-source-id: 17814920986d091a6c6deae648f951f7be1cb688
2017-02-07 12:45:50 -08:00
Alexey Kureev
f30ab35e92
Add default option for Platform.select
...
Summary:
satya164 asked me to take over fixes for [this PR](https://github.com/facebook/react-native/pull/11608 ), so here we go!
Closes https://github.com/facebook/react-native/pull/12218
Differential Revision: D4515285
Pulled By: davidaurelio
fbshipit-source-id: 8987c518401fc67093dfe93bbbb63b934c20f6f9
2017-02-07 04:30:16 -08:00
Jean Lauliac
75c14e3674
packager: fix uncaught rejection
...
Summary: I figured out that the uncaught rejection that happens on transform error originated from a "fork" along the chain, where we both "then" on a promise, and return that promise. In that case Node.js, legitimately I think, identifies this as an uncaught rejection case. One solution, in this changeset, is to do the side-effects as part of the promise chain instead of "forking". Another option would be to add an explicit error handler to the additional "then", but it seems we don't have to handle that case here.
Reviewed By: davidaurelio
Differential Revision: D4515592
fbshipit-source-id: 17d813cfdbc76685b6273b8d94e97d948fd68674
2017-02-06 11:01:11 -08:00
Bhuwan Khattar
d8694a258f
refactor Module.js
...
Reviewed By: davidaurelio
Differential Revision: D4507868
fbshipit-source-id: 8b845bf8a484f494af1900eaf36454a8f3f78a9f
2017-02-06 08:28:36 -08:00
Bhuwan Khattar
4e96b3aec5
Random @providesModule related fixes
...
Reviewed By: jeanlauliac
Differential Revision: D4507885
fbshipit-source-id: 34d1a7be26febf7d93b65ba8fff635ab44e6459d
2017-02-06 07:58:40 -08:00
Jean Lauliac
242ced150c
packager: reestablish changes reverted by d63f9c
...
Reviewed By: cpojer
Differential Revision: D4514889
fbshipit-source-id: de5d1350cbcea7a26395e532fefd78a816167b4a
2017-02-06 06:58:27 -08:00
Bhuwan Khattar
d82f2553fb
Replace @provides with @providesModule
...
Reviewed By: davidaurelio
Differential Revision: D4494624
fbshipit-source-id: 192cc77126a99b3a3baeb806ed605c2194c4713a
2017-02-02 08:58:33 -08:00
Christoph Pojer
a2c84d14ce
Remove react-packager
indirection.
...
Summary:
This moves the `src` directory one level up and removes the `react-packager` folder. Personally, I always disliked this indirection. I'm reorganizing some things in RNP, so this seems to make sense.
Not sure if I forgot to update any paths. Can anyone advice if there are more places that need change?
Reviewed By: jeanlauliac
Differential Revision: D4487867
fbshipit-source-id: d63f9c79d6238300df9632d2e6a4e6a4196d5ccb
2017-02-02 05:44:15 -08:00