You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Type resolution**| Direct mapping in frontend; each backend re-derives types via language provider protocol | Solver produces a universal `BoundType` tree; backends just translate it |
79
-
|**Backends**| Python mature, TS/R partial; each implements a complex `LanguageProvider` protocol |All stubs (architecture in place); should be simpler since solver does the heavy lifting |
79
+
|**Backends**| Python mature, TS/R partial; each implements a complex `LanguageProvider` protocol |TypeScript + JSON Schema complete; Python/R stubs; simpler since solver does heavy lifting |
80
80
|**Output files**| First-class: path templates with param refs, suffix stripping, fallbacks | Not yet modeled to the same degree |
0 commit comments