Files
Joe Savona bc50ab4bff [compiler] Add enableObjectIsComparison feature flag
Adds a feature flag that causes the compiler to emit `!Object.is(a, b)` instead of `a !== b` for dependency comparisons in memoized scopes. This matches the comparison semantics used by React's own hooks (useState, useMemo, etc.), correctly handling NaN values.
2026-02-24 12:56:40 -08:00
..