๐Ÿ“ฆ oven-sh / bun

๐Ÿ“„ ts-fallback-rewrite-works.ts ยท 7 lines
1
2
3
4
5
6
7// @ts-nocheck
// This looks like it does nothing
// But if you import /ts-fallback-rewrite-works.js, it should resolve the import to /ts-fallback-rewrite-works.ts
export function test() {
  return testDone(import.meta.url);
}