We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf5762 commit 52b25a5Copy full SHA for 52b25a5
1 file changed
src/compiler/checker.ts
@@ -206,7 +206,9 @@ namespace ts {
206
IntrinsicElements: "IntrinsicElements",
207
ElementClass: "ElementClass",
208
ElementAttributesPropertyNameContainer: "ElementAttributesProperty",
209
- Element: "Element"
+ Element: "Element",
210
+ IntrinsicAttributes: "IntrinsicAttributes",
211
+ IntrinsicClassAttributes: "IntrinsicClassAttributes"
212
};
213
214
let subtypeRelation: Map<RelationComparisonResult> = {};
0 commit comments