Skip to content

Commit 8a4e6f9

Browse files
author
Kanchalai Tanglertsampan
committed
Add JsxOpeningLikeElement to CallLikeExpression
1 parent 5628afa commit 8a4e6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ namespace ts {
11211121
template: Template;
11221122
}
11231123

1124-
export type CallLikeExpression = CallExpression | NewExpression | TaggedTemplateExpression | Decorator;
1124+
export type CallLikeExpression = CallExpression | NewExpression | TaggedTemplateExpression | Decorator | JsxOpeningLikeElement;
11251125

11261126
// @kind(SyntaxKind.AsExpression)
11271127
export interface AsExpression extends Expression {

0 commit comments

Comments
 (0)