From 6c179daff07fe60d478142ea86231a34dc9ee1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 8 Sep 2022 22:01:48 +0200 Subject: fix(npm): recursive translation of reexports, remove window global in node code (#15806) Co-authored-by: David Sherret --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 19c5d8253..c9126ed0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,6 +1142,7 @@ name = "deno_node" version = "0.4.0" dependencies = [ "deno_core", + "once_cell", "path-clean", "regex", "serde", -- cgit v1.2.3