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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TypeScriptToLua
/
TypeScriptToLua
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
186
Star
2.5k
Code
Issues
131
Pull requests
12
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScriptToLua
src
transformation
on
ts-6
User selector
All users
All time
Commit history
Commits on Mar 24, 2026
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
update TypeScript to 5.9.3 (#1669)
Perryvw
authored
9e37de6
View commit details
Copy full SHA for 9e37de6
View code at this point
Browse repository at this point
Commits on Aug 23, 2025
fix broken customName interaction with import statements (#1654)
Perryvw
authored
2dc28fb
View commit details
Copy full SHA for 2dc28fb
View code at this point
Browse repository at this point
Limit unpack call in destructuring assignments to only required elements (#1655)
Perryvw
authored
5acd109
View commit details
Copy full SHA for 5acd109
View code at this point
Browse repository at this point
Commits on Jul 17, 2025
fix: only parse arguments from first line of tag comment (#1650)
aabajyan
authored
102a00a
View commit details
Copy full SHA for 102a00a
View code at this point
Browse repository at this point
Commits on Jul 12, 2025
fix issue with unicode classnames and static initializer blocks (#1649)
Perryvw
authored
bd799f4
View commit details
Copy full SHA for bd799f4
View code at this point
Browse repository at this point
fix: resolve #1647 (#1648)
Show description for ecad13f
XiYang6666
authored
ecad13f
View commit details
Copy full SHA for ecad13f
View code at this point
Browse repository at this point
Commits on Jun 8, 2025
Fix loop variables incorrectly being made global (#1641)
Perryvw
authored
45fb7eb
View commit details
Copy full SHA for 45fb7eb
View code at this point
Browse repository at this point
Fix continue in loops sometimes generating dead code (#1640)
Perryvw
authored
9a9817e
View commit details
Copy full SHA for 9a9817e
View code at this point
Browse repository at this point
Fix tagged template literals when the tag is returned from a function call (#1639)
Perryvw
authored
9795e99
View commit details
Copy full SHA for 9795e99
View code at this point
Browse repository at this point
Commits on May 24, 2025
Fix decorator on class exported from namespace (#1636)
Perryvw
authored
596a87a
View commit details
Copy full SHA for 596a87a
View code at this point
Browse repository at this point
Convert unary + or - expressions to numbers (#1635)
Perryvw
authored
ec84670
View commit details
Copy full SHA for ec84670
View code at this point
Browse repository at this point
Fix root level using statement not disposing object (#1633)
Perryvw
authored
54d7ac3
View commit details
Copy full SHA for 54d7ac3
View code at this point
Browse repository at this point
Commits on Mar 9, 2025
TypeScript 5.8.2
Perryvw
committed
ad2f9f2
View commit details
Copy full SHA for ad2f9f2
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
Add `bit` and `bit32` as lua keywords (#1617)
Show description for e6daa5f
jkr
authored
e6daa5f
View commit details
Copy full SHA for e6daa5f
View code at this point
Browse repository at this point
Commits on Dec 29, 2024
Basic `Luau` target (#1608)
Show description for 7cb97ad
vurvdev
authored
7cb97ad
View commit details
Copy full SHA for 7cb97ad
View code at this point
Browse repository at this point
Commits on Dec 28, 2024
Allow new Array() syntax for constructing lua tables (#1609)
Show description for 6dfe252
Perryvw
authored
6dfe252
View commit details
Copy full SHA for 6dfe252
View code at this point
Browse repository at this point
Commits on Dec 25, 2024
Fix missing index increment (#1606)
Perryvw
authored
030bb2a
View commit details
Copy full SHA for 030bb2a
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
Transform String(x) to tostring(x) (#1602)
Perryvw
authored
3cced7d
View commit details
Copy full SHA for 3cced7d
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
Fix LuaMultiReturn not being recognized inside more complicated iterables (#1595)
Show description for 43d8274
Perryvw
authored
43d8274
View commit details
Copy full SHA for 43d8274
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
Fixes handling of statements before super call in subclass constructors (#1592)
Show description for ce0b8a7
Gudine
authored
ce0b8a7
View commit details
Copy full SHA for ce0b8a7
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
chore: update eslint to latest (#1588)
Show description for d7a0674
Zamiell
authored
d7a0674
View commit details
Copy full SHA for d7a0674
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
Resolve bug inferring context type from generic functions in type parameters (#1589)
Show description for fe2098c
Perryvw
authored
fe2098c
View commit details
Copy full SHA for fe2098c
View code at this point
Browse repository at this point
Commits on Sep 21, 2024
Fix incorrect context passing when super is used in contextual call (#1587)
Perryvw
authored
9e05143
View commit details
Copy full SHA for 9e05143
View code at this point
Browse repository at this point
Fix use of exported compileMembersOnly enums causing syntax errors (#1573)
Show description for a93ac8b
Perryvw
authored
a93ac8b
View commit details
Copy full SHA for a93ac8b
View code at this point
Browse repository at this point
Fix bug in await using transformer (#1579)
Perryvw
authored
a2d31c9
View commit details
Copy full SHA for a2d31c9
View code at this point
Browse repository at this point
Upgrade to TypeScript 5.6 (#1581)
Show description for 920f3e5
Perryvw
authored
920f3e5
View commit details
Copy full SHA for 920f3e5
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
Fix multiple getters and setters (#1567)
Show description for 8ddfbc0
Perryvw
authored
8ddfbc0
View commit details
Copy full SHA for 8ddfbc0
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
Add lualib support for Math.trunc (#1564)
Show description for 5ba1fac
lolleko
authored
5ba1fac
View commit details
Copy full SHA for 5ba1fac
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
Upgrade to TypeScript 5.5 (#1562)
Perryvw
authored
e4afda0
View commit details
Copy full SHA for e4afda0
View code at this point
Browse repository at this point
Commits on Mar 17, 2024
Implement Map.groupBy and Object.groupBy (#1546)
Show description for 90b3784
Perryvw
authored
90b3784
View commit details
Copy full SHA for 90b3784
View code at this point
Browse repository at this point
Commits on Feb 8, 2024
Only use super descriptor functions when dealing with propery getters/setters (#1538)
Perryvw
authored
a91f462
View commit details
Copy full SHA for a91f462
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.