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 }}
fargito
/
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 Nov 8, 2024
feat(transformer): add esbuild comma separated target API `--target=es2020,chrome58` (#7210)
Boshen
committed
a166a4a
View commit details
Copy full SHA for a166a4a
Browse repository at this point
feat(isolated-declarations): support transform TSExportAssignment declaration (#7204)
Show description for b74686c
Dunqing
committed
b74686c
View commit details
Copy full SHA for b74686c
Browse repository at this point
refactor(transformer/arrow-function-coverter): rename function name and add some comments to explain confusing parts. (#7203)
Show description for 4a515be
Dunqing
committed
4a515be
View commit details
Copy full SHA for 4a515be
Browse repository at this point
fix(transformer/async-to-generator): incorrect transform when super expression is inside async method (#7171)
Show description for ede10dc
Dunqing
committed
ede10dc
View commit details
Copy full SHA for ede10dc
Browse repository at this point
feat(transformer/async-to-generator): support inferring the function name from the ObjectPropertyValue's key (#7201)
Show description for 1910227
Dunqing
committed
1910227
View commit details
Copy full SHA for 1910227
Browse repository at this point
feat(transformer): add es target to `engineTargets` (#7193)
Boshen
committed
3a20b90
View commit details
Copy full SHA for 3a20b90
Browse repository at this point
fix(transformer/async-generator-functions): only transform object method in exit_function (#7200)
Show description for c82b273
Dunqing
committed
c82b273
View commit details
Copy full SHA for c82b273
Browse repository at this point
fix(transformer/async-to-generator): only transform object method in exit_function (#7199)
Show description for 293d072
Dunqing
committed
293d072
View commit details
Copy full SHA for 293d072
Browse repository at this point
chore(transformer_conformance): only ignore root fixtures directory (#7198)
Show description for b4cb587
Dunqing
committed
b4cb587
View commit details
Copy full SHA for b4cb587
Browse repository at this point
test(coverage): enable Babel es2022 tests (#7194)
Show description for 9a6423a
JLHwung
authored
9a6423a
View commit details
Copy full SHA for 9a6423a
Browse repository at this point
feat(editor/vscode): Replace existing output channel and trace output channel with a single LogOutputChannel (#7196)
Show description for 4dd9b60
nrayburn-tech
authored
4dd9b60
View commit details
Copy full SHA for 4dd9b60
Browse repository at this point
feat(linter): add `import/unambiguous` rule (#7187)
pumano
authored
9b8973f
View commit details
Copy full SHA for 9b8973f
Browse repository at this point
Commits on Nov 7, 2024
feat(linter): implement @typescript-eslint/no-unsafe-function-type (#6989)
Show description for 5ab1ff6
Orenbek
and
camc314
authored
5ab1ff6
View commit details
Copy full SHA for 5ab1ff6
Browse repository at this point
chore(transform_conformance): omit tests that we cannot pass right now (#7192)
Boshen
committed
6e1abde
View commit details
Copy full SHA for 6e1abde
Browse repository at this point
refactor(transformer): add `impl TryFrom<EngineTargets> for EnvOptions` (#7191)
Boshen
committed
de56083
View commit details
Copy full SHA for de56083
Browse repository at this point
refactor(transformer): move `ESTarget` to its own file (#7189)
Boshen
committed
0a43c64
View commit details
Copy full SHA for 0a43c64
Browse repository at this point
feat(transformer): warn BigInt when targeting < ES2020 (#7184)
Show description for 22898c8
Boshen
committed
22898c8
View commit details
Copy full SHA for 22898c8
Browse repository at this point
feat(transformer): add features `ES2018NamedCapturingGroupsRegex` and `ES2018LookbehindRegex` (#7182)
Boshen
committed
a579011
View commit details
Copy full SHA for a579011
Browse repository at this point
feat(tasks/compat_data): generate our own compat table (#7176)
Boshen
committed
ad3a2f5
View commit details
Copy full SHA for ad3a2f5
Browse repository at this point
feat(tasks/compat_data): init compat data task (#7156)
Boshen
committed
14ce0ee
View commit details
Copy full SHA for 14ce0ee
Browse repository at this point
chore(linter): correct links to docs in rules (#7183)
pumano
authored
500effe
View commit details
Copy full SHA for 500effe
Browse repository at this point
fix(editor/vscode): Update language client id to fix the resolution of the oxc.trace.server setting (#7181)
Show description for eea8879
nrayburn-tech
authored
eea8879
View commit details
Copy full SHA for eea8879
Browse repository at this point
Commits on Nov 6, 2024
feat(estree): ESTree compatibility for all literals (#7152)
Show description for 9d6cc9d
ottomated
committed
9d6cc9d
View commit details
Copy full SHA for 9d6cc9d
Browse repository at this point
feat(ast_tools): Add #[estree(append_to)], remove some custom serialization code (#7149)
Show description for dc0215c
ottomated
committed
dc0215c
View commit details
Copy full SHA for dc0215c
Browse repository at this point
refactor(transformer/async-generator-functions): simplify identifying whether within an async generator function (#7170)
Show description for 84ee581
overlookmotel
committed
84ee581
View commit details
Copy full SHA for 84ee581
Browse repository at this point
style(transformer/async-generator-functions): import `oxc_allocator::Vec` as `ArenaVec` (#7173)
Show description for 64b7e3a
overlookmotel
committed
64b7e3a
View commit details
Copy full SHA for 64b7e3a
Browse repository at this point
refactor(transformer/async-generator-functions): use `clone` not `clone_in` on `LabelIdentifier` (#7172)
Show description for 1b12328
overlookmotel
committed
1b12328
View commit details
Copy full SHA for 1b12328
Browse repository at this point
refactor(transformer/arrow-functions): pass `ArenaBox` as function param (#7169)
Show description for c307e1b
overlookmotel
committed
c307e1b
View commit details
Copy full SHA for c307e1b
Browse repository at this point
style(transformer/arrow-functions): semicolon after return statements (#7168)
Show description for 38a6df6
overlookmotel
committed
38a6df6
View commit details
Copy full SHA for 38a6df6
Browse repository at this point
refactor(transformer/async-generator-function): remove inactive `#[allow(clippy::unused_self)]` attrs (#7167)
Show description for 1238506
overlookmotel
committed
1238506
View commit details
Copy full SHA for 1238506
Browse repository at this point
refactor(transformer/async-to-generator): remove unused `&self` function param (#7166)
Show description for b57d5a5
overlookmotel
committed
b57d5a5
View commit details
Copy full SHA for b57d5a5
Browse repository at this point
refactor(transformer/arrow-functions): remove unused `&mut self` function param (#7165)
Show description for 217d433
overlookmotel
committed
217d433
View commit details
Copy full SHA for 217d433
Browse repository at this point
refactor(transformer/arrow-functions): use `scope_id` method (#7164)
Show description for 426df71
overlookmotel
committed
426df71
View commit details
Copy full SHA for 426df71
Browse repository at this point
refactor(transformer/arrow-functions): correct comments (#7163)
Show description for 11c5e12
overlookmotel
committed
11c5e12
View commit details
Copy full SHA for 11c5e12
Browse repository at this point
refactor(transformer/jsx-self): remove unused `&self` function params (#7159)
Show description for e2241e6
overlookmotel
committed
e2241e6
View commit details
Copy full SHA for e2241e6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.