react/scripts/shared
Sebastian Markbåge b9c4a01f71
Allow the streaming config to decide how to precompute or compute chunks (#21008)
Some legacy environments can not encode non-strings. Those would specify
both as strings. They'll throw for binary data.

Some environments have to encode strings (like web streams). Those would
encode both as uint8array.

Some environments (like Node) can do either. It can be beneficial to leave
things as strings in case the native stream can do something smart with it.
2021-03-15 10:36:23 -07:00
..
__tests__ Change build from babylon to babel (#18015) 2020-02-11 11:56:26 +00:00
evalToString.js Use console directly instead of warning() modules (#17599) 2019-12-14 18:09:25 +00:00
inlinedHostConfigs.js Allow the streaming config to decide how to precompute or compute chunks (#21008) 2021-03-15 10:36:23 -07:00
listChangedFiles.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
pathsByLanguageVersion.js Add Node ESM Loader and Register Entrypoints (#20274) 2020-11-16 23:46:27 -05:00