Skip to content

Commit 7e6db51

Browse files
Restore overrides.
1 parent 9d18394 commit 7e6db51

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

inputfiles/overridingTypes.jsonc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,26 @@
768768
},
769769
"properties": {
770770
"property": {
771+
"parentNode": {
772+
"overrideType": "ParentNode"
773+
},
771774
"parentElement": {
772775
"overrideType": "HTMLElement"
776+
},
777+
"childNodes": {
778+
"overrideType": "NodeListOf<ChildNode>"
779+
},
780+
"firstChild": {
781+
"overrideType": "ChildNode"
782+
},
783+
"lastChild": {
784+
"overrideType": "ChildNode"
785+
},
786+
"nextSibling": {
787+
"overrideType": "ChildNode"
788+
},
789+
"previousSibling": {
790+
"overrideType": "ChildNode"
773791
}
774792
}
775793
}

0 commit comments

Comments
 (0)