Matt Bierner
360c9fd134
Add lint rule for as any and bulk ignore all existing breaks
...
For #269213
This adds a new eslint rule for `as any` and `<any>({... })`. We'd like to remove almost all of these, however right now the first goal is to prevent them in new code. That's why with this first PR I simply add `eslint-disable` comments for all breaks
Trying to get this change in soon after branching off for release to hopefully minimize disruption during debt week work
2025-10-02 23:38:33 -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
d67db9d358
Pick up latest TS for building VS Code ( #172033 )
2023-01-23 11:39:28 -08:00
Matt Bierner
b4f0d4d906
Build VS Code using latest TS nightly ( #152130 )
...
* Build VS Code using latest TS nightly
* Fix build for new AST
2022-06-14 18:15:51 -07:00
Johannes
0656d21d11
auto-fixed prefer-const violation
2022-06-08 17:49:21 +02:00
Matt Bierner
bc9de9e7eb
Pick up TS 4.7 for building VS Code ( #145273 )
...
Adds fixes for https://github.com/microsoft/TypeScript/issues/48276
2022-03-17 11:10:35 -07:00
Johannes Rieken
4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
2022-02-02 14:35:33 +01:00
Alex Dima
435f287a5c
Remove support for @monacodtsreplace since TS has gotten a lot better at emitting dts
2021-10-08 09:52:36 +02:00
João Moreno
fc4b40b633
fix type casts
2021-01-04 15:54:59 +01:00
Alexandru Dima
c1eb24b027
Load expensive node modules lazily
2020-12-22 19:55:56 +01:00
Alex Dima
dd6bd3ae6a
Reduce the number of folders where we use TS
2020-09-24 17:39:48 +02:00