Conversation
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
…s.js Automated fix via node-compat-fixer
…eletion.js Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
…e.js Automated fix via node-compat-fixer
…le.js Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
Automated fix via node-compat-fixer
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Massive expansion of Node.js API compatibility, backed by a comprehensive vendored test suite from Node.js v22 and extensive third-party library testing.
Node.js Built-in Module Expansion
Added 38 new built-in modules and significantly enhanced existing ones:
New modules: node:assert, node:async_hooks, node:cluster, node:constants, node:dgram, node:diagnostics_channel, node:dns, node:domain, node:events (replacing eventemitter), node:http2, node:https, node:inspector, node:intl, node:net, node:perf_hooks, node:punycode, node:querystring, node:readline, node:repl, node:sqlite, node:test, node:timers, node:tls, node:trace_events, node:tty, node:v8, node:vm, node:worker_threads, node:zlib, and more
Major enhancements: node:fs, node:crypto/WebCrypto, node:http, node:buffer, node:path, node:stream, node:url, node:util, node:console, node:process, node:os
Node.js v22 Compatibility Test Suite
Vendored 6,847 tests from the official Node.js v22 test suite with a custom test runner and report generator:
Third-Party Library Testing
Tested 200 npm libraries across 16 categories (AI/ML SDKs, databases, HTTP clients, testing frameworks, observability, templating, validation, etc.):
Notable compatible libraries include: Axios, OpenAI SDK, Anthropic SDK, Zod, Drizzle ORM, Prisma, pg, mysql2, Lodash, date-fns, Winston, Pino, uuid, semver, Handlebars, EJS, and many more.
Test Infrastructure
Other Changes