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 }}
Jalever
/
oxc
Public
forked from
oxc-project/oxc
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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 May 9, 2025
feat(linter): add gitlab reporter output format (#10927)
Show description for 466c24a
cjpearson
authored
466c24a
View commit details
Copy full SHA for 466c24a
Browse repository at this point
feat(linter/no-extraneous-class): add conditional fixer (#10798)
Show description for 4733b52
DonIsaac
committed
4733b52
View commit details
Copy full SHA for 4733b52
Browse repository at this point
release(crates): v0.69.0 (#10925)
oxc-bot
authored
2b890ab
View commit details
Copy full SHA for 2b890ab
Browse repository at this point
fix(semantic): correctly handle nested brackets in jsdoc parsing (#10922)
Show description for 773d0de
camc314
committed
773d0de
View commit details
Copy full SHA for 773d0de
Browse repository at this point
refactor(linter): tidy `eslint/func-names` (#10923)
camc314
committed
6ad9d4f
View commit details
Copy full SHA for 6ad9d4f
Browse repository at this point
fix(semantic, syntax): TS value module cannot be referenced as type (#10918)
Show description for 6e47699
Dunqing
committed
6e47699
View commit details
Copy full SHA for 6e47699
Browse repository at this point
feat(linter): add import/consistent-type-specifier-style rule (#10858)
Show description for a064082
huangtiandi1999
authored
a064082
View commit details
Copy full SHA for a064082
Browse repository at this point
refactor(syntax): rename `NameSpaceModule` to `NamespaceModule` (#10917)
Show description for faf0a95
Dunqing
committed
faf0a95
View commit details
Copy full SHA for faf0a95
Browse repository at this point
fix(linter/no-extraneous-class): improve docs, reporting and code refactor (#10797)
Show description for 82889ae
DonIsaac
committed
82889ae
View commit details
Copy full SHA for 82889ae
Browse repository at this point
fix(semantic): dont parse `@` as jsdoc tags inside `[`/`]` (#10919)
Show description for b215b6c
camc314
committed
b215b6c
View commit details
Copy full SHA for b215b6c
Browse repository at this point
fix(transformer/typescript): panic when using `removeClassFieldsWithoutInitializer` and private class members (#10838)
camc314
committed
a033c1e
View commit details
Copy full SHA for a033c1e
Browse repository at this point
fix(linter/no-img-element): improve diagnostic and docs (#10908)
Show description for 11c34e7
DonIsaac
committed
11c34e7
View commit details
Copy full SHA for 11c34e7
Browse repository at this point
refactor(language_server): avoid cloning linter by taking reference in LintService (#10907)
ulrichstark
authored
bb999a3
View commit details
Copy full SHA for bb999a3
Browse repository at this point
feat(transformer/typescript): support transforming class fields into this assignment (#10854)
Show description for 6de0bc2
Dunqing
committed
6de0bc2
View commit details
Copy full SHA for 6de0bc2
Browse repository at this point
release(oxlint): v0.16.10 (#10916)
oxc-bot
authored
cbf3134
View commit details
Copy full SHA for cbf3134
Browse repository at this point
chore(linter): minimize website diff (#10915)
Show description for 14d1c5b
Boshen
authored
14d1c5b
View commit details
Copy full SHA for 14d1c5b
Browse repository at this point
docs(linter): fix a few incorrect backticks in `no_restricted_imports` (#10914)
Show description for efaadd3
Boshen
committed
efaadd3
View commit details
Copy full SHA for efaadd3
Browse repository at this point
fix(ast)!: fix field order for `TSTypeAssertion` (#10906)
Show description for 2b5d826
overlookmotel
committed
2b5d826
View commit details
Copy full SHA for 2b5d826
Browse repository at this point
fix(ast)!: fix field order for `TSNamedTupleMember` (#10905)
Show description for 1f35910
overlookmotel
committed
1f35910
View commit details
Copy full SHA for 1f35910
Browse repository at this point
docs(ast): improve docs for `TSImportType` (#10903)
Show description for 4863eef
overlookmotel
committed
4863eef
View commit details
Copy full SHA for 4863eef
Browse repository at this point
refactor(ecmascript): remove outdated todo comment (#10909)
ulrichstark
authored
7c6ac7c
View commit details
Copy full SHA for 7c6ac7c
Browse repository at this point
Commits on May 8, 2025
fix(ast)!: fix field order for `PropertyDefinition` (#10902)
Show description for 8a3bba8
overlookmotel
committed
8a3bba8
View commit details
Copy full SHA for 8a3bba8
Browse repository at this point
fix(ast)!: fix field order for `NewExpression` (#10893)
Show description for 5746d36
overlookmotel
committed
5746d36
View commit details
Copy full SHA for 5746d36
Browse repository at this point
refactor(language_server): remove `OnceCell` from `WorkspaceWorker.root_uri` (#10898)
Show description for 553ab5b
Sysix
committed
553ab5b
View commit details
Copy full SHA for 553ab5b
Browse repository at this point
perf(language_server): do not request for configuration when all workers are ready (#10897)
Sysix
committed
00ffbc9
View commit details
Copy full SHA for 00ffbc9
Browse repository at this point
fix(linter): false positive with `withResolvers` in prefer-await-to-then (#10896)
Show description for 7d09973
camc314
committed
7d09973
View commit details
Copy full SHA for 7d09973
Browse repository at this point
feat(napi/parser): expose module record data for `export default interface` (#10894)
Show description for 3cf867c
Boshen
committed
3cf867c
View commit details
Copy full SHA for 3cf867c
Browse repository at this point
feat(napi): add `s390x-unknown-linux-gnu` build (#10892)
Boshen
authored
22ba60b
View commit details
Copy full SHA for 22ba60b
Browse repository at this point
fix(ast)!: re-order fields of `TaggedTemplateExpression` (#10889)
Show description for 0139793
overlookmotel
committed
0139793
View commit details
Copy full SHA for 0139793
Browse repository at this point
fix(allocator): `Allocator::from_raw_parts` do not use const assertion for endianness test (#10888)
Show description for 446d9b3
overlookmotel
committed
446d9b3
View commit details
Copy full SHA for 446d9b3
Browse repository at this point
refactor(linter): move around some config store logic (#10861)
Show description for 79819cc
camc314
committed
79819cc
View commit details
Copy full SHA for 79819cc
Browse repository at this point
feat(napi): add `x86_64-unknown-freebsd` and `riscv64gc-unknown-linux-gnu` builds (#10886)
Show description for 308fe73
Boshen
authored
308fe73
View commit details
Copy full SHA for 308fe73
Browse repository at this point
docs(linter): improve no-plusplus docs (#10885)
PeterCardenas
authored
ccda8f0
View commit details
Copy full SHA for ccda8f0
Browse repository at this point
feat(parser): `accessor` modifier cannot be used with `readonly` and `declare` modifier. (#10870)
Show description for 539eb9d
Boshen
committed
539eb9d
View commit details
Copy full SHA for 539eb9d
Browse repository at this point
chore(ci): update concurrency group
Boshen
committed
234abd4
View commit details
Copy full SHA for 234abd4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.