-
Notifications
You must be signed in to change notification settings - Fork 16k
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
chore: bump node to v22.13.1 (main) #45307
Conversation
1b6a67f
to
9b0c15c
Compare
nodejs/node#55714 This doesn't currently play well with ASAR - this should be fixed in a follow up
This has diverged as a result of our revert of src,lb: reducing C++ calls of esm legacy main resolve
9b0c15c
to
5e450ba
Compare
5e7696f
to
e9cfecf
Compare
if (context.withFileTypes) { | ||
readdirResult = [ | ||
[...readdirResult], readdirResult.map((p: string) => { | ||
return internalBinding('fs').internalModuleStat(binding, path.join(pathArg, p)); |
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.
Should we reference binding
here and elsewhere instead?
return internalBinding('fs').internalModuleStat(binding, path.join(pathArg, p)); | |
return binding.internalModuleStat(binding, path.join(pathArg, p)); |
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.
@samuelmaddock we monkey-patch internalModuleStat
in this file so it needs to be this way unfortunately
Release Notes Persisted
|
Updating Node.js to v22.13.1.
See all changes in v22.11.0..v22.13.1
Notes: Updated Node.js to v22.13.1.