From 881a3b28a7b28475a06f8508c6ff2ab375275dba Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 17 Mar 2022 19:18:08 -0700 Subject: [bun.js] Implement `import.meta.resolve` --- integration/bunjs-only-snippets/baz.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integration/bunjs-only-snippets/baz.js (limited to 'integration/bunjs-only-snippets/baz.js') 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 {}; -- cgit v1.2.3