Skip to content

Commit 2b0e0cf

Browse files
robwormaldbrandonroberts
authored andcommitted
fix(decorator): add ExportDecoratedItems jsdoc for g3 (#456)
1 parent 46d6f2f commit 2b0e0cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/effects/src/effects_metadata.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ function setEffectMetadataEntries(sourceProto: any, entries: EffectMetadata[]) {
2525
Array.prototype.push.apply(meta, entries);
2626
}
2727

28+
/**
29+
* @ExportDecoratedItems
30+
*/
2831
export function Effect({ dispatch } = { dispatch: true }): PropertyDecorator {
2932
return function(target: any, propertyName: string) {
3033
const metadata: EffectMetadata = { propertyName, dispatch };

0 commit comments

Comments
 (0)