mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 03:20:56 -06:00
Rename _objectLiteralBrandBrand to _objectLiteralBrand. (#30797)
This commit is contained in:
parent
27075555c8
commit
8fc6640f55
2
lib/tsserverlibrary.d.ts
vendored
2
lib/tsserverlibrary.d.ts
vendored
@ -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. */
|
||||
|
||||
2
lib/typescript.d.ts
vendored
2
lib/typescript.d.ts
vendored
@ -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. */
|
||||
|
||||
2
lib/typescriptServices.d.ts
vendored
2
lib/typescriptServices.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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. */
|
||||
|
||||
@ -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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user