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

fix es modules #96

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

fix es modules #96

wants to merge 6 commits into from

Conversation

smhg
Copy link
Contributor

@smhg smhg commented Sep 17, 2021

At least on my Node 14.17.6 env the CLI version doesn't work due to ES module-only dependencies (meow) which don't support node's require.
I've refactored everything to ES modules. This will break support for older node versions (< 12?), but recent dependency bumps broke that anyway. If you accept the change, it might be good to release this as 0.10 though?

The only (temporary) concession I had to make is the dynamic import of plugins. I've hardcoded them for now, but ideally that should be refactored to await import.

@junmer what do you think?

@smhg
Copy link
Contributor Author

smhg commented Sep 28, 2021

@junmer it would be really nice if you'd like to release this. The CLI is broken in version 0.9.9. Let me know if I can help.

@junmer
Copy link
Contributor

junmer commented Sep 29, 2021

@mkwiser Please merge the requeset and release a version 1.0.0

@smhg
Copy link
Contributor Author

smhg commented Oct 30, 2021

@mkwiser @junmer should 1.0.0 be too much of a change, maybe just release this as 0.10.0. That way we have a working CLI again. Thank you!

@la3rence la3rence mentioned this pull request Sep 4, 2022
@C0rn3j
Copy link

C0rn3j commented Mar 29, 2024

This now unfortunately conflicts after the 1.0.0 release

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 this pull request may close these issues.

None yet

3 participants