Commit a8bf63c
fix(codegen-ts-react,tanstack): add runtime to cross-target test ResolvedTarget literals
The new required `runtime` field on ResolvedTarget broke the workspace typecheck
in the two client codegen packages, whose cross-target tests construct target
literals directly. codegen-ts's own tests were already updated; these two siblings
typecheck against codegen-ts's built dist and were missed.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent c68870d commit a8bf63c
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- server/typescript/packages
- codegen-ts-react/test
- codegen-ts-tanstack/test
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments