mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: update to TypeScript 4.7 (#14242)
This commit is contained in:
parent
c41544ac7b
commit
7eee521199
30 changed files with 24474 additions and 20858 deletions
4
cli/dts/lib.dom.extras.d.ts
vendored
4
cli/dts/lib.dom.extras.d.ts
vendored
|
@ -7,10 +7,6 @@
|
|||
|
||||
/// <reference no-default-lib="true"/>
|
||||
|
||||
interface AbortSignal extends EventTarget {
|
||||
readonly reason?: unknown;
|
||||
}
|
||||
|
||||
declare interface URLPatternInit {
|
||||
protocol?: string;
|
||||
username?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue