Skip to content
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

Support for import x = require("...") #26651

Closed
dsherret opened this issue Oct 30, 2024 · 0 comments · Fixed by #26558
Closed

Support for import x = require("...") #26651

dsherret opened this issue Oct 30, 2024 · 0 comments · Fixed by #26558

Comments

@dsherret
Copy link
Member

Need to resolve: swc-project/swc#9694 because right now we're incorrectly determining that these kind of files are an ES module. To work around the swc behaviour, we can do some more analysis on the module to determine it's actually CJS later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant