Adapt to TypeScript 7 (#325757)

* Adapt TypeScript 7

* Ensure that we always call TS7 from spawnTsgo

* Fix package lock file

* tsc - tsc6

* More tsc -> tsc6

* More TSGO conversion

* More moves from tsgo -> tsc

* Fix tsgo resolving in extension folder

* Call TS7 compiler directly

* Update package-lock.json

* Remove tsc:version again
This commit is contained in:
Dirk Bäumer
2026-07-14 12:34:04 +02:00
committed by GitHub
parent 4e6997ae07
commit 7e4e91cab4
31 changed files with 708 additions and 174 deletions
+2 -2
View File
@@ -83,9 +83,9 @@ jobs:
working-directory: ./typings-test
run: |
npm init -yp
../node_modules/.bin/tsc --init
../node_modules/.bin/tsc6 --init
echo "import '../out-monaco-editor-core';" > a.ts
../node_modules/.bin/tsc --noEmit
../node_modules/.bin/tsc6 --noEmit
- name: Package Editor with Webpack
working-directory: ./test/monaco