Commit 7345e8d
Add conditional return type for Clients.matchAll (#928)
* Add conditional return type for Clients.matchAll
When specifically querying for clients of type window, return the specific WindowClient type.
* Update baselines/webworker.generated.d.ts
Use narrower `extends` test in conditional type.
* Update inputfiles/overridingTypes.json
Add missed source JSON update
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>1 parent 5c690ed commit 7345e8d
File tree
2 files changed
+6
-1
lines changed- baselines
- inputfiles
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
| 935 | + | |
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2606 | 2606 | | |
2607 | 2607 | | |
2608 | 2608 | | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
2609 | 2614 | | |
2610 | 2615 | | |
2611 | 2616 | | |
| |||
0 commit comments