-
-
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.
Merge branch 'main' into replace-exit
- Loading branch information
Showing
90 changed files
with
7,485 additions
and
8,298 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,26 @@ | ||
diff --git a/dist/commonjs/index.d.ts b/dist/commonjs/index.d.ts | ||
index f59de7602a528afde714e56dcf8c25ee496e39fb..804042b5ff381b8594307296de29d31d1b564c92 100644 | ||
--- a/dist/commonjs/index.d.ts | ||
+++ b/dist/commonjs/index.d.ts | ||
@@ -837,7 +837,7 @@ export declare namespace LRUCache { | ||
* | ||
* Changing any of these will alter the defaults for subsequent method calls. | ||
*/ | ||
-export declare class LRUCache<K extends {}, V extends {}, FC = unknown> implements Map<K, V> { | ||
+export declare class LRUCache<K extends {}, V extends {}, FC = unknown> { | ||
#private; | ||
/** | ||
* {@link LRUCache.OptionsBase.ttl} | ||
diff --git a/dist/esm/index.d.ts b/dist/esm/index.d.ts | ||
index f59de7602a528afde714e56dcf8c25ee496e39fb..804042b5ff381b8594307296de29d31d1b564c92 100644 | ||
--- a/dist/esm/index.d.ts | ||
+++ b/dist/esm/index.d.ts | ||
@@ -837,7 +837,7 @@ export declare namespace LRUCache { | ||
* | ||
* Changing any of these will alter the defaults for subsequent method calls. | ||
*/ | ||
-export declare class LRUCache<K extends {}, V extends {}, FC = unknown> implements Map<K, V> { | ||
+export declare class LRUCache<K extends {}, V extends {}, FC = unknown> { | ||
#private; | ||
/** | ||
* {@link LRUCache.OptionsBase.ttl} |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.