Commit 3b0b941
Switch from transpile-client-esbuild to transpile-client
The double esbuild processing (transpile + bundle) was causing export
declaration errors. Using TypeScript compiler for transpilation produces
output that's compatible with esbuild bundler.
This fixes errors like:
"ExtHostCommands" is not declared in this file
Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>1 parent d54238f commit 3b0b941
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
0 commit comments