react-native/ReactCommon
Alexandre Kirszenberg 1eedf05651 Update the Delta/HMR format
Summary:
Makes the delta bundle data structures more consistent.

The changes are as follows:
* There are now two types of JSON bundles that can be downloaded from the delta endpoint. Base bundles (`Bundle` type), and Delta bundles (`DeltaBundle` type).
* The `reset` boolean is renamed to `base`.
* `pre` and `post` properties are now strings.
* Only `Bundle` can define `pre` and `post` properties.
* The `delta` property is renamed to `modules`.
* Deleted modules are now listed inside of the `deleted` property, which is only defined by `DeltaBundle`.

Reviewed By: mjesun

Differential Revision: D10446831

fbshipit-source-id: 40e229a2811d48950f0bad8dd341ece189089e9b
2018-10-29 08:58:30 -07:00
..
cxxreact Update the Delta/HMR format 2018-10-29 08:58:30 -07:00
fabric Make image to work 2018-10-22 01:07:45 -07:00
jsi Make SystemJSC on macosx actually use the system JSC framework 2018-10-26 17:08:04 -07:00
jsiexecutor Update copyright headers 2018-10-19 11:08:57 -07:00
jsinspector Get RNTester to compile and run 2018-10-18 01:06:24 -07:00
microprofiler Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
yoga Replaced default constructors with member assignments 2018-10-25 08:04:06 -07:00
.clang-format Fabric: Enabling clang-format for the rest of Fabric 2018-10-09 16:31:48 -07:00