From dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 22 Feb 2022 15:47:11 -0800 Subject: snaspshots --- ...cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js') 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; -- cgit v1.2.3