mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-15 02:07:31 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user