Skip to content

Commit

Permalink
[rcr] Publish react-compiler-runtime to npm (#31146)
Browse files Browse the repository at this point in the history
Updates our publishing scripts to also publish react-compiler-runtime.
  • Loading branch information
poteto authored Oct 7, 2024
1 parent 23cd3ac commit f74f6cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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

0 comments on commit f74f6cd

Please sign in to comment.