diff --git a/src/compiler/transformers/ts.ts b/src/compiler/transformers/ts.ts index 6af8a2635993f..749ea46c8f20c 100644 --- a/src/compiler/transformers/ts.ts +++ b/src/compiler/transformers/ts.ts @@ -345,6 +345,7 @@ namespace ts { case SyntaxKind.PropertyDeclaration: // TypeScript property declarations are elided. + return undefined; case SyntaxKind.Constructor: return visitConstructor(node);