e42d7f9859
Review feedback: as a lint-matrix job it never fails and the report is buried in the job summary. A dedicated workflow now runs the report on every same-repo PR and posts it via sticky-pull-request-comment. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
13 lines
428 B
Markdown
13 lines
428 B
Markdown
# 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.
|
|
|
|
## updateExtensions.sh
|
|
|
|
Updates the extensions in `/modules` with the current iOS/Android project changes.
|