仔细看是babel-plugin-react-compiler报的,react-compiler是新出的react编译器,而项目是好早之前就搭建了的,那个时候react-compiler都没出来,也不可能被taro项目使用 看这个报错,是安装时执行了babel-plugin-react-compiler的一个postinstall的hook,然后hook里执行一个sh文件报的错 我们点进去看这个包 image.png 可以...
babel-plugin-react-compiler React Compiler is a compiler that optimizes React applications, ensuring that only the minimal parts of components and hooks will re-render when state changes. The compiler also validates that components and hooks follow the Rules of React.This...
Summary The React Compiler integration at Meta passes some advanced properties to babel-plugin-react-compiler. These are currently untyped (apart from some manually written Flow definitions). This PR is a proof-of-concept for generating TS and Flow defin
Bumps the react-compiler group with 1 update:babel-plugin-react-compiler. Updatesbabel-plugin-react-compilerfrom 19.0.0-beta-6fc168f-20241025 to 19.0.0-beta-63b359f-20241101 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps babel-plugin-react-compiler from 19.0.0-beta-8a03594-20241020 to 19.0.0-beta-9ee70a1-20241017. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR a...
Why Since React compiler is still experimental, the version is changing often. We should make it something that users must install first before they can use. However we were installing was leading...
babel-plugin-react-compiler (build issue installing or using the Babel plugin) eslint-plugin-react-compiler (build issue installing or using the eslint plugin) react-compiler-healthcheck (build issue installing or using the healthcheck script) Link to repro npm install eslint-plugin-react-compiler...
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web. - fix(babel-preset-expo): make babel-plugin-react-compiler an optional peer dep · expo/expo@4369c76
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web. - fix(babel-preset-expo): pin babel-plugin-react-compiler to fixed version avoiding `postinstall` issue · expo/expo@88f62e5
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web. - fix(babel-preset-expo): make babel-plugin-react-compiler an optional peer dep · expo/expo@8929a29