Added experimentalDecorators flag

This commit is contained in:
Ron Buckton
2015-06-01 15:01:24 -07:00
parent 711886e099
commit 62ba36908b
49 changed files with 86 additions and 6 deletions

View File

@@ -188,10 +188,16 @@ module ts {
type: "boolean",
description: Diagnostics.Watch_input_files,
},
{
name: "experimentalDecorators",
type: "boolean",
description: Diagnostics.Enables_experimental_support_for_ES7_decorators
},
{
name: "emitDecoratorMetadata",
type: "boolean",
experimental: true
experimental: true,
description: Diagnostics.Enables_experimental_support_for_emitting_type_metadata_for_decorators
}
];