mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Rename _objectLiteralBrandBrand to _objectLiteralBrand. (#30797)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
27075555c8
commit
8fc6640f55
Vendored
+1
-1
@@ -626,7 +626,7 @@ declare namespace ts {
|
||||
initializer?: Expression;
|
||||
}
|
||||
interface ObjectLiteralElement extends NamedDeclaration {
|
||||
_objectLiteralBrandBrand: any;
|
||||
_objectLiteralBrand: any;
|
||||
name?: PropertyName;
|
||||
}
|
||||
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
|
||||
|
||||
Vendored
+1
-1
@@ -626,7 +626,7 @@ declare namespace ts {
|
||||
initializer?: Expression;
|
||||
}
|
||||
interface ObjectLiteralElement extends NamedDeclaration {
|
||||
_objectLiteralBrandBrand: any;
|
||||
_objectLiteralBrand: any;
|
||||
name?: PropertyName;
|
||||
}
|
||||
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
|
||||
|
||||
Vendored
+1
-1
@@ -626,7 +626,7 @@ declare namespace ts {
|
||||
initializer?: Expression;
|
||||
}
|
||||
interface ObjectLiteralElement extends NamedDeclaration {
|
||||
_objectLiteralBrandBrand: any;
|
||||
_objectLiteralBrand: any;
|
||||
name?: PropertyName;
|
||||
}
|
||||
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
|
||||
|
||||
@@ -946,7 +946,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export interface ObjectLiteralElement extends NamedDeclaration {
|
||||
_objectLiteralBrandBrand: any;
|
||||
_objectLiteralBrand: any;
|
||||
name?: PropertyName;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -628,7 +628,7 @@ declare namespace ts {
|
||||
initializer?: Expression;
|
||||
}
|
||||
interface ObjectLiteralElement extends NamedDeclaration {
|
||||
_objectLiteralBrandBrand: any;
|
||||
_objectLiteralBrand: any;
|
||||
name?: PropertyName;
|
||||
}
|
||||
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
|
||||
|
||||
+1
-1
@@ -628,7 +628,7 @@ declare namespace ts {
|
||||
initializer?: Expression;
|
||||
}
|
||||
interface ObjectLiteralElement extends NamedDeclaration {
|
||||
_objectLiteralBrandBrand: any;
|
||||
_objectLiteralBrand: any;
|
||||
name?: PropertyName;
|
||||
}
|
||||
/** Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute. */
|
||||
|
||||
Reference in New Issue
Block a user