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
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 }}
RealColdFry
/
TypeScriptToLua
Public
forked from
TypeScriptToLua/TypeScriptToLua
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
master
User selector
All users
All time
Commit history
Commits on Apr 21, 2026
CHANGELOG.md 1.36.0
Perryvw
committed
ef946a3
View commit details
Copy full SHA for ef946a3
Browse repository at this point
1.36.0
Perryvw
committed
d3c33ac
View commit details
Copy full SHA for d3c33ac
Browse repository at this point
1.35.0
Perryvw
committed
06e4263
View commit details
Copy full SHA for 06e4263
Browse repository at this point
CHANGELOG.md 1.35.0
Perryvw
committed
7f835ed
View commit details
Copy full SHA for 7f835ed
Browse repository at this point
Upgrade to TypeScript 6.0 (#1704)
Show description for 591989b
Perryvw
authored
591989b
View commit details
Copy full SHA for 591989b
Browse repository at this point
Commits on Apr 18, 2026
apply pilaoda's fix (#1711)
RealColdFry
authored
843544d
View commit details
Copy full SHA for 843544d
Browse repository at this point
fix await inside catch/finally in async try (#1659) (#1709)
Show description for 3d14be8
RealColdFry
authored
3d14be8
View commit details
Copy full SHA for 3d14be8
Browse repository at this point
Commits on Apr 16, 2026
fix dots in file/directory names breaking Lua require resolution (#1445) (#1702)
Show description for 2fc2e99
RealColdFry
authored
2fc2e99
View commit details
Copy full SHA for 2fc2e99
Browse repository at this point
fix return, break and continue inside try in async functions (#1706) (#1707)
Show description for 5753d6c
RealColdFry
authored
5753d6c
View commit details
Copy full SHA for 5753d6c
Browse repository at this point
fix array destructuring prefix operator side effects (#1405) (#1708)
Show description for 781db84
RealColdFry
authored
781db84
View commit details
Copy full SHA for 781db84
Browse repository at this point
Fix/object assign non table source (#1642) (#1710)
Show description for c3b3a8b
RealColdFry
authored
c3b3a8b
View commit details
Copy full SHA for c3b3a8b
Browse repository at this point
Commits on Apr 3, 2026
fix >>> (unsigned right shift) producing wrong results on Lua 5.3+ (#1703)
Show description for 5176fcd
RealColdFry
authored
5176fcd
View commit details
Copy full SHA for 5176fcd
Browse repository at this point
Commits on Apr 1, 2026
fix Number.MAX_SAFE_INTEGER, MIN_SAFE_INTEGER, MIN_VALUE, MAX_VALUE emitting wrong Lua (#1698)
Show description for c043cdc
RealColdFry
authored
c043cdc
View commit details
Copy full SHA for c043cdc
Browse repository at this point
fix Math.atan2 emitting math.atan2 instead of math.atan for Lua 5.4+ (#1700)
Show description for 84ef0b2
RealColdFry
authored
84ef0b2
View commit details
Copy full SHA for 84ef0b2
Browse repository at this point
Commits on Mar 29, 2026
fix try/finally rethrow when try block has return paths (#1699)
Show description for ec26bdf
RealColdFry
authored
ec26bdf
View commit details
Copy full SHA for ec26bdf
Browse repository at this point
Commits on Mar 28, 2026
fix Object.defineProperty sharing values across instances (#1697)
Show description for 57459c6
RealColdFry
authored
57459c6
View commit details
Copy full SHA for 57459c6
Browse repository at this point
fix Promise.finally() to return new promise via .then() (#1696)
Show description for 8c856f1
RealColdFry
authored
8c856f1
View commit details
Copy full SHA for 8c856f1
Browse repository at this point
Fix/dead code after break (#1694)
Show description for 2bb18e1
RealColdFry
authored
2bb18e1
View commit details
Copy full SHA for 2bb18e1
Browse repository at this point
Commits on Mar 24, 2026
fix Set iterator not reflecting mutations after creation (#1691)
Show description for c3dc829
RealColdFry
authored
c3dc829
View commit details
Copy full SHA for c3dc829
Browse repository at this point
fix try/finally not re-throwing errors when there is no catch clause (#1692)
Show description for cfb6e2b
RealColdFry
authored
cfb6e2b
View commit details
Copy full SHA for cfb6e2b
Browse repository at this point
Commits on Mar 8, 2026
1.34.0
Perryvw
committed
1bdbed8
View commit details
Copy full SHA for 1bdbed8
Browse repository at this point
CHANGELOG.md 1.34.0
Perryvw
committed
dfef9f4
View commit details
Copy full SHA for dfef9f4
Browse repository at this point
upgrade lua-types to support TS 5.5
Perryvw
committed
5cd8abf
View commit details
Copy full SHA for 5cd8abf
Browse repository at this point
Commits on Mar 3, 2026
fix `debug.traceback` failing on anonymous function (#1665) (#1666)
Show description for a3f2eea
ChouUn
and
claude
authored
a3f2eea
View commit details
Copy full SHA for a3f2eea
Browse repository at this point
Bump minimatch (#1686)
Show description for 9bdb41d
dependabot[bot]
authored
9bdb41d
View commit details
Copy full SHA for 9bdb41d
Browse repository at this point
Commits on Feb 23, 2026
Add lua 5.5 target (#1680)
Show description for 8a0a85d
Perryvw
authored
8a0a85d
View commit details
Copy full SHA for 8a0a85d
Browse repository at this point
Fix enum nested in namespace (#1682)
Show description for e1f5d4f
felixhirt
authored
e1f5d4f
View commit details
Copy full SHA for e1f5d4f
Browse repository at this point
Commits on Jan 23, 2026
fix(bundle): prevent tail-call in entry module for proper stack trace (#1678)
dnrovs
authored
6fa24e8
View commit details
Copy full SHA for 6fa24e8
Browse repository at this point
Commits on Dec 30, 2025
1.33.2
Perryvw
committed
f15449f
View commit details
Copy full SHA for f15449f
Browse repository at this point
Publish to npm with trusted publishing
Perryvw
authored
bdd6f1d
View commit details
Copy full SHA for bdd6f1d
Browse repository at this point
1.33.1
Perryvw
committed
171546b
View commit details
Copy full SHA for 171546b
Browse repository at this point
Commits on Dec 27, 2025
Fix constructor scope breaking vararg spread optimization (#1675)
Show description for a6230a7
Perryvw
authored
a6230a7
View commit details
Copy full SHA for a6230a7
Browse repository at this point
Commits on Nov 9, 2025
1.33.0
Perryvw
committed
bd00c15
View commit details
Copy full SHA for bd00c15
Browse repository at this point
CHANGELOG.md 1.33.0
Perryvw
committed
a6708e5
View commit details
Copy full SHA for a6708e5
Browse repository at this point
update TypeScript to 5.9.3 (#1669)
Perryvw
authored
9e37de6
View commit details
Copy full SHA for 9e37de6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.