-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with import-in-the-middle
loader
#554
Comments
I'm going to close this temporarily for bug tracking purposes since the minimal reproduction should prove that the bug is in But don't let that deter you and feel free to investigate further. If you determine it's actually a bug in tsx, I'd be happy to accept a PR. The published tsx code is minified, but the contribution guide has development tips on how you can turn it off and use the dev version: |
Do you have any tips for debugging loader hooks? I'm |
I'm highly confident that this is an issue with |
Turns out it's a Node bug triggered by a combination of |
Acknowledgements
Problem & expected behavior (under 200 words)
With
import-in-the-middle@1.7.1
and the following codetest.ts
Running:
I get the following stack trace:
If you disable
allowJs
this no longer errors.Bugs are expected to be fixed by those affected by it
Supporting engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: