João Moreno
|
f4c2700d45
|
cleanup any casts (#270371)
related to #269213
cc @mjbvz @jrieken
|
2025-10-08 14:05:31 +00:00 |
|
Matt Bierner
|
1174f9b951
|
Compile build scripts too
|
2025-10-02 23:46:45 -07:00 |
|
Matt Bierner
|
12a275ffe7
|
Use ts-native to compile our build scripts
There are a few minor differences in output, mostly around formatting/comments. Const enums are also not inlined but that seems fine in these cases
|
2025-08-06 11:41:52 -07:00 |
|
Aman Karmani
|
e76c50f20e
|
build: switch build/tsconfig.json to module: nodenext (#238426)
* build/tsconfig: switch to module: nodenext for bun compat
* build: rewrite imports for nodenext compat
* build: re-generate
|
2025-01-22 20:12:39 +01:00 |
|
Matt Bierner
|
6403b4367b
|
Pick up latest TS for building VS Code (#207096)
|
2024-03-07 12:59:59 -08:00 |
|
João Moreno
|
e469272e45
|
remove inline sourcemaps from build files (#198842)
|
2023-11-22 14:05:46 +01:00 |
|
Matt Bierner
|
10d94ba0f3
|
Pick up latest TS nightly for building VS Code (#194631)
|
2023-10-02 19:40:35 +01:00 |
|
Johannes
|
696c1cf199
|
build utils with source map to enable JS debug console
|
2022-11-10 15:05:47 +01:00 |
|
Matt Bierner
|
2a84b0fb6d
|
Enable alwaysStrict for build scripts (#152778)
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
|
2022-06-21 19:00:43 +00:00 |
|
Alexandru Dima
|
d1fff1a083
|
Check in .js files from the /build/ folder to improve build speeds
|
2020-12-14 11:13:16 +01:00 |
|
João Moreno
|
2469bf6832
|
remove build compilation output
|
2020-09-22 11:12:55 +02:00 |
|
Matt Bierner
|
ff253a8f60
|
Build VS Code with TS 3.9-nightly
|
2020-02-29 11:45:48 -08:00 |
|
Keyi Xie
|
172a32d5c6
|
fix mispell
|
2019-04-09 13:21:46 +08:00 |
|
Alex Dima
|
35ffdf5fa5
|
Better time output
|
2019-02-12 20:45:54 +01:00 |
|
Alex Dima
|
af95b7d343
|
Adopt task.define (better task names)
|
2019-02-12 20:43:55 +01:00 |
|
Alex Dima
|
bb6a790711
|
Introduce task.define for more precise task naming
|
2019-02-12 20:43:55 +01:00 |
|
Alex Dima
|
c25de7d09f
|
Extract task code to its own file
|
2019-02-12 15:13:43 +01:00 |
|