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 }}
longlho
/
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 Feb 15, 2026
feat(oxlint): export plugin development types from plugins-dev
Show description for b31f3b6
longlho
and
claude
committed
b31f3b6
View commit details
Copy full SHA for b31f3b6
Browse repository at this point
Commits on Feb 14, 2026
feat(formatter/sort_imports): Support `{ newlinesBetween: bool }` inside `groups` (#19358)
Show description for 4baebef
leaysgur
committed
4baebef
View commit details
Copy full SHA for 4baebef
Browse repository at this point
chore(oxfmt): Suppress build warnings for Tailwind plugin's peerDeps (#19383)
leaysgur
committed
ddaee5e
View commit details
Copy full SHA for ddaee5e
Browse repository at this point
fix(oxfmt): Explicitly pass `process.env` for the forked process (#19380)
Show description for f084ea6
3 people
authored
f084ea6
View commit details
Copy full SHA for f084ea6
Browse repository at this point
chore(deps): update napi to v3.8.3 (#19382)
Show description for fe36abf
renovate[bot]
committed
fe36abf
View commit details
Copy full SHA for fe36abf
Browse repository at this point
fix(formatter): arrow function body incorrectly broken when return type has comment (#19368)
Show description for 2bc7a14
Dunqing
committed
2bc7a14
View commit details
Copy full SHA for 2bc7a14
Browse repository at this point
chore(linter): mark eslint/no-use-before-define as won't implement (#19378)
camc314
committed
f4fefb6
View commit details
Copy full SHA for f4fefb6
Browse repository at this point
chore(oxlint): bump min tsgolint version to 0.12.2 (#19377)
Show description for 76ece4a
connorshea
committed
76ece4a
View commit details
Copy full SHA for 76ece4a
Browse repository at this point
feat(linter): mark `typescript/no-invalid-this` as wont implement (#19376)
Show description for 58b7c80
camc314
committed
58b7c80
View commit details
Copy full SHA for 58b7c80
Browse repository at this point
Commits on Feb 13, 2026
fix(linter): Fix the behavior of `import/extensions` rule for a file that has multiple extensions. (#18919)
Show description for 6bc8aec
connorshea
committed
6bc8aec
View commit details
Copy full SHA for 6bc8aec
Browse repository at this point
feat(linter): implement typescript/unified-signatures (#19375)
camc314
committed
1bf569b
View commit details
Copy full SHA for 1bf569b
Browse repository at this point
feat(linter): implement typescript/parameter-properties (#19374)
camc314
committed
6562a9b
View commit details
Copy full SHA for 6562a9b
Browse repository at this point
feat(linter): implement typescript/no-use-before-define (#19373)
camc314
committed
94d8d74
View commit details
Copy full SHA for 94d8d74
Browse repository at this point
chore(deps): update dependency oxlint-tsgolint to v0.12.2 (#19372)
Show description for fcae2e1
renovate[bot]
committed
fcae2e1
View commit details
Copy full SHA for fcae2e1
Browse repository at this point
feat(linter): implement fixer for unicorn/no-instanceof-builtins (#19371)
camc314
committed
80b002a
View commit details
Copy full SHA for 80b002a
Browse repository at this point
feat(linter): implement eslint/no-unmodified-loop-condition (#19341)
Show description for 5c3784b
Limerio
and
camc314
authored
5c3784b
View commit details
Copy full SHA for 5c3784b
Browse repository at this point
feat(linter/const-comparisons): improve diagnostics when mixing logical/comparison operators (#19370)
camc314
committed
cc00a59
View commit details
Copy full SHA for cc00a59
Browse repository at this point
feat(linter): Add support for no constructed context values (#18067)
Show description for ea2c401
JoviDeCroock
authored
ea2c401
View commit details
Copy full SHA for ea2c401
Browse repository at this point
feat(linter): mark eslint/no-return-assign as having no fixer (#19327)
camc314
committed
f2440eb
View commit details
Copy full SHA for f2440eb
Browse repository at this point
docs(linter): Improve docs for `eslint/require-await` rule. (#19361)
Show description for 3a6059f
connorshea
committed
3a6059f
View commit details
Copy full SHA for 3a6059f
Browse repository at this point
fix(linter/img-redundant-alt): enforce whole-word matching for redundant alt text (#19367)
Show description for c62a295
camc314
committed
c62a295
View commit details
Copy full SHA for c62a295
Browse repository at this point
fix(linter/describe-function-title): skip autofix for type-only imports (#19329)
Show description for 98956fe
camc314
committed
98956fe
View commit details
Copy full SHA for 98956fe
Browse repository at this point
feat(linter/unicorn): implement suggestion for `unicorn/no-await-in-promise-methods` rule (#19359)
Show description for 8588670
baevm
authored
8588670
View commit details
Copy full SHA for 8588670
Browse repository at this point
feat(linter): Move `jsx-a11y/no-static-element-interactions` rule out of the nursery. (#19355)
Show description for f0af965
connorshea
committed
f0af965
View commit details
Copy full SHA for f0af965
Browse repository at this point
fix(linter/plugins): provide `parser.version` (#19364)
Show description for d96d26d
overlookmotel
committed
d96d26d
View commit details
Copy full SHA for d96d26d
Browse repository at this point
docs(linter/plugins): add comment about deprecated `ScopeManager` methods (#19363)
Show description for b069269
overlookmotel
committed
b069269
View commit details
Copy full SHA for b069269
Browse repository at this point
feat(formatter/sort_imports): Support `customGroups` attributes(`selector` and `modifiers`) (#19356)
Show description for d1c2fb6
leaysgur
committed
d1c2fb6
View commit details
Copy full SHA for d1c2fb6
Browse repository at this point
feat(linter/tsgolint): add support for labeled ranges in tsgolint diagnostics (#19201)
Show description for be0ce50
camchenry
committed
be0ce50
View commit details
Copy full SHA for be0ce50
Browse repository at this point
fix(oxfmt): Update tailwind plugin which fixes crash on non-js file (#19353)
Show description for 90ec3d2
leaysgur
committed
90ec3d2
View commit details
Copy full SHA for 90ec3d2
Browse repository at this point
fix(formatter): treat `PrivateFieldExpression` as simple call argument (#19348)
Show description for e9c5b1e
Dunqing
committed
e9c5b1e
View commit details
Copy full SHA for e9c5b1e
Browse repository at this point
fix(linter_codegen): compute rule IDs relative to previous rule (#19350)
Show description for 81f0039
camchenry
committed
81f0039
View commit details
Copy full SHA for 81f0039
Browse repository at this point
chore(linter): Mark 35 rules as pending fixers/suggestions. (#19344)
Show description for 3f790f0
connorshea
committed
3f790f0
View commit details
Copy full SHA for 3f790f0
Browse repository at this point
docs(linter): Disable formatting for `eslint/no-unsafe-negation` examples. (#19347)
Show description for 2d8aaf9
connorshea
committed
2d8aaf9
View commit details
Copy full SHA for 2d8aaf9
Browse repository at this point
fix(formatter): match Prettier union indentation with leading comments (#19271)
Show description for 80643d5
Dunqing
committed
80643d5
View commit details
Copy full SHA for 80643d5
Browse repository at this point
docs(linter): Ensure that we do not auto-format the docs for `unicorn/number-literal-case` rule. (#19346)
Show description for fb87806
connorshea
committed
fb87806
View commit details
Copy full SHA for fb87806
Browse repository at this point
Previous
Next
You can’t perform that action at this time.