From 12e55fb5f716b4816b6323e87d3a68e8451926ae Mon Sep 17 00:00:00 2001 From: steveluc Date: Sun, 11 Jan 2015 16:20:19 -0800 Subject: [PATCH] Added commandLineParser.ts to the generated node module, and added the type information for commandLineParser.ts to typescript_internal.d.ts. --- Jakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jakefile b/Jakefile index c1c408af0e..15661debff 100644 --- a/Jakefile +++ b/Jakefile @@ -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", ];