react/compiler/packages/react-compiler-runtime
lauren 0ca3deebcf
[rcr] Fix incorrect output platform (#32569)
Accidentally copypasted the wrong esbuild config.
2025-03-11 10:41:48 -04:00
..
src [compiler] Switch to esbuild (#31963) 2025-01-02 16:59:56 -05:00
package.json [compiler] Migrate compiler packages to tsup (#32550) 2025-03-07 16:41:55 -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
tsup.config.ts [rcr] Fix incorrect output platform (#32569) 2025-03-11 10:41:48 -04: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.