There was an error while loading. Please reload this page.
2 parents 57a7d8f + 12e55fb commit 799f907Copy full SHA for 799f907
Jakefile
@@ -58,6 +58,7 @@ var servicesSources = [
58
"checker.ts",
59
"emitter.ts",
60
"program.ts",
61
+ "commandLineParser.ts",
62
"diagnosticInformationMap.generated.ts"
63
].map(function (f) {
64
return path.join(compilerDirectory, f);
@@ -102,6 +103,7 @@ var internalDefinitionsRoots = [
102
103
"compiler/core.d.ts",
104
"compiler/sys.d.ts",
105
"compiler/utilities.d.ts",
106
+ "compiler/commandLineParser.d.ts",
107
"services/utilities.d.ts",
108
];
109
0 commit comments