Added commandLineParser.ts to the generated node module, and added the

type information for commandLineParser.ts to typescript_internal.d.ts.
This commit is contained in:
steveluc 2015-01-11 16:20:19 -08:00
parent 9c101479b9
commit 12e55fb5f7

View File

@ -58,6 +58,7 @@ var servicesSources = [
"checker.ts",
"emitter.ts",
"program.ts",
"commandLineParser.ts",
"diagnosticInformationMap.generated.ts"
].map(function (f) {
return path.join(compilerDirectory, f);
@ -102,6 +103,7 @@ var internalDefinitionsRoots = [
"compiler/core.d.ts",
"compiler/sys.d.ts",
"compiler/utilities.d.ts",
"compiler/commandLineParser.d.ts",
"services/utilities.d.ts",
];