Skip to content

Commit f74f6cd

Browse files
authored
[rcr] Publish react-compiler-runtime to npm (#31146)
Updates our publishing scripts to also publish react-compiler-runtime.
1 parent 23cd3ac commit f74f6cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# react-compiler-runtime
2+
3+
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.
4+
5+
See also https://github.com/reactwg/react-compiler/discussions/6.

compiler/scripts/release/shared/packages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const PUBLISHABLE_PACKAGES = [
22
'babel-plugin-react-compiler',
33
'eslint-plugin-react-compiler',
44
'react-compiler-healthcheck',
5+
'react-compiler-runtime',
56
];
67

78
module.exports = {

0 commit comments

Comments
 (0)