90409ead1e
The sticky comment now leads with the share of components compiled and a comparison with the PR's base commit: components that lost optimization (with the compiler's reasons) and ones that regained it. Functions are diffed by file + name rather than line so unrelated edits that shift a component down a file do not read as changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
519 B
519 B
Tool Scripts
react-compiler-report.ts
Reports which components and hooks React Compiler skipped optimizing, grouped by
the compiler's own diagnostic category. Run with pnpm react-compiler:report;
the React Compiler report workflow also runs it on every pull request and posts
the report as a sticky PR comment, including a diff against the base commit of
components that lost or regained optimization.
updateExtensions.sh
Updates the extensions in /modules with the current iOS/Android project changes.