Skip to content

Commit 3dc754a

Browse files
authored
Merge pull request microsoft#22448 from Microsoft/portGeneratedLibFiles3-9-2
Port generated lib files
2 parents fa2b7ff + b6e83cd commit 3dc754a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/lib/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3654,7 +3654,7 @@ interface Document extends Node, GlobalEventHandlers, ParentNode, DocumentEvent
36543654
/**
36553655
* Contains information about the current URL.
36563656
*/
3657-
location: Location | string;
3657+
location: Location;
36583658
msCSSOMElementFloatMetrics: boolean;
36593659
msCapsLockWarningOff: boolean;
36603660
/**
@@ -14909,7 +14909,7 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window
1490914909
readonly innerWidth: number;
1491014910
readonly isSecureContext: boolean;
1491114911
readonly length: number;
14912-
location: Location | string;
14912+
location: Location;
1491314913
readonly locationbar: BarProp;
1491414914
readonly menubar: BarProp;
1491514915
readonly msContentScript: ExtensionScriptApis;
@@ -15718,7 +15718,7 @@ declare var innerHeight: number;
1571815718
declare var innerWidth: number;
1571915719
declare var isSecureContext: boolean;
1572015720
declare var length: number;
15721-
declare var location: Location | string;
15721+
declare var location: Location;
1572215722
declare var locationbar: BarProp;
1572315723
declare var menubar: BarProp;
1572415724
declare var msContentScript: ExtensionScriptApis;

tests/baselines/reference/mappedTypeRecursiveInference.types

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)