react/scripts
Sebastian Markbåge 32d6f39edd
[Fizz] Support special HTML/SVG/MathML tags to suspend (#21113)
* Encode tables as a special insertion mode

The table modes are special in that its children can't be created outside
a table context so we need the segment container to be wrapped in a table.

* Move formatContext from Task to Segment

It works the same otherwise. It's just that this context needs to outlive
the task so that I can use it when writing the segment.

* Use template tag for placeholders and inserted dummy nodes with IDs

These can be used in any parent. At least outside IE11. Not sure yet what
happens in IE11 to these.

Not sure if these are bad for perf since they're special nodes.

* Add special wrappers around inserted segments depending on their insertion mode

* Allow the root namespace to be configured

This allows us to insert the correct wrappers when streaming into an
existing non-HTML tree.

* Add comment
2021-03-27 10:50:38 -07:00
..
babel Fix "missing flag" error for non-boolean types (#18592) 2020-04-13 12:57:31 -07:00
bench make link https (#19147) 2020-06-30 12:43:52 +01:00
circleci Remove /dist/ UMD builds (#18473) 2020-04-02 17:52:32 -07:00
error-codes [Fizz] Support special HTML/SVG/MathML tags to suspend (#21113) 2021-03-27 10:50:38 -07:00
eslint Pass extra CLI args through to ESLint (#20250) 2020-11-13 11:00:45 -08:00
eslint-rules Cross-fork lint: Support named export declaration (#20784) 2021-02-10 11:01:52 -08:00
flow Revert 'Fabric-compatible implementation of feature' and have Fabric noop when setJSResponder is called for now (#21009) 2021-03-15 12:22:26 -07:00
git Remove leftover env variable logic in pre-commit hook 2015-09-01 14:35:47 -07:00
jest Land enableSetImmediate feature flag (#20906) 2021-03-01 18:34:12 +00:00
merge-fork Add --reverse option to replace-fork script (#20249) 2020-11-13 11:09:02 -08:00
perf-counters Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
prettier Fixture: Legacy JSX Runtimes (#20012) 2020-10-14 18:28:03 +01:00
print-warnings Ignore node_modules when printing warnings (#20363) 2020-12-01 08:01:16 -08:00
release Fix a broken link 2021-03-22 21:04:13 +00:00
rollup Fail build on deep requires in npm packages (#21063) 2021-03-24 02:43:55 +00:00
shared Allow the streaming config to decide how to precompute or compute chunks (#21008) 2021-03-15 10:36:23 -07:00
tasks Parallelize Flow in CI (#20794) 2021-02-10 17:54:58 -06:00
yarn chore: upgrade to jest 24 (#15778) 2019-10-03 22:44:18 +05:30
authors AUTHORS 2013-09-09 23:42:54 -07:00