Added __param helper for parameter decorators and cleaned up __decorate and __metadata

This commit is contained in:
Ron Buckton
2015-04-01 17:58:28 -07:00
parent c804f5b035
commit 5c440384ba
43 changed files with 1150 additions and 1082 deletions

View File

@@ -156,6 +156,11 @@ module ts {
shortName: "w",
type: "boolean",
description: Diagnostics.Watch_input_files,
},
{
name: "emitDecoratorMetadata",
type: "boolean",
experimental: true
}
];