mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Towards useDefineForClassFields (#248695)
* final init order fixes https://github.com/microsoft/vscode/issues/243049 * a few more fixed when compiling with `"useDefineForClassFields": true` https://github.com/microsoft/vscode/issues/243049 and https://github.com/microsoft/vscode/issues/186726 * add a dry-check that ensures we can/could compile/emit with explicitly defined class fields https://github.com/microsoft/vscode/issues/186726
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
"tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.tsec.json",
|
||||
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
|
||||
"valid-layers-check": "node build/lib/layersChecker.js",
|
||||
"property-init-order-check": "node build/lib/propertyInitOrderChecker.js",
|
||||
"define-class-fields-check": "node build/lib/propertyInitOrderChecker.js && tsc -p src/tsconfig.defineClassFields.json",
|
||||
"update-distro": "node build/npm/update-distro.mjs",
|
||||
"web": "echo 'npm run web' is replaced by './scripts/code-server' or './scripts/code-web'",
|
||||
"compile-cli": "gulp compile-cli",
|
||||
|
||||
Reference in New Issue
Block a user