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

refactor(semantic)!: combine SymbolTable and ScopeTree into Scoping A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9615 opened Mar 8, 2025 by Boshen Draft
refactor(semantic): add Scoping to Semantic A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9614 opened Mar 8, 2025 by Boshen Draft
refactor(semantic)!: rename SymbolTable and ScopeTree methods A-codegen Area - Code Generation A-linter Area - Linter A-minifier Area - Minifier A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9613 opened Mar 8, 2025 by Boshen Draft
refactor(semantic)!: introduce Scoping A-minifier Area - Minifier A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9611 opened Mar 8, 2025 by Boshen Draft
fix(linter): rule unicorn/escape-case A-linter Area - Linter C-bug Category - Bug
#9585 opened Mar 7, 2025 by therewillbecode Loading…
refactor(ast/estree): remove unused custom_ts_def A-ast-tools Area - AST tools C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#9580 opened Mar 7, 2025 by hi-ogawa 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…
feat(linter): Add promise/no-return-wrap A-linter Area - Linter C-enhancement Category - New feature or request
#9537 opened Mar 4, 2025 by therewillbecode Loading…
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…
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(linter): a new multi-file analysis runtime A-cli Area - CLI A-linter Area - Linter C-bug Category - Bug C-enhancement Category - New feature or request
#9383 opened Feb 26, 2025 by branchseer 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…
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…
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(mangler): mangle private class names A-minifier Area - Minifier C-enhancement Category - New feature or request
#9279 opened Feb 21, 2025 by camc314 Loading…
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
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): 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(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(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
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…
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
ProTip! Exclude everything labeled bug with -label:bug.