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 }}
Arian94
/
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 Sep 15, 2024
refactor(codegen): prepare to add leading comments by adding a template method pattern (#5784)
Boshen
committed
e613a3d
View commit details
Copy full SHA for e613a3d
Browse repository at this point
refactor(ast): change `Comment` struct (#5783)
Boshen
committed
6dd6f7c
View commit details
Copy full SHA for 6dd6f7c
Browse repository at this point
refactor(coverage): remove sourcemap snapshot (#5782)
Boshen
committed
512be65
View commit details
Copy full SHA for 512be65
Browse repository at this point
chore(wasm/parser): remove `wasm-pack` dependency (#5777)
Show description for 91bb06e
Boshen
authored
91bb06e
View commit details
Copy full SHA for 91bb06e
Browse repository at this point
Commits on Sep 14, 2024
feat(semantic): add `SemanticBuilder::with_excess_capacity` (#5762)
Show description for 3230ae5
overlookmotel
committed
3230ae5
View commit details
Copy full SHA for 3230ae5
Browse repository at this point
refactor(linter): impl serde and schemars traits for `LintPlugins` (#5706)
DonIsaac
committed
f61e8b5
View commit details
Copy full SHA for f61e8b5
Browse repository at this point
refactor(codegen): add `GetSpan` requirement to `Gen` trait (#5772)
Boshen
committed
7caae5b
View commit details
Copy full SHA for 7caae5b
Browse repository at this point
refactor(parser): add `--ast` and `--comments` to example
Boshen
committed
4abfa76
View commit details
Copy full SHA for 4abfa76
Browse repository at this point
Commits on Sep 13, 2024
perf(transformer): call `transform_jsx` in `exit_expression` rather than `enter_expression` (#5751)
Show description for 36e698b
Dunqing
committed
36e698b
View commit details
Copy full SHA for 36e698b
Browse repository at this point
perf(transformer/react): improve `is_componentish_name`'s implementation (#5769)
Dunqing
committed
aac8316
View commit details
Copy full SHA for aac8316
Browse repository at this point
fix(transformer/react): react refresh panics when encounter `use` hook (#5768)
Show description for 3cc38df
Dunqing
committed
3cc38df
View commit details
Copy full SHA for 3cc38df
Browse repository at this point
feat(ast): add `Comment::real_span` (#5764)
Boshen
committed
e8bf30a
View commit details
Copy full SHA for e8bf30a
Browse repository at this point
chore: fix package.json EOL
Boshen
committed
5bace1a
View commit details
Copy full SHA for 5bace1a
Browse repository at this point
refactor(parser): use AstBuilder (#5743)
Show description for a4b55bf
Boshen
and
autofix-ci[bot]
authored
a4b55bf
View commit details
Copy full SHA for a4b55bf
Browse repository at this point
release(crates): v0.29.0 (#5763)
Show description for bd48dfb
oxc-bot
and
Boshen
authored
bd48dfb
View commit details
Copy full SHA for bd48dfb
Browse repository at this point
feat(minifier): constant fold nullish coalescing operator (#5761)
Boshen
committed
e968e9f
View commit details
Copy full SHA for e968e9f
Browse repository at this point
fix(transformer/react): isStaticChildren should be false when there is only one child (#5745)
Show description for 77d9170
Dunqing
committed
77d9170
View commit details
Copy full SHA for 77d9170
Browse repository at this point
refactor(semantic): `Stats::assert_accurate` take `self` (#5758)
Show description for a35fb14
overlookmotel
committed
a35fb14
View commit details
Copy full SHA for a35fb14
Browse repository at this point
feat(semantic): add `SemanticBuilder::with_stats` (#5757)
Show description for f3baa49
overlookmotel
committed
f3baa49
View commit details
Copy full SHA for f3baa49
Browse repository at this point
refactor(semantic): make `Stats` `Copy` (#5756)
Show description for 4b896f1
overlookmotel
committed
4b896f1
View commit details
Copy full SHA for 4b896f1
Browse repository at this point
feat(semantic): expose `Stats` (#5755)
Show description for 7fa0cb3
overlookmotel
committed
7fa0cb3
View commit details
Copy full SHA for 7fa0cb3
Browse repository at this point
refactor(semantic): `Stats` store counts as `u32` (#5754)
Show description for b4b460f
overlookmotel
committed
b4b460f
View commit details
Copy full SHA for b4b460f
Browse repository at this point
refactor(semantic): rename `Counts` to `Stats` (#5753)
Show description for 667170c
overlookmotel
committed
667170c
View commit details
Copy full SHA for 667170c
Browse repository at this point
fix(syntax): correctly check for valid `RedeclarationId`s (#5759)
Show description for 042afa9
overlookmotel
committed
042afa9
View commit details
Copy full SHA for 042afa9
Browse repository at this point
fix(minifier): handle dce CallExpression::callee (#5752)
Boshen
committed
8ff013a
View commit details
Copy full SHA for 8ff013a
Browse repository at this point
chore(tasks/transformer_conformance): remove an ignored test that has passed (#5750)
Dunqing
committed
c9fea5d
View commit details
Copy full SHA for c9fea5d
Browse repository at this point
refactor(minifier): add tests for `remove_syntax` (#5749)
Boshen
committed
2890c98
View commit details
Copy full SHA for 2890c98
Browse repository at this point
refactor(minifier): replace `self.ast` with `ctx.ast` (#5748)
Boshen
committed
9a9d8f6
View commit details
Copy full SHA for 9a9d8f6
Browse repository at this point
feat(minifier): add `MinimizeConditions` pass (#5747)
Show description for 6bc13f6
Boshen
committed
6bc13f6
View commit details
Copy full SHA for 6bc13f6
Browse repository at this point
fix(linter/no-unused-vars): writes to members triggering false positive (#5744)
Show description for b4ed564
Dunqing
committed
b4ed564
View commit details
Copy full SHA for b4ed564
Browse repository at this point
chore(docs): add mako on readme (#5742)
Show description for 19790db
heygsc
and
Boshen
authored
19790db
View commit details
Copy full SHA for 19790db
Browse repository at this point
refactor(semantic): s/AstNodeId/NodeId (#5740)
Show description for cc0408b
Boshen
committed
cc0408b
View commit details
Copy full SHA for cc0408b
Browse repository at this point
refactor(semantic): remove `more-asserts` dependency (#5739)
Show description for 7dfcdfc
overlookmotel
committed
7dfcdfc
View commit details
Copy full SHA for 7dfcdfc
Browse repository at this point
perf(index): remove `Idx` bounds-checks from `first` + `last` methods (#5726)
Show description for 333e2e0
overlookmotel
committed
333e2e0
View commit details
Copy full SHA for 333e2e0
Browse repository at this point
feat(ast): provide `NONE` type for AST builder calls (#5737)
Show description for 953fe17
overlookmotel
committed
953fe17
View commit details
Copy full SHA for 953fe17
Browse repository at this point
Previous
Next
You can’t perform that action at this time.