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/resolve-typescript-file.tsx | |
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/resolve-typescript-file.tsx')
-rw-r--r-- | integration/bunjs-only-snippets/resolve-typescript-file.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/bunjs-only-snippets/resolve-typescript-file.tsx b/integration/bunjs-only-snippets/resolve-typescript-file.tsx new file mode 100644 index 000000000..ff8b4c563 --- /dev/null +++ b/integration/bunjs-only-snippets/resolve-typescript-file.tsx @@ -0,0 +1 @@ +export default {}; |