Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions compiler/packages/react-compiler-runtime/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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.
1 change: 1 addition & 0 deletions compiler/scripts/release/shared/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const PUBLISHABLE_PACKAGES = [
'babel-plugin-react-compiler',
'eslint-plugin-react-compiler',
'react-compiler-healthcheck',
'react-compiler-runtime',
];

module.exports = {
Expand Down