Skip to content

Commit

Permalink
Address Nico's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdunk committed Mar 28, 2020
1 parent 16cf27a commit c7b172d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -129,6 +129,7 @@ export function buildDecoratedClass(ref, path, elements, file) {
const classDecorators = takeDecorators(node);
const definitions = t.arrayExpression(
elements
// Ignore TypeScript's abstract methods (see #10514)
.filter(element => !element.node.abstract)
.map(extractElementDescriptor.bind(file, node.id, superId)),
);
Expand Down

0 comments on commit c7b172d

Please sign in to comment.