const enums, iteration 1: const enums can be used in imports, const enums can be merged only with const enums.

This commit is contained in:
Vladimir Matveev
2014-10-29 00:17:16 -07:00
parent 6f4ea86227
commit e949eda583
16 changed files with 703 additions and 233 deletions

View File

@@ -118,6 +118,10 @@ module ts {
shortName: "w",
type: "boolean",
description: Diagnostics.Watch_input_files,
},
{
name: "preserveConstEnums",
type: "boolean"
}
];