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

Update our handling of the require option to support ESM dependencies #2347

Closed
novemberborn opened this issue Jan 5, 2020 · 4 comments
Closed
Labels

Comments

@novemberborn
Copy link
Member

#2344 will enable us to load .mjs dependencies through the require configuration. However it doesn't help us import() packages that cannot be require()d.

We need to come up with a mechanism for detecting or configuring the loading of such packages.

@FallingSnow

This comment has been minimized.

@novemberborn

This comment has been minimized.

@FallingSnow

This comment has been minimized.

@novemberborn
Copy link
Member Author

I believe this is now supported in AVA 4.

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

No branches or pull requests

2 participants