react/scripts/rollup
Sebastian Markbåge 99d7371863
[Flight] Split Streaming from Relay Implemenation (#18260)
* Add ReactFlightServerConfig intermediate

This just forwards to the stream version of Flight which is itself forked
between Node and W3C streams.

The dom-relay goes directly to the Relay config though which allows it to
avoid the stream part of Flight.

* Separate streaming protocol into the Stream config

* Split streaming parts into the ReactFlightServerConfigStream

This decouples it so that the Relay implementation doesn't have to encode
the JSON to strings. Instead it can be fed the values as JSON objects and
do its own encoding.

* Split FlightClient into a basic part and a stream part

Same split as the server.

* Expose lower level async hooks to Relay

This requires an external helper file that we'll wire up internally.
2020-03-10 14:55:04 -07:00
..
plugins Update Rollup version to 1.19.4 and fix breaking changes (#15037) 2020-02-20 22:09:30 +00:00
shims [Native] Enable and remove targetAsInstance feature flag. (#18182) 2020-02-28 13:45:42 -08:00
validate Update Rollup version to 1.19.4 and fix breaking changes (#15037) 2020-02-20 22:09:30 +00:00
build.js Add test run that uses www feature flags (#18234) 2020-03-06 09:29:05 -08:00
bundles.js [Flight] Split Streaming from Relay Implemenation (#18260) 2020-03-10 14:55:04 -07:00
consolidateBundleSizes.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
forks.js [Flight] Split Streaming from Relay Implemenation (#18260) 2020-03-10 14:55:04 -07:00
modules.js make testing builds for React/ReactDOM (#17915) 2020-02-03 23:31:31 +00:00
packaging.js Bump Prettier (#17811) 2020-01-09 13:54:11 +00:00
stats.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
sync.js Fork React Native renderer into FB and OSS bundles (#12625) 2018-04-18 13:16:50 -07:00
utils.js Refactor the build scripts (#11787) 2017-12-06 20:11:32 +00:00
wrappers.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00