Files
react/compiler/packages/react-compiler-runtime
lauren 35dcf02b04 [rcr] Always target node (#32091)
Alternative to #32071. As a follow up to #31993, the `platform` target
was incorrectly being set to `browser` since it was the default argument
for the build script. This corrects it to `node` and `cjs` which I think
should resolve node 20 issues.
2025-01-16 13:37:13 -05:00
..
2025-01-16 13:37:13 -05:00
2025-01-02 16:59:56 -05:00
2025-01-06 11:01:38 -05:00
2024-05-02 17:14:26 -07:00

react-compiler-runtime

Backwards compatible shim for runtime APIs used by React Compiler. Primarily meant for React versions prior to 19, but it will also work on > 19.

See also https://github.com/reactwg/react-compiler/discussions/6.