summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-04 13:21:38 +0100
committerGitHub <noreply@github.com>2020-12-04 13:21:38 +0100
commite6b90beb3d515129b842f9b9a620aebcd88b522a (patch)
tree6d4d5b19414ec02e9225d23de23b8a4e26bacd28 /cli/tests
parent0ea1c6f5b07e18dad60bca5f1c7631be5b5005b3 (diff)
upgrade: swc_bundler 0.17.5 (#8588)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/bundle/fixture02.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/bundle/fixture02.out b/cli/tests/bundle/fixture02.out
index a00289183..bd3e349bd 100644
--- a/cli/tests/bundle/fixture02.out
+++ b/cli/tests/bundle/fixture02.out
@@ -3,6 +3,7 @@ const mod = function() {
const c1 = c;
class C {
}
+ const __default = C;
return {
c,
default: C