-
Notifications
You must be signed in to change notification settings - Fork 5.7k
fix(run): skip the cjs suggestion for mjs/mts modules #26698
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
Conversation
…if one of them detected
…Su1/my_deno into cjs_suggestions_for_mjs
Could you please add a test that uses |
Sure! I will add a test asap |
@MohammadSu1 can you push the failing test to the PR? |
…Su1/my_deno into cjs_suggestions_for_mjs
…Su1/my_deno into cjs_suggestions_for_mjs
@dsherret I tried fixing the issue in the test and pushed it to the PR. I think it's working correctly now |
@dsherret Can you please review this PR? |
@bartlomieju Can you please review this PR? |
@dsherret Can you review this PR? |
@dsherret Can you review this PR, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I made the condition more targeted and fixed the test though.
Co-authored-by: David Sherret <dsherret@gmail.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
This PR is for solving #26557.