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
Sort

Pull requests list

feat(linter): add unicorn/no-accessor-recursion rule A-linter Area - Linter C-enhancement Category - New feature or request
#9971 opened Mar 22, 2025 by huangtiandi1999 Draft
refactor(ast): replace AstBuilder::move_* methods with take A-ast Area - AST A-isolated-declarations Isolated Declarations A-minifier Area - Minifier A-parser Area - Parser A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9970 opened Mar 22, 2025 by overlookmotel Draft
feat(allocator): TakeIn trait A-ast Area - AST A-ast-tools Area - AST tools C-enhancement Category - New feature or request
#9969 opened Mar 22, 2025 by overlookmotel Draft
refactor(transformer/using): use current_scope_id consistently A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9966 opened Mar 22, 2025 by camc314 Loading…
fix(estree/ast): fix lossy StringLiteral.value A-ast Area - AST C-bug Category - Bug
#9965 opened Mar 22, 2025 by hi-ogawa Draft
fix(transformer/using): fix bindings scope mismatches A-transformer Area - Transformer / Transpiler C-bug Category - Bug
#9962 opened Mar 22, 2025 by camc314 Draft
fix(transfomer/using): remove use of child ids A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-bug Category - Bug
#9961 opened Mar 22, 2025 by camc314 Loading…
fix(transformer/using): correctly reparent scopes in for of stmt A-transformer Area - Transformer / Transpiler C-bug Category - Bug
#9960 opened Mar 22, 2025 by camc314 Loading…
refactor(allocator/vec2): use bump.grow in finish_grow directly C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9948 opened Mar 21, 2025 by Dunqing Draft
fix(transformer): TransformOptions::enable_all enable decorator transform A-transformer Area - Transformer / Transpiler C-bug Category - Bug
#9946 opened Mar 21, 2025 by overlookmotel Draft
test(editor): add tests for listing all oxc commands A-editor Area - Editor and Language Server C-test Category - Testing. Code is missing test cases, or a PR is adding them
#9930 opened Mar 20, 2025 by Sysix Loading…
perf(lexer): pad Token to 16 bytes A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance
#9926 opened Mar 20, 2025 by overlookmotel Draft
perf(cfg, codegen, linter, syntax): use NonMaxU32 from oxc_data_structures A-ast-tools Area - AST tools A-cfg Area - Control Flow Graph A-codegen Area - Code Generation A-linter Area - Linter C-performance Category - Solution not expected to change functional behavior, only performance
#9886 opened Mar 19, 2025 by overlookmotel Draft
feat(data_structures): zero-cost NonMaxU32 type C-enhancement Category - New feature or request
#9883 opened Mar 19, 2025 by overlookmotel Draft
feat(allocator/vec2): implement extend_desugared method as extend internal implemention A-ast Area - AST A-isolated-declarations Isolated Declarations A-minifier Area - Minifier A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#9881 opened Mar 19, 2025 by Dunqing Draft
perf(isolated_declarations): replace HashMap of internal annotation spans with Vec A-isolated-declarations Isolated Declarations C-performance Category - Solution not expected to change functional behavior, only performance
#9870 opened Mar 18, 2025 by overlookmotel Draft
refactor(allocator/vec2): import handle_alloc_error function from allocator_api2 instead of writing a custom one C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9860 opened Mar 18, 2025 by Dunqing Loading…
refactor(allocator/vec2): rename parameters and method name to align with std C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9858 opened Mar 18, 2025 by Dunqing Loading…
perf(allocator/vec2): align min amortized cap size with std C-performance Category - Solution not expected to change functional behavior, only performance
#9857 opened Mar 18, 2025 by Dunqing Draft
perf(allocator/vec2): replace self.reserve(1) calls with self.grow_one() for better efficiency C-performance Category - Solution not expected to change functional behavior, only performance
#9856 opened Mar 18, 2025 by Dunqing Draft
feat(allocator/vec2): add specialized grow_one method C-enhancement Category - New feature or request
#9855 opened Mar 18, 2025 by Dunqing Draft
perf(parser): optimize parsing directives and statements A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance
#9785 opened Mar 14, 2025 by Dunqing Draft
perf(parser): pre-allocate enough space in ArrayExpression and ObjectExpressions conversion A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance
#9776 opened Mar 14, 2025 by Dunqing Draft
feat(transformer): enable using by default A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#9758 opened Mar 13, 2025 by Boshen Draft
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.