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 @@ -3258,7 +3258,6 @@ export type JsxAttributeValue =
3258
3258
3259
3259
export interface JsxSpreadAttribute extends ObjectLiteralElement {
3260
3260
readonly kind : SyntaxKind . JsxSpreadAttribute ;
3261
- readonly name : PropertyName ;
3262
3261
readonly parent : JsxAttributes ;
3263
3262
readonly expression : Expression ;
3264
3263
}
Original file line number Diff line number Diff line change @@ -5446,7 +5446,6 @@ declare namespace ts {
5446
5446
type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment;
5447
5447
interface JsxSpreadAttribute extends ObjectLiteralElement {
5448
5448
readonly kind: SyntaxKind.JsxSpreadAttribute;
5449
- readonly name: PropertyName;
5450
5449
readonly parent: JsxAttributes;
5451
5450
readonly expression: Expression;
5452
5451
}
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