More strict null checks (#60565)

This commit is contained in:
Alex Dima
2018-12-12 14:54:32 +01:00
parent e1e4225acc
commit c0aed8c34a
11 changed files with 132 additions and 49 deletions

View File

@@ -188,6 +188,7 @@
"./vs/editor/contrib/comment/comment.ts",
"./vs/editor/contrib/comment/lineCommentCommand.ts",
"./vs/editor/contrib/comment/test/blockCommentCommand.test.ts",
"./vs/editor/contrib/contextmenu/contextmenu.ts",
"./vs/editor/contrib/cursorUndo/cursorUndo.ts",
"./vs/editor/contrib/dnd/dnd.ts",
"./vs/editor/contrib/dnd/dragAndDropCommand.ts",
@@ -225,8 +226,10 @@
"./vs/editor/contrib/gotoError/gotoError.ts",
"./vs/editor/contrib/gotoError/gotoErrorWidget.ts",
"./vs/editor/contrib/hover/getHover.ts",
"./vs/editor/contrib/hover/hover.ts",
"./vs/editor/contrib/hover/hoverOperation.ts",
"./vs/editor/contrib/hover/hoverWidgets.ts",
"./vs/editor/contrib/hover/modesContentHover.ts",
"./vs/editor/contrib/hover/modesGlyphHover.ts",
"./vs/editor/contrib/inPlaceReplace/inPlaceReplace.ts",
"./vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand.ts",
@@ -245,6 +248,7 @@
"./vs/editor/contrib/links/links.ts",
"./vs/editor/contrib/markdown/markdownRenderer.ts",
"./vs/editor/contrib/message/messageController.ts",
"./vs/editor/contrib/multicursor/multicursor.ts",
"./vs/editor/contrib/parameterHints/parameterHints.ts",
"./vs/editor/contrib/parameterHints/parameterHintsWidget.ts",
"./vs/editor/contrib/parameterHints/provideSignatureHelp.ts",
@@ -269,10 +273,12 @@
"./vs/editor/contrib/wordPartOperations/wordPartOperations.ts",
"./vs/editor/contrib/zoneWidget/zoneWidget.ts",
"./vs/editor/editor.worker.ts",
"./vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp.ts",
"./vs/editor/standalone/browser/colorizer.ts",
"./vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.ts",
"./vs/editor/standalone/browser/inspectTokens/inspectTokens.ts",
"./vs/editor/standalone/browser/simpleServices.ts",
"./vs/editor/standalone/browser/standaloneCodeEditor.ts",
"./vs/editor/standalone/browser/standaloneCodeServiceImpl.ts",
"./vs/editor/standalone/browser/standaloneThemeServiceImpl.ts",
"./vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast.ts",