oxc-project
sort-package-json
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update github-actions (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago
chore(deps): update github-actions
renovate/github-actions
3 days ago
chore: release v0.0.10 (#44)
main
6 days ago
chore: release v0.0.10
release-plz-2026-01-23T04-28-23Z
6 days ago
chore: release v0.0.10
release-plz-2026-01-23T04-28-23Z
6 days ago
fix: preserve `files` array order for negation patterns (#43)
main
6 days ago
chore: fix formatting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix/files-array-order
6 days ago
fix: preserve `files` array order for negation patterns The `files` field in package.json supports glob patterns where order matters. Negation patterns (prefixed with `!`) must come after the patterns they negate. For example, `["dist", "!dist/temp"]` includes dist but excludes dist/temp. Previously, the `files` array was sorted by path depth, which would break negation patterns. Now it only deduplicates while preserving the original order, matching the behavior of keithamus/sort-package-json. Closes https://github.com/oxc-project/oxc/issues/18423 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix/files-array-order
6 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs