summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture11.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-29 00:22:36 +0100
committerGitHub <noreply@github.com>2020-12-29 00:22:36 +0100
commit24844a00527f58466b0b057da70b61f8278b84f5 (patch)
tree6edb0f869ef6506241a01e9c477e17ef2be71ef2 /cli/tests/bundle/fixture11.out
parentb778f8bbff135dfa2213273f0f10fd5beda77de4 (diff)
upgrade: dprint, swc_bundler, swc_common, swc_ecmascript (#8901)
Diffstat (limited to 'cli/tests/bundle/fixture11.out')
-rw-r--r--cli/tests/bundle/fixture11.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/bundle/fixture11.out b/cli/tests/bundle/fixture11.out
index c09f0cac9..3dc1a454b 100644
--- a/cli/tests/bundle/fixture11.out
+++ b/cli/tests/bundle/fixture11.out
@@ -8,6 +8,8 @@ var O2;
O1[O1["C"] = 2] = "C";
})(O2 || (O2 = {
}));
+const O1 = O2;
+export { O1 as O };
class A {
#a;
#c;
@@ -27,5 +29,3 @@ class A {
const a2 = new A();
a2.a();
a2.c();
-const O1 = O2;
-export { O1 as O };