Files
Jorge Cabiedes Acosta 54d7abde6e [compiler] Differentiate between inferred setStates and factual setStates
Summary:
Rough proposal on how we can differentiate between the a real setState we can track and one we infer.

Particularly useful when setting `enableTreatSetIdentifiersAsStateSetters=true`

This is mainly so ValidateNoDerivedComputationsInEffects_exp doesn't introduce false positives since we rely on setState type tracking

Test Plan:
Tests
2025-11-11 14:37:43 -08:00
..