Make the preservation of formatting an optional experimental compiler flag.

This commit is contained in:
Cyrus Najmabadi
2015-03-08 18:23:23 -07:00
parent f351916fc2
commit c371f1e521
1891 changed files with 28573 additions and 11183 deletions

View File

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