Merge branch 'master' into forOfLengthCache

Conflicts:
	Jakefile
	src/compiler/commandLineParser.ts
	src/compiler/types.ts
This commit is contained in:
Cyrus Najmabadi
2015-03-29 00:09:29 -07:00
1982 changed files with 11612 additions and 29439 deletions

View File

@@ -140,12 +140,6 @@ module ts {
description: Diagnostics.Do_not_emit_declarations_for_code_that_has_an_internal_annotation,
experimental: true
},
{
name: "preserveNewLines",
type: "boolean",
description: Diagnostics.Preserve_new_lines_when_emitting_code,
experimental: true
},
{
name: "target",
shortName: "t",