mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
More strict null (#60565)
This commit is contained in:
@@ -90,7 +90,9 @@
|
||||
"./vs/code/electron-main/keyboard.ts",
|
||||
"./vs/code/electron-main/theme.ts",
|
||||
"./vs/code/node/shellEnv.ts",
|
||||
"./vs/editor/common/config/editorOptions.ts",
|
||||
"./vs/editor/common/config/editorZoom.ts",
|
||||
"./vs/editor/common/config/fontInfo.ts",
|
||||
"./vs/editor/common/controller/cursorEvents.ts",
|
||||
"./vs/editor/common/controller/wordCharacterClassifier.ts",
|
||||
"./vs/editor/common/core/characterClassifier.ts",
|
||||
@@ -100,9 +102,27 @@
|
||||
"./vs/editor/common/core/selection.ts",
|
||||
"./vs/editor/common/core/stringBuilder.ts",
|
||||
"./vs/editor/common/core/uint.ts",
|
||||
"./vs/editor/common/model.ts",
|
||||
"./vs/editor/common/model/editStack.ts",
|
||||
"./vs/editor/common/model/intervalTree.ts",
|
||||
"./vs/editor/common/model/mirrorTextModel.ts",
|
||||
"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts",
|
||||
"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.ts",
|
||||
"./vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase.ts",
|
||||
"./vs/editor/common/model/textModel.ts",
|
||||
"./vs/editor/common/model/textModelEvents.ts",
|
||||
"./vs/editor/common/modes/languageSelector.ts",
|
||||
"./vs/editor/common/model/textModelSearch.ts",
|
||||
"./vs/editor/common/model/textModelTokens.ts",
|
||||
"./vs/editor/common/model/wordHelper.ts",
|
||||
"./vs/editor/common/modes.ts",
|
||||
"./vs/editor/common/modes/languageConfigurationRegistry.ts",
|
||||
"./vs/editor/common/modes/languageFeatureRegistry.ts",
|
||||
"./vs/editor/common/modes/nullMode.ts",
|
||||
"./vs/editor/common/modes/supports/electricCharacter.ts",
|
||||
"./vs/editor/common/modes/supports/onEnter.ts",
|
||||
"./vs/editor/common/modes/supports/richEditBrackets.ts",
|
||||
"./vs/editor/common/modes/tokenizationRegistry.ts",
|
||||
"./vs/editor/common/view/overviewZoneManager.ts",
|
||||
"./vs/editor/common/viewLayout/whitespaceComputer.ts",
|
||||
"./vs/editor/common/viewModel/prefixSumComputer.ts",
|
||||
|
||||
Reference in New Issue
Block a user