-
-
Notifications
You must be signed in to change notification settings - Fork 538
Pull requests: oxc-project/oxc
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(linter): Add suggested fix to Area - Linter
C-enhancement
Category - New feature or request
typescript/no_unnecessary_parameter_property_assignment
and fix false positive
A-linter
#9973
opened Mar 22, 2025 by
ulrichstark
Loading…
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 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
AstBuilder::move_*
methods with take
A-ast
#9970
opened Mar 22, 2025 by
overlookmotel
•
Draft
feat(allocator): Area - AST
A-ast-tools
Area - AST tools
C-enhancement
Category - New feature or request
TakeIn
trait
A-ast
#9969
opened Mar 22, 2025 by
overlookmotel
•
Draft
refactor(transformer/using): use Area - Transformer / Transpiler
C-cleanup
Category - technical debt or refactoring. Solution not expected to change behavior
current_scope_id
consistently
A-transformer
#9966
opened Mar 22, 2025 by
camc314
Loading…
fix(transformer/using): fix bindings scope mismatches
A-transformer
Area - Transformer / Transpiler
C-bug
Category - Bug
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
fix(transformer): Area - Transformer / Transpiler
C-bug
Category - Bug
TransformOptions::enable_all
enable decorator transform
A-transformer
#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 Area - Parser
C-performance
Category - Solution not expected to change functional behavior, only performance
Token
to 16 bytes
A-parser
#9926
opened Mar 20, 2025 by
overlookmotel
•
Draft
perf(cfg, codegen, linter, syntax): use 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
NonMaxU32
from oxc_data_structures
A-ast-tools
#9886
opened Mar 19, 2025 by
overlookmotel
•
Draft
feat(data_structures): zero-cost Category - New feature or request
NonMaxU32
type
C-enhancement
#9883
opened Mar 19, 2025 by
overlookmotel
•
Draft
feat(allocator/vec2): implement Area - AST
A-isolated-declarations
Isolated Declarations
A-minifier
Area - Minifier
A-transformer
Area - Transformer / Transpiler
C-enhancement
Category - New feature or request
extend_desugared
method as extend
internal implemention
A-ast
perf(isolated_declarations): replace Isolated Declarations
C-performance
Category - Solution not expected to change functional behavior, only performance
HashMap
of internal annotation spans with Vec
A-isolated-declarations
#9870
opened Mar 18, 2025 by
overlookmotel
•
Draft
refactor(allocator/vec2): import Category - technical debt or refactoring. Solution not expected to change behavior
handle_alloc_error
function from allocator_api2
instead of writing a custom one
C-cleanup
#9860
opened Mar 18, 2025 by
Dunqing
Loading…
refactor(allocator/vec2): rename parameters and method name to align with Category - technical debt or refactoring. Solution not expected to change behavior
std
C-cleanup
#9858
opened Mar 18, 2025 by
Dunqing
Loading…
perf(allocator/vec2): align min amortized cap size with Category - Solution not expected to change functional behavior, only performance
std
C-performance
perf(allocator/vec2): replace Category - Solution not expected to change functional behavior, only performance
self.reserve(1)
calls with self.grow_one()
for better efficiency
C-performance
feat(allocator/vec2): add specialized Category - New feature or request
grow_one
method
C-enhancement
perf(parser): optimize parsing directives and statements
A-parser
Area - Parser
C-performance
Category - Solution not expected to change functional behavior, only performance
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
feat(transformer): enable Area - Transformer / Transpiler
C-enhancement
Category - New feature or request
using
by default
A-transformer
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.