File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3258,7 +3258,6 @@ export type JsxAttributeValue =
32583258
32593259export interface JsxSpreadAttribute extends ObjectLiteralElement {
32603260 readonly kind : SyntaxKind . JsxSpreadAttribute ;
3261- readonly name : PropertyName ;
32623261 readonly parent : JsxAttributes ;
32633262 readonly expression : Expression ;
32643263}
Original file line number Diff line number Diff line change @@ -5446,7 +5446,6 @@ declare namespace ts {
54465446 type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment;
54475447 interface JsxSpreadAttribute extends ObjectLiteralElement {
54485448 readonly kind: SyntaxKind.JsxSpreadAttribute;
5449- readonly name: PropertyName;
54505449 readonly parent: JsxAttributes;
54515450 readonly expression: Expression;
54525451 }
Original file line number Diff line number Diff line change @@ -1398,7 +1398,6 @@ declare namespace ts {
13981398 type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment ;
13991399 interface JsxSpreadAttribute extends ObjectLiteralElement {
14001400 readonly kind : SyntaxKind . JsxSpreadAttribute ;
1401- readonly name : PropertyName ;
14021401 readonly parent : JsxAttributes ;
14031402 readonly expression : Expression ;
14041403 }
You can’t perform that action at this time.
0 commit comments