aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-22 15:47:11 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-22 15:47:11 -0800
commitdfa3e19cbf1a4fefcad424b7a5a50569ce3d6864 (patch)
tree094f1617823b84956710a1a8c8a8d055e17f9a3d /integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js
parentfbac824975d425dde279cd4b618aceb49c889d0d (diff)
downloadbun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.gz
bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.zst
bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.zip
snaspshots
Diffstat (limited to 'integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js')
-rw-r--r--integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js
index 783769a85..30348f9a0 100644
--- a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js
+++ b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js
@@ -9,4 +9,5 @@ export {_login as login};
export function test() {
return testDone(import.meta.url);
}
-export let foo, bar;
+export let foo;
+export let bar;