Skip to content

Commit 40e99e7

Browse files
committed
Updated comment
1 parent 980a894 commit 40e99e7

File tree

1 file changed

+0
-1
lines changed
  • src/compiler/transformers

1 file changed

+0
-1
lines changed

src/compiler/transformers/ts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ namespace ts {
286286
// TypeScript property declarations are elided.
287287

288288
case SyntaxKind.Constructor:
289-
// TypeScript constructors are transformed in `visitClassDeclaration`.
290289
return visitConstructor(<ConstructorDeclaration>node);
291290

292291
case SyntaxKind.InterfaceDeclaration:

0 commit comments

Comments
 (0)