Skip to content

Commit 3324684

Browse files
committed
Fix lint error
1 parent 815f133 commit 3324684

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
@@ -1941,7 +1941,6 @@ namespace ts {
19411941
break;
19421942

19431943
case SyntaxKind.TypeQuery:
1944-
case SyntaxKind.TypeOperator:
19451944
case SyntaxKind.IndexedAccessType:
19461945
case SyntaxKind.MappedType:
19471946
case SyntaxKind.TypeLiteral:

0 commit comments

Comments
 (0)