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

feat(linter): add allowArrowFunctions option for eslint/func-style A-linter Area - Linter C-enhancement Category - New feature or request
#11455 opened Jun 3, 2025 by huangtiandi1999 Loading…
feat(language_server): support textDocument/diagnostic A-editor Area - Editor and Language Server C-enhancement Category - New feature or request
#11447 opened Jun 2, 2025 by Sysix Draft
chore(tasks): add regexp infra to rulegen scripts A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11444 opened Jun 2, 2025 by camc314 Loading…
feat(tasks/lint_rules): add issue for eslint-plugin-vue C-enhancement Category - New feature or request
#11442 opened Jun 2, 2025 by camc314 Loading…
feat(tasks/lint_rules): add issue for eslint-plugin-regexp C-enhancement Category - New feature or request
#11441 opened Jun 2, 2025 by camc314 Loading…
fix(linter): false positive in react/exhaustive-deps A-linter Area - Linter C-bug Category - Bug
#11438 opened Jun 2, 2025 by camc314 Loading…
fix(linter): improve eslint/no-loss-of-precision A-linter Area - Linter C-bug Category - Bug
#11437 opened Jun 2, 2025 by magic-akari Loading…
feat(language_server): support workspace/diagnostic A-editor Area - Editor and Language Server C-enhancement Category - New feature or request
#11414 opened May 31, 2025 by Sysix Draft
refactor(language_server): linter runtime returns FxHashMap A-editor Area - Editor and Language Server A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11412 opened May 31, 2025 by Sysix Loading…
refactor(mangler): use bump allocator for internal storage C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11409 opened May 31, 2025 by camchenry Draft
refactor(mangler): use external allocator A-minifier Area - Minifier C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11408 opened May 31, 2025 by camchenry Draft
refactor(language_server): introduce helper path_to_uri A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11398 opened May 30, 2025 by Sysix Loading…
refactor(linter): move Walk from oxlint to oxc_linter with own options struct A-cli Area - CLI A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11391 opened May 30, 2025 by Sysix Loading…
perf(linter/vitest): speed up checking a call if it is a valid vitest call A-linter Area - Linter C-performance Category - Solution not expected to change functional behavior, only performance
#11384 opened May 30, 2025 by Dunqing Draft
test(oxlint/language_server): add test for framework flags A-cli Area - CLI A-editor Area - Editor and Language Server C-test Category - Testing. Code is missing test cases, or a PR is adding them
#11380 opened May 29, 2025 by Sysix Loading…
perf(parser): use const generics to speed up parsing A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance
#11378 opened May 29, 2025 by magic-akari Draft
feat(linter): seperate jest/vitest rules A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#11374 opened May 29, 2025 by camc314 Draft
feat(linter): add eslint/no-unassigned-vars rule A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#11365 opened May 29, 2025 by huangtiandi1999 Loading…
perf(parser): speed up simple lookaheads by introducing Lexer::lookahead_token A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance
#11358 opened May 28, 2025 by ulrichstark Draft
fix(linter): correctly inherit categories when plugins are enabled A-cli Area - CLI A-linter Area - Linter C-bug Category - Bug
#11353 opened May 28, 2025 by camc314 Draft
2
2
feat(transformer): setup react-pure-annotations plugin A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#11346 opened May 28, 2025 by Dunqing Draft
refactor(formatter): pre-collect parent information A-ast-tools Area - AST tools A-formatter Area - Formatter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11339 opened May 28, 2025 by Dunqing Draft
feat(ast): add parenthesized info to AssignmentExpression and `Upda… A-ast Area - AST A-parser Area - Parser C-enhancement Category - New feature or request
#11252 opened May 23, 2025 by Boshen Draft
2
3
fix(parser, transformer): fix AstBuilder call sites WIP A-parser Area - Parser A-transformer Area - Transformer / Transpiler C-bug Category - Bug
#11240 opened May 23, 2025 by overlookmotel Draft
refactor(ast): make AstBuilder not Copy A-ast Area - AST A-ast-tools Area - AST tools C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11239 opened May 23, 2025 by overlookmotel Draft
ProTip! Exclude everything labeled bug with -label:bug.