feat: support decorator chaining and class creation in ES5
Closes #2534
This commit is contained in:
@ -21,4 +21,4 @@ export function paramDecorator(value) {
|
||||
}
|
||||
|
||||
export var ClassDecorator = makeDecorator(ClassDecoratorImpl);
|
||||
export var ParamDecorator = makeParamDecorator(ParamDecoratorImpl);
|
||||
export var ParamDecorator = makeParamDecorator(ParamDecoratorImpl);
|
||||
|
Reference in New Issue
Block a user