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
..
scripts [rcr] Always target node (#32091) 2025-01-16 13:37:13 -05:00
src [compiler] Switch to esbuild (#31963) 2025-01-02 16:59:56 -05:00
package.json [rcr] Generate ts defs (#31994) 2025-01-06 11:01:38 -05:00
README.md [rcr] Publish react-compiler-runtime to npm (#31146) 2024-10-07 18:50:07 -04:00
tsconfig.json Rename react-compiler-runtime 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.