-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Cannot use import statement outside a module #320
Comments
Hi @jakobrosenberg! 🙂 Yes this is a feature I have been thinking about adding as I also have a need for it. Not sure exactly when I will get the time to add it, but I will do it as soon as possible. |
That sounds amazing! If there's anything I can do to help, let me know. 🙂 |
Any news on this? Still happy to help. |
@jakobrosenberg sorry for a late answer. It has been a lot in my private and working life. This is not that easy to implement, but definitely something I want to do when the major bugs has been cleared up. |
We just ran into this issue as well. Due to this issue, we are not able to write unit tests using |
Am I required to bundle dependencies or is there a way to support dynamic imports with
happy-dom
?The text was updated successfully, but these errors were encountered: