Files
jspg/fixtures
Satya 03a871bc1a filter synthesis: named value types get their own synthesized, referenced filter
Supersedes the inline-structural approach (0d282cc): inlining erased the value
type's name, so identical nested shapes (weekly_hours at two paths) generated
duplicate leaf types downstream and Dart barrel exports collided. Now a named
non-table value type's filter is synthesized ONCE (like table-backed boundaries)
and property references point at it — mirroring how the entity side generates
one class per named type. Same filter-by-fields capability; laziness also
removes the structural-recursion hazard. A named type with no compilable
structure still gets no filter and is omitted rather than dangled.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 20:04:16 -04:00
..
2026-04-17 18:25:14 -04:00
2026-06-23 19:48:38 -04:00
2026-06-15 16:41:59 -04:00
2026-06-15 16:41:59 -04:00
2026-06-15 16:41:59 -04:00
2026-06-23 19:48:38 -04:00