mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
'const enum' iteration 0. TODO: allow and track const enums in imports, add more tests
This commit is contained in:
@@ -118,11 +118,6 @@ module ts {
|
||||
shortName: "w",
|
||||
type: "boolean",
|
||||
description: Diagnostics.Watch_input_files,
|
||||
},
|
||||
{
|
||||
name: "propagateEnumConstants",
|
||||
type: "boolean",
|
||||
description: Diagnostics.Propagate_constant_values_in_enum_member_initializers
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user