diff options
author | 2022-02-27 04:54:41 -0800 | |
---|---|---|
committer | 2022-02-27 04:54:41 -0800 | |
commit | 3f9c5edbf5d3951b13de186c24ce35189d25972d (patch) | |
tree | 3d879f9c0414fcd0c6065d69cce2309bc18652a2 /integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js | |
parent | 1ed74ab59bf7b577791660d87a573d976eadb82c (diff) | |
download | bun-3f9c5edbf5d3951b13de186c24ce35189d25972d.tar.gz bun-3f9c5edbf5d3951b13de186c24ce35189d25972d.tar.zst bun-3f9c5edbf5d3951b13de186c24ce35189d25972d.zip |
:camera:
Diffstat (limited to 'integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js')
-rw-r--r-- | integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js index 30348f9a0..d4472a8de 100644 --- a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js +++ b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js @@ -4,7 +4,7 @@ import * as _loginReally from "http://localhost:8080/_login.js"; import * as _loginReally2 from "http://localhost:8080/_login.js"; import * as _authReally from "http://localhost:8080/_auth.js"; -export {_login as login}; +export { _login as login }; export function test() { return testDone(import.meta.url); |