Skip to content

Pull requests: oxc-project/oxc

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

chore(lsp): introduce LanguageId enum A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19285 opened Feb 11, 2026 by Sysix Draft
test(linter): add option to pass custom arguments A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-test Category - Testing. Code is missing test cases, or a PR is adding them
#19284 opened Feb 11, 2026 by camc314 Draft
fix(linter): let file-header disable directives suppress file-start diagnostics A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-bug Category - Bug
#19283 opened Feb 11, 2026 by camc314 Draft
DEV: tower_lsp_server transport error A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins
#19282 opened Feb 11, 2026 by Sysix Draft
refactor(oxlint/lsp): add message when ConfigStoreBuilder failed to build A-cli Area - CLI A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19281 opened Feb 11, 2026 by Sysix Loading…
perf(isolated_declarations): mark all diagnostic functions as #[cold] A-isolated-declarations Isolated Declarations C-performance Category - Solution not expected to change functional behavior, only performance
#19279 opened Feb 11, 2026 by camc314 Loading…
refactor(linter): share token-boundary fix padding across rules A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19278 opened Feb 11, 2026 by camc314 Loading…
fix(formatter): match Prettier union indentation with leading comments A-formatter Area - Formatter C-bug Category - Bug
#19271 opened Feb 11, 2026 by Dunqing Loading…
fix(linter/import): count unique module sources in max-dependencies A-linter Area - Linter C-bug Category - Bug
#19270 opened Feb 11, 2026 by camc314 Loading…
feat(linter): implement react/jsx-sort-props rule A-ast Area - AST A-ast-tools Area - AST tools A-cfg Area - Control Flow Graph A-cli Area - CLI A-codegen Area - Code Generation A-formatter Area - Formatter A-isolated-declarations Isolated Declarations A-linter Area - Linter A-linter-plugins Area - Linter JS plugins A-minifier Area - Minifier A-parser Area - Parser A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#19208 opened Feb 10, 2026 by owjs3901 Loading…
feat(linter/tsgolint): add support for labeled ranges in tsgolint diagnostics A-linter Area - Linter C-enhancement Category - New feature or request
#19201 opened Feb 10, 2026 by camchenry Loading…
refactor(transformer_plugins): remove Scoping dependency from ReplaceGlobalDefines and InjectGlobalVariables C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19196 opened Feb 10, 2026 by Dunqing Draft
4 tasks done
refactor(transformer_plugins): migrate InjectGlobalVariables from Traverse to VisitMut C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19195 opened Feb 10, 2026 by Dunqing Draft
1 task done
feat(parser): report error for initializer in ambient context A-isolated-declarations Isolated Declarations A-linter Area - Linter A-parser Area - Parser C-enhancement Category - New feature or request
#19187 opened Feb 9, 2026 by camc314 Loading…
feat(linter): implement import/newline-after-import rule A-linter Area - Linter C-enhancement Category - New feature or request
#19142 opened Feb 8, 2026 by apple-yagi Loading…
refactor(semantic): replace scope IndexVecs with single-allocation ScopeTable A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19138 opened Feb 8, 2026 by Boshen Loading…
fix(linter): add help/note text to ~150 diagnostics A-cli Area - CLI A-linter Area - Linter C-bug Category - Bug
#19135 opened Feb 8, 2026 by Boshen Draft
oxlint: poc: add experimental better Vue support A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins
#19133 opened Feb 8, 2026 by liangmiQwQ Loading…
feat(linter/typescript/no-unnecessary-condition): add rule A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#19130 opened Feb 8, 2026 by camc314 Draft
feat(semantic): add "did you mean?" suggestions to undefined name errors A-linter Area - Linter A-semantic Area - Semantic C-enhancement Category - New feature or request
#19102 opened Feb 7, 2026 by Copilot AI Loading…
refactor(parser,semantic): move private ident check to parser A-formatter Area - Formatter A-linter Area - Linter A-minifier Area - Minifier A-parser Area - Parser A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19081 opened Feb 6, 2026 by camc314 Loading…
feat(parser): improve errors for private ident outside class A-parser Area - Parser C-enhancement Category - New feature or request
#19080 opened Feb 6, 2026 by camc314 Loading…
refactor(formatter): decouple JS/TS specifics to enable language-agnostic formatting A-cli Area - CLI A-formatter Area - Formatter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#19016 opened Feb 6, 2026 by Dunqing Draft
ProTip! Filter pull requests by the default branch with base:main.