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
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
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 }}
Dunqing
/
typack
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
55
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 17, 2026
chore: upgrade all dependencies to latest (#23)
Show description for b9e0ca6
Dunqing
and
claude
authored
b9e0ca6
View commit details
Copy full SHA for b9e0ca6
Browse repository at this point
Commits on Mar 13, 2026
release: napi v0.3.0
Dunqing
committed
48bde05
View commit details
Copy full SHA for 48bde05
Browse repository at this point
feat: support .ts entry points via Oxc IsolatedDeclarations (#21)
Show description for d93a15f
Dunqing
and
claude
authored
d93a15f
View commit details
Copy full SHA for d93a15f
Browse repository at this point
Commits on Mar 10, 2026
release: napi v0.2.0
Dunqing
committed
46ffe15
View commit details
Copy full SHA for 46ffe15
Browse repository at this point
chore: remove `aarch64-unknown-linux-musl` and `wasm32-wasip1-threads` in napi
Dunqing
committed
06aeb47
View commit details
Copy full SHA for 06aeb47
Browse repository at this point
release: napi v0.2.0
Dunqing
committed
c341f6d
View commit details
Copy full SHA for c341f6d
Browse repository at this point
docs: add logo
Dunqing
committed
3c2f79a
View commit details
Copy full SHA for 3c2f79a
Browse repository at this point
docs: hide Comparison
Dunqing
committed
6a7fa17
View commit details
Copy full SHA for 6a7fa17
Browse repository at this point
refactor: align architecture with Rolldown and eliminate AST cloning (#20)
Show description for 93f0dcf
Dunqing
and
claude
authored
93f0dcf
View commit details
Copy full SHA for 93f0dcf
Browse repository at this point
Commits on Mar 9, 2026
refactor: move per-module analysis from generate stage to link stage (#18)
Show description for dd62f8c
Dunqing
and
claude
authored
dd62f8c
View commit details
Copy full SHA for dd62f8c
Browse repository at this point
ci: update comment match string so REPL preview URL is edited instead of duplicated
Dunqing
committed
5b0f4c5
View commit details
Copy full SHA for 5b0f4c5
Browse repository at this point
Commits on Mar 8, 2026
refactor: move entry loop into GenerateStage (#17)
Show description for 7502492
Dunqing
and
claude
authored
7502492
View commit details
Copy full SHA for 7502492
Browse repository at this point
refactor: split generate stage into analysis + transform phases (#15)
Show description for fca7ea2
Dunqing
and
claude
authored
fca7ea2
View commit details
Copy full SHA for fca7ea2
Browse repository at this point
refactor: eliminate redundant work in multi-entry pipeline (#12)
Show description for c266333
Dunqing
and
claude
authored
c266333
View commit details
Copy full SHA for c266333
Browse repository at this point
ci: add CodSpeed benchmark integration (#13)
Show description for a40db93
codspeed-hq[bot]
authored
a40db93
View commit details
Copy full SHA for a40db93
Browse repository at this point
Commits on Mar 7, 2026
test: allow to filter conformance test
Dunqing
committed
d9b3609
View commit details
Copy full SHA for d9b3609
Browse repository at this point
refactor: use `VecDeque` replace `Vec` to avoid sorting and access `is_entry` from Module
Dunqing
committed
e32af4a
View commit details
Copy full SHA for e32af4a
Browse repository at this point
ci: restrict CI to main branch pushes and pull requests
Show description for 49af58d
Dunqing
and
claude
committed
49af58d
View commit details
Copy full SHA for 49af58d
Browse repository at this point
fix: tree-shake unexported variables from entry modules (#10)
Show description for 9bb4534
Dunqing
and
claude
authored
9bb4534
View commit details
Copy full SHA for 9bb4534
Browse repository at this point
ci: use Cloudflare's deployment-alias-url for branch preview URL
Show description for b07dbe5
Dunqing
and
claude
committed
b07dbe5
View commit details
Copy full SHA for b07dbe5
Browse repository at this point
ci: optimize rust-cache and add branch preview URL to PR comments
Show description for 8daf2db
Dunqing
and
claude
committed
8daf2db
View commit details
Copy full SHA for 8daf2db
Browse repository at this point
feat!: multi-entry bundling with per-entry output (#11)
Show description for e5d94fe
Dunqing
and
claude
authored
e5d94fe
View commit details
Copy full SHA for e5d94fe
Browse repository at this point
feat(repl): modernize theme with Tailwind CSS 4 and dark/light mode (#9)
Dunqing
authored
839dfb5
View commit details
Copy full SHA for 839dfb5
Browse repository at this point
fix: dead import tree shaking (#3)
Show description for 953b9a6
3 people
authored
953b9a6
View commit details
Copy full SHA for 953b9a6
Browse repository at this point
fix: address unresolved review feedback from PRs #6 and #7
Show description for 8a0128d
Dunqing
and
claude
committed
8a0128d
View commit details
Copy full SHA for 8a0128d
Browse repository at this point
feat(repl): add Report Bug button to REPL header (#7)
Show description for 379e318
Dunqing
and
claude
authored
379e318
View commit details
Copy full SHA for 379e318
Browse repository at this point
feat: add bug report issue template
Show description for c696526
Dunqing
and
claude
committed
c696526
View commit details
Copy full SHA for c696526
Browse repository at this point
Commits on Mar 6, 2026
feat: add web-based REPL playground (#6)
Show description for 28c9973
Dunqing
and
claude
authored
28c9973
View commit details
Copy full SHA for 28c9973
Browse repository at this point
refactor: use SymbolId instead of String in needed names tracking (#5)
Show description for 9b2f946
Dunqing
and
claude
authored
9b2f946
View commit details
Copy full SHA for 9b2f946
Browse repository at this point
refactor: cache declaration dependencies and merge inline import collector (#4)
Show description for 1d1413a
Dunqing
and
claude
authored
1d1413a
View commit details
Copy full SHA for 1d1413a
Browse repository at this point
fix: track inline import type references in needed names analysis (#2)
Show description for 62c662d
Dunqing
and
claude
authored
62c662d
View commit details
Copy full SHA for 62c662d
Browse repository at this point
Commits on Mar 5, 2026
release: napi v0.1.3
Dunqing
committed
99da234
View commit details
Copy full SHA for 99da234
Browse repository at this point
ci: fix publish failures
Dunqing
committed
119029b
View commit details
Copy full SHA for 119029b
Browse repository at this point
Commits on Mar 4, 2026
docs: add README.md in napi
Dunqing
committed
584e0b8
View commit details
Copy full SHA for 584e0b8
Browse repository at this point
chore: switch to npm trusted publishing
Show description for 6e532d2
Dunqing
and
claude
committed
6e532d2
View commit details
Copy full SHA for 6e532d2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.