Skip to content

Commit 52b25a5

Browse files
committed
WIP
1 parent dbf5762 commit 52b25a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/compiler/checker.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ namespace ts {
206206
IntrinsicElements: "IntrinsicElements",
207207
ElementClass: "ElementClass",
208208
ElementAttributesPropertyNameContainer: "ElementAttributesProperty",
209-
Element: "Element"
209+
Element: "Element",
210+
IntrinsicAttributes: "IntrinsicAttributes",
211+
IntrinsicClassAttributes: "IntrinsicClassAttributes"
210212
};
211213

212214
let subtypeRelation: Map<RelationComparisonResult> = {};

0 commit comments

Comments
 (0)