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

fix(ast/estree): Add TSEnumBody to TSEnumDeclaration.body A-ast Area - AST C-bug Category - Bug
#10017 opened Mar 24, 2025 by leaysgur Draft
2 tasks
fix(parser): handle asi for declare module "foo"; A-codegen Area - Code Generation A-parser Area - Parser C-bug Category - Bug
#10010 opened Mar 24, 2025 by Boshen Loading…
chore(vscode): add recommended vscode extensions for tools used in the project C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#10006 opened Mar 24, 2025 by haoqunjiang Loading…
refactor(language_server)!: remove enabled configuration, the client should shutdown the server instead A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9990 opened Mar 23, 2025 by Sysix Draft
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
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): TransformOptions::enable_all enable decorator transform A-transformer Area - Transformer / Transpiler C-bug Category - Bug
#9946 opened Mar 21, 2025 by overlookmotel Draft
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
feat(allocator/vec2): align the retain method with the standard implementation C-enhancement Category - New feature or request
#9752 opened Mar 13, 2025 by Dunqing Loading…
fix(oxlint): current dir as arg A-cli Area - CLI C-bug Category - Bug
#9382 opened Feb 26, 2025 by BenShelton Loading…
feat(linter): add eslint/dot-notation A-linter Area - Linter C-enhancement Category - New feature or request
#9344 opened Feb 24, 2025 by ammubhave Loading…
ProTip! no:milestone will show everything without a milestone.