mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 11:24:29 -05:00
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:
@@ -118,6 +118,10 @@ module ts {
|
||||
shortName: "w",
|
||||
type: "boolean",
|
||||
description: Diagnostics.Watch_input_files,
|
||||
},
|
||||
{
|
||||
name: "preserveConstEnums",
|
||||
type: "boolean"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user