We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e8198 commit d31c46bCopy full SHA for d31c46b
bin/build-augmentations.mjs
@@ -33,6 +33,8 @@ traverse(ast, {
33
34
let augmentations = [];
35
for (const element of elements) {
36
+ if (element === 'HTMLElement') continue;
37
+
38
augmentations.push(`
39
interface ${element} {
40
[GlintSymbol]: '${element}';
0 commit comments