oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor(linter/plugins): simplify return value of `load_plugin` (#16459) Previously `load_plugin` returned a `Result<LoadPluginResult>`, where `LoadPluginResult` was an enum with one variant being an error case - so it was essentially `Result<Result<Data>>`. Flatten it so that `LoadPluginResult` is a now struct containing details of success case, and the error case that `LoadPluginResult::Failure` previously covered becomes `Err`. This simplifies the logic, and matches the pattern used by `lint_file` + `LintFileResult`.
main
3 hours ago
refactor(linter/plugins): rename `LoadPluginResult` (#16458) Pure refactor. Rename `PluginLoadResult` to `LoadPluginResult`. The function that returns it is called `load_plugin`, so this naming makes more sense.
main
3 hours ago
refactor(linter/plugins): simplify JS callback type (#16452) Simplify the type for `ExternalLinterLoadPluginCb` by converting errors to `String`s in the closure returned by `wrap_load_plugin`, rather than doing it later.
main
4 hours ago
feat(linter/eslint-plugin-vitest): fix lint issues
Afsoon:12-03-vitest_lint_prefer_spy_on
4 hours ago
feat(linter/eslint-plugin-vitest): update snapshot
Afsoon:12-03-vitest_lint_prefer_spy_on
4 hours ago
fix(linter): respect --fix vs --fix-suggestions for tsgolint diagnostics
c/12-03-fix_linter_respect_--fix_vs_--fix-suggestions_for_tsgolint_diagnostics
5 hours ago
refactor(linter/plugins): simplify return value of `load_plugin`
12-03-refactor_linter_plugins_simplify_return_value_of_load_plugin_
5 hours ago
refactor(linter/plugins): rename `LoadPluginResult`
12-03-refactor_linter_plugins_rename_loadpluginresult_
5 hours ago
Active Branches
feat(linter/eslint-plugin-vitest): implement prefer-spy-on
last run
4 hours ago
#16426
CodSpeed Performance Gauge
0%
fix(linter): respect --fix vs --fix-suggestions for tsgolint diagnostics
last run
5 hours ago
#16462
CodSpeed Performance Gauge
0%
fix(linter/unicorn): fix ASI hazard in prefer-spread rule fixer
last run
8 hours ago
#16440
CodSpeed Performance Gauge
0%
Ā© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs