privatenumber/tsx

regression: path ".." no longer supported

maxpatiiuk opened this issue · 3 comments

Acknowledgements

  • I read the documentation and searched existing issues to avoid duplicates
  • I understand this is a bug tracker and anything other than a proven bug will be closed
  • I understand this is a free project and relies on community contributions
  • I read and understood the Contribution guide

Minimal reproduction URL

https://stackblitz.com/edit/node-kvpuzc?file=README.md

Problem & expected behavior (under 200 words)

No response

Bugs are expected to be fixed by those affected by it

  • I'm interested in working on this issue

Compensating engineering work will speed up resolution and support the project

  • I'm willing to offer $10 for financial support

Also, we used to do import("./bug.ts") before but that no longer works as TSX tries to import bug.ts.ts

This issue is now resolved in v4.16.4.

If you're able to, your sponsorship would be very much appreciated.

Also, we used to do import("./bug.ts") before but that no longer works as TSX tries to import bug.ts.ts

Works fine in your repro:
https://stackblitz.com/edit/node-wmebgm?file=dir%2Fentry.ts

If it doesn't, please file another ticket for it.

Thanks for filing this issue with a reproduction.