Convert parameter decorators (#391)
This commit is contained in:
committed by
Blake Embrey
parent
4abbe28147
commit
804dc54e7d
@@ -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,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user