Skip to content

Conversation

@simonihmig
Copy link
Collaborator

@simonihmig simonihmig commented Apr 16, 2025

Trying to turn this package into pure ESM with type: module. But a bit tricky since it is used by module resolver in core, which is still CJS. Tried to use dynamic import to enable CJS/ESM interop, but some methods in module resolver are sync, so this doesn't really work (see failing tests). Not sure how to make this work, without major changes (sync to async), or doing a bing-bang move to ESM also for core...

@simonihmig simonihmig added the enhancement New feature or request label Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant