diff options
author | 2022-07-09 15:45:38 +0400 | |
---|---|---|
committer | 2022-07-09 05:09:16 -0700 | |
commit | 7d1c9fa1a471d180c078a860c4885478f334bdf5 (patch) | |
tree | 1c7fa59320147142c828dc7ca1d38bbda3722839 /test/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js | |
parent | dd5996379d3783e1982f156056dc550e365920d8 (diff) | |
download | bun-7d1c9fa1a471d180c078a860c4885478f334bdf5.tar.gz bun-7d1c9fa1a471d180c078a860c4885478f334bdf5.tar.zst bun-7d1c9fa1a471d180c078a860c4885478f334bdf5.zip |
Migrate to Zig v0.10.0
Diffstat (limited to 'test/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js')
-rw-r--r-- | test/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js b/test/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js index 1bd6883d8..77e4fc695 100644 --- a/test/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js +++ b/test/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js @@ -5,7 +5,6 @@ import * as _loginReally2 from "http://localhost:8080/_login.js"; import * as _authReally from "http://localhost:8080/_auth.js"; export { _login as login }; - export function test() { return testDone(import.meta.url); } |