-
-
Notifications
You must be signed in to change notification settings - Fork 71
2025-04-27のJS: Node v22.15.0、Reactの実験的な機能、Node.jsとV8 GC #1277
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
Conversation
azu
commented
Apr 27, 2025
- Node.js — Node v22.15.0 (LTS)
- React Labs: View Transitions, Activity, and more – React
- Boost Node.js with V8 GC Optimization
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.
Pull Request Overview
A new blog post is introduced detailing updates related to Node v22.15.0, React experimental features, and optimizations in V8 GC.
- Added a detailed release note with multiple sections covering Node.js, React, pnpm, axios, and more
- Introduced new formatting and code snippets for API changes and performance tuning notes
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">ReleaseNote</span></p> | ||
|
||
Node.js v22.15.0リリース。 | ||
`assert.partialDeepStrictEqual()`の追加、` module.registerHooks()`の追加、`util.diff()`の追加、zstdのサポートなど |
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.
Remove the leading whitespace inside the backticks for 'module.registerHooks()' to ensure consistent markdown formatting with the rest of the document.
`assert.partialDeepStrictEqual()`の追加、` module.registerHooks()`の追加、`util.diff()`の追加、zstdのサポートなど | |
`assert.partialDeepStrictEqual()`の追加、`module.registerHooks()`の追加、`util.diff()`の追加、zstdのサポートなど |
Copilot uses AI. Check for mistakes.