COMMITS
/ build/lib/treeshaking.ts November 21, 2025
M
Run our build scripts directly as typescript (#277567)
Matt Bierner committed
October 23, 2025
H
Fixes treeshaking on windows (#272899)
Henning Dieterichs committed
October 13, 2025
M
Copy out marked and dompurify too
Matt Bierner committed
M
Fix compile
Matt Bierner committed
October 10, 2025
M
Switch monaco to off of `moduleResolution: classic`
Matt Bierner committed
October 8, 2025
M
Re-use TypeScriptLanguageServiceHostfor monaco and treeshaker build steps
Matt Bierner committed
J
cleanup any casts (#270371)
João Moreno committed
October 7, 2025
M
Use real maps for monaco-api/treeshaking
Matt Bierner committed
October 3, 2025
M
Add lint rule for `as any` and bulk ignore all existing breaks
Matt Bierner committed
August 6, 2025
M
Convert const enums
Matt Bierner committed
January 22, 2025
A
build: switch `build/tsconfig.json` to `module: nodenext` (#238426)
Aman Karmani committed
September 6, 2024
B
ESM: figure out the monaco-standalone ESM build story (fix #227192) (#227536)
Benjamin Pasero committed
August 19, 2024
A
Simple tree sitter based syntax highlighting for typescript (#225252)
Alex Ross committed
October 12, 2022
T
Enforce ILocalizedString usage with f1 property via types (#162991)
Tyler James Leonhardt committed
July 25, 2022
A
Explicitly enqueue files that only forward symbols (#156150)
Alexandru Dima committed
July 22, 2022
H
Make treeshaking work on windows (#155952)
Henning Dieterichs committed
June 21, 2022
M
Enable alwaysStrict for build scripts (#152778)
Matt Bierner committed
June 8, 2022
J
auto-fixed prefer-const violation
Johannes committed
March 17, 2022
M
Pick up TS 4.7 for building VS Code (#145273)
Matt Bierner committed
February 2, 2022
J
enable `@typescript-eslint/member-delimiter-style`, https://github.com/microsoft/vscode/issues/140391
Johannes Rieken committed
January 11, 2022
A
Improve test checking for `createDecorator` or `refineServiceDecorator`
Alex Dima committed
December 20, 2021
December 14, 2021
A
Fixes microsoft/monaco-editor#2822
Alexandru Dima committed
May 26, 2021
J
fix build compilation
João Moreno committed
March 29, 2021
B
:lipstick: remove extra comment slashes
Benjamin Pasero committed
January 4, 2021
J
fix type casts
João Moreno committed
December 22, 2020
A
Load expensive node modules lazily
Alexandru Dima committed
May 8, 2020
May 6, 2020
J
fix tree shaker fyi @alexdima
Johannes Rieken committed
March 16, 2020
A
Fix tree shaking
Alex Dima committed
March 5, 2020
A
Add more support for exported imports in tree shaking
Alex Dima committed
A
Better support for shorthand property assignment in the treeshaker
Alex Dima committed
A
Fix treeshaking, not all export clauses should be kept
Alex Dima committed
March 3, 2020
J
treeshaker should keep [Symbol.iterator]-members because there are implict references from for-of loops
Johannes Rieken committed
March 2, 2020
J
nuke special lib options and use compiler option's lib instead
Johannes Rieken committed
November 13, 2019
A
A
Improve error reporting during treeshaking
Alexandru Dima committed
July 29, 2019
A
Fixes #77454:
Alex Dima committed
January 4, 2019
M
Revert two bad loop conversions in build
Matt Bierner committed
M
Replace some common index based for loops with `for-of` loops
Matt Bierner committed
December 17, 2018
A
Fixes #65040
Alex Dima committed
November 12, 2018
A
Fix editor publishing scripts (on Windows)
Alex Dima committed
October 24, 2018
M
Fixing editor-distro compile error
Matt Bierner committed
October 10, 2018
A
Fix standalone editor gulp scripts.
Alex Dima committed
October 3, 2018
M
Enable noUnusedParameters in build scripts
Matt Bierner committed
M
Fix remaining strict null errors in build scripts
Matt Bierner committed
October 2, 2018
M
Fixing more strict null errors in build
Matt Bierner committed
July 20, 2018
A
Use the new optimize-editor task
Alex Dima committed
July 19, 2018
A
Add extract-editor-src with treeshaking task
Alex Dima committed