feat: support decorator chaining and class creation in ES5

Closes #2534
This commit is contained in:
Misko Hevery
2015-06-12 23:51:42 -07:00
parent 4f581671dc
commit c3ae34f066
12 changed files with 371 additions and 75 deletions

View File

@ -21,4 +21,4 @@ export function paramDecorator(value) {
}
export var ClassDecorator = makeDecorator(ClassDecoratorImpl);
export var ParamDecorator = makeParamDecorator(ParamDecoratorImpl);
export var ParamDecorator = makeParamDecorator(ParamDecoratorImpl);