module: lazy load 'getOptionValue' in initializeLoader#33212
module: lazy load 'getOptionValue' in initializeLoader#33212himself65 wants to merge 1 commit intonodejs:masterfrom
Conversation
|
@himself65, can you please explain why this change is made ? |
addaleax
left a comment
There was a problem hiding this comment.
LGTM
If nothing else, this enables loading this module during early bootstrapping
addaleax has said what I wanna say |
If whoever lands this could add some words to the commit description paraphrasing the above (the "why this is being done") it would be very helpful for anyone browsing through commit history later on. |
This enables loading this module during early bootstrapping. PR-URL: #33212 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
|
Landed in f153081 |
This enables loading this module during early bootstrapping. PR-URL: #33212 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
|
@himself65 this change can't currently apply to v12.x since a6b030d was landed with alterations on the v12.x branch: 02c4d27. I'm going to tag it for now with |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes