Merge remote-tracking branch 'origin/master' into systemModule

This commit is contained in:
Vladimir Matveev
2015-04-11 12:31:52 -07:00
120 changed files with 31328 additions and 23823 deletions
-1
View File
@@ -165,7 +165,6 @@ module ts {
}
];
/* @internal */
export function parseCommandLine(commandLine: string[]): ParsedCommandLine {
var options: CompilerOptions = {};
var fileNames: string[] = [];