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.2.0] - 2025-06-19
🚀 Features
oxc.requireConfig
configuration (feat(vscode): addoxc.requireConfig
configuration #11700) (Sysix)unusedDisableDirectives
option (feat(language_server): addunusedDisableDirectives
option #11645) (Sysix)🐛 Bug Fixes
console.*
methods are used as args to functions (fix(linter/no-console): false negative whenconsole.*
methods are used as args to functions #11790) (camc314)var
statement as body offor
loop (fix(linter/no-inner-declarations): flagvar
statement as body offor
loop #11632) (overlookmotel)🚜 Refactor
TSArrayType
asAstKind
(refactor(ast): addTSArrayType
asAstKind
#11745) (camchenry)📚 Documentation
typescript/array-type
rule (docs(linter): document options for thetypescript/array-type
rule #11665) (yefan)⚡ Performance
Arc
fromAllocatorPool
(perf(allocator): removeArc
fromAllocatorPool
#11760) (overlookmotel)consistent-function-scoping
on.d.ts
files (perf(linter): skip runningconsistent-function-scoping
on.d.ts
files #11739) (camc314)🧪 Testing
no-undef
(test(linter): update testsuite forno-undef
#11706) (Sysix)