-
-
Notifications
You must be signed in to change notification settings - Fork 684
Pull requests: oxc-project/oxc
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
ci(benchmark): skip benchmark when PR has
0-merge
label
#14666
opened Oct 16, 2025 by
Boshen
Loading…
fix(formatter): should not merge tail with head for MemberChain when its parent is ArrowFunctionExpression
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): should not indent BinaryLikeExpression when its parent is Area - Formatter
C-bug
Category - Bug
NewExpression
A-formatter
fix(formatter): should group nested test for TSConditionalType
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): correct handling if a template literal should be printed as a signle line
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): should group type parameters and parameters for method-like and function-like nodes
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): improve handling of dangling comments in if statements
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): don't group nested await expression when its is the leftmost expression
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): correct checking function composition when the arguments have an call expression before function
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): don't wrap parenthesis for type when its grandparent isn't a ExpressionStatement
A-formatter
Area - Formatter
C-bug
Category - Bug
fix(formatter): skip the leading semicolon when calculating leading lines
A-formatter
Area - Formatter
C-bug
Category - Bug
feat(formatter): Experiment sort-imports by sort-AST w/ IR approach
A-formatter
Area - Formatter
C-enhancement
Category - New feature or request
perf(linter): switch Area - Linter
C-performance
Category - Solution not expected to change functional behavior, only performance
if !matches!(node.kind(), ...)
to match block
A-linter
perf(linter): rearrange rules for node type analysis
A-linter
Area - Linter
C-performance
Category - Solution not expected to change functional behavior, only performance
feat(formatter): Experiment sort-imports by sort-AST approach
A-formatter
Area - Formatter
C-enhancement
Category - New feature or request
feat(editor): support Area - Editor and Language Server
C-enhancement
Category - New feature or request
oxc.fmt.configPath
configuration
A-editor
perf(linter/jsplugins): lazy deserialize comments array
A-ast
Area - AST
A-ast-tools
Area - AST tools
A-cli
Area - CLI
A-linter
Area - Linter
C-performance
Category - Solution not expected to change functional behavior, only performance
feat(linter): support scoped package names in Area - Linter
C-enhancement
Category - New feature or request
"extends"
A-linter
#14629
opened Oct 15, 2025 by
lilnasy
Loading…
feat(linter): require public doc rule draft (behavior tbd)
A-linter
Area - Linter
C-enhancement
Category - New feature or request
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.