Skip to content

Commit d1d5cac

Browse files
author
Kanchalai Tanglertsampan
committed
Address PR: Remove duplication
1 parent 78b8275 commit d1d5cac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace ts {
1+
namespace ts {
22
/**
33
* Type of objects whose values are all of the same type.
44
* The `in` and `for-in` operators can *not* be safely used,
@@ -1451,10 +1451,6 @@ namespace ts {
14511451
expression: SuperExpression;
14521452
}
14531453

1454-
export interface ImportExpression extends PrimaryExpression {
1455-
kind: SyntaxKind.ImportKeyword;
1456-
}
1457-
14581454
export interface ImportCall extends CallExpression {
14591455
expression: ImportExpression;
14601456
}

0 commit comments

Comments
 (0)