editor/common strict null (#60565)

This commit is contained in:
Alex Dima
2018-10-12 11:04:02 +02:00
parent 380256ba37
commit 654015a44b
40 changed files with 338 additions and 273 deletions

View File

@@ -54,6 +54,7 @@
"./vs/base/common/linkedList.ts",
"./vs/base/common/map.ts",
"./vs/base/common/marshalling.ts",
"./vs/base/common/mime.ts",
"./vs/base/common/network.ts",
"./vs/base/common/normalization.ts",
"./vs/base/common/numbers.ts",
@@ -96,13 +97,27 @@
"./vs/editor/browser/config/charWidthReader.ts",
"./vs/editor/browser/config/elementSizeObserver.ts",
"./vs/editor/browser/controller/textAreaState.ts",
"./vs/editor/common",
"./vs/editor/common/commands/replaceCommand.ts",
"./vs/editor/common/commands/shiftCommand.ts",
"./vs/editor/common/commands/surroundSelectionCommand.ts",
"./vs/editor/common/commands/trimTrailingWhitespaceCommand.ts",
"./vs/editor/common/config/commonEditorConfig.ts",
"./vs/editor/common/config/editorOptions.ts",
"./vs/editor/common/config/editorZoom.ts",
"./vs/editor/common/config/fontInfo.ts",
"./vs/editor/common/controller/cursor.ts",
"./vs/editor/common/controller/cursorCollection.ts",
"./vs/editor/common/controller/cursorColumnSelection.ts",
"./vs/editor/common/controller/cursorCommon.ts",
"./vs/editor/common/controller/cursorDeleteOperations.ts",
"./vs/editor/common/controller/cursorEvents.ts",
"./vs/editor/common/controller/cursorEvents.ts",
"./vs/editor/common/controller/cursorMoveCommands.ts",
"./vs/editor/common/controller/cursorMoveOperations.ts",
"./vs/editor/common/controller/cursorTypeOperations.ts",
"./vs/editor/common/controller/cursorWordOperations.ts",
"./vs/editor/common/controller/oneCursor.ts",
"./vs/editor/common/controller/wordCharacterClassifier.ts",
"./vs/editor/common/core/characterClassifier.ts",
"./vs/editor/common/core/editOperation.ts",
@@ -139,6 +154,7 @@
"./vs/editor/common/modes/languageFeatureRegistry.ts",
"./vs/editor/common/modes/languageSelector.ts",
"./vs/editor/common/modes/linkComputer.ts",
"./vs/editor/common/modes/modesRegistry.ts",
"./vs/editor/common/modes/nullMode.ts",
"./vs/editor/common/modes/supports.ts",
"./vs/editor/common/modes/supports/characterPair.ts",
@@ -150,17 +166,40 @@
"./vs/editor/common/modes/supports/tokenization.ts",
"./vs/editor/common/modes/textToHtmlTokenizer.ts",
"./vs/editor/common/modes/tokenizationRegistry.ts",
"./vs/editor/common/services/editorSimpleWorker.ts",
"./vs/editor/common/services/editorWorkerService.ts",
"./vs/editor/common/services/editorWorkerServiceImpl.ts",
"./vs/editor/common/services/languagesRegistry.ts",
"./vs/editor/common/services/modelService.ts",
"./vs/editor/common/services/modelServiceImpl.ts",
"./vs/editor/common/services/modeService.ts",
"./vs/editor/common/services/modeServiceImpl.ts",
"./vs/editor/common/services/resolverService.ts",
"./vs/editor/common/services/resourceConfiguration.ts",
"./vs/editor/common/services/resourceConfigurationImpl.ts",
"./vs/editor/common/services/webWorker.ts",
"./vs/editor/common/standalone/standaloneBase.ts",
"./vs/editor/common/view/editorColorRegistry.ts",
"./vs/editor/common/view/minimapCharRenderer.ts",
"./vs/editor/common/view/overviewZoneManager.ts",
"./vs/editor/common/view/renderingContext.ts",
"./vs/editor/common/view/runtimeMinimapCharRenderer.ts",
"./vs/editor/common/view/viewContext.ts",
"./vs/editor/common/view/viewEventDispatcher.ts",
"./vs/editor/common/view/viewEvents.ts",
"./vs/editor/common/viewLayout/lineDecorations.ts",
"./vs/editor/common/viewLayout/linesLayout.ts",
"./vs/editor/common/viewLayout/viewLayout.ts",
"./vs/editor/common/viewLayout/viewLineRenderer.ts",
"./vs/editor/common/viewLayout/viewLinesViewportData.ts",
"./vs/editor/common/viewLayout/whitespaceComputer.ts",
"./vs/editor/common/viewModel/characterHardWrappingLineMapper.ts",
"./vs/editor/common/viewModel/prefixSumComputer.ts",
"./vs/editor/common/viewModel/splitLinesCollection.ts",
"./vs/editor/common/viewModel/viewEventHandler.ts",
"./vs/editor/common/viewModel/viewModel.ts",
"./vs/editor/common/viewModel/viewModelDecorations.ts",
"./vs/editor/common/viewModel/viewModelImpl.ts",
"./vs/editor/contrib/codeAction/codeActionTrigger.ts",
"./vs/editor/contrib/colorPicker/colorPickerModel.ts",
"./vs/editor/contrib/find/findState.ts",
@@ -180,10 +219,13 @@
"./vs/editor/test/common/modes/supports/javascriptOnEnterRules.ts",
"./vs/editor/test/common/modesTestUtils.ts",
"./vs/monaco.d.ts",
"./vs/nls.d.ts",
"./vs/nls.mock.ts",
"./vs/platform/broadcast/electron-browser/broadcastService.ts",
"./vs/platform/clipboard/common/clipboardService.ts",
"./vs/platform/clipboard/electron-browser/clipboardService.ts",
"./vs/platform/configuration/common/configuration.ts",
"./vs/platform/configuration/common/configurationRegistry.ts",
"./vs/platform/contextkey/common/contextkey.ts",
"./vs/platform/download/common/download.ts",
"./vs/platform/editor/common/editor.ts",
@@ -228,6 +270,7 @@
"./vs/platform/url/common/url.ts",
"./vs/platform/url/common/urlService.ts",
"./vs/platform/workbench/common/contextkeys.ts",
"./vs/platform/workspace/common/workspace.ts",
"./vs/workbench/api/shared/tasks.ts",
"./vs/workbench/browser/parts/statusbar/statusbar.ts",
"./vs/workbench/common/activity.ts",