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(oxfmt): add config migration from biome A-cli Area - CLI A-formatter Area - Formatter C-enhancement Category - New feature or request
#18638 opened Jan 27, 2026 by LuggaPugga Loading…
fix(formatter): don't add extra semicolon on suppressed class properties A-formatter Area - Formatter C-bug Category - Bug
#18631 opened Jan 27, 2026 by Dunqing Loading…
refactor(linter): move expect-expect rule to shared and create own rule for vitest A-cli Area - CLI A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#18630 opened Jan 27, 2026 by Sysix Loading…
fix(vscode): normalize paths on Windows A-editor Area - Editor and Language Server C-bug Category - Bug
#18627 opened Jan 27, 2026 by dwelle Loading…
feat(linter): implement import/no-nodejs-modules rule A-linter Area - Linter C-enhancement Category - New feature or request
#18626 opened Jan 27, 2026 by vmaerten Loading…
test(tasks/coverage/typescript): choose ModuleKind similarly to tsc C-test Category - Testing. Code is missing test cases, or a PR is adding them
#18625 opened Jan 27, 2026 by sapphi-red Loading…
refactor(linter): More miscellaneous improvements for React rules A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#18620 opened Jan 27, 2026 by connorshea Loading…
refactor(linter): move consistent-test-it rule to shared and crate own rule for vitest A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#18605 opened Jan 26, 2026 by Sysix Loading…
chore(linter): declare_oxc_lint! accept docs from a const A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#18603 opened Jan 26, 2026 by Sysix Loading…
feat(vscode): watch `oxlint.config.ts A-cli Area - CLI A-editor Area - Editor and Language Server A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-enhancement Category - New feature or request
#18599 opened Jan 26, 2026 by camc314 Draft
feat(linter/lsp): add support for dynamic configs A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-enhancement Category - New feature or request
#18598 opened Jan 26, 2026 by camc314 Draft
feat(linter): auto generate oxlint.config.ts types A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-enhancement Category - New feature or request
#18597 opened Jan 26, 2026 by camc314 Draft
feat(oxlint): introduce defineConfig helper A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-enhancement Category - New feature or request
#18596 opened Jan 26, 2026 by camc314 Draft
feat(parser): error on ambient class accessor implementations A-linter Area - Linter A-parser Area - Parser C-enhancement Category - New feature or request
#18592 opened Jan 26, 2026 by camc314 Loading…
feat(oxfmt): Support oxfmtrc.basePath option A-cli Area - CLI A-formatter Area - Formatter C-enhancement Category - New feature or request
#18564 opened Jan 26, 2026 by leaysgur Draft
refactor(linter): Add an is_inside convenience method A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#18561 opened Jan 26, 2026 by connorshea Draft
ci(bench): add oxlint JS plugins benchmark A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins
#18560 opened Jan 26, 2026 by camchenry Draft
fix(parser): detect import x = require() as module indicator A-parser Area - Parser C-bug Category - Bug
#18525 opened Jan 25, 2026 by Boshen Loading…
feat(parser): error on JSX-like type assertions and generics in .mts/.cts files A-ast Area - AST A-parser Area - Parser C-enhancement Category - New feature or request
#18491 opened Jan 24, 2026 by Boshen Draft
perf(all): measure overall performance for Ident change A-ast Area - AST A-ast-tools Area - AST tools A-isolated-declarations Isolated Declarations A-linter Area - Linter A-minifier Area - Minifier A-parser Area - Parser A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-performance Category - Solution not expected to change functional behavior, only performance
#18482 opened Jan 24, 2026 by Boshen Draft
perf(semantic): preserve precomputed identifier hash throughout semantic analysis A-linter Area - Linter A-minifier Area - Minifier A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-performance Category - Solution not expected to change functional behavior, only performance
#18476 opened Jan 24, 2026 by Boshen Loading…
refactor(linter): move valid-title rule to shared and crate own rule for vitest A-cli Area - CLI A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#18467 opened Jan 23, 2026 by Sysix Loading…
feat(oxlint): support maxWarnings in oxlintrc.json A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-enhancement Category - New feature or request
#18463 opened Jan 23, 2026 by LouisLau-art Loading…
perf(semantic): compute identifier hash incrementally during lexing A-minifier Area - Minifier A-parser Area - Parser A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-performance Category - Solution not expected to change functional behavior, only performance
#18454 opened Jan 23, 2026 by Boshen Loading…
refactor(oxc_str): add IncrementalIdentHasher for byte-by-byte hash computation A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#18451 opened Jan 23, 2026 by Boshen Loading…
ProTip! Exclude everything labeled bug with -label:bug.