aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/ts-fallback-rewrite-works.ts
blob: 8054897b8a009d54cf1c96cc0b7ef03f4539dd0a (plain) (blame)
1
2
3
4
5
6
// @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);
}