Files
bsky-social-app/scripts/README.md
T
Tomek Zawadzki 90409ead1e Report the percentage compiled and a lost/regained diff against the PR base
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>
2026-08-31 14:19:29 +02:00

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.