Tracking issue for adopting the TypeScript 7 native compiler (`tsc-go` / `@typescript/native-preview`) in stem's UI.
Cross-repo doc
Full plan + benchmarks: MustardSeedNetworks/seed#1066 (`docs/TS7_NATIVE_PREP.md`).
stem-specific measurement
```
tsc (JS, current): 2.58s
tsgo (native): 0.76s
speedup: 3.4×
```
Error output identical (both clean on stem main).
Adoption gates
Risks specific to stem
- The C dataplane has its own build chain unaffected
- Biome 2.4.15 stack-overflow precedent: a similar upstream regression on the native compiler would block CI. Pin exactly when adopting, not with caret
See also
Tracking issue for adopting the TypeScript 7 native compiler (`tsc-go` / `@typescript/native-preview`) in stem's UI.
Cross-repo doc
Full plan + benchmarks: MustardSeedNetworks/seed#1066 (`docs/TS7_NATIVE_PREP.md`).
stem-specific measurement
```
tsc (JS, current): 2.58s
tsgo (native): 0.76s
speedup: 3.4×
```
Error output identical (both clean on stem main).
Adoption gates
Risks specific to stem
See also