summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.es2021.weakref.d.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-07-03 15:09:54 +0100
committerGitHub <noreply@github.com>2024-07-03 16:09:54 +0200
commit3242e2718fdbbdb6d1855c0f694e816f9af3f09c (patch)
treeee058f886a717a1571d247ef94d95ace14ef4055 /cli/tsc/dts/lib.es2021.weakref.d.ts
parent496ea5903bbe8e86185c30fc6f478b0092d64d65 (diff)
feat: Upgrade to TypeScript 5.5.2 (#24326)
This commit upgrades TypeScript to 5.5.2. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
Diffstat (limited to 'cli/tsc/dts/lib.es2021.weakref.d.ts')
-rw-r--r--cli/tsc/dts/lib.es2021.weakref.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.es2021.weakref.d.ts b/cli/tsc/dts/lib.es2021.weakref.d.ts
index 986af60d4..48e76265a 100644
--- a/cli/tsc/dts/lib.es2021.weakref.d.ts
+++ b/cli/tsc/dts/lib.es2021.weakref.d.ts
@@ -60,7 +60,7 @@ interface FinalizationRegistry<T> {
* @param unregisterToken The token that was used as the unregisterToken argument when calling
* register to register the target value.
*/
- unregister(unregisterToken: WeakKey): void;
+ unregister(unregisterToken: WeakKey): boolean;
}
interface FinalizationRegistryConstructor {