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 }}
mmaazahmed
/
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 Oct 25, 2024
feat(linter): Add fixer for `jsx-a11y/no-access-key` rule (#6781)
tapanprakasht
authored
a73c5af
View commit details
Copy full SHA for a73c5af
Browse repository at this point
feat(ecmascript): constant eval `null` to number (#6879)
Boshen
committed
4429754
View commit details
Copy full SHA for 4429754
Browse repository at this point
feat(transformer): complete the async-to-generator plugin (#6658)
Show description for 0d0bb17
Dunqing
committed
0d0bb17
View commit details
Copy full SHA for 0d0bb17
Browse repository at this point
chore(oxc_release.toml): add `npm/oxc-types/package.json`
Boshen
committed
fcc6221
View commit details
Copy full SHA for fcc6221
Browse repository at this point
ci(release_types): changes for ready to publish
Boshen
committed
d49716b
View commit details
Copy full SHA for d49716b
Browse repository at this point
chore: remove unnecessary `packageManager` from package.json
Boshen
committed
fe28bae
View commit details
Copy full SHA for fe28bae
Browse repository at this point
feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847)
Show description for 90c786c
leaysgur
committed
90c786c
View commit details
Copy full SHA for 90c786c
Browse repository at this point
fix(linter): `react/iframe-missing-sandbox` ignores vanilla JS APIs (#6872)
Show description for f49b3e2
DonIsaac
committed
f49b3e2
View commit details
Copy full SHA for f49b3e2
Browse repository at this point
feat(minifier): implement folding String.prototype.replaceAll (#6871)
camc314
committed
c26020e
View commit details
Copy full SHA for c26020e
Browse repository at this point
feat(minifier): implement folding String.prototype.replace (#6870)
camc314
committed
50744f3
View commit details
Copy full SHA for 50744f3
Browse repository at this point
feat(minifier): implement folding `substring` string fns (#6869)
camc314
committed
fccf82e
View commit details
Copy full SHA for fccf82e
Browse repository at this point
Commits on Oct 24, 2024
fix(types): Change @oxc/types package name (#6874)
Show description for b075982
ottomated
committed
b075982
View commit details
Copy full SHA for b075982
Browse repository at this point
chore(minifier): remove planned minification for String.substr as its deprecated (#6868)
Show description for 322f9d4
camc314
committed
322f9d4
View commit details
Copy full SHA for 322f9d4
Browse repository at this point
feat(minifier): implement folding `charCodeAt` string fns (#6475)
camc314
committed
e6a5a1b
View commit details
Copy full SHA for e6a5a1b
Browse repository at this point
refactor(transformer/typescript): re-order visitor methods (#6864)
Show description for 4348eae
overlookmotel
committed
4348eae
View commit details
Copy full SHA for 4348eae
Browse repository at this point
refactor(rust): remove the annoying `clippy::wildcard_imports` (#6860)
Boshen
committed
423d54c
View commit details
Copy full SHA for 423d54c
Browse repository at this point
docs(napi): Remove JSON.parse from example (#6836)
Show description for 99e3b32
ottomated
and
overlookmotel
authored
99e3b32
View commit details
Copy full SHA for 99e3b32
Browse repository at this point
feat(napi/parser)!: add typings to napi/parser (#6796)
Show description for 67a7bde
ottomated
committed
67a7bde
View commit details
Copy full SHA for 67a7bde
Browse repository at this point
feat(ast_tools): output typescript to a separate package (#6755)
Show description for 1145341
ottomated
committed
1145341
View commit details
Copy full SHA for 1145341
Browse repository at this point
ci(benchmark): do not skip linter benchmark
Show description for 1c27a2c
Boshen
committed
1c27a2c
View commit details
Copy full SHA for 1c27a2c
Browse repository at this point
refactor(transformer): `StatementInjectorStore` methods take `&Statement` as target (#6858)
Show description for 333b758
overlookmotel
committed
333b758
View commit details
Copy full SHA for 333b758
Browse repository at this point
refactor(transformer): add `StatementInjectorStore::insert_many_before` method (#6857)
Show description for c19996c
overlookmotel
committed
c19996c
View commit details
Copy full SHA for c19996c
Browse repository at this point
refactor(transformer): `StatementInjectorStore::insert_many_after` take an iterator (#6856)
Show description for 7339dde
overlookmotel
committed
7339dde
View commit details
Copy full SHA for 7339dde
Browse repository at this point
fix(minifier): fix remaining runtime bugs (#6855)
Boshen
committed
a47c70e
View commit details
Copy full SHA for a47c70e
Browse repository at this point
refactor(traverse): rename `TraverseScoping::generate_binding_in_current_scope` (#6832)
Show description for a366fae
overlookmotel
committed
a366fae
View commit details
Copy full SHA for a366fae
Browse repository at this point
fix(minifier): reference read has side effect (#6851)
Boshen
committed
686727f
View commit details
Copy full SHA for 686727f
Browse repository at this point
fix(minifier): keep template literals with expressions (#6849)
Boshen
committed
c658d93
View commit details
Copy full SHA for c658d93
Browse repository at this point
fix(transformer/typescript): retain ExportNamedDeclaration without specifiers and declaration (#6848)
Show description for 076f5c3
Dunqing
committed
076f5c3
View commit details
Copy full SHA for 076f5c3
Browse repository at this point
feat(rulegen): add module definitions for new rules (#6845)
Show description for 04b4bae
camchenry
authored
04b4bae
View commit details
Copy full SHA for 04b4bae
Browse repository at this point
feat(ecmascript): add abstract_relational_comparison to dce (#6846)
Show description for fd57e00
Boshen
committed
fd57e00
View commit details
Copy full SHA for fd57e00
Browse repository at this point
refactor(traverse): move `generate_binding` to `TraverseScoping` (#6831)
Show description for 3b99fe6
overlookmotel
committed
3b99fe6
View commit details
Copy full SHA for 3b99fe6
Browse repository at this point
refactor(transformer/typescript): insert assignments after super by `StatementInjector` (#6654)
Dunqing
committed
3a56d59
View commit details
Copy full SHA for 3a56d59
Browse repository at this point
refactor(traverse): `TraverseCtx::generate_binding` take an `Atom` (#6830)
Show description for 60f487a
overlookmotel
committed
60f487a
View commit details
Copy full SHA for 60f487a
Browse repository at this point
release(crates): v0.33.0 (#6843)
oxc-bot
authored
8f392e8
View commit details
Copy full SHA for 8f392e8
Browse repository at this point
chore(deps): update crate-ci/typos action to v1.26.1 (#6841)
Show description for 6bc40c9
Boshen
and
renovate[bot]
authored
6bc40c9
View commit details
Copy full SHA for 6bc40c9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.