Skip to content

Commit 0ddea9b

Browse files
committed
Fix build break
1 parent 667a1e4 commit 0ddea9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10257,7 +10257,7 @@ interface Node extends EventTarget {
1025710257
* Returns the last child.
1025810258
*/
1025910259
readonly lastChild: ChildNode | null;
10260-
readonly namespaceURI: string | null;;
10260+
readonly namespaceURI: string | null;
1026110261
/**
1026210262
* Returns the next sibling.
1026310263
*/

inputfiles/overridingTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
"namespaceURI": {
539539
"name":"namespaceURI",
540540
"read-only": 1,
541-
"override-type": "string | null;"
541+
"override-type": "string | null"
542542
}
543543
}
544544
}

0 commit comments

Comments
 (0)