Skip to content
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

feat: updates for node v22.9 compatibility #350

Merged
merged 13 commits into from
Nov 27, 2024
Merged

feat: updates for node v22.9 compatibility #350

merged 13 commits into from
Nov 27, 2024

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Nov 23, 2024

Following #349, I updated the node types upstream in DefinitelyTyped/DefinitelyTyped#71216 - this was released as @types/node v22.9.3

The cast is module is no longer needed.

@vicb vicb requested review from pi0 and a team as code owners November 23, 2024 06:38
@@ -16,7 +16,10 @@ export {
_resolveFilename,
_resolveLookupPaths,
builtinModules,
constants,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anonrig I think you have plan to enable compile cache, those methods are not implemented in workerd yet, right?
enableCompileCache, getCompileCacheDir, and related constants

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is enabled right now. And yes these methods are not implemented.

@pi0 pi0 changed the title chore: update @types/node to 22.9.3 feat: updates for node 22.9.3 Nov 26, 2024
@pi0 pi0 changed the title feat: updates for node 22.9.3 feat: updates for node 22.7 to 22.9 compatibility Nov 26, 2024
@vicb
Copy link
Contributor Author

vicb commented Nov 27, 2024

Thanks for the reviews and feedback.
I have rebased, fixed a couple minor nits.
PTAL @pi0

Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pi0 pi0 changed the title feat: updates for node 22.7 to 22.9 compatibility feat: updates for node v22.9 compatibility Nov 27, 2024
@pi0 pi0 merged commit 7a9f230 into main Nov 27, 2024
2 checks passed
@pi0 pi0 deleted the m/fsm branch November 27, 2024 10:55
@vicb
Copy link
Contributor Author

vicb commented Nov 27, 2024

Thank you @pi0 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants