react-native-macos/local-cli/server
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
..
middleware Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
util Update the Delta/HMR format 2018-10-29 08:58:30 -07:00
checkNodeVersion.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
runServer.js Make config object read-only 2018-09-26 16:48:48 -07:00
server.js Pass the maxWorkers config param correctly to Metro 2018-09-18 08:19:38 -07:00