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
Assigned to nobody Loading
Sort

Pull requests list

refactor(ast): Remove AstKind from TSModuleReference node A-ast Area - AST A-ast-tools Area - AST tools A-formatter Area - Formatter A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11732 opened Jun 15, 2025 by therewillbecode Loading…
chore(deps): update npm packages (major) A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11730 opened Jun 15, 2025 by renovate bot Loading…
1 task
feat(parser): add loc and range A-ast Area - AST A-ast-tools Area - AST tools A-parser Area - Parser C-enhancement Category - New feature or request
#11728 opened Jun 15, 2025 by bacarybruno Loading…
feat(ast): Add AstKind to TSTypePredicate node A-ast Area - AST A-ast-tools Area - AST tools A-formatter Area - Formatter A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior C-enhancement Category - New feature or request
#11726 opened Jun 15, 2025 by therewillbecode Loading…
feat(ast): Add AstKind to TSCallSignatureDeclaration node A-ast Area - AST A-ast-tools Area - AST tools A-formatter Area - Formatter A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior C-enhancement Category - New feature or request
#11725 opened Jun 15, 2025 by therewillbecode Loading…
feat(ast): Add AstKind to TSIndexSignature node A-ast Area - AST A-ast-tools Area - AST tools A-formatter Area - Formatter A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior C-enhancement Category - New feature or request
#11724 opened Jun 15, 2025 by therewillbecode Loading…
feat(formatter): support printing comments A-ast-tools Area - AST tools A-formatter Area - Formatter C-enhancement Category - New feature or request
#11716 opened Jun 15, 2025 by Dunqing Draft
refactor(language_server): Use rule name directly from OxcCode instead of parsing out of the stringified version of OxcCode A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11714 opened Jun 15, 2025 by nrayburn-tech Loading…
feat(ast): add AstKind for WithClause A-ast Area - AST A-ast-tools Area - AST tools A-formatter Area - Formatter C-enhancement Category - New feature or request
#11711 opened Jun 14, 2025 by camchenry Loading…
feat(playground): Allow specifying a JSON string as the linter config A-linter Area - Linter C-enhancement Category - New feature or request
#11710 opened Jun 14, 2025 by nrayburn-tech Loading…
feat(linter): add fix for unused disable directive A-cli Area - CLI A-editor Area - Editor and Language Server A-linter Area - Linter C-enhancement Category - New feature or request
#11708 opened Jun 14, 2025 by Sysix Draft
feat(linter): add Enabled? column to oxlint --rules A-cli Area - CLI A-linter Area - Linter C-enhancement Category - New feature or request
#11705 opened Jun 14, 2025 by romhml Loading…
feat(vscode): add oxc.requireConfig configuration A-editor Area - Editor and Language Server C-enhancement Category - New feature or request
#11700 opened Jun 14, 2025 by Sysix Loading…
feat(sema/check): ts setters cannot have initializers A-linter Area - Linter A-parser Area - Parser C-enhancement Category - New feature or request
#11695 opened Jun 14, 2025 by DonIsaac Loading…
feat(sema/check): check for reserved type names A-semantic Area - Semantic C-enhancement Category - New feature or request
#11694 opened Jun 14, 2025 by DonIsaac Loading…
fix(linter/no-inner-declaration): false negative with for loops A-linter Area - Linter C-bug Category - Bug
#11692 opened Jun 13, 2025 by camc314 Loading…
refactor(ast): don't generate AstKind for ArrayExpressionElement A-ast Area - AST A-ast-tools Area - AST tools A-formatter Area - Formatter A-linter Area - Linter A-semantic Area - Semantic C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11684 opened Jun 13, 2025 by ulrichstark Loading…
fix(linter/consistent-function-scoping): descriptive diagnostic labels A-linter Area - Linter C-bug Category - Bug
#11682 opened Jun 13, 2025 by DonIsaac Loading…
fix(linter): false positive in import/no-cycle A-linter Area - Linter C-bug Category - Bug
#11671 opened Jun 13, 2025 by camc314 Loading…
refactor(language_server)!: remove support for old configuration objects in initialize and workspace/didChangeConfiguration A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11578 opened Jun 9, 2025 by Sysix Loading…
chore(benchmarks): add language_server benchmark C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11523 opened Jun 6, 2025 by Sysix Loading…
test(editor): remove useless test + improve speed 0-merge Merge with Graphite Merge Queue A-editor Area - Editor and Language Server C-test Category - Testing. Code is missing test cases, or a PR is adding them
#11486 opened Jun 4, 2025 by Sysix Loading…
refactor(parser): rewrite arrow function parsing to remove rewind in hot paths A-parser Area - Parser C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
#11483 opened Jun 4, 2025 by camchenry Draft
feat(language_server): support textDocument/diagnostic 0-merge Merge with Graphite Merge Queue A-editor Area - Editor and Language Server C-enhancement Category - New feature or request
#11447 opened Jun 2, 2025 by Sysix Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.