Skip to content

Commit

Permalink
Convert parameter decorators (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven166 authored and blakeembrey committed Jan 20, 2017
1 parent 4abbe28 commit 804dc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/converter/plugins/DecoratorPlugin.ts
Expand Up @@ -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,
});
}
Expand Down

0 comments on commit 804dc54

Please sign in to comment.