tsconfig.strictNullChecks.json 26.0 KB
Newer Older
M
Matt Bierner 已提交
1 2 3 4 5 6 7
{
	"extends": "./tsconfig.base.json",
	"compilerOptions": {
		"noEmit": true,
		"strictNullChecks": true
	},
	"include": [
A
Alex Dima 已提交
8
		"./typings"
M
Matt Bierner 已提交
9 10
	],
	"files": [
A
Alex Dima 已提交
11
		"./vs/base/browser/browser.ts",
M
Matt Bierner 已提交
12
		"./vs/base/browser/dnd.ts",
A
Alex Dima 已提交
13
		"./vs/base/browser/dom.ts",
A
Alex Dima 已提交
14
		"./vs/base/browser/event.ts",
A
Alex Dima 已提交
15
		"./vs/base/browser/fastDomNode.ts",
A
Alex Dima 已提交
16
		"./vs/base/browser/globalMouseMoveMonitor.ts",
17
		"./vs/base/browser/history.ts",
18
		"./vs/base/browser/iframe.ts",
A
Alex Dima 已提交
19 20
		"./vs/base/browser/keyboardEvent.ts",
		"./vs/base/browser/mouseEvent.ts",
M
Matt Bierner 已提交
21 22
		"./vs/base/browser/touch.ts",
		"./vs/base/browser/ui/aria/aria.ts",
A
Alex Dima 已提交
23
		"./vs/base/browser/ui/contextview/contextview.ts",
M
Matt Bierner 已提交
24
		"./vs/base/browser/ui/list/list.ts",
25
		"./vs/base/browser/ui/list/splice.ts",
26 27
		"./vs/base/browser/ui/octiconLabel/octiconLabel.mock.ts",
		"./vs/base/browser/ui/octiconLabel/octiconLabel.ts",
M
Matt Bierner 已提交
28
		"./vs/base/browser/ui/progressbar/progressbar.ts",
A
Alex Dima 已提交
29 30 31
		"./vs/base/browser/ui/scrollbar/abstractScrollbar.ts",
		"./vs/base/browser/ui/scrollbar/horizontalScrollbar.ts",
		"./vs/base/browser/ui/scrollbar/scrollableElement.ts",
32
		"./vs/base/browser/ui/scrollbar/scrollableElementOptions.ts",
M
Matt Bierner 已提交
33
		"./vs/base/browser/ui/scrollbar/scrollbarArrow.ts",
34
		"./vs/base/browser/ui/scrollbar/scrollbarState.ts",
A
Alex Dima 已提交
35 36
		"./vs/base/browser/ui/scrollbar/scrollbarVisibilityController.ts",
		"./vs/base/browser/ui/scrollbar/verticalScrollbar.ts",
37
		"./vs/base/browser/ui/tree/tree.ts",
M
Matt Bierner 已提交
38
		"./vs/base/browser/ui/widget.ts",
39
		"./vs/base/common/amd.ts",
A
Alex Dima 已提交
40
		"./vs/base/common/arrays.ts",
41
		"./vs/base/common/assert.ts",
A
Alex Dima 已提交
42
		"./vs/base/common/async.ts",
43
		"./vs/base/common/cache.ts",
A
Alex Dima 已提交
44
		"./vs/base/common/cancellation.ts",
45
		"./vs/base/common/charCode.ts",
A
Alex Dima 已提交
46
		"./vs/base/common/collections.ts",
47 48 49 50
		"./vs/base/common/color.ts",
		"./vs/base/common/comparers.ts",
		"./vs/base/common/date.ts",
		"./vs/base/common/decorators.ts",
51
		"./vs/base/common/diff/diff.ts",
52
		"./vs/base/common/diff/diffChange.ts",
53
		"./vs/base/common/errorMessage.ts",
A
Alex Dima 已提交
54
		"./vs/base/common/errors.ts",
55
		"./vs/base/common/errorsWithActions.ts",
56
		"./vs/base/common/event.ts",
57
		"./vs/base/common/filters.ts",
58
		"./vs/base/common/functional.ts",
A
Alex Dima 已提交
59 60
		"./vs/base/common/glob.ts",
		"./vs/base/common/hash.ts",
61
		"./vs/base/common/history.ts",
A
Alex Dima 已提交
62
		"./vs/base/common/htmlContent.ts",
63
		"./vs/base/common/idGenerator.ts",
64
		"./vs/base/common/iterator.ts",
65
		"./vs/base/common/jsonSchema.ts",
M
Matt Bierner 已提交
66
		"./vs/base/common/keyCodes.ts",
A
Alex Dima 已提交
67
		"./vs/base/common/keybindingLabels.ts",
M
Matt Bierner 已提交
68
		"./vs/base/common/keybindingParser.ts",
69
		"./vs/base/common/labels.ts",
70
		"./vs/base/common/lifecycle.ts",
A
Alex Dima 已提交
71
		"./vs/base/common/linkedList.ts",
A
Alex Dima 已提交
72
		"./vs/base/common/map.ts",
73
		"./vs/base/common/marshalling.ts",
A
Alex Dima 已提交
74
		"./vs/base/common/mime.ts",
75
		"./vs/base/common/network.ts",
76
		"./vs/base/common/normalization.ts",
77 78
		"./vs/base/common/numbers.ts",
		"./vs/base/common/objects.ts",
M
Matt Bierner 已提交
79
		"./vs/base/common/octicon.ts",
A
Alex Dima 已提交
80
		"./vs/base/common/paging.ts",
81
		"./vs/base/common/parsers.ts",
M
Matt Bierner 已提交
82
		"./vs/base/common/paths.ts",
83
		"./vs/base/common/platform.ts",
84
		"./vs/base/common/processes.ts",
85 86 87
		"./vs/base/common/range.ts",
		"./vs/base/common/resources.ts",
		"./vs/base/common/scanCode.ts",
A
Alex Dima 已提交
88 89
		"./vs/base/common/scrollable.ts",
		"./vs/base/common/sequence.ts",
90
		"./vs/base/common/severity.ts",
91
		"./vs/base/common/stopwatch.ts",
92
		"./vs/base/common/strings.ts",
93
		"./vs/base/common/types.ts",
M
Matt Bierner 已提交
94
		"./vs/base/common/uri.ts",
95 96
		"./vs/base/common/uriIpc.ts",
		"./vs/base/common/uuid.ts",
A
Alex Dima 已提交
97
		"./vs/base/common/winjs.base.d.ts",
98
		"./vs/base/common/winjs.polyfill.promise.ts",
99
		"./vs/base/common/worker/simpleWorker.ts",
100
		"./vs/base/node/decoder.ts",
101
		"./vs/base/node/id.ts",
102 103
		"./vs/base/node/paths.ts",
		"./vs/base/node/ports.ts",
M
Matt Bierner 已提交
104
		"./vs/base/node/request.ts",
105 106 107
		"./vs/base/parts/contextmenu/common/contextmenu.ts",
		"./vs/base/parts/contextmenu/electron-main/contextmenu.ts",
		"./vs/base/parts/quickopen/common/quickOpen.ts",
108
		"./vs/base/test/common/utils.ts",
109
		"./vs/base/test/node/uri.test.perf.ts",
A
Alex Dima 已提交
110
		"./vs/base/worker/defaultWorkerFactory.ts",
111
		"./vs/base/worker/workerMain.ts",
M
Matt Bierner 已提交
112
		"./vs/code/code.main.ts",
113 114
		"./vs/code/electron-browser/issue/issueReporterPage.ts",
		"./vs/code/electron-browser/issue/issueReporterUtil.ts",
115
		"./vs/code/electron-main/keyboard.ts",
116 117
		"./vs/code/electron-main/theme.ts",
		"./vs/code/node/shellEnv.ts",
A
Alex Dima 已提交
118
		"./vs/editor/browser/config/charWidthReader.ts",
A
Alex Dima 已提交
119
		"./vs/editor/browser/config/configuration.ts",
120
		"./vs/editor/browser/config/elementSizeObserver.ts",
A
Alex Dima 已提交
121 122 123
		"./vs/editor/browser/controller/coreCommands.ts",
		"./vs/editor/browser/controller/mouseHandler.ts",
		"./vs/editor/browser/controller/mouseTarget.ts",
A
Alex Dima 已提交
124 125
		"./vs/editor/browser/controller/pointerHandler.ts",
		"./vs/editor/browser/controller/textAreaHandler.ts",
A
Alex Dima 已提交
126
		"./vs/editor/browser/controller/textAreaInput.ts",
A
Alex Dima 已提交
127
		"./vs/editor/browser/controller/textAreaState.ts",
A
Alex Dima 已提交
128 129
		"./vs/editor/browser/core/editorState.ts",
		"./vs/editor/browser/editorBrowser.ts",
A
Alex Dima 已提交
130
		"./vs/editor/browser/editorDom.ts",
A
Alex Dima 已提交
131
		"./vs/editor/browser/editorExtensions",
M
Matt Bierner 已提交
132
		"./vs/editor/browser/editorExtensions.ts",
A
Alex Dima 已提交
133 134 135 136
		"./vs/editor/browser/services/abstractCodeEditorService.ts",
		"./vs/editor/browser/services/bulkEditService.ts",
		"./vs/editor/browser/services/codeEditorService.ts",
		"./vs/editor/browser/services/codeEditorServiceImpl.ts",
A
Alex Dima 已提交
137
		"./vs/editor/browser/services/openerService.ts",
A
Alex Dima 已提交
138
		"./vs/editor/browser/view/dynamicViewOverlay.ts",
M
Matt Bierner 已提交
139
		"./vs/editor/browser/view/viewController.ts",
A
Alex Dima 已提交
140
		"./vs/editor/browser/view/viewImpl.ts",
A
Alex Dima 已提交
141
		"./vs/editor/browser/view/viewLayer.ts",
A
Alex Dima 已提交
142
		"./vs/editor/browser/view/viewOutgoingEvents.ts",
A
Alex Dima 已提交
143
		"./vs/editor/browser/view/viewOverlays.ts",
A
Alex Dima 已提交
144
		"./vs/editor/browser/view/viewPart.ts",
A
Alex Dima 已提交
145
		"./vs/editor/browser/viewParts/contentWidgets/contentWidgets.ts",
A
Alex Dima 已提交
146 147 148
		"./vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.ts",
		"./vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.ts",
		"./vs/editor/browser/viewParts/decorations/decorations.ts",
A
Alex Dima 已提交
149
		"./vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.ts",
A
Alex Dima 已提交
150 151 152 153 154
		"./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",
A
Alex Dima 已提交
155
		"./vs/editor/browser/viewParts/lines/viewLines.ts",
A
Alex Dima 已提交
156 157 158
		"./vs/editor/browser/viewParts/linesDecorations/linesDecorations.ts",
		"./vs/editor/browser/viewParts/margin/margin.ts",
		"./vs/editor/browser/viewParts/marginDecorations/marginDecorations.ts",
A
Alex Dima 已提交
159
		"./vs/editor/browser/viewParts/minimap/minimap.ts",
A
Alex Dima 已提交
160 161 162 163 164 165
		"./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",
A
Alex Dima 已提交
166
		"./vs/editor/browser/viewParts/viewCursors/viewCursor.ts",
M
Matt Bierner 已提交
167
		"./vs/editor/browser/viewParts/viewCursors/viewCursors.ts",
A
Alex Dima 已提交
168
		"./vs/editor/browser/viewParts/viewZones/viewZones.ts",
A
Alex Dima 已提交
169
		"./vs/editor/browser/widget/codeEditorWidget.ts",
A
Alex Dima 已提交
170
		"./vs/editor/browser/widget/diffNavigator.ts",
A
Alex Dima 已提交
171
		"./vs/editor/common/commands/replaceCommand.ts",
A
Alex Dima 已提交
172
		"./vs/editor/common/commands/shiftCommand.ts",
173
		"./vs/editor/common/commands/surroundSelectionCommand.ts",
A
Alex Dima 已提交
174
		"./vs/editor/common/commands/trimTrailingWhitespaceCommand.ts",
A
Alex Dima 已提交
175
		"./vs/editor/common/config/commonEditorConfig.ts",
A
Alex Dima 已提交
176
		"./vs/editor/common/config/editorOptions.ts",
A
Alex Dima 已提交
177
		"./vs/editor/common/config/editorZoom.ts",
A
Alex Dima 已提交
178
		"./vs/editor/common/config/fontInfo.ts",
A
Alex Dima 已提交
179 180 181 182 183
		"./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",
A
Alex Dima 已提交
184
		"./vs/editor/common/controller/cursorEvents.ts",
A
Alex Dima 已提交
185 186 187 188 189
		"./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",
190 191
		"./vs/editor/common/controller/wordCharacterClassifier.ts",
		"./vs/editor/common/core/characterClassifier.ts",
192 193
		"./vs/editor/common/core/editOperation.ts",
		"./vs/editor/common/core/lineTokens.ts",
194
		"./vs/editor/common/core/position.ts",
195
		"./vs/editor/common/core/range.ts",
196
		"./vs/editor/common/core/rgba.ts",
A
Alex Dima 已提交
197
		"./vs/editor/common/core/selection.ts",
198
		"./vs/editor/common/core/stringBuilder.ts",
199
		"./vs/editor/common/core/token.ts",
200
		"./vs/editor/common/core/uint.ts",
A
Alex Dima 已提交
201
		"./vs/editor/common/diff/diffComputer.ts",
202 203 204
		"./vs/editor/common/editorAction.ts",
		"./vs/editor/common/editorCommon.ts",
		"./vs/editor/common/editorContextKeys.ts",
A
Alex Dima 已提交
205 206
		"./vs/editor/common/model.ts",
		"./vs/editor/common/model/editStack.ts",
207
		"./vs/editor/common/model/indentationGuesser.ts",
A
Alex Dima 已提交
208
		"./vs/editor/common/model/intervalTree.ts",
A
Alex Dima 已提交
209
		"./vs/editor/common/model/mirrorTextModel.ts",
A
Alex Dima 已提交
210 211
		"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts",
		"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.ts",
212
		"./vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder.ts",
A
Alex Dima 已提交
213 214
		"./vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase.ts",
		"./vs/editor/common/model/textModel.ts",
A
Alex Dima 已提交
215
		"./vs/editor/common/model/textModelEvents.ts",
A
Alex Dima 已提交
216 217 218 219
		"./vs/editor/common/model/textModelSearch.ts",
		"./vs/editor/common/model/textModelTokens.ts",
		"./vs/editor/common/model/wordHelper.ts",
		"./vs/editor/common/modes.ts",
220 221
		"./vs/editor/common/modes/abstractMode.ts",
		"./vs/editor/common/modes/languageConfiguration.ts",
A
Alex Dima 已提交
222 223
		"./vs/editor/common/modes/languageConfigurationRegistry.ts",
		"./vs/editor/common/modes/languageFeatureRegistry.ts",
224
		"./vs/editor/common/modes/languageSelector.ts",
225
		"./vs/editor/common/modes/linkComputer.ts",
A
Alex Dima 已提交
226
		"./vs/editor/common/modes/modesRegistry.ts",
A
Alex Dima 已提交
227
		"./vs/editor/common/modes/nullMode.ts",
228 229
		"./vs/editor/common/modes/supports.ts",
		"./vs/editor/common/modes/supports/characterPair.ts",
A
Alex Dima 已提交
230
		"./vs/editor/common/modes/supports/electricCharacter.ts",
231
		"./vs/editor/common/modes/supports/indentRules.ts",
A
Alex Dima 已提交
232
		"./vs/editor/common/modes/supports/inplaceReplaceSupport.ts",
A
Alex Dima 已提交
233 234
		"./vs/editor/common/modes/supports/onEnter.ts",
		"./vs/editor/common/modes/supports/richEditBrackets.ts",
A
Alex Dima 已提交
235 236
		"./vs/editor/common/modes/supports/tokenization.ts",
		"./vs/editor/common/modes/textToHtmlTokenizer.ts",
A
Alex Dima 已提交
237
		"./vs/editor/common/modes/tokenizationRegistry.ts",
A
Alex Dima 已提交
238
		"./vs/editor/common/services/editorSimpleWorker.ts",
239
		"./vs/editor/common/services/editorWorkerService.ts",
A
Alex Dima 已提交
240 241
		"./vs/editor/common/services/editorWorkerServiceImpl.ts",
		"./vs/editor/common/services/languagesRegistry.ts",
A
Alex Dima 已提交
242 243
		"./vs/editor/common/services/modeService.ts",
		"./vs/editor/common/services/modeServiceImpl.ts",
M
Matt Bierner 已提交
244 245
		"./vs/editor/common/services/modelService.ts",
		"./vs/editor/common/services/modelServiceImpl.ts",
246
		"./vs/editor/common/services/resolverService.ts",
A
Alex Dima 已提交
247 248 249
		"./vs/editor/common/services/resourceConfiguration.ts",
		"./vs/editor/common/services/resourceConfigurationImpl.ts",
		"./vs/editor/common/services/webWorker.ts",
M
Matt Bierner 已提交
250
		"./vs/editor/common/standalone/standaloneBase.ts",
A
Alex Dima 已提交
251
		"./vs/editor/common/view/editorColorRegistry.ts",
A
Alex Dima 已提交
252
		"./vs/editor/common/view/minimapCharRenderer.ts",
253
		"./vs/editor/common/view/overviewZoneManager.ts",
A
Alex Dima 已提交
254
		"./vs/editor/common/view/renderingContext.ts",
A
Alex Dima 已提交
255
		"./vs/editor/common/view/runtimeMinimapCharRenderer.ts",
A
Alex Dima 已提交
256 257
		"./vs/editor/common/view/viewContext.ts",
		"./vs/editor/common/view/viewEventDispatcher.ts",
A
Alex Dima 已提交
258
		"./vs/editor/common/view/viewEvents.ts",
A
Alex Dima 已提交
259 260 261 262 263
		"./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",
264
		"./vs/editor/common/viewLayout/whitespaceComputer.ts",
A
Alex Dima 已提交
265
		"./vs/editor/common/viewModel/characterHardWrappingLineMapper.ts",
266
		"./vs/editor/common/viewModel/prefixSumComputer.ts",
A
Alex Dima 已提交
267 268 269 270 271
		"./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",
A
Alex Dima 已提交
272 273
		"./vs/editor/contrib/bracketMatching/bracketMatching.ts",
		"./vs/editor/contrib/caretOperations/caretOperations.ts",
M
Matt Bierner 已提交
274
		"./vs/editor/contrib/caretOperations/moveCaretCommand.ts",
A
Alex Dima 已提交
275 276
		"./vs/editor/contrib/caretOperations/transpose.ts",
		"./vs/editor/contrib/clipboard/clipboard.ts",
A
Alex Dima 已提交
277
		"./vs/editor/contrib/codeAction/codeAction.ts",
278
		"./vs/editor/contrib/codeAction/codeActionTrigger.ts",
A
Alex Dima 已提交
279
		"./vs/editor/contrib/colorPicker/color.ts",
280
		"./vs/editor/contrib/colorPicker/colorPickerModel.ts",
A
Alex Dima 已提交
281
		"./vs/editor/contrib/comment/blockCommentCommand.ts",
A
Alex Dima 已提交
282 283
		"./vs/editor/contrib/comment/comment.ts",
		"./vs/editor/contrib/comment/lineCommentCommand.ts",
A
Alex Dima 已提交
284
		"./vs/editor/contrib/cursorUndo/cursorUndo.ts",
M
Matt Bierner 已提交
285
		"./vs/editor/contrib/dnd/dragAndDropCommand.ts",
A
Alex Dima 已提交
286 287
		"./vs/editor/contrib/find/findDecorations.ts",
		"./vs/editor/contrib/find/findModel.ts",
A
Alex Dima 已提交
288
		"./vs/editor/contrib/find/findState.ts",
289
		"./vs/editor/contrib/find/replaceAllCommand.ts",
290
		"./vs/editor/contrib/find/replacePattern.ts",
M
Martin Aeschlimann 已提交
291 292 293 294 295 296 297 298 299
		"./vs/editor/contrib/folding/folding.ts",
		"./vs/editor/contrib/folding/foldingDecorations.ts",
		"./vs/editor/contrib/folding/foldingModel.ts",
		"./vs/editor/contrib/folding/foldingRanges.ts",
		"./vs/editor/contrib/folding/hiddenRangeModel.ts",
		"./vs/editor/contrib/folding/indentRangeProvider.ts",
		"./vs/editor/contrib/folding/intializingRangeProvider.ts",
		"./vs/editor/contrib/folding/syntaxRangeProvider.ts",
		"./vs/editor/contrib/folding/test/foldingModel.test.ts",
M
Matt Bierner 已提交
300 301 302 303 304
		"./vs/editor/contrib/folding/test/foldingRanges.test.ts",
		"./vs/editor/contrib/folding/test/hiddenRangeModel.test.ts",
		"./vs/editor/contrib/folding/test/indentFold.test.ts",
		"./vs/editor/contrib/folding/test/indentRangeProvider.test.ts",
		"./vs/editor/contrib/folding/test/syntaxFold.test.ts",
M
Matt Bierner 已提交
305
		"./vs/editor/contrib/fontZoom/fontZoom.ts",
A
Alex Dima 已提交
306
		"./vs/editor/contrib/goToDefinition/clickLinkGesture.ts",
A
Alex Dima 已提交
307
		"./vs/editor/contrib/goToDefinition/goToDefinition.ts",
M
Matt Bierner 已提交
308
		"./vs/editor/contrib/hover/getHover.ts",
A
Alex Dima 已提交
309 310
		"./vs/editor/contrib/hover/hoverOperation.ts",
		"./vs/editor/contrib/hover/hoverWidgets.ts",
A
Alex Dima 已提交
311
		"./vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand.ts",
M
Matt Bierner 已提交
312
		"./vs/editor/contrib/indentation/indentUtils.ts",
313
		"./vs/editor/contrib/linesOperations/copyLinesCommand.ts",
A
Alex Dima 已提交
314 315 316
		"./vs/editor/contrib/linesOperations/deleteLinesCommand.ts",
		"./vs/editor/contrib/linesOperations/sortLinesCommand.ts",
		"./vs/editor/contrib/links/getLinks.ts",
A
Alex Dima 已提交
317
		"./vs/editor/contrib/links/links.ts",
A
Alex Dima 已提交
318 319
		"./vs/editor/contrib/message/messageController.ts",
		"./vs/editor/contrib/parameterHints/provideSignatureHelp.ts",
M
Matt Bierner 已提交
320
		"./vs/editor/contrib/quickOpen/quickOpen.ts",
M
Matt Bierner 已提交
321
		"./vs/editor/contrib/suggest/suggest.ts",
M
Matt Bierner 已提交
322
		"./vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.ts",
A
Alex Dima 已提交
323
		"./vs/editor/contrib/wordHighlighter/wordHighlighter.ts",
A
Alex Dima 已提交
324
		"./vs/editor/contrib/wordOperations/wordOperations.ts",
A
Alex Dima 已提交
325
		"./vs/editor/contrib/wordPartOperations/wordPartOperations.ts",
M
Matt Bierner 已提交
326
		"./vs/editor/editor.worker.ts",
A
Alex Dima 已提交
327
		"./vs/editor/standalone/browser/colorizer.ts",
A
Alex Dima 已提交
328
		"./vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.ts",
M
Matt Bierner 已提交
329
		"./vs/editor/standalone/browser/inspectTokens/inspectTokens.ts",
A
Alex Dima 已提交
330
		"./vs/editor/standalone/browser/standaloneCodeServiceImpl.ts",
A
Alex Dima 已提交
331 332
		"./vs/editor/standalone/browser/standaloneThemeServiceImpl.ts",
		"./vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast.ts",
333
		"./vs/editor/standalone/common/monarch/monarchCommon.ts",
A
Alex Dima 已提交
334
		"./vs/editor/standalone/common/monarch/monarchCompile.ts",
335
		"./vs/editor/standalone/common/monarch/monarchTypes.ts",
M
Matt Bierner 已提交
336 337
		"./vs/editor/standalone/common/standaloneThemeService.ts",
		"./vs/editor/standalone/common/themes.ts",
A
Alex Dima 已提交
338 339 340
		"./vs/editor/test/browser/controller/imeTester.ts",
		"./vs/editor/test/browser/editorTestServices.ts",
		"./vs/editor/test/browser/view/minimapFontCreator.ts",
341 342 343 344
		"./vs/editor/test/common/commentMode.ts",
		"./vs/editor/test/common/core/viewLineToken.ts",
		"./vs/editor/test/common/editorTestUtils.ts",
		"./vs/editor/test/common/mocks/mockMode.ts",
M
Matt Bierner 已提交
345
		"./vs/editor/test/common/mocks/testConfiguration.ts",
346
		"./vs/editor/test/common/model/benchmark/benchmarkUtils.ts",
A
Alex Dima 已提交
347
		"./vs/editor/test/common/model/editableTextModelTestUtils.ts",
348 349
		"./vs/editor/test/common/modes/supports/javascriptOnEnterRules.ts",
		"./vs/editor/test/common/modesTestUtils.ts",
M
Matt Bierner 已提交
350
		"./vs/editor/test/common/view/minimapCharRendererFactory.ts",
M
Matt Bierner 已提交
351
		"./vs/editor/test/common/viewModel/testViewModel.ts",
M
Matt Bierner 已提交
352
		"./vs/monaco.d.ts",
A
Alex Dima 已提交
353
		"./vs/nls.d.ts",
354
		"./vs/nls.mock.ts",
A
Alex Dima 已提交
355
		"./vs/platform/actions/common/actions.ts",
I
isidor 已提交
356
		"./vs/platform/label/common/label.ts",
M
Matt Bierner 已提交
357
		"./vs/platform/backup/common/backup.ts",
358
		"./vs/platform/broadcast/electron-browser/broadcastService.ts",
359 360
		"./vs/platform/clipboard/common/clipboardService.ts",
		"./vs/platform/clipboard/electron-browser/clipboardService.ts",
M
Matt Bierner 已提交
361
		"./vs/platform/commands/common/commands.ts",
A
Alex Dima 已提交
362 363
		"./vs/platform/configuration/common/configuration.ts",
		"./vs/platform/configuration/common/configurationRegistry.ts",
A
Alex Dima 已提交
364
		"./vs/platform/contextkey/browser/contextKeyService.ts",
A
Alex Dima 已提交
365
		"./vs/platform/contextkey/common/contextkey.ts",
366
		"./vs/platform/download/common/download.ts",
A
Alex Dima 已提交
367
		"./vs/platform/editor/common/editor.ts",
368
		"./vs/platform/environment/common/environment.ts",
M
Matt Bierner 已提交
369
		"./vs/platform/extensionManagement/common/extensionManagement.ts",
M
Matt Bierner 已提交
370
		"./vs/platform/extensionManagement/common/extensionNls.ts",
371 372
		"./vs/platform/extensions/common/extensionHost.ts",
		"./vs/platform/extensions/common/extensions.ts",
A
Alex Dima 已提交
373
		"./vs/platform/extensions/node/extensionValidator.ts",
A
Alex Dima 已提交
374
		"./vs/platform/files/common/files.ts",
375 376 377
		"./vs/platform/files/node/files.ts",
		"./vs/platform/instantiation/common/descriptors.ts",
		"./vs/platform/instantiation/common/extensions.ts",
378
		"./vs/platform/instantiation/common/graph.ts",
379 380 381
		"./vs/platform/instantiation/common/instantiation.ts",
		"./vs/platform/instantiation/common/serviceCollection.ts",
		"./vs/platform/integrity/common/integrity.ts",
A
Alex Dima 已提交
382
		"./vs/platform/integrity/node/integrityServiceImpl.ts",
M
Matt Bierner 已提交
383
		"./vs/platform/issue/common/issue.ts",
384
		"./vs/platform/jsonschemas/common/jsonContributionRegistry.ts",
A
Alex Dima 已提交
385
		"./vs/platform/keybinding/common/abstractKeybindingService.ts",
A
Alex Dima 已提交
386
		"./vs/platform/keybinding/common/keybinding.ts",
A
Alex Dima 已提交
387
		"./vs/platform/keybinding/common/keybindingResolver.ts",
A
Alex Dima 已提交
388
		"./vs/platform/keybinding/common/keybindingsRegistry.ts",
A
Alex Dima 已提交
389
		"./vs/platform/keybinding/common/resolvedKeybindingItem.ts",
A
Alex Dima 已提交
390
		"./vs/platform/keybinding/common/usLayoutResolvedKeybinding.ts",
M
Matt Bierner 已提交
391
		"./vs/platform/keybinding/test/common/mockKeybindingService.ts",
392
		"./vs/platform/lifecycle/common/lifecycle.ts",
393 394 395 396
		"./vs/platform/localizations/common/localizations.ts",
		"./vs/platform/log/common/bufferLog.ts",
		"./vs/platform/log/common/log.ts",
		"./vs/platform/log/node/spdlogService.ts",
A
Alex Dima 已提交
397
		"./vs/platform/markers/common/markers.ts",
398
		"./vs/platform/menubar/common/menubar.ts",
399
		"./vs/platform/node/minimalTranslations.ts",
400 401
		"./vs/platform/node/package.ts",
		"./vs/platform/node/product.ts",
402 403
		"./vs/platform/notification/common/notification.ts",
		"./vs/platform/notification/test/common/testNotificationService.ts",
404
		"./vs/platform/opener/common/opener.ts",
405 406
		"./vs/platform/output/node/outputAppender.ts",
		"./vs/platform/progress/common/progress.ts",
A
Alex Dima 已提交
407
		"./vs/platform/quickOpen/common/quickOpen.ts",
M
Matt Bierner 已提交
408
		"./vs/platform/quickinput/common/quickInput.ts",
409
		"./vs/platform/registry/common/platform.ts",
M
Matt Bierner 已提交
410
		"./vs/platform/request/node/request.ts",
411
		"./vs/platform/search/common/search.ts",
412
		"./vs/platform/state/common/state.ts",
413
		"./vs/platform/statusbar/common/statusbar.ts",
A
Alex Dima 已提交
414
		"./vs/platform/storage/common/storage.ts",
M
Matt Bierner 已提交
415
		"./vs/platform/telemetry/browser/errorTelemetry.ts",
416
		"./vs/platform/telemetry/common/telemetry.ts",
M
Matt Bierner 已提交
417
		"./vs/platform/telemetry/common/telemetryService.ts",
A
Alex Dima 已提交
418
		"./vs/platform/telemetry/common/telemetryUtils.ts",
419
		"./vs/platform/telemetry/node/telemetryNodeUtils.ts",
A
Alex Dima 已提交
420
		"./vs/platform/theme/common/colorRegistry.ts",
421
		"./vs/platform/theme/common/themeService.ts",
422
		"./vs/platform/update/common/update.ts",
M
Matt Bierner 已提交
423
		"./vs/platform/update/node/update.config.contribution.ts",
424
		"./vs/platform/url/common/url.ts",
425 426
		"./vs/platform/url/common/urlService.ts",
		"./vs/platform/workbench/common/contextkeys.ts",
A
Alex Dima 已提交
427
		"./vs/platform/workspace/common/workspace.ts",
M
Matt Bierner 已提交
428 429 430
		"./vs/platform/workspace/test/common/testWorkspace.ts",
		"./vs/platform/workspaces/common/workspaces.ts",
		"./vs/platform/workspaces/node/workspaces.ts",
431
		"./vs/workbench/api/shared/tasks.ts",
M
Matt Bierner 已提交
432
		"./vs/workbench/browser/part.ts",
M
Matt Bierner 已提交
433
		"./vs/workbench/browser/parts/quickinput/quickInputUtils.ts",
434
		"./vs/workbench/browser/parts/statusbar/statusbar.ts",
435
		"./vs/workbench/common/activity.ts",
M
Matt Bierner 已提交
436
		"./vs/workbench/common/component.ts",
437
		"./vs/workbench/common/composite.ts",
438
		"./vs/workbench/common/contributions.ts",
439
		"./vs/workbench/common/extensionHostProtocol.ts",
M
Matt Bierner 已提交
440
		"./vs/workbench/common/memento.ts",
441
		"./vs/workbench/common/panel.ts",
A
Alex Dima 已提交
442
		"./vs/workbench/common/resources.ts",
M
Matt Bierner 已提交
443
		"./vs/workbench/common/theme.ts",
444
		"./vs/workbench/common/viewlet.ts",
M
Matt Bierner 已提交
445
		"./vs/workbench/common/views.ts",
M
Matt Bierner 已提交
446
		"./vs/workbench/parts/codeEditor/browser/menuPreventer.ts",
447
		"./vs/workbench/parts/codeEditor/browser/simpleEditorOptions.ts",
A
Alex Dima 已提交
448 449 450
		"./vs/workbench/parts/codeEditor/electron-browser/largeFileOptimizations.ts",
		"./vs/workbench/parts/codeEditor/electron-browser/selectionClipboard.ts",
		"./vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.ts",
M
Matt Bierner 已提交
451
		"./vs/workbench/parts/comments/common/commentModel.ts",
M
Matt Bierner 已提交
452
		"./vs/workbench/parts/comments/electron-browser/commentGlyphWidget.ts",
M
Matt Bierner 已提交
453 454
		"./vs/workbench/parts/emmet/browser/actions/showEmmetCommands.ts",
		"./vs/workbench/parts/emmet/browser/emmet.browser.contribution.ts",
455
		"./vs/workbench/parts/execution/common/execution.ts",
456
		"./vs/workbench/parts/extensions/common/extensionQuery.ts",
M
Matt Bierner 已提交
457
		"./vs/workbench/parts/extensions/common/extensions.ts",
M
Matt Bierner 已提交
458
		"./vs/workbench/parts/extensions/common/extensionsFileTemplate.ts",
459
		"./vs/workbench/parts/logs/common/logConstants.ts",
460
		"./vs/workbench/parts/markers/electron-browser/constants.ts",
M
Matt Bierner 已提交
461 462 463
		"./vs/workbench/parts/markers/electron-browser/markers.ts",
		"./vs/workbench/parts/markers/electron-browser/markersModel.ts",
		"./vs/workbench/parts/markers/electron-browser/messages.ts",
464 465
		"./vs/workbench/parts/outline/electron-browser/outline.ts",
		"./vs/workbench/parts/output/common/output.ts",
M
Matt Bierner 已提交
466
		"./vs/workbench/parts/performance/electron-browser/stats.ts",
M
Matt Bierner 已提交
467
		"./vs/workbench/parts/scm/common/scm.ts",
468
		"./vs/workbench/parts/scm/electron-browser/scmUtil.ts",
469
		"./vs/workbench/parts/search/common/constants.ts",
M
Matt Bierner 已提交
470
		"./vs/workbench/parts/surveys/electron-browser/nps.contribution.ts",
M
Matt Bierner 已提交
471
		"./vs/workbench/parts/tasks/common/taskTemplates.ts",
472
		"./vs/workbench/parts/terminal/browser/terminalWidgetManager.ts",
473
		"./vs/workbench/parts/terminal/common/terminal.ts",
M
Matt Bierner 已提交
474
		"./vs/workbench/parts/terminal/common/terminalColorRegistry.ts",
475
		"./vs/workbench/parts/terminal/common/terminalCommands.ts",
M
Matt Bierner 已提交
476
		"./vs/workbench/parts/terminal/common/terminalMenu.ts",
477
		"./vs/workbench/parts/terminal/node/terminalCommandTracker.ts",
478
		"./vs/workbench/parts/terminal/node/terminalEnvironment.ts",
M
Matt Bierner 已提交
479 480
		"./vs/workbench/parts/webview/electron-browser/webviewProtocols.ts",
		"./vs/workbench/parts/welcome/gettingStarted/electron-browser/gettingStarted.ts",
481
		"./vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.ts",
482
		"./vs/workbench/services/activity/common/activity.ts",
483
		"./vs/workbench/services/backup/common/backup.ts",
M
Matt Bierner 已提交
484
		"./vs/workbench/services/commands/common/commandService.ts",
M
Matt Bierner 已提交
485
		"./vs/workbench/services/configuration/common/configuration.ts",
486
		"./vs/workbench/services/configuration/common/jsonEditing.ts",
M
Matt Bierner 已提交
487
		"./vs/workbench/services/configurationResolver/common/configurationResolver.ts",
488
		"./vs/workbench/services/decorations/browser/decorations.ts",
A
Alex Dima 已提交
489 490
		"./vs/workbench/services/extensions/common/extensions.ts",
		"./vs/workbench/services/extensions/common/extensionsRegistry.ts",
M
Matt Bierner 已提交
491
		"./vs/workbench/services/extensions/node/extensionDescriptionRegistry.ts",
M
Matt Bierner 已提交
492
		"./vs/workbench/services/extensions/node/extensionManagementServerService.ts",
A
Alex Dima 已提交
493
		"./vs/workbench/services/extensions/node/lazyPromise.ts",
494
		"./vs/workbench/services/extensions/node/proxyIdentifier.ts",
495 496 497
		"./vs/workbench/services/files/node/watcher/common.ts",
		"./vs/workbench/services/files/node/watcher/nsfw/watcher.ts",
		"./vs/workbench/services/files/node/watcher/unix/watcher.ts",
498 499
		"./vs/workbench/services/hash/common/hashService.ts",
		"./vs/workbench/services/hash/node/hashService.ts",
M
Matt Bierner 已提交
500
		"./vs/workbench/services/issue/common/issue.ts",
M
Matt Bierner 已提交
501
		"./vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.ts",
A
Alex Dima 已提交
502 503 504 505 506
		"./vs/workbench/services/keybinding/common/keybindingIO.ts",
		"./vs/workbench/services/keybinding/common/keyboardMapper.ts",
		"./vs/workbench/services/keybinding/common/macLinuxFallbackKeyboardMapper.ts",
		"./vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts",
		"./vs/workbench/services/keybinding/common/windowsKeyboardMapper.ts",
A
Alex Dima 已提交
507
		"./vs/workbench/services/mode/common/workbenchModeService.ts",
508
		"./vs/workbench/services/panel/common/panelService.ts",
M
Matt Bierner 已提交
509
		"./vs/workbench/services/progress/common/progress.ts",
510 511
		"./vs/workbench/services/scm/common/scm.ts",
		"./vs/workbench/services/scm/common/scmService.ts",
512
		"./vs/workbench/services/search/node/search.ts",
M
Matt Bierner 已提交
513
		"./vs/workbench/services/search/node/searchHistoryService.ts",
M
Matt Bierner 已提交
514
		"./vs/workbench/services/textMate/electron-browser/TMGrammars.ts",
A
Alex Dima 已提交
515
		"./vs/workbench/services/textMate/electron-browser/TMHelper.ts",
M
Matt Bierner 已提交
516
		"./vs/workbench/services/textMate/electron-browser/textMateService.ts",
M
Matt Bierner 已提交
517 518
		"./vs/workbench/services/textfile/electron-browser/textResourcePropertiesService.ts",
		"./vs/workbench/services/themes/common/colorExtensionPoint.ts",
M
Matt Bierner 已提交
519 520 521
		"./vs/workbench/services/themes/common/colorThemeSchema.ts",
		"./vs/workbench/services/themes/common/fileIconThemeSchema.ts",
		"./vs/workbench/services/themes/common/workbenchThemeService.ts",
522
		"./vs/workbench/services/title/common/titleService.ts",
M
Matt Bierner 已提交
523
		"./vs/workbench/services/workspace/common/workspaceEditing.ts",
M
Matt Bierner 已提交
524
		"./vs/workbench/test/electron-browser/api/mock.ts"
M
Matt Bierner 已提交
525 526
	],
	"exclude": [
M
Matt Bierner 已提交
527
		"./typings/require-monaco.d.ts"
M
Matt Bierner 已提交
528
	]
I
isidor 已提交
529
}