Uh oh!
There was an error while loading. Please reload this page.
module: convert schema-only core module on convertCJSFilenameToURL - #58612
Conversation
nodejs-github-bot
commented
Jun 7, 2025
Review requested:
|
136b877 to
817052dComparejoyeecheung
commented
Jun 7, 2025
From the issue description I don’t think its the validation that should be changed - it should be the URL that gets passed into the hooks that should be corrected (it should’ve been node:sea instead of sea, looks like somewhere in the CJS loader the conversion is missed since internally we use filenames and ids everywhere and only convert them to URLs when being passed into hooks). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #58612 +/- ##
=======================================
Coverage 90.09% 90.10% =======================================
Files 640 640 Lines 188271 188275 +4 Branches 36923 36923 =======================================
+ Hits 169625 169641 +16 + Misses 11386 11344 -42 - Partials 7260 7290 +30
🚀 New features to boost your workflow:
|
22850d8 to
a49f57bComparehimself65
commented
Jun 7, 2025
Yeah, I read the code and think the issue should be in |
validateLoadconvertCJSFilenameToURLconvertCJSFilenameToURLconvertCJSFilenameToURL08ec6cc to
d2b8035CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
2f30145 to
9bcd67aCompareUh oh!
There was an error while loading. Please reload this page.
Failed to start CI⚠ No approving reviews found ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/15542291850 |
joyeecheung
commented
Jun 15, 2025
#58612 (comment)@himself65 in case you missed it |
1bec580 to
a79df89CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
628e6d7 to
4b27d6aComparenodejs-github-bot
commented
Jun 19, 2025
nodejs-github-bot
commented
Jun 24, 2025
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
4b27d6a to
ee2dc06Comparenodejs-github-bot
commented
Jun 24, 2025
nodejs-github-bot
commented
Jun 24, 2025
nodejs-github-bot
commented
Jun 24, 2025
nodejs-github-bot
commented
Jun 25, 2025
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jun 25, 2025
Landed in a705e24 |
Fixes: #58607