Skip to content

Commit 799f907

Browse files
committed
Merge pull request microsoft#1642 from Microsoft/addCmdLineParser
Added commandLineParser.ts to the generated node module
2 parents 57a7d8f + 12e55fb commit 799f907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ var servicesSources = [
5858
"checker.ts",
5959
"emitter.ts",
6060
"program.ts",
61+
"commandLineParser.ts",
6162
"diagnosticInformationMap.generated.ts"
6263
].map(function (f) {
6364
return path.join(compilerDirectory, f);
@@ -102,6 +103,7 @@ var internalDefinitionsRoots = [
102103
"compiler/core.d.ts",
103104
"compiler/sys.d.ts",
104105
"compiler/utilities.d.ts",
106+
"compiler/commandLineParser.d.ts",
105107
"services/utilities.d.ts",
106108
];
107109

0 commit comments

Comments
 (0)