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

perf(formatter): use ArenaVec and ArenaBox A-formatter Area - Formatter C-performance Category - Solution not expected to change functional behavior, only performance
#15420 opened Nov 7, 2025 by Dunqing Draft
perf(formatter): reuse previous indent stack in FitsMeasurer A-formatter Area - Formatter C-performance Category - Solution not expected to change functional behavior, only performance
#15416 opened Nov 7, 2025 by Dunqing Loading…
docs(linter): always refer as "ES2015" instead of "ES6" A-linter Area - Linter C-docs Category - Documentation. Related to user-facing or internal documentation
#15411 opened Nov 7, 2025 by sapphi-red Loading…
docs(linter/import/named): update "ES7" comment in examples A-linter Area - Linter C-docs Category - Documentation. Related to user-facing or internal documentation
#15410 opened Nov 7, 2025 by sapphi-red Loading…
docs(linter,minifier): always refer as "ES Modules" instead of "ES6 Modules" A-ast Area - AST A-linter Area - Linter A-minifier Area - Minifier C-docs Category - Documentation. Related to user-facing or internal documentation
#15409 opened Nov 7, 2025 by sapphi-red Loading…
docs(linter/no-this-before-super): correct "Why is this bad?" section A-linter Area - Linter C-docs Category - Documentation. Related to user-facing or internal documentation
#15408 opened Nov 7, 2025 by sapphi-red Loading…
refactor(language_server): always tell client the textDocument/formatting capability A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#15398 opened Nov 6, 2025 by Sysix Draft
refactor(language_server): create ServerFormatter withfmt.experimental=false A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#15397 opened Nov 6, 2025 by Sysix Draft
ci(release): single oxlint and oxfmt release pipeline A-cli Area - CLI A-formatter Area - Formatter A-linter Area - Linter
#15391 opened Nov 6, 2025 by Boshen Draft
refactor(language_server): handle ServerLinter it own restart on workspace/didChangeConfiguration A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#15346 opened Nov 5, 2025 by Sysix Draft
feat(oxc_ecmascript): extract reuseable typescript enum constant evaluation util A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#15340 opened Nov 5, 2025 by IWANABETHATGUY Loading…
test(linter): add failing test for wrapped eslint plugins A-cli Area - CLI A-linter Area - Linter C-test Category - Testing. Code is missing test cases, or a PR is adding them
#15326 opened Nov 5, 2025 by camc314 Loading…
fix(lang-server): improve logging in failure case for tsgolint A-editor Area - Editor and Language Server A-linter Area - Linter C-bug Category - Bug
#15299 opened Nov 5, 2025 by camc314 Loading…
feat(linter): allow configuring tsgolint rules A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#15286 opened Nov 5, 2025 by camchenry Draft
docs(linter): Initial attempt to update the configuration_schema with all rule names. A-linter Area - Linter C-docs Category - Documentation. Related to user-facing or internal documentation
#15251 opened Nov 4, 2025 by connorshea Draft
fix(parser): reject using / await using in a switch case / default clause 0-merge Merge with Graphite Merge Queue A-linter Area - Linter A-parser Area - Parser A-transformer Area - Transformer / Transpiler C-bug Category - Bug
#15225 opened Nov 2, 2025 by sapphi-red Draft
fix(linter): patch @typescript-eslint/scope manager A-cli Area - CLI A-linter Area - Linter C-bug Category - Bug
#15214 opened Nov 1, 2025 by lilnasy Loading…
feat(oxlint): add enabled? column to --rules cli output A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#15213 opened Nov 1, 2025 by OtherwiseJunk Loading…
chore(oxlint): remove semblance of a published package from apps/oxlint/package.json A-cli Area - CLI A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#15212 opened Nov 1, 2025 by lilnasy Loading…
Draft: Return to mainline schemars crate A-linter Area - Linter
#15205 opened Nov 1, 2025 by connorshea Draft
feat(oxc_semantic): collect const enum information with basic const eval A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#15192 opened Oct 31, 2025 by IWANABETHATGUY Draft
refactor(ast): Replace TSMappedType::type_parameter with key and constraint fields A-ast Area - AST A-cli Area - CLI A-codegen Area - Code Generation A-formatter Area - Formatter A-linter Area - Linter A-parser Area - Parser A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#15121 opened Oct 30, 2025 by Copilot AI Draft
9 tasks done
feat(oxlint): add maxWarnings config option A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#15118 opened Oct 30, 2025 by 0xReLogic Loading…
refactor(vscode): migrate to ESM A-cli Area - CLI A-editor Area - Editor and Language Server A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#15092 opened Oct 30, 2025 by sxzz Draft
ProTip! Filter pull requests by the default branch with base:main.