mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Also fix type of NewExpression#arguments
This commit is contained in:
@@ -1450,7 +1450,7 @@ namespace ts {
|
||||
kind: SyntaxKind.NewExpression;
|
||||
expression: LeftHandSideExpression;
|
||||
typeArguments?: NodeArray<TypeNode>;
|
||||
arguments: NodeArray<Expression>;
|
||||
arguments?: NodeArray<Expression>;
|
||||
}
|
||||
|
||||
export interface TaggedTemplateExpression extends MemberExpression {
|
||||
|
||||
Reference in New Issue
Block a user