summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/fixture08.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/fixture08.out')
-rw-r--r--cli/tests/testdata/bundle/fixture08.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/testdata/bundle/fixture08.out b/cli/tests/testdata/bundle/fixture08.out
new file mode 100644
index 000000000..bfe40aa37
--- /dev/null
+++ b/cli/tests/testdata/bundle/fixture08.out
@@ -0,0 +1,7 @@
+const a1 = "a";
+const mod = function() {
+ return {
+ a: a1
+ };
+}();
+export { mod as a };