diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-10-21 21:57:01 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 21:57:01 +1100 |
commit | 0fb39f9176c5bfb6a8cd50addd85d596fe93c459 (patch) | |
tree | 7f9fb50e53d8cd4b5caaa1f7769a3aa13489149e /cli/dts/lib.esnext.d.ts | |
parent | be89bdfed7feea01aa606f4202d23a8d9fa06473 (diff) |
feat(cli): add types for WeakRef/FinalizationRegistry (#8056)
Fixes #8051
Diffstat (limited to 'cli/dts/lib.esnext.d.ts')
-rw-r--r-- | cli/dts/lib.esnext.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/dts/lib.esnext.d.ts b/cli/dts/lib.esnext.d.ts index c03ea0b11..ae7aaecd7 100644 --- a/cli/dts/lib.esnext.d.ts +++ b/cli/dts/lib.esnext.d.ts @@ -22,3 +22,4 @@ and limitations under the License. /// <reference lib="esnext.intl" /> /// <reference lib="esnext.string" /> /// <reference lib="esnext.promise" /> +/// <reference lib="esnext.weakref" /> |