mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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