File tree 2 files changed +7
-0
lines changed 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ var servicesFiles = [
9
9
"../compiler/checker.ts" ,
10
10
"../compiler/emitter.ts" ,
11
11
"../compiler/program.ts" ,
12
+ "../compiler/declarationEmitter.ts" ,
12
13
"../compiler/diagnosticInformationMap.generated.ts" ,
13
14
"../compiler/commandLineParser.ts" ,
14
15
"breakpoints.ts" ,
16
+ "navigateTo.ts" ,
15
17
"navigationBar.ts" ,
16
18
"outliningElementsCollector.ts" ,
19
+ "patternMatcher.ts" ,
17
20
"services.ts" ,
18
21
"shims.ts" ,
19
22
"signatureHelp.ts" ,
Original file line number Diff line number Diff line change 1
1
// Put the whole of `ts` namespace into the global `ts` variable
2
2
// IMPORTANT!!!!!!!!!!!! `diagnosticInformationMap` needs to be before `commandLineParser`
3
+ // Also a few files were missing that I added manually below
3
4
var servicesFiles = [
4
5
"../compiler/core.ts" ,
5
6
"../compiler/sys.ts" ,
@@ -11,11 +12,14 @@ var servicesFiles = [
11
12
"../compiler/checker.ts" ,
12
13
"../compiler/emitter.ts" ,
13
14
"../compiler/program.ts" ,
15
+ "../compiler/declarationEmitter.ts" ,
14
16
"../compiler/diagnosticInformationMap.generated.ts" ,
15
17
"../compiler/commandLineParser.ts" ,
16
18
"breakpoints.ts" ,
19
+ "navigateTo.ts" ,
17
20
"navigationBar.ts" ,
18
21
"outliningElementsCollector.ts" ,
22
+ "patternMatcher.ts" ,
19
23
"services.ts" ,
20
24
"shims.ts" ,
21
25
"signatureHelp.ts" ,
You can’t perform that action at this time.
0 commit comments