-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tsconfig): remove dom types (#12192)
- Loading branch information
Showing
4 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/base.d.ts b/base.d.ts | ||
index fcfed640a5652394461bc49cc426c1119eef2635..acce8ed3958e575427a705c3dcba2b7114ab1ad8 100755 | ||
--- a/base.d.ts | ||
+++ b/base.d.ts | ||
@@ -71,7 +71,7 @@ declare module "jsdom" { | ||
sendTo(console: Console, options?: VirtualConsoleSendToOptions): this; | ||
} | ||
|
||
- type BinaryData = ArrayBufferLike | NodeJS.ArrayBufferView; | ||
+ type BinaryData = ArrayBufferLike; | ||
interface BaseOptions { | ||
/** | ||
* referrer just affects the value read from document.referrer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters