This commit is contained in:
Ryan Cavanaugh 2015-11-09 13:16:59 -08:00
parent dbf5762156
commit 52b25a5437

View File

@ -206,7 +206,9 @@ namespace ts {
IntrinsicElements: "IntrinsicElements",
ElementClass: "ElementClass",
ElementAttributesPropertyNameContainer: "ElementAttributesProperty",
Element: "Element"
Element: "Element",
IntrinsicAttributes: "IntrinsicAttributes",
IntrinsicClassAttributes: "IntrinsicClassAttributes"
};
let subtypeRelation: Map<RelationComparisonResult> = {};