From 81ce4499e7da7baf421b85b4a188d1a63569cab4 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 12 Aug 2020 11:01:36 +0100 Subject: fix: Make std work with isolatedModules (#7016) --- std/node/global.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std/node') diff --git a/std/node/global.ts b/std/node/global.ts index 0cb6b8b06..1049f8ba1 100644 --- a/std/node/global.ts +++ b/std/node/global.ts @@ -7,3 +7,5 @@ Object.defineProperty(globalThis, Symbol.toStringTag, { // eslint-disable-next-line @typescript-eslint/no-explicit-any (globalThis as any)["global"] = globalThis; + +export {}; -- cgit v1.2.3