Rename _objectLiteralBrandBrand to _objectLiteralBrand. (#30797)

This commit is contained in:
David Sherret
2019-04-23 17:33:54 -04:00
committed by Ryan Cavanaugh
parent 27075555c8
commit 8fc6640f55
6 changed files with 6 additions and 6 deletions

View File

@@ -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
View File

@@ -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. */

View File

@@ -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. */