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 }}
alexfertel
/
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 Aug 7, 2023
feat(resolver): implement recursive alias, file as alias and exports field with query / fragment (#695)
Boshen
authored
f4ba5d4
View commit details
Copy full SHA for f4ba5d4
Browse repository at this point
feat(linter): implement `no-undef` (#672)
Show description for c6245f8
makotot
authored
c6245f8
View commit details
Copy full SHA for c6245f8
Browse repository at this point
feat(resolver): implement resolveToContext (#694)
Boshen
authored
9b2d3fc
View commit details
Copy full SHA for 9b2d3fc
Browse repository at this point
feat(resolver): implement restrictions (path only) (#693)
Boshen
authored
59f5dc1
View commit details
Copy full SHA for 59f5dc1
Browse repository at this point
test(semantic): test harness (#679)
Show description for 38fb4c2
DonIsaac
authored
38fb4c2
View commit details
Copy full SHA for 38fb4c2
Browse repository at this point
Commits on Aug 6, 2023
refactor(resolver): clean some code (#692)
Boshen
authored
3bfa314
View commit details
Copy full SHA for 3bfa314
Browse repository at this point
feat: vscode extension (#690)
Show description for 8a915ce
cijiugechu
authored
8a915ce
View commit details
Copy full SHA for 8a915ce
Browse repository at this point
Commits on Aug 5, 2023
feat(resolver): implement the basics of ESM (#691)
Boshen
authored
658ef67
View commit details
Copy full SHA for 658ef67
Browse repository at this point
feat(semantic): add `node_id` to `Reference` (#689)
Show description for c5ff534
makotot
authored
c5ff534
View commit details
Copy full SHA for c5ff534
Browse repository at this point
Commits on Aug 4, 2023
feat(linter): add no-extra-boolean-cast rule (#677)
Show description for d1531cd
metreniuk
authored
d1531cd
View commit details
Copy full SHA for d1531cd
Browse repository at this point
feat(resolver): implement fully specified (#687)
Show description for d213078
Boshen
authored
d213078
View commit details
Copy full SHA for d213078
Browse repository at this point
Commits on Aug 2, 2023
refactor(resolver): change internal funcs to non-pub by moving to unit tests (#682)
Boshen
authored
702d5b0
View commit details
Copy full SHA for 702d5b0
Browse repository at this point
feat(resolver): imports field (#681)
Boshen
authored
2e3934d
View commit details
Copy full SHA for 2e3934d
Browse repository at this point
fix(task): update taggedTemplateExpression template (#676)
Show description for de11082
mysteryven
authored
de11082
View commit details
Copy full SHA for de11082
Browse repository at this point
feat(linter): enable module record builder
DonIsaac
authored
e7d8d4b
View commit details
Copy full SHA for e7d8d4b
Browse repository at this point
Commits on Aug 1, 2023
feat(resolver): finish most of exports field (#674)
Show description for c4669e1
Boshen
authored
c4669e1
View commit details
Copy full SHA for c4669e1
Browse repository at this point
Commits on Jul 31, 2023
refactor(linter): manually declare lint rules because `cargo fmt` breaks (#671)
Boshen
authored
98e4240
View commit details
Copy full SHA for 98e4240
Browse repository at this point
fix(linter): fix false positives in loss-of-precision lint (#664)
Show description for ba8dbf5
Devin-Yeung
and
Boshen
authored
ba8dbf5
View commit details
Copy full SHA for ba8dbf5
Browse repository at this point
refactor(cli): remove experimental code "module_tree_handler" (#670)
Show description for c956f7e
Boshen
authored
c956f7e
View commit details
Copy full SHA for c956f7e
Browse repository at this point
Adding types to the symbol table - consistent export type sample rule implemented (#667)
Show description for 5e54bd0
EliLichtblau
authored
5e54bd0
View commit details
Copy full SHA for 5e54bd0
Browse repository at this point
fix(semantic): nested references (#661)
Show description for d3accc1
DonIsaac
authored
d3accc1
View commit details
Copy full SHA for d3accc1
Browse repository at this point
chore(query): abstract away testing boilerplate (#669)
u9g
authored
8b7b138
View commit details
Copy full SHA for 8b7b138
Browse repository at this point
feat(ast): AstKind::debug_name() (#665)
Show description for 4754133
DonIsaac
authored
4754133
View commit details
Copy full SHA for 4754133
Browse repository at this point
Commits on Jul 30, 2023
feat(query): add ast counterpart to JSXOpeningElement (#668)
u9g
authored
08e78bc
View commit details
Copy full SHA for 08e78bc
Browse repository at this point
feat(query): add ast counterpart to ObjectLiteral (#666)
u9g
authored
228cab9
View commit details
Copy full SHA for 228cab9
Browse repository at this point
chore(query): condense XAST and X resolvers into one (#663)
Show description for 29ddca5
u9g
authored
29ddca5
View commit details
Copy full SHA for 29ddca5
Browse repository at this point
feat(linter): no-focused-test(eslint-jest-plugin) (#609)
mysteryven
authored
3cf08a2
View commit details
Copy full SHA for 3cf08a2
Browse repository at this point
Commits on Jul 29, 2023
feat(resolver): port the rest of the exports field tests (#659)
Boshen
authored
3b9cc47
View commit details
Copy full SHA for 3b9cc47
Browse repository at this point
feat(minifier): initialize conditions folding (#658)
Show description for e090b56
cijiugechu
authored
e090b56
View commit details
Copy full SHA for e090b56
Browse repository at this point
Release oxlint v0.0.7
Boshen
committed
ee211ba
View commit details
Copy full SHA for ee211ba
Browse repository at this point
chore(linter): only check no-this-alias in TypeScript
Boshen
committed
4b34c44
View commit details
Copy full SHA for 4b34c44
Browse repository at this point
chore(linter): change no-loss-of-precision to nursery
Boshen
committed
92348f1
View commit details
Copy full SHA for 92348f1
Browse repository at this point
perf(linter): reduce mallocs (#654)
Show description for 6628fc8
DonIsaac
authored
6628fc8
View commit details
Copy full SHA for 6628fc8
Browse repository at this point
chore(linter): move no-var-requires to restriction
Show description for 976aa28
Boshen
committed
976aa28
View commit details
Copy full SHA for 976aa28
Browse repository at this point
feat(cli): separate warnings and errors numbers and print separately
Boshen
committed
c42a61f
View commit details
Copy full SHA for c42a61f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.