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 }}
romhml
/
oxc
Public
forked from
oxc-project/oxc
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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 14, 2025
test(napi/parser): remove unnecessary `RUN_SIMPLE_LAZY_TESTS` env var (#11703)
Show description for 20efcd4
overlookmotel
committed
20efcd4
View commit details
Copy full SHA for 20efcd4
Browse repository at this point
test(napi/parser): lazy deser: tests for introspection of `NodeArray`s (#11702)
Show description for 6848b24
overlookmotel
committed
6848b24
View commit details
Copy full SHA for 6848b24
Browse repository at this point
fix(napi/parser): lazy deser: remove outdated comments (#11699)
Show description for fcb3084
overlookmotel
committed
fcb3084
View commit details
Copy full SHA for fcb3084
Browse repository at this point
perf(napi/parser): lazy deser: remove `getInternal` function in `NodeArray` (#11698)
Show description for d136acd
overlookmotel
committed
d136acd
View commit details
Copy full SHA for d136acd
Browse repository at this point
perf(napi/parser): lazy deser: avoid changing shape of `NodeArray` prototype (#11697)
Show description for a6a82f9
overlookmotel
committed
a6a82f9
View commit details
Copy full SHA for a6a82f9
Browse repository at this point
refactor(parser): move empty ts type parameter checks to parser (#11696)
Show description for b0a1561
DonIsaac
authored
b0a1561
View commit details
Copy full SHA for b0a1561
Browse repository at this point
refactor(regular-expression): shorten Span construction (#11689)
ulrichstark
authored
d057652
View commit details
Copy full SHA for d057652
Browse repository at this point
refactor(isolated-declarations): shorten Span construction (#11688)
ulrichstark
authored
acc1b22
View commit details
Copy full SHA for acc1b22
Browse repository at this point
refactor(semantic): shorten Span construction (#11687)
ulrichstark
authored
ff19684
View commit details
Copy full SHA for ff19684
Browse repository at this point
refactor(parser): shorten Span construction (#11685)
ulrichstark
authored
cf35cfd
View commit details
Copy full SHA for cf35cfd
Browse repository at this point
Commits on Jun 13, 2025
fix(linter): use fixer::noop in dangerous cases for eslint/no-var (#11693)
Show description for f34e432
camc314
committed
f34e432
View commit details
Copy full SHA for f34e432
Browse repository at this point
fix(linter/consistent-function-scoping): allow functions in TS modules/namespaces (#11681)
Show description for 6c2b41c
DonIsaac
and
camc314
authored
6c2b41c
View commit details
Copy full SHA for 6c2b41c
Browse repository at this point
fix(linter/exhaustive-deps): false positive with TS Non null assertion operator (#11690)
Show description for 2ca1c70
camc314
committed
2ca1c70
View commit details
Copy full SHA for 2ca1c70
Browse repository at this point
refactor(linter): shorten Span construction (#11686)
ulrichstark
authored
c1be6b8
View commit details
Copy full SHA for c1be6b8
Browse repository at this point
feat(napi/parser): lazy deserializer `NodeArray` `slice` method (#11680)
Show description for dfdebc2
overlookmotel
committed
dfdebc2
View commit details
Copy full SHA for dfdebc2
Browse repository at this point
fix(napi/parser): lazy deserializer block class constructors correctly (#11679)
Show description for 2749931
overlookmotel
committed
2749931
View commit details
Copy full SHA for 2749931
Browse repository at this point
perf(napi/parser): lazily deserialize `Vec`s (#11678)
Show description for 60f754e
overlookmotel
committed
60f754e
View commit details
Copy full SHA for 60f754e
Browse repository at this point
fix(linter): false negative in typescript/prefer-function-type (#11674)
Show description for ee15f7d
camc314
committed
ee15f7d
View commit details
Copy full SHA for ee15f7d
Browse repository at this point
refactor(napi/parser): lazy deserializer: prefix local cache property keys with `$` (#11673)
Show description for f1f3c30
overlookmotel
committed
f1f3c30
View commit details
Copy full SHA for f1f3c30
Browse repository at this point
feat(linter): implement import/extensions (#11548)
Show description for 52ecc87
3 people
authored
52ecc87
View commit details
Copy full SHA for 52ecc87
Browse repository at this point
refactor(linter): cleanup typescript/prefer-function-type (#11672)
Show description for 4ca659c
braddunbar
and
autofix-ci[bot]
authored
4ca659c
View commit details
Copy full SHA for 4ca659c
Browse repository at this point
feat(language_server): add `unusedDisableDirectives` option (#11645)
Show description for 094b81c
Sysix
committed
094b81c
View commit details
Copy full SHA for 094b81c
Browse repository at this point
docs(allocator): improve `Allocator` code examples (#11670)
Show description for 9fefb46
overlookmotel
committed
9fefb46
View commit details
Copy full SHA for 9fefb46
Browse repository at this point
fix(napi/parser): lazy deserializer locally cache all `Vec`s and strings (#11667)
Show description for e523d86
overlookmotel
committed
e523d86
View commit details
Copy full SHA for e523d86
Browse repository at this point
release(crates): v0.73.0 (#11669)
oxc-bot
authored
e7af8c4
View commit details
Copy full SHA for e7af8c4
Browse repository at this point
fix(parser): parse `TSTypePredicate` correctly (#11666)
Show description for 4e40089
Boshen
committed
4e40089
View commit details
Copy full SHA for 4e40089
Browse repository at this point
fix(linter): add missing menuitemradio and menutitemcheckbox roles (#11651)
Show description for abd0441
dflynn15
authored
abd0441
View commit details
Copy full SHA for abd0441
Browse repository at this point
docs(linter): document options for the `typescript/array-type` rule (#11665)
Show description for 8b6076e
huangtiandi1999
authored
8b6076e
View commit details
Copy full SHA for 8b6076e
Browse repository at this point
fix(parser): parse `using()` correctly (#11664)
Show description for eb55d83
Boshen
committed
eb55d83
View commit details
Copy full SHA for eb55d83
Browse repository at this point
perf(parser,semantic): improve handling of diagnostics (#11641)
Show description for b34c6f6
Boshen
committed
b34c6f6
View commit details
Copy full SHA for b34c6f6
Browse repository at this point
perf(parser): remove lookahead for checking for-let-of and for-async-of (#11655)
Show description for 78f1336
camchenry
committed
78f1336
View commit details
Copy full SHA for 78f1336
Browse repository at this point
perf(parser): add early returns when eating modifiers before decorators (#11653)
Show description for e389748
camchenry
committed
e389748
View commit details
Copy full SHA for e389748
Browse repository at this point
refactor(parser): remove rewind in hot path for parsing `?.something` and `?.[` (#11643)
Show description for e519176
camchenry
committed
e519176
View commit details
Copy full SHA for e519176
Browse repository at this point
Commits on Jun 12, 2025
chore(benchmark): set `.with_check_syntax_error(true)` to semantic benchmark (#11647)
Show description for cb9774d
Boshen
committed
cb9774d
View commit details
Copy full SHA for cb9774d
Browse repository at this point
feat(napi/parser): improved `console.log` output for lazy deserialized AST (#11642)
Show description for 5860195
overlookmotel
committed
5860195
View commit details
Copy full SHA for 5860195
Browse repository at this point
Previous
Next
You can’t perform that action at this time.