We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cd3ac commit f74f6cdCopy full SHA for f74f6cd
compiler/packages/react-compiler-runtime/README.md
@@ -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
@@ -2,6 +2,7 @@ const PUBLISHABLE_PACKAGES = [
'babel-plugin-react-compiler',
'eslint-plugin-react-compiler',
'react-compiler-healthcheck',
+ 'react-compiler-runtime',
6
];
7
8
module.exports = {
0 commit comments