COMMITS
/ build/lib/compilation.ts November 24, 2025
M
Build script cleanup
Matt Bierner committed
November 21, 2025
M
Run our build scripts directly as typescript (#277567)
Matt Bierner committed
November 13, 2025
M
Add proper typings for a few more build script dependencies
Matt Bierner committed
October 8, 2025
M
Convert some `any -> unknown` in build scripts
Matt Bierner committed
J
cleanup any casts (#270371)
João Moreno committed
October 3, 2025
M
Add lint rule for `as any` and bulk ignore all existing breaks
Matt Bierner committed
August 7, 2025
M
Clean up some typings in build
Matt Bierner committed
June 25, 2025
A
[engineering] remove dead references to Swc transpile (#252375)
Aman Karmani committed
June 6, 2025
B
debt - use `esbuild` for CSS minification (#250820)
Benjamin Pasero committed
March 20, 2025
A
Add nls info to `monaco-editor-core` and remove left-over AMD tasks
Alex Dima committed
January 22, 2025
A
build: switch `build/tsconfig.json` to `module: nodenext` (#238426)
Aman Karmani committed
October 4, 2024
J
remove swc
Johannes committed
August 15, 2024
B
esm - add `yarn watch-esm` and `watch-client-esm`
Benjamin Pasero committed
June 28, 2024
B
Implement NLS without AMD loader (#214588)
Benjamin Pasero committed
June 19, 2024
S
Support version for proposed APIs (#216608)
Sandeep Somavarapu committed
April 1, 2024
C
eng: fix CSS tooling crashes watch task (#209278)
Connor Peet committed
January 29, 2024
C
eng: allow css nesting via postcss plugin (#203726)
Connor Peet committed
November 16, 2023
J
replace node-fetch with native fetch (#198408)
João Moreno committed
October 12, 2023
R
Implement chatAgent2 proposal (#194635)
Rob Lourens committed
August 8, 2023
Y
fix: Close #189556, gulp task do not display task name
yiliang114 committed
August 3, 2023
Y
fix: Close #189556, gulp task do not display task name
yiliang114 committed
June 13, 2023
M
Mangle exported symbols (#182935)
Matt Bierner committed
March 15, 2023
H
Don't mangle fields for the monaco editor, FYI @jrieken (#177223)
Henning Dieterichs committed
March 2, 2023
J
More implicit public of protected fields fixing (#175869)
Johannes Rieken committed
January 23, 2023
J
use normalized path when checking for mangled new contents, (#171964)
Johannes Rieken committed
January 6, 2023
C
debug: allow setting breakpoints in plain .js files (#168921)
Connor Peet committed
December 16, 2022
J
polish mangler output to align with build (#169388)
João Moreno committed
November 14, 2022
J
free memory when TS2TS mangling is done
Johannes committed
J
make TS-mangler part of `compile-build`
Johannes committed
September 7, 2022
J
consume swc as libaray and wire up into the existing transpiler logic
Johannes committed
August 26, 2022
J
* tweak `createSwcClientStream` to have async exec
Johannes committed
August 25, 2022
J
argh, still wrong EOL (#159160)
João Moreno committed
July 22, 2022
J
fix api proposal generation EOL (#155991)
João Moreno committed
June 23, 2022
J
have `compilation#transpileTask` as a separate place for tweaks
Johannes committed
June 21, 2022
M
Enable alwaysStrict for build scripts (#152778)
Matt Bierner committed
June 15, 2022
J
joh/ts transpile (#152199)
Johannes Rieken committed
June 9, 2022
J
Merge branch 'main' into joh/voluminous-lobster
Johannes committed
J
add transpile only stream to tsb, using `ts.transpile`.
Johannes committed
June 8, 2022
J
auto-fixed prefer-const violation
Johannes committed
May 5, 2022
J
move gulp-tsb into the `build/lib` remove as dependency
Johannes committed
February 2, 2022
J
enable `@typescript-eslint/member-delimiter-style`, https://github.com/microsoft/vscode/issues/140391
Johannes Rieken committed
December 10, 2021
J
make api proposal names task play better with gulp
Joao Moreno committed
December 8, 2021
J
fix EOL for generated extensionsApiProposals.ts
Joao Moreno committed
November 12, 2021
J
make sure proposal name generation is sorted, https://github.com/microsoft/vscode/issues/131165
Johannes Rieken committed
November 11, 2021
J
simplify `extensionsApiProposals`, https://github.com/microsoft/vscode/issues/131165
Johannes Rieken committed
J
tweak generation of propsal file a little bit
Johannes Rieken committed
November 10, 2021
J
generate `apiProposalNames` as ReadonlySet
Johannes Rieken committed
J
declare proposed API properties for package.json and link them with actual proposal names
Johannes Rieken committed
J
add generated file api proposal names, add compile script that generates this file
Johannes Rieken committed