Skip to content

Commit

Permalink
removed CharacterData from Miscellaneous docs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjclark committed Jul 2, 2020
1 parent 314d730 commit 89071b2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 599 deletions.
298 changes: 0 additions & 298 deletions builds/awaited-dom/docs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/awaited-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awaited-dom",
"version": "1.1.3",
"version": "1.1.4",
"description": "Library for converting WebIDLs to Typescript interfaces and classes",
"homepage": "https://github.com/ulixee/noderdom",
"author": "Data Liberation Foundation",
Expand Down
Binary file modified files/1-processed/main.db
Binary file not shown.
298 changes: 0 additions & 298 deletions files/2-finalized/awaited-dom/docs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noderdom",
"version": "1.1.3",
"version": "1.1.4",
"description": "Library for converting WebIDLs to Typescript interfaces and classes",
"homepage": "https://github.com/ulixee/noderdom",
"author": "Data Liberation Foundation",
Expand Down
2 changes: 1 addition & 1 deletion scripts/1-process/dbGenerator/insertInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for (const mdnInterface of mdnInterfaces) {
tags.push('Node');
} else if (['NodeList', 'RadioNodeList', 'HTMLCollection', 'HTMLOptionsCollection'].includes(mdnInterface.name)) {
tags.push('ArrayLike');
} else if (['EventTarget', 'Attr', 'CharacterData'].includes(mdnInterface.name)) {
} else if (['EventTarget', 'Attr'].includes(mdnInterface.name)) {
tags.push('Miscellaneous');
}
if (mdnInterface.category === 'HTMLElements') {
Expand Down

0 comments on commit 89071b2

Please sign in to comment.