File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ declare namespace ts {
626626 initializer ?: Expression ;
627627 }
628628 interface ObjectLiteralElement extends NamedDeclaration {
629- _objectLiteralBrandBrand : any ;
629+ _objectLiteralBrand : any ;
630630 name ?: PropertyName ;
631631 }
632632 /** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ declare namespace ts {
626626 initializer ?: Expression ;
627627 }
628628 interface ObjectLiteralElement extends NamedDeclaration {
629- _objectLiteralBrandBrand : any ;
629+ _objectLiteralBrand : any ;
630630 name ?: PropertyName ;
631631 }
632632 /** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ declare namespace ts {
626626 initializer ?: Expression ;
627627 }
628628 interface ObjectLiteralElement extends NamedDeclaration {
629- _objectLiteralBrandBrand : any ;
629+ _objectLiteralBrand : any ;
630630 name ?: PropertyName ;
631631 }
632632 /** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ namespace ts {
946946 }
947947
948948 export interface ObjectLiteralElement extends NamedDeclaration {
949- _objectLiteralBrandBrand : any ;
949+ _objectLiteralBrand : any ;
950950 name ?: PropertyName ;
951951 }
952952
Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ declare namespace ts {
628628 initializer ?: Expression ;
629629 }
630630 interface ObjectLiteralElement extends NamedDeclaration {
631- _objectLiteralBrandBrand : any ;
631+ _objectLiteralBrand : any ;
632632 name ?: PropertyName ;
633633 }
634634 /** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ declare namespace ts {
628628 initializer ?: Expression ;
629629 }
630630 interface ObjectLiteralElement extends NamedDeclaration {
631- _objectLiteralBrandBrand : any ;
631+ _objectLiteralBrand : any ;
632632 name ?: PropertyName ;
633633 }
634634 /** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
You can’t perform that action at this time.
0 commit comments