This is a backport PR for branch 39-x-y
#48873: fix: ESM-from-CJS import when CJK is in path
Merged
Created: Nov 10, 2025, 11:18:48 AM
Merged: Nov 10, 2025, 1:59:59 PM
3 comments
Target: 39-x-y
Description of Change
Backport of #48855
Checklist
- PR description included and stakeholders cc'd
-
npm testpasses - tests are changed or added
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: fix: ESM-from-CJS import when CJK characters are in path
Backport Information
Backported from
#48855: fix: ESM-from-CJS import when CJK is in pathOriginal PR Author
indutny-signalOriginal PR Status
Merged
Original PR Merged At
Nov 10, 2025, 2:51:56 AM
Original PR Link
View on GitHubSemver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron