From faf2e802724be9d493dad232759b76e7253feab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 2 Mar 2021 13:39:56 +0100 Subject: chore: upgrade crates (#9632) --- cli/tests/bundle/fixture14.out | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'cli/tests/bundle/fixture14.out') diff --git a/cli/tests/bundle/fixture14.out b/cli/tests/bundle/fixture14.out index 2534a7015..392bb6478 100644 --- a/cli/tests/bundle/fixture14.out +++ b/cli/tests/bundle/fixture14.out @@ -1,31 +1,2 @@ -const mod = function() { - const mod1 = []; - return { - mod: mod1 - }; -}(); +const mod = []; console.log(mod); -const mod1 = function() { - const c = []; - const c1 = c; - return { - c: c - }; -}(); -const c = mod1; -const mod2 = function() { - const b = []; - const b1 = b; - return { - b: b - }; -}(); -const b = mod2; -const mod3 = function() { - const a = []; - const a1 = a; - return { - a: a - }; -}(); -const a = mod3; -- cgit v1.2.3