Strict null check VS Code

Fixes #60565
Fixes #70417
This commit is contained in:
Matt Bierner
2019-03-19 10:51:31 -07:00
parent c51f04c97a
commit 7d0e64f5ec
15 changed files with 19 additions and 444 deletions

View File

@@ -38,9 +38,6 @@ steps:
- script: |
yarn monaco-compile-check
displayName: Run Monaco Editor Checks
- script: |
yarn strict-null-check
displayName: Run Strict Null Checks
- script: |
yarn compile
displayName: Compile Sources