summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/fixture10.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/fixture10.out')
-rw-r--r--cli/tests/testdata/bundle/fixture10.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/bundle/fixture10.out b/cli/tests/testdata/bundle/fixture10.out
new file mode 100644
index 000000000..5491e5e7f
--- /dev/null
+++ b/cli/tests/testdata/bundle/fixture10.out
@@ -0,0 +1,5 @@
+const a = "a";
+const o = {
+};
+const { a: a1 = a } = o;
+console.log(a1);