File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ declare namespace ts {
626
626
initializer ?: Expression ;
627
627
}
628
628
interface ObjectLiteralElement extends NamedDeclaration {
629
- _objectLiteralBrandBrand : any ;
629
+ _objectLiteralBrand : any ;
630
630
name ?: PropertyName ;
631
631
}
632
632
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ declare namespace ts {
626
626
initializer ?: Expression ;
627
627
}
628
628
interface ObjectLiteralElement extends NamedDeclaration {
629
- _objectLiteralBrandBrand : any ;
629
+ _objectLiteralBrand : any ;
630
630
name ?: PropertyName ;
631
631
}
632
632
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ declare namespace ts {
626
626
initializer ?: Expression ;
627
627
}
628
628
interface ObjectLiteralElement extends NamedDeclaration {
629
- _objectLiteralBrandBrand : any ;
629
+ _objectLiteralBrand : any ;
630
630
name ?: PropertyName ;
631
631
}
632
632
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ namespace ts {
946
946
}
947
947
948
948
export interface ObjectLiteralElement extends NamedDeclaration {
949
- _objectLiteralBrandBrand : any ;
949
+ _objectLiteralBrand : any ;
950
950
name ?: PropertyName ;
951
951
}
952
952
Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ declare namespace ts {
628
628
initializer ?: Expression ;
629
629
}
630
630
interface ObjectLiteralElement extends NamedDeclaration {
631
- _objectLiteralBrandBrand : any ;
631
+ _objectLiteralBrand : any ;
632
632
name ?: PropertyName ;
633
633
}
634
634
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ declare namespace ts {
628
628
initializer ?: Expression ;
629
629
}
630
630
interface ObjectLiteralElement extends NamedDeclaration {
631
- _objectLiteralBrandBrand : any ;
631
+ _objectLiteralBrand : any ;
632
632
name ?: PropertyName ;
633
633
}
634
634
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
You can’t perform that action at this time.
0 commit comments