Skip to content

Commit d31c46b

Browse files
committed
ope
1 parent 84e8198 commit d31c46b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/build-augmentations.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ traverse(ast, {
3333

3434
let augmentations = [];
3535
for (const element of elements) {
36+
if (element === 'HTMLElement') continue;
37+
3638
augmentations.push(`
3739
interface ${element} {
3840
[GlintSymbol]: '${element}';

0 commit comments

Comments
 (0)