oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update rust crate oxc_resolver to v11.19.1 (#19831) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oxc_resolver](https://redirect.github.com/oxc-project/oxc-resolver) | workspace.dependencies | patch | `11.19.0` → `11.19.1` | --- ### Release Notes <details> <summary>oxc-project/oxc-resolver (oxc_resolver)</summary> ### [`v11.19.1`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#11191---2026-02-28) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/v11.19.0...v11.19.1) ##### <!-- 1 -->🐛 Bug Fixes - resolve normalized path on Windows even for `symlinks: false` ([#​1036](https://redirect.github.com/oxc-project/oxc-resolver/pull/1036)) (by [@​sapphi-red](https://redirect.github.com/sapphi-red)) - skip unreadable tsconfig files during auto-discovery ([#​1033](https://redirect.github.com/oxc-project/oxc-resolver/pull/1033)) (by [@​longlho](https://redirect.github.com/longlho)) ##### <!-- 2 -->🚜 Refactor - clean up commented-out code in parse\_package\_specifier ([#​1035](https://redirect.github.com/oxc-project/oxc-resolver/pull/1035)) (by [@​Boshen](https://redirect.github.com/Boshen)) ##### <!-- 4 -->⚡ Performance - remove unnecessary String clone in PnP resolution ([#​1039](https://redirect.github.com/oxc-project/oxc-resolver/pull/1039)) (by [@​Boshen](https://redirect.github.com/Boshen)) - use byte operations instead of char iteration in specifier parser ([#​1038](https://redirect.github.com/oxc-project/oxc-resolver/pull/1038)) (by [@​Boshen](https://redirect.github.com/Boshen)) ##### Contributors - [@​Boshen](https://redirect.github.com/Boshen) - [@​sapphi-red](https://redirect.github.com/sapphi-red) - [@​longlho](https://redirect.github.com/longlho) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 hours ago
refactor(minifier): match esbuild's declarator substitution pattern Simplify `substitute_single_use_symbol_in_expression_from_declarators` to match esbuild's approach: only try the last declarator, stop on first failure. The `rposition` iterator already short-circuits correctly; this cleans up the return logic and adds documentation linking to esbuild's equivalent code. Closes #17369 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 3e9b676c57d2
fix/minifier-substitute-declarators-esbuild-pattern
2 hours ago
chore(deps): update rust crate oxc_resolver to v11.19.1
renovate/oxc-resolver
5 hours ago
Merge branch 'daniel-feature/lint-shortest-path' of https://github.com/dosmond/oxc into daniel-feature/lint-shortest-path
dosmond:daniel-feature/lint-shortest-path
5 hours ago
[autofix.ci] apply automated fixes
dosmond:daniel-feature/lint-shortest-path
5 hours ago
feat(parser): report error for `implements` clause in non-ts files (#19820)
main
7 hours ago
fix(formatter): prevent double-formatting of code inside JSDoc blocks format_indented_code_blocks was re-processing lines inside fenced code blocks and @example tags, because the formatted output from those processors can have 4+ space indentation that looks like a markdown indented code block. This caused spurious semicolons on JSX closing tags and other unwanted re-formatting. Fix: skip lines inside fenced code blocks (``` ... ```) and @example tag regions when looking for indented code blocks to format. JSDoc conformance: 104/116 (89.66%) → 108/116 (93.10%) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat/jsdoc-comment-formatting
9 hours ago
[autofix.ci] apply automated fixes
feat/jsdoc-comment-formatting
9 hours ago
Active Branches
feat(linter): add prefer-shortest-imports rule for canonical module specifiers
last run
5 hours ago
#19830
CodSpeed Performance Gauge
0%
feat(formatter): add JSDoc comment formatting support
last run
9 hours ago
#19828
CodSpeed Performance Gauge
0%
feat(parser): report error for missing initializer in using decl
last run
10 hours ago
#19824
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs