Files
bsky-social-app/scripts
Tomek Zawadzki c2e4317590 Add React Compiler report script
Reports which components and hooks React Compiler skipped optimizing, using
the Babel plugin's `logger` option and grouping the diagnostics by the
compiler's own ErrorCategory. Runs in the Lint workflow, where it writes the
report to the job summary. Always exits 0 - a metric, not a gate.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-25 15:16:05 +02:00
..
2026-08-18 10:46:11 -04:00
2025-06-23 10:11:17 -07:00
2024-04-13 12:20:06 -07:00
2026-08-25 15:16:05 +02:00
2024-06-21 21:38:04 -07:00

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; also runs in the Lint workflow, where it writes the report to the job summary.

updateExtensions.sh

Updates the extensions in /modules with the current iOS/Android project changes.