summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture11.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-01-11 15:32:34 +0100
committerGitHub <noreply@github.com>2021-01-11 15:32:34 +0100
commitd676b6c63ada85801673f0e691f8ba11e44e347a (patch)
tree02067230de7802bfe166139a88324dda596c6dc1 /cli/tests/bundle/fixture11.out
parent2b75a1155906613df16bad9d1eb84f3dc0ba571b (diff)
upgrade: swc_bundler 0.19.2 (#9085)
Diffstat (limited to 'cli/tests/bundle/fixture11.out')
-rw-r--r--cli/tests/bundle/fixture11.out7
1 files changed, 4 insertions, 3 deletions
diff --git a/cli/tests/bundle/fixture11.out b/cli/tests/bundle/fixture11.out
index 3dc1a454b..9c22c3b09 100644
--- a/cli/tests/bundle/fixture11.out
+++ b/cli/tests/bundle/fixture11.out
@@ -1,6 +1,3 @@
-function a() {
- console.log("a");
-}
var O2;
(function(O1) {
O1[O1["A"] = 0] = "A";
@@ -8,6 +5,9 @@ var O2;
O1[O1["C"] = 2] = "C";
})(O2 || (O2 = {
}));
+function a() {
+ console.log("a");
+}
const O1 = O2;
export { O1 as O };
class A {
@@ -29,3 +29,4 @@ class A {
const a2 = new A();
a2.a();
a2.c();
+const O3 = O2;