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 }}
akozlev
/
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 28, 2025
chore(linter): mark `prefer-array-flat` fixer as dangerous (#11359)
camc314
committed
adbb3a3
View commit details
Copy full SHA for adbb3a3
Browse repository at this point
docs(ast): fix typo in docs for `TSPropertySignature` (#11352)
overlookmotel
committed
a30cd3f
View commit details
Copy full SHA for a30cd3f
Browse repository at this point
chore(linter): improve the documentation of `unicorn/no-empty-file` (#11351)
Show description for 1fdd6d5
shulaoda
committed
1fdd6d5
View commit details
Copy full SHA for 1fdd6d5
Browse repository at this point
perf(parser): remove lexer lookahead (#11349)
Boshen
committed
1bdeed2
View commit details
Copy full SHA for 1bdeed2
Browse repository at this point
fix(linter): fix panic in multi byte char in `TryFrom` aria (#11350)
Show description for c91697e
camc314
committed
c91697e
View commit details
Copy full SHA for c91697e
Browse repository at this point
refactor(parser): Consolidate export type `lookahead()` calls (#11341)
Show description for bfaa443
leaysgur
committed
bfaa443
View commit details
Copy full SHA for bfaa443
Browse repository at this point
feat(linter): add auto-fix to react/forward-ref-uses-ref (#11342)
Show description for bbb7eb1
huangtiandi1999
authored
bbb7eb1
View commit details
Copy full SHA for bbb7eb1
Browse repository at this point
release(crates): v0.72.1 (#11345)
oxc-bot
authored
01a4647
View commit details
Copy full SHA for 01a4647
Browse repository at this point
chore(deps): lock file maintenance (#11344)
renovate[bot]
authored
5d51f79
View commit details
Copy full SHA for 5d51f79
Browse repository at this point
refactor(parser): Avoid peek in parse_delimited_list (#11343)
Show description for 069b843
leaysgur
committed
069b843
View commit details
Copy full SHA for 069b843
Browse repository at this point
fix(isolated-declarations): correctly emit string property keys for non-identifiable name (#11329)
Show description for 3249ab6
magic-akari
authored
3249ab6
View commit details
Copy full SHA for 3249ab6
Browse repository at this point
feat(napi/parser): `parseAsync` support raw transfer (#11335)
Show description for b8aa4e3
overlookmotel
committed
b8aa4e3
View commit details
Copy full SHA for b8aa4e3
Browse repository at this point
refactor(parser): remove lexer lookahead in module parsing (#11330)
Show description for 99e6490
camchenry
committed
99e6490
View commit details
Copy full SHA for 99e6490
Browse repository at this point
Commits on May 27, 2025
refactor(linter): cleanup docs and simplify code of `eslint/no-fallthrough` (#11331)
Show description for 8fb55c3
ulrichstark
authored
8fb55c3
View commit details
Copy full SHA for 8fb55c3
Browse repository at this point
perf(linter): reduce code size in `globals` (#11333)
Show description for a0ee946
shulaoda
committed
a0ee946
View commit details
Copy full SHA for a0ee946
Browse repository at this point
perf(language_server): use `Arc<RwLock>` instead of `Mutex` for workspace workers (#11328)
Show description for 0ed6c1a
Sysix
committed
0ed6c1a
View commit details
Copy full SHA for 0ed6c1a
Browse repository at this point
test(linter): explicitly disable correctness for clarity (#11327)
Show description for c4f64aa
camc314
committed
c4f64aa
View commit details
Copy full SHA for c4f64aa
Browse repository at this point
docs(oxlint): remove incorrect doc comment (#11326)
Show description for cd354d4
camc314
committed
cd354d4
View commit details
Copy full SHA for cd354d4
Browse repository at this point
perf(parser): simplify getting span of identifiers and literals (#11323)
Show description for 14cb3c7
overlookmotel
committed
14cb3c7
View commit details
Copy full SHA for 14cb3c7
Browse repository at this point
perf(parser): `check_identifier` match on `Kind` not `&str` (#11322)
Show description for 2372f00
overlookmotel
committed
2372f00
View commit details
Copy full SHA for 2372f00
Browse repository at this point
perf(parser): avoid work in `parse_function_id` (#11321)
Show description for 552a977
overlookmotel
committed
552a977
View commit details
Copy full SHA for 552a977
Browse repository at this point
perf(parser): remove branch parsing class elements (#11319)
Show description for 6eda38a
overlookmotel
committed
6eda38a
View commit details
Copy full SHA for 6eda38a
Browse repository at this point
test(linter): `eslint/no-duplicate-imports` shouldn't report the same span (#11324)
Show description for a404b2c
ulrichstark
authored
a404b2c
View commit details
Copy full SHA for a404b2c
Browse repository at this point
refactor(linter): improve docs and simplify code of `eslint/no-duplicate-imports` (#11320)
ulrichstark
authored
e2f0f0a
View commit details
Copy full SHA for e2f0f0a
Browse repository at this point
fix(linter): stack overflow in no-async-endpoint-handlers (#11317)
Show description for 9798ef1
camc314
committed
9798ef1
View commit details
Copy full SHA for 9798ef1
Browse repository at this point
refactor(parser): align jsx parsing to tsc (#11314)
Show description for 08eb1eb
leaysgur
committed
08eb1eb
View commit details
Copy full SHA for 08eb1eb
Browse repository at this point
refactor(linter): simplify accessing span of NameSpan (#11305)
Show description for b53b053
ulrichstark
authored
b53b053
View commit details
Copy full SHA for b53b053
Browse repository at this point
refactor(parser): Remove Lexer lookahead from JS function parsing (#11307)
Show description for 54dfbd3
therewillbecode
authored
54dfbd3
View commit details
Copy full SHA for 54dfbd3
Browse repository at this point
refactor(parser): Remove lexer lookahead in JS let declaration parsing (#11308)
Show description for 44bb9fb
therewillbecode
authored
44bb9fb
View commit details
Copy full SHA for 44bb9fb
Browse repository at this point
Commits on May 26, 2025
fix(oxc_language_server): Include save option for text document sync capability (#11297)
Show description for 7af5bb1
nrayburn-tech
and
Sysix
authored
7af5bb1
View commit details
Copy full SHA for 7af5bb1
Browse repository at this point
fix(linter): skip no-unused-vars on astro files (#11303)
Show description for 348ad97
camc314
committed
348ad97
View commit details
Copy full SHA for 348ad97
Browse repository at this point
feat(linter): add auto-fix to unicorn/no-await-expression-member (#11306)
Show description for 590c27b
huangtiandi1999
authored
590c27b
View commit details
Copy full SHA for 590c27b
Browse repository at this point
feat(rulegen): skip adding rule to `rules.rs` if exists (#11304)
camc314
committed
12543f1
View commit details
Copy full SHA for 12543f1
Browse repository at this point
chore(ci): use a warmup cache for pnpm cache
Boshen
committed
13a349d
View commit details
Copy full SHA for 13a349d
Browse repository at this point
chore(ci): use a warmup cache for pnpm cache (#11300)
Boshen
authored
df00175
View commit details
Copy full SHA for df00175
Browse repository at this point
Previous
Next
You can’t perform that action at this time.