strict null checks (#60565)

This commit is contained in:
Alex Dima
2018-10-12 11:57:05 +02:00
parent 4716afaa20
commit 26e3925377
27 changed files with 151 additions and 122 deletions

View File

@@ -9,6 +9,7 @@
"./vs/base/browser/browser.ts",
"./vs/base/browser/dom.ts",
"./vs/base/browser/event.ts",
"./vs/base/browser/fastDomNode.ts",
"./vs/base/browser/history.ts",
"./vs/base/browser/iframe.ts",
"./vs/base/browser/keyboardEvent.ts",
@@ -97,7 +98,36 @@
"./vs/code/node/shellEnv.ts",
"./vs/editor/browser/config/charWidthReader.ts",
"./vs/editor/browser/config/elementSizeObserver.ts",
"./vs/editor/browser/controller/textAreaInput.ts",
"./vs/editor/browser/controller/textAreaState.ts",
"./vs/editor/browser/core/editorState.ts",
"./vs/editor/browser/editorBrowser.ts",
"./vs/editor/browser/services/abstractCodeEditorService.ts",
"./vs/editor/browser/services/bulkEditService.ts",
"./vs/editor/browser/services/codeEditorService.ts",
"./vs/editor/browser/services/codeEditorServiceImpl.ts",
"./vs/editor/browser/view/dynamicViewOverlay.ts",
"./vs/editor/browser/view/viewLayer.ts",
"./vs/editor/browser/view/viewPart.ts",
"./vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.ts",
"./vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.ts",
"./vs/editor/browser/viewParts/decorations/decorations.ts",
"./vs/editor/browser/viewParts/glyphMargin/glyphMargin.ts",
"./vs/editor/browser/viewParts/indentGuides/indentGuides.ts",
"./vs/editor/browser/viewParts/lineNumbers/lineNumbers.ts",
"./vs/editor/browser/viewParts/lines/rangeUtil.ts",
"./vs/editor/browser/viewParts/lines/viewLine.ts",
"./vs/editor/browser/viewParts/linesDecorations/linesDecorations.ts",
"./vs/editor/browser/viewParts/margin/margin.ts",
"./vs/editor/browser/viewParts/marginDecorations/marginDecorations.ts",
"./vs/editor/browser/viewParts/overlayWidgets/overlayWidgets.ts",
"./vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.ts",
"./vs/editor/browser/viewParts/overviewRuler/overviewRuler.ts",
"./vs/editor/browser/viewParts/rulers/rulers.ts",
"./vs/editor/browser/viewParts/scrollDecoration/scrollDecoration.ts",
"./vs/editor/browser/viewParts/selections/selections.ts",
"./vs/editor/browser/viewParts/viewZones/viewZones.ts",
"./vs/editor/browser/widget/diffNavigator.ts",
"./vs/editor/common",
"./vs/editor/common/commands/replaceCommand.ts",
"./vs/editor/common/commands/shiftCommand.ts",