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.
[1.16.0] - 2025-09-16
🚀 Features
preserve-caught-error
rule (feat(linter): addpreserve-caught-error
rule #13748) (孔辉)eslint/no-useless-computed-key
rule (feat(linter): addeslint/no-useless-computed-key
rule #13428) (yefan)TemplateLiterals
(feat(regex-parser): parse simpleTemplateLiterals
#13265) (Sysix)🐛 Bug Fixes
arguments
in functions (fix(linter/no-undef): false positive witharguments
in functions #13763) (camc314)oxc.path.server
(fix(editor): restrict servers paths foroxc.path.server
#13740) (Sysix)oxc.path.server
for untrusted workspaces (fix(editor): don't allowoxc.path.server
for untrusted workspaces #13734) (Sysix)--experimental-js-plugins
CLI option (fix(linter/plugins): more graceful exit for--experimental-js-plugins
CLI option #13688) (overlookmotel)🚜 Refactor
PartialEq
,Eq
over manual ones (refactor(linter): derive inmpls forPartialEq
,Eq
over manual ones #13828) (camc314)run_once
over looping over all nodes (refactor(linter/func-names): userun_once
over looping over all nodes #13798) (camc314)oxlint
application code into separate module (refactor(linter): moveoxlint
application code into separate module #13745) (overlookmotel)#[cfg(test)]
attributes fromtester
module (refactor(linter): remove#[cfg(test)]
attributes fromtester
module #13714) (overlookmotel)napi/oxlint2
tonapi/oxlint
(refactor(napi/oxlint): renamenapi/oxlint2
tonapi/oxlint
#13682) (overlookmotel)⚡ Performance
let..else
statements (perf(linter): detect node types fromlet..else
statements #13690) (camchenry)🎨 Styling
🧪 Testing
arguments
(test(linter/no-undef): add more test cases forarguments
#13764) (camc314)