blob: 8e6dabcdb18dd38bff3ce045f838037faf2b2899 (
plain) (
blame)
1
2
3
4
5
|
// 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);
}
|