SIGN IN SIGN UP

[compiler] Fix Pipeline.ts early-exit, formatting, and style issues (#35884)

Fix the transformFire early-exit in Pipeline.ts to only trigger on new
errors from transformFire itself, not pre-existing errors from earlier
passes. The previous `env.hasErrors()` check was too broad — it would
early-exit on validation errors that existed before transformFire ran.

Also add missing blank line in CodegenReactiveFunction.ts Context class,
and fix formatting in ValidateMemoizedEffectDependencies.ts.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/35884).
* #35888
* __->__ #35884
J
Joseph Savona committed
c92c57971541915a69ad23abe9fdd14ac56b3975
Parent: 011cede
Committed by GitHub <noreply@github.com> on 2/24/2026, 12:16:41 AM