-
Notifications
You must be signed in to change notification settings - Fork 16.9k
fix: ESM-from-CJS import when CJK is in path #48855
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: ESM-from-CJS import when CJK is in path #48855
Conversation
39f37b9 to
7de72cb
Compare
deepak1556
left a comment
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.
Thanks!
|
Once merged can you open backport for |
|
Absolutely! |
|
Thank you! |
|
Release Notes Persisted
|
|
I have automatically backported this PR to "40-x-y", please check out #48862 |
|
@deepak1556 I have a branch in works, but I think this might actually apply cleanly if we auto-backport. |
|
Or maybe not. Now that I think line numbers in the patch will be all off. Anyway, I'm building the branch to make sure it works locally and submitting a PR in an hour or so. |
|
@deepak1556 opened #48873 . I'm still building locally, though. |
|
@indutny-signal has manually backported this PR to "39-x-y", please check out #48873 |
Description of Change
Upstream fix: nodejs/node#60575
Checklist
npm testpassesRelease Notes
Notes: fix: ESM-from-CJS import when CJK characters are in path
cc @VerteDinde