Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ivov
/
oxc
Public
forked from
oxc-project/oxc
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Oct 17, 2025
chore(ci): temporarily disable big-endian (#14729)
Boshen
committed
2b0f5a4
View commit details
Copy full SHA for 2b0f5a4
Browse repository at this point
fix(linter/plugins): prevent `comments` being accessed after file is linted (#14727)
Show description for 47d8db1
overlookmotel
committed
47d8db1
View commit details
Copy full SHA for 47d8db1
Browse repository at this point
refactor(linter/plugins): rename function (#14726)
Show description for b402024
overlookmotel
committed
b402024
View commit details
Copy full SHA for b402024
Browse repository at this point
style(linter/plugins): reorder code (#14725)
Show description for 3029dfb
overlookmotel
committed
3029dfb
View commit details
Copy full SHA for 3029dfb
Browse repository at this point
perf(linter/plugins): lazy deserialize comments array (#14637)
Show description for 58ba6d6
3 people
authored
58ba6d6
View commit details
Copy full SHA for 58ba6d6
Browse repository at this point
feat(linter): implement constructor-super rule (#14506)
Show description for 5858641
4 people
authored
5858641
View commit details
Copy full SHA for 5858641
Browse repository at this point
feat(editor): support `oxc.fmt.configPath` configuration (#14639)
Show description for 8b322d4
Sysix
committed
8b322d4
View commit details
Copy full SHA for 8b322d4
Browse repository at this point
feat(language_server): watch for `fmt.configPath` file content change (#14509)
Show description for 2609c74
Sysix
committed
2609c74
View commit details
Copy full SHA for 2609c74
Browse repository at this point
fix(semantic): add condition basic blocks to CFG for logical expressions (#14671)
Show description for cdf2d07
camc314
committed
cdf2d07
View commit details
Copy full SHA for cdf2d07
Browse repository at this point
perf(linter): update `prefer-node-protocol` to use diverging match (#14699)
Show description for 2fe9dfa
camchenry
committed
2fe9dfa
View commit details
Copy full SHA for 2fe9dfa
Browse repository at this point
perf(linter): update `catch-error-name` to use top-level match (#14698)
Show description for 07db921
camchenry
committed
07db921
View commit details
Copy full SHA for 07db921
Browse repository at this point
perf(linter): update `no-extra-non-null-assertion` to use diverging match (#14697)
Show description for 2582a50
camchenry
committed
2582a50
View commit details
Copy full SHA for 2582a50
Browse repository at this point
perf(linter): update `typescript/array-type` to only have top-level match (#14696)
Show description for 231bac0
camchenry
committed
231bac0
View commit details
Copy full SHA for 231bac0
Browse repository at this point
perf(linter): refactor `jsdoc/require-yields` to deref instead of `self.0` (#14695)
Show description for 6b9b972
camchenry
committed
6b9b972
View commit details
Copy full SHA for 6b9b972
Browse repository at this point
perf(linter): inline `is_function_node` calls for some jsdoc rules (#14694)
Show description for 9ac561c
camchenry
committed
9ac561c
View commit details
Copy full SHA for 9ac561c
Browse repository at this point
perf(linter): refactor `jest/require-hook` to use top-level match (#14693)
Show description for 5e014cb
camchenry
committed
5e014cb
View commit details
Copy full SHA for 5e014cb
Browse repository at this point
perf(linter): refactor `jest/no-conditional-in-test` to use diverging match (#14692)
Show description for c8d775c
camchenry
committed
c8d775c
View commit details
Copy full SHA for c8d775c
Browse repository at this point
perf(linter): move root scope check into match arms in `import/no-webpack-loader-syntax` (#14691)
Show description for b666c26
camchenry
committed
b666c26
View commit details
Copy full SHA for b666c26
Browse repository at this point
perf(linter): refactor `no-amd` to do scope check after node type check (#14690)
Show description for be33a15
camchenry
committed
be33a15
View commit details
Copy full SHA for be33a15
Browse repository at this point
perf(linter): refactor `no-unsafe-finally` to have a diverging match as first statement (#14689)
Show description for 71cfeaa
camchenry
committed
71cfeaa
View commit details
Copy full SHA for 71cfeaa
Browse repository at this point
perf(linter): refactor `no-labels` to use top-level match on node kind (#14688)
Show description for 801bb10
camchenry
committed
801bb10
View commit details
Copy full SHA for 801bb10
Browse repository at this point
perf(linter): refactor class-methods-use-this to be analyzed (#14687)
Show description for 1217411
camchenry
committed
1217411
View commit details
Copy full SHA for 1217411
Browse repository at this point
perf(linter): add codegen support for `is_member_expression_kind` in match (#14677)
Show description for f830bea
camchenry
committed
f830bea
View commit details
Copy full SHA for f830bea
Browse repository at this point
fix(formatter): incorrect handling of `ObjectPattern` as an `AssignmentPattern` of a parameter (#14711)
Dunqing
committed
5ea3bb6
View commit details
Copy full SHA for 5ea3bb6
Browse repository at this point
refactor(formatter): organize utils structure (#14710)
Show description for 83e783a
Dunqing
committed
83e783a
View commit details
Copy full SHA for 83e783a
Browse repository at this point
feat(formatter): introduce `AstNode<ExpressionStatement>::is_arrow_function_body` (#14709)
Dunqing
committed
3f2e036
View commit details
Copy full SHA for 3f2e036
Browse repository at this point
refactor(formatter): remove all `without_parentheses` usages (#14707)
Show description for 58dd74a
Dunqing
committed
58dd74a
View commit details
Copy full SHA for 58dd74a
Browse repository at this point
refactor(formatter): simplify `ExpressionLeftSide` (#14706)
Dunqing
committed
75dfcad
View commit details
Copy full SHA for 75dfcad
Browse repository at this point
refactor(formatter): remove unnecessary lifetimes for the implementations of `NeedsParentheses` (#14703)
Dunqing
committed
273f0fe
View commit details
Copy full SHA for 273f0fe
Browse repository at this point
feat(formatter): add `AstNode::ancestor` and `AstNode::grand_parent` methods (#14700)
Show description for df225e9
Dunqing
committed
df225e9
View commit details
Copy full SHA for df225e9
Browse repository at this point
refactor(formatter): improve `AstNode` and `AstNodes` (#14686)
Show description for bae5f11
Dunqing
committed
bae5f11
View commit details
Copy full SHA for bae5f11
Browse repository at this point
chore(oxlint): oxc-resolver v11.10.0 with pacakge.json simd-json parsing (#14705)
Boshen
committed
9487461
View commit details
Copy full SHA for 9487461
Browse repository at this point
test(linter): add test case with function params in no-const-assign (#14674)
Show description for cd9ef3e
camc314
committed
cd9ef3e
View commit details
Copy full SHA for cd9ef3e
Browse repository at this point
feat(semantic): add `symbol_id` to ts function type binding idents (#14673)
Show description for ae2003c
camc314
committed
ae2003c
View commit details
Copy full SHA for ae2003c
Browse repository at this point
feat(semantic): add scope to `TSConstructorType` (#14676)
camc314
committed
bec7a7d
View commit details
Copy full SHA for bec7a7d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.