Always preserve new lines for array and object literals and additional constructs like blocks.

This commit is contained in:
Cyrus Najmabadi
2015-03-26 13:46:35 -07:00
parent 631a9d80be
commit ceeeb9cd11
1982 changed files with 11613 additions and 29438 deletions
-6
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: "cacheDownlevelForOfLength",
type: "boolean",