blob: 918db3b04072be0f719301f6efa227cacccfc43b (
plain) (
blame)
1
2
3
4
5
6
|
// @ts-nocheck
// 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);
}
|