We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d9af55 + 2713781 commit bb56a42Copy full SHA for bb56a42
baselines/dom.generated.d.ts
@@ -10385,7 +10385,7 @@ interface Node extends EventTarget {
10385
/**
10386
* Returns the next sibling.
10387
*/
10388
- readonly nextSibling: Node | null;
+ readonly nextSibling: ChildNode | null;
10389
10390
* Returns a string appropriate for the type of node, as
10391
* follows:
inputfiles/overridingTypes.json
@@ -674,6 +674,9 @@
674
"read-only": 1,
675
"override-type": "string | null",
676
"deprecated": 1
677
+ },
678
+ "nextSibling": {
679
+ "override-type": "ChildNode | null"
680
}
681
682
0 commit comments