oxc-project
oxc-resolver
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: release v11.19.0 (#1029)
main
14 hours ago
chore: release v11.19.0
release-plz-2026-02-24T07-28-35Z
16 hours ago
fix: remove invalid debug_assert for symlink + package.json (#1032)
main
16 hours ago
fix: remove invalid debug_assert for symlink + package.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix/package-json-symlink-assertion
16 hours ago
fix: use realpath for package.json lookup when symlinks are resolved When `cached_path` is a symlink, `load_realpath` resolves it to the real path which may be in a different directory tree. Previously, `find_package_json_for_a_package` used the symlink path, causing a debug_assert failure because the real path didn't start with the package.json directory found via the symlink path. Now we use the real path for the package.json lookup when symlinks have been resolved, ensuring consistency between the returned path and the associated package.json. Closes #1010 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix/package-json-symlink-assertion
17 hours ago
chore: release v11.19.0
release-plz-2026-02-24T07-28-35Z
18 hours ago
feat: add `node_path` option to disable `NODE_PATH` env var behavior (#1031) ## Summary - Adds a `node_path` boolean option (default `true`) to `ResolveOptions` that controls whether entries from the `NODE_PATH` environment variable are appended to `modules` during option sanitization. - `NODE_PATH` is a deprecated Node.js feature not part of ESM resolution. Setting `node_path: false` disables this behavior, allowing consumers like Vite to opt out. Closes #1030 š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
main
18 hours ago
feat: add `node_path` option to disable `NODE_PATH` env var behavior Adds a `node_path` boolean option (default `true`) that controls whether entries from the `NODE_PATH` environment variable are appended to `modules`. This allows consumers like Vite to disable this deprecated Node.js behavior that is not part of ESM resolution. Closes #1030 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat/node-path-option
18 hours ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs