mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +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:
4
.github/workflows/basic.yml
vendored
4
.github/workflows/basic.yml
vendored
@@ -123,8 +123,8 @@ jobs:
|
||||
- name: Run Valid Layers Checks
|
||||
run: npm run valid-layers-check
|
||||
|
||||
- name: Run Property Init Order Checks
|
||||
run: npm run property-init-order-check
|
||||
- name: Run Define Class Fields Checks
|
||||
run: npm run define-class-fields-check
|
||||
|
||||
- name: Compile /build/
|
||||
run: npm run compile
|
||||
|
||||
Reference in New Issue
Block a user