-
Notifications
You must be signed in to change notification settings - Fork 18
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
resolve error introduced with 2.5.2 #260
Comments
I moved the code to its own project, and the error still occurs.... so it is not related to the monorepo. |
@tripodsan as you can see, issue is related to |
esmock resolver can't properly handle that combination of
|
a couple of different versions of the loader have been published since the last esmock was published... let's try publishing with the latest loader and see if that resolves the issue |
Loader? I tested it with latest esmock & resolvewithplus code copied from github repos. |
@koshic ok thanks I have time to try and resolve this now |
recently using the resolver to process import trees with thousands of modules has surfaced a lot of little issues lately, |
I believe I've found the issue... pushing changes to the resolver repo soon |
@tripodsan thanks for finding and reporting the issue -- if there are any problems please open or reopen any issue |
we have a monorepo and use esmock in one of the npm workspaces: https://github.com/adobe/helix-shared/tree/main/packages/helix-shared-bounce
https://github.com/adobe/helix-shared/blob/ed6523ad6cced4d55db00edf76081e61f463ff28/packages/helix-shared-bounce/test/bounce.test.js#L170-L174
but since version 2.5.2, we get this error:
version:
The text was updated successfully, but these errors were encountered: