aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/tsx-fallback-rewrite-works.tsx
blob: b1861991407c14c2cb4e41949addb1ed70a7da0a (plain) (blame)
1
2
3
4
5
// This looks like it does nothing
// But if you import /tsx-fallback-rewrite-works.js, it should resolve the import to /tsx-fallback-rewrite-works.tsx
export function test() {
  return testDone(import.meta.url);
}