Convert parameter decorators (#391)

This commit is contained in:
Steven Hermans
2017-01-20 19:59:40 +01:00
committed by Blake Embrey
parent 4abbe28147
commit 804dc54e7d

View File

@@ -24,6 +24,7 @@ export class DecoratorPlugin extends ConverterComponent
this.listenTo(this.owner, {
[Converter.EVENT_BEGIN]: this.onBegin,
[Converter.EVENT_CREATE_DECLARATION]: this.onDeclaration,
[Converter.EVENT_CREATE_PARAMETER]: this.onDeclaration,
[Converter.EVENT_RESOLVE]: this.onBeginResolve,
});
}