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

chore(rust): enable doctests A-ast Area - AST A-ast-tools Area - AST tools A-cfg Area - Control Flow Graph A-cli Area - CLI A-codegen Area - Code Generation A-editor Area - Editor and Language Server A-isolated-declarations Isolated Declarations A-linter Area - Linter A-minifier Area - Minifier A-parser Area - Parser A-prettier Area - Prettier A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9297 opened Feb 23, 2025 by Boshen Draft
refactor(semantic): always use SymbolFlags::Function for function id 0-merge Merge with Graphite Merge Queue A-ast Area - AST A-linter Area - Linter A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior needs-discussion Requires a discussion from the core team
#7479 opened Nov 25, 2024 by Dunqing Draft
feat(linter): create the import/order rule A-linter Area - Linter C-enhancement Category - New feature or request
#7903 opened Dec 14, 2024 by Spoutnik97 Loading…
perf(parser): reduce Token size to 8 bytes from 16 A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance
#8153 opened Dec 28, 2024 by branchseer Draft
refactor(semantic): remove Ambient symbol flag A-linter Area - Linter A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#8486 opened Jan 14, 2025 by ShuiRuTian Draft
perf(lexer): finish_next only clear kind and flags A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance
#8576 opened Jan 18, 2025 by overlookmotel Draft
feat(oxc_allocator): Add new method clone_in_with_semantic_ids for CloneIn trait A-ast Area - AST A-ast-tools Area - AST tools A-semantic Area - Semantic C-enhancement Category - New feature or request
#8608 opened Jan 20, 2025 by IWANABETHATGUY Draft
refactor(transformer): don't need to transform JSXExpression::EmptyExpression in JSX attributes A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#8817 opened Jan 31, 2025 by Dunqing Draft
refactor(linter): improve eslint/no-constant-condition A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#8845 opened Feb 3, 2025 by shulaoda Draft
feat(linter): support --report-unused-disable-directive A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#9223 opened Feb 19, 2025 by 1zumii Loading…
refactor(transformer/jsx): transform jsx element/fragment in enter_expression A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9233 opened Feb 19, 2025 by Dunqing Draft
feat(linter): add eslint/id-denylist A-linter Area - Linter C-enhancement Category - New feature or request
#9244 opened Feb 19, 2025 by therewillbecode Draft
feat(ast): add a dummy node_id field to all visitable AST types. A-ast Area - AST A-ast-tools Area - AST tools A-isolated-declarations Isolated Declarations A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#5775 opened Sep 14, 2024 by rzvxa Draft
feat(mangler): mangle private class names A-minifier Area - Minifier C-enhancement Category - New feature or request
#9279 opened Feb 21, 2025 by camc314 Loading…
perf(allocator): optimize Vec::push for common case that vec is not full to capacity C-performance Category - Solution not expected to change functional behavior, only performance
#9301 opened Feb 23, 2025 by overlookmotel Draft
feat(transformer): transform explicit resource management A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
#9310 opened Feb 23, 2025 by camc314 Loading…
feat(allocator): add String::from_array_in C-enhancement Category - New feature or request
#9329 opened Feb 24, 2025 by Dunqing Draft
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…
fix(oxlint): current dir as arg A-cli Area - CLI C-bug Category - Bug
#9382 opened Feb 26, 2025 by BenShelton Draft
fix(lint): build module graph before running lints A-linter Area - Linter C-bug Category - Bug
#9383 opened Feb 26, 2025 by branchseer Draft
perf(isolated_declarations): reduce looping over statements A-isolated-declarations Isolated Declarations C-performance Category - Solution not expected to change functional behavior, only performance
#9393 opened Feb 26, 2025 by overlookmotel Draft
feat(ast): add AstBuilder::atom_from_array A-ast Area - AST C-enhancement Category - New feature or request
#9400 opened Feb 26, 2025 by Dunqing Draft
refactor(transformer): combine strings by ctx.ast.atom_from_array A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9401 opened Feb 26, 2025 by Dunqing Draft
feat(linter): add react/jsx-filename-extension rule A-linter Area - Linter C-enhancement Category - New feature or request
#9474 opened Mar 1, 2025 by cdrikd Loading…
feat(ast/estree): export Node union type A-ast-tools Area - AST tools C-enhancement Category - New feature or request
#9574 opened Mar 6, 2025 by hi-ogawa Loading…
ProTip! Add no:assignee to see everything that’s not assigned.