File tree 3 files changed +0
-3
lines changed
tests/baselines/reference/api
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3259,7 +3259,6 @@ export type JsxAttributeValue =
3259
3259
3260
3260
export interface JsxSpreadAttribute extends ObjectLiteralElement {
3261
3261
readonly kind : SyntaxKind . JsxSpreadAttribute ;
3262
- readonly name : PropertyName ;
3263
3262
readonly parent : JsxAttributes ;
3264
3263
readonly expression : Expression ;
3265
3264
}
Original file line number Diff line number Diff line change @@ -5451,7 +5451,6 @@ declare namespace ts {
5451
5451
type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment;
5452
5452
interface JsxSpreadAttribute extends ObjectLiteralElement {
5453
5453
readonly kind: SyntaxKind.JsxSpreadAttribute;
5454
- readonly name: PropertyName;
5455
5454
readonly parent: JsxAttributes;
5456
5455
readonly expression: Expression;
5457
5456
}
Original file line number Diff line number Diff line change @@ -1398,7 +1398,6 @@ declare namespace ts {
1398
1398
type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment ;
1399
1399
interface JsxSpreadAttribute extends ObjectLiteralElement {
1400
1400
readonly kind : SyntaxKind . JsxSpreadAttribute ;
1401
- readonly name : PropertyName ;
1402
1401
readonly parent : JsxAttributes ;
1403
1402
readonly expression : Expression ;
1404
1403
}
You can’t perform that action at this time.
0 commit comments