mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix missed tasks to add esnext.weakref (#40981)
Follow up to #38232, based on #33844
This commit is contained in:
@@ -73,7 +73,8 @@ namespace ts {
|
||||
["esnext.intl", "lib.esnext.intl.d.ts"],
|
||||
["esnext.bigint", "lib.es2020.bigint.d.ts"],
|
||||
["esnext.string", "lib.esnext.string.d.ts"],
|
||||
["esnext.promise", "lib.esnext.promise.d.ts"]
|
||||
["esnext.promise", "lib.esnext.promise.d.ts"],
|
||||
["esnext.weakref", "lib.esnext.weakref.d.ts"]
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user