Sort tsconfig.strictNullChecks.json

This commit is contained in:
Rob Lourens 2018-11-06 11:51:35 -08:00
parent d2915a1652
commit 64c551a9ef

View file

@ -98,8 +98,8 @@
"./vs/base/test/common/jsonEdit.test.ts",
"./vs/base/test/common/jsonFormatter.test.ts",
"./vs/base/test/common/utils.ts",
"./vs/base/test/node/processes/fixtures/fork.ts",
"./vs/base/test/node/processes/fixtures/fork_large.ts",
"./vs/base/test/node/processes/fixtures/fork.ts",
"./vs/base/test/node/uri.test.perf.ts",
"./vs/base/test/node/utils.ts",
"./vs/base/worker/defaultWorkerFactory.ts",
@ -131,8 +131,8 @@
"./vs/editor/browser/core/editorState.ts",
"./vs/editor/browser/editorBrowser.ts",
"./vs/editor/browser/editorDom.ts",
"./vs/editor/browser/editorExtensions",
"./vs/editor/browser/editorExtensions.ts",
"./vs/editor/browser/editorExtensions",
"./vs/editor/browser/services/abstractCodeEditorService.ts",
"./vs/editor/browser/services/bulkEditService.ts",
"./vs/editor/browser/services/codeEditorService.ts",
@ -243,10 +243,10 @@
"./vs/editor/common/services/editorWorkerServiceImpl.ts",
"./vs/editor/common/services/getIconClasses.ts",
"./vs/editor/common/services/languagesRegistry.ts",
"./vs/editor/common/services/modeService.ts",
"./vs/editor/common/services/modeServiceImpl.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",
@ -320,8 +320,8 @@
"./vs/editor/contrib/hover/hoverOperation.ts",
"./vs/editor/contrib/hover/hoverWidgets.ts",
"./vs/editor/contrib/hover/modesGlyphHover.ts",
"./vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand.ts",
"./vs/editor/contrib/indentation/indentUtils.ts",
"./vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand.ts",
"./vs/editor/contrib/linesOperations/copyLinesCommand.ts",
"./vs/editor/contrib/linesOperations/deleteLinesCommand.ts",
"./vs/editor/contrib/linesOperations/moveLinesCommand.ts",
@ -349,8 +349,8 @@
"./vs/editor/contrib/zoneWidget/zoneWidget.ts",
"./vs/editor/editor.worker.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/iPadShowKeyboard/iPadShowKeyboard.ts",
"./vs/editor/standalone/browser/standaloneCodeServiceImpl.ts",
"./vs/editor/standalone/browser/standaloneThemeServiceImpl.ts",
"./vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast.ts",
@ -450,8 +450,8 @@
"./vs/platform/log/common/log.ts",
"./vs/platform/log/node/logIpc.ts",
"./vs/platform/log/node/spdlogService.ts",
"./vs/platform/markers/common/markerService.ts",
"./vs/platform/markers/common/markers.ts",
"./vs/platform/markers/common/markerService.ts",
"./vs/platform/menubar/common/menubar.ts",
"./vs/platform/menubar/node/menubarIpc.ts",
"./vs/platform/node/minimalTranslations.ts",
@ -462,8 +462,8 @@
"./vs/platform/opener/common/opener.ts",
"./vs/platform/output/node/outputAppender.ts",
"./vs/platform/progress/common/progress.ts",
"./vs/platform/quickOpen/common/quickOpen.ts",
"./vs/platform/quickinput/common/quickInput.ts",
"./vs/platform/quickOpen/common/quickOpen.ts",
"./vs/platform/registry/common/platform.ts",
"./vs/platform/request/electron-browser/requestService.ts",
"./vs/platform/request/electron-main/requestService.ts",
@ -471,6 +471,7 @@
"./vs/platform/request/node/requestService.ts",
"./vs/platform/search/common/replace.ts",
"./vs/platform/search/common/search.ts",
"./vs/platform/search/test/common/replace.test.ts",
"./vs/platform/state/common/state.ts",
"./vs/platform/statusbar/common/statusbar.ts",
"./vs/platform/storage/common/storage.ts",
@ -588,10 +589,10 @@
"./vs/workbench/parts/tasks/common/problemCollectors.ts",
"./vs/workbench/parts/tasks/common/problemMatcher.ts",
"./vs/workbench/parts/tasks/common/taskDefinitionRegistry.ts",
"./vs/workbench/parts/tasks/common/tasks.ts",
"./vs/workbench/parts/tasks/common/taskService.ts",
"./vs/workbench/parts/tasks/common/taskSystem.ts",
"./vs/workbench/parts/tasks/common/taskTemplates.ts",
"./vs/workbench/parts/tasks/common/tasks.ts",
"./vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.ts",
"./vs/workbench/parts/tasks/node/tasks.ts",
"./vs/workbench/parts/terminal/browser/terminalTab.ts",
@ -655,22 +656,21 @@
"./vs/workbench/services/part/common/partService.ts",
"./vs/workbench/services/scm/common/scm.ts",
"./vs/workbench/services/scm/common/scmService.ts",
"./vs/platform/search/test/common/replace.test.ts",
"./vs/workbench/services/search/common/searchHelpers.ts",
"./vs/workbench/services/search/node/fileSearchManager.ts",
"./vs/workbench/services/search/node/legacy/search.ts",
"./vs/workbench/services/search/node/ripgrepSearchUtils.ts",
"./vs/workbench/services/search/node/ripgrepTextSearchEngine.ts",
"./vs/workbench/services/search/test/node/ripgrepTextSearchEngine.test.ts",
"./vs/workbench/services/search/node/search.ts",
"./vs/workbench/services/search/node/searchHistoryService.ts",
"./vs/workbench/services/search/node/searchIpc.ts",
"./vs/workbench/services/search/node/textSearchManager.ts",
"./vs/workbench/services/search/test/node/ripgrepTextSearchEngine.test.ts",
"./vs/workbench/services/search/test/node/textSearchManager.test.ts",
"./vs/workbench/services/textfile/electron-browser/textResourcePropertiesService.ts",
"./vs/workbench/services/textMate/electron-browser/textMateService.ts",
"./vs/workbench/services/textMate/electron-browser/TMGrammars.ts",
"./vs/workbench/services/textMate/electron-browser/TMHelper.ts",
"./vs/workbench/services/textMate/electron-browser/textMateService.ts",
"./vs/workbench/services/textfile/electron-browser/textResourcePropertiesService.ts",
"./vs/workbench/services/themes/common/colorExtensionPoint.ts",
"./vs/workbench/services/themes/common/colorThemeSchema.ts",
"./vs/workbench/services/themes/common/fileIconThemeSchema.ts",