Commit cab5e2e
fix(build): pass --experimental-strip-types when spawning .mts/.ts node scripts
Node 22.15.x requires this flag to load TypeScript files directly. VS Code
1.118.1 introduced .mts extension build scripts (esbuild.notebook.mts etc.)
that are spawned by compile-extension-media without it. Also pre-create the
React out dir before rsync in buildreact to avoid CI failure when the out/vs
tree hasn't been created yet.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 85d04ff commit cab5e2e
2 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
595 | 599 | | |
596 | 600 | | |
597 | 601 | | |
598 | | - | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
599 | 606 | | |
600 | 607 | | |
601 | 608 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments