From 0fb39f9176c5bfb6a8cd50addd85d596fe93c459 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 21 Oct 2020 21:57:01 +1100 Subject: feat(cli): add types for WeakRef/FinalizationRegistry (#8056) Fixes #8051 --- cli/tests/weakref.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/weakref.ts (limited to 'cli/tests/weakref.ts') diff --git a/cli/tests/weakref.ts b/cli/tests/weakref.ts new file mode 100644 index 000000000..47c3985fe --- /dev/null +++ b/cli/tests/weakref.ts @@ -0,0 +1 @@ +console.log(WeakRef, FinalizationRegistry); -- cgit v1.2.3