We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980a894 commit 40e99e7Copy full SHA for 40e99e7
1 file changed
src/compiler/transformers/ts.ts
@@ -286,7 +286,6 @@ namespace ts {
286
// TypeScript property declarations are elided.
287
288
case SyntaxKind.Constructor:
289
- // TypeScript constructors are transformed in `visitClassDeclaration`.
290
return visitConstructor(<ConstructorDeclaration>node);
291
292
case SyntaxKind.InterfaceDeclaration:
0 commit comments