diff options
author | 2022-03-17 19:18:08 -0700 | |
---|---|---|
committer | 2022-03-17 19:18:08 -0700 | |
commit | 881a3b28a7b28475a06f8508c6ff2ab375275dba (patch) | |
tree | 47812d91bf44cf2bdcb4e3751490a94a5497d268 /integration/bunjs-only-snippets/baz.js | |
parent | b3f4f8db24b6f9e0fc5e88eec08174df466672a1 (diff) | |
download | bun-881a3b28a7b28475a06f8508c6ff2ab375275dba.tar.gz bun-881a3b28a7b28475a06f8508c6ff2ab375275dba.tar.zst bun-881a3b28a7b28475a06f8508c6ff2ab375275dba.zip |
[bun.js] Implement `import.meta.resolve`
Diffstat (limited to 'integration/bunjs-only-snippets/baz.js')
-rw-r--r-- | integration/bunjs-only-snippets/baz.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integration/bunjs-only-snippets/baz.js b/integration/bunjs-only-snippets/baz.js new file mode 100644 index 000000000..5837bb3bb --- /dev/null +++ b/integration/bunjs-only-snippets/baz.js @@ -0,0 +1,2 @@ +// this file is used in resolve.test.js +export default {}; |