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 }}
zakudriver
/
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 Jun 17, 2025
perf(napi/parser): faster deserialization of `Vec`s in raw transfer (#11776)
Show description for 21c8852
overlookmotel
committed
21c8852
View commit details
Copy full SHA for 21c8852
Browse repository at this point
fix(napi/parser): lazy deser: do not expose `getElement` method from `NodeArray` (#11777)
Show description for a47a6de
overlookmotel
committed
a47a6de
View commit details
Copy full SHA for a47a6de
Browse repository at this point
refactor(ast_tools): remove unused imports (#11778)
Show description for 4e5beb0
overlookmotel
committed
4e5beb0
View commit details
Copy full SHA for 4e5beb0
Browse repository at this point
refactor(semantic): rename function params (#11775)
Show description for eccac91
overlookmotel
committed
eccac91
View commit details
Copy full SHA for eccac91
Browse repository at this point
release(crates): v0.73.1 (#11774)
oxc-bot
authored
14f7033
View commit details
Copy full SHA for 14f7033
Browse repository at this point
fix(linter/no-new-wrappers): fix panic in fixer with multi byte chars (#11773)
Show description for c80e405
camc314
committed
c80e405
View commit details
Copy full SHA for c80e405
Browse repository at this point
fix(linter): panic in unicorn/consistent-function-scoping (#11772)
camc314
committed
e58a0b0
View commit details
Copy full SHA for e58a0b0
Browse repository at this point
feat(napi): add `aarch64-linux-android` target (#11769)
Show description for 81ef443
Brooooooklyn
authored
81ef443
View commit details
Copy full SHA for 81ef443
Browse repository at this point
perf(parser): optimize code around parsing delimited list and object (#11755)
Show description for 2f25ca6
ulrichstark
authored
2f25ca6
View commit details
Copy full SHA for 2f25ca6
Browse repository at this point
test(ast/estree): more tests for escaping strings in JSON (#11756)
Show description for c53a7bd
overlookmotel
committed
c53a7bd
View commit details
Copy full SHA for c53a7bd
Browse repository at this point
perf(ast/estree): faster serializing strings to JSON (#11753)
Show description for c4faee2
overlookmotel
committed
c4faee2
View commit details
Copy full SHA for c4faee2
Browse repository at this point
perf(allocator): reduce operations while `Mutex` lock is held in `AllocatorPool` (#11761)
Show description for 2641030
overlookmotel
committed
2641030
View commit details
Copy full SHA for 2641030
Browse repository at this point
Commits on Jun 16, 2025
feat(ast, semantic): implement `GetAddress` for `AstKind` and `AstNode` (#11758)
Show description for 371473c
overlookmotel
committed
371473c
View commit details
Copy full SHA for 371473c
Browse repository at this point
perf(allocator): remove `Arc` from `AllocatorPool` (#11760)
Show description for f539f64
overlookmotel
committed
f539f64
View commit details
Copy full SHA for f539f64
Browse repository at this point
feat(ast): Add AstKind to ImportAttribute node (#11765)
Show description for 17f5dbe
therewillbecode
authored
17f5dbe
View commit details
Copy full SHA for 17f5dbe
Browse repository at this point
feat(ast): Add AstKind to AccessorProperty node (#11764)
Show description for eb9db97
therewillbecode
authored
eb9db97
View commit details
Copy full SHA for eb9db97
Browse repository at this point
fix(ast/estree): remove custom serializer for `MethodDefinition` `key` field (#11763)
Show description for 6feab7e
overlookmotel
committed
6feab7e
View commit details
Copy full SHA for 6feab7e
Browse repository at this point
test(ast/estree): bump `acorn-test262` submodule (#11762)
Show description for ea30fff
overlookmotel
committed
ea30fff
View commit details
Copy full SHA for ea30fff
Browse repository at this point
refactor(allocator): re-order code (#11759)
Show description for 01e52bc
overlookmotel
committed
01e52bc
View commit details
Copy full SHA for 01e52bc
Browse repository at this point
feat(oxc_linter): reuse allocators (#11736)
camc314
committed
38dc614
View commit details
Copy full SHA for 38dc614
Browse repository at this point
feat(ast): Add AstKind to TSNamespaceExportDeclaration node (#11754)
Show description for 584844c
therewillbecode
authored
584844c
View commit details
Copy full SHA for 584844c
Browse repository at this point
feat(ast): Add AstKind to TSRestType node (#11752)
Show description for 6095438
therewillbecode
and
camc314
authored
6095438
View commit details
Copy full SHA for 6095438
Browse repository at this point
feat(ast): Add AstKind to TSOptionalType node (#11751)
Show description for b8237b8
therewillbecode
authored
b8237b8
View commit details
Copy full SHA for b8237b8
Browse repository at this point
feat(ast): Add AstKind to TSTupleType node (#11749)
therewillbecode
authored
b949ece
View commit details
Copy full SHA for b949ece
Browse repository at this point
chore(editor): skip ts lib check (#11750)
Show description for 40aaa87
Sysix
committed
40aaa87
View commit details
Copy full SHA for 40aaa87
Browse repository at this point
refactor(ast): add `AstKind` for `TSTypeOperator` (#11747)
camchenry
committed
3d89012
View commit details
Copy full SHA for 3d89012
Browse repository at this point
refactor(ast): add `TSArrayType` as `AstKind` (#11745)
camchenry
committed
5ca3d04
View commit details
Copy full SHA for 5ca3d04
Browse repository at this point
refactor(language_server): Use rule name directly from OxcCode instead of parsing out of the stringified version of OxcCode (#11714)
nrayburn-tech
authored
abdbaa9
View commit details
Copy full SHA for abdbaa9
Browse repository at this point
perf(linter/no-inner-declarations): move work to cold path (#11746)
Show description for cfdc518
overlookmotel
committed
cfdc518
View commit details
Copy full SHA for cfdc518
Browse repository at this point
fix(linter): typo in typescript/consistent-index-object-style (#11744)
camc314
committed
80c87d4
View commit details
Copy full SHA for 80c87d4
Browse repository at this point
docs(linter): fix typo in import/no-namespace (#11741)
Show description for ea6ce9d
camc314
committed
ea6ce9d
View commit details
Copy full SHA for ea6ce9d
Browse repository at this point
fix(parser): allocate all strings in arena (#11738)
Show description for 854b0f1
overlookmotel
committed
854b0f1
View commit details
Copy full SHA for 854b0f1
Browse repository at this point
feat(parser): introduce `ParserImpl::token_source` method (#11737)
Show description for e05d9bb
overlookmotel
committed
e05d9bb
View commit details
Copy full SHA for e05d9bb
Browse repository at this point
perf(linter): skip running `consistent-function-scoping` on `.d.ts` files (#11739)
Show description for 7c0fff7
camc314
committed
7c0fff7
View commit details
Copy full SHA for 7c0fff7
Browse repository at this point
fix(linter/consistent-function-scoping): descriptive diagnostic labels (#11682)
Show description for ff775e9
3 people
authored
ff775e9
View commit details
Copy full SHA for ff775e9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.