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 }}
ZerxZ
/
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 Jan 16, 2022
1.3.3
Perryvw
committed
f64a7aa
View commit details
Copy full SHA for f64a7aa
Browse repository at this point
Correctly place class member preceding instances in the constructor always (#1211)
Perryvw
authored
f23ea3e
View commit details
Copy full SHA for f23ea3e
Browse repository at this point
Commits on Jan 14, 2022
1.3.2
Perryvw
committed
3f76d2c
View commit details
Copy full SHA for 3f76d2c
Browse repository at this point
Use power operator instead of math.pow (#1210)
Show description for 7abca43
Perryvw
authored
7abca43
View commit details
Copy full SHA for 7abca43
Browse repository at this point
Commits on Jan 13, 2022
Put preceding statements for class fields in the constructor instead of file scope (#1209)
Perryvw
authored
61bfff3
View commit details
Copy full SHA for 61bfff3
Browse repository at this point
Added Math.sign (#1206)
Show description for 78d7cf7
lolleko
and
Perryvw
authored
78d7cf7
View commit details
Copy full SHA for 78d7cf7
Browse repository at this point
Commits on Jan 4, 2022
1.3.1
Perryvw
committed
2dd9957
View commit details
Copy full SHA for 2dd9957
Browse repository at this point
Fix function with properties assigned to variable declaration (#1202)
GlassBricks
authored
3225770
View commit details
Copy full SHA for 3225770
Browse repository at this point
Improve expression statement handling and language extensions calls (#1201)
Show description for 3dc393e
GlassBricks
authored
3dc393e
View commit details
Copy full SHA for 3dc393e
Browse repository at this point
Commits on Dec 22, 2021
1.3.0
Perryvw
committed
55a3076
View commit details
Copy full SHA for 55a3076
Browse repository at this point
CHANGELOG.md 1.3.0
Perryvw
committed
c409d01
View commit details
Copy full SHA for c409d01
Browse repository at this point
Async catch bug (#1195)
Show description for 120d91a
Perryvw
authored
120d91a
View commit details
Copy full SHA for 120d91a
Browse repository at this point
Commits on Dec 21, 2021
Correctly handle resolving promises with other promises (#1190)
Show description for 4bd1872
Perryvw
authored
4bd1872
View commit details
Copy full SHA for 4bd1872
Browse repository at this point
Fix optimized vararg spread with casts (#1193)
Show description for c8d8c73
GlassBricks
authored
c8d8c73
View commit details
Copy full SHA for c8d8c73
Browse repository at this point
Fix nullish coalescing and conditionals when using generics (#1191)
Show description for 2429e26
GlassBricks
authored
2429e26
View commit details
Copy full SHA for 2429e26
Browse repository at this point
Commits on Dec 20, 2021
Fix assignment to undefined globals in try catch with no return (#1192)
GlassBricks
authored
976ed2f
View commit details
Copy full SHA for 976ed2f
Browse repository at this point
Commits on Dec 12, 2021
Support for unicode identifiers when targetting LuaJIT (#1187)
Show description for 2df7047
tomblind
authored
2df7047
View commit details
Copy full SHA for 2df7047
Browse repository at this point
Commits on Dec 6, 2021
added LuaPairsIterable extension (#1176)
Show description for 3eae0a2
tomblind
authored
3eae0a2
View commit details
Copy full SHA for 3eae0a2
Browse repository at this point
Commits on Dec 2, 2021
implemented support for properties on functions (#1180)
Show description for c955a63
tomblind
authored
c955a63
View commit details
Copy full SHA for c955a63
Browse repository at this point
fixes to binding destructuriing in loops and functions (#1182)
Show description for 1f3a505
tomblind
authored
1f3a505
View commit details
Copy full SHA for 1f3a505
Browse repository at this point
Commits on Nov 28, 2021
1.2.0
Perryvw
committed
ed3e785
View commit details
Copy full SHA for ed3e785
Browse repository at this point
CHANGELOG 1.2.0
Perryvw
committed
b4fb9e3
View commit details
Copy full SHA for b4fb9e3
Browse repository at this point
Resolve plugin ts-node relative to tstl instead of relative to tsconfig.json (#1175)
Perryvw
authored
9d9baa7
View commit details
Copy full SHA for 9d9baa7
Browse repository at this point
Optional chaining using preceding statements (#1171)
Show description for 63a683c
GlassBricks
authored
63a683c
View commit details
Copy full SHA for 63a683c
Browse repository at this point
Commits on Nov 23, 2021
Make printer slightly easier to use, add better printer example as test (#1173)
Perryvw
authored
25dd8c8
View commit details
Copy full SHA for 25dd8c8
Browse repository at this point
Commits on Nov 21, 2021
Destructuring crash (#1170)
Show description for 7dc3e92
Perryvw
authored
7dc3e92
View commit details
Copy full SHA for 7dc3e92
Browse repository at this point
Nullish coalescing with preceding statements (#1172)
Show description for 88d472a
GlassBricks
authored
88d472a
View commit details
Copy full SHA for 88d472a
Browse repository at this point
Update TS to 4.5.x (#1169)
Perryvw
authored
f624a6e
View commit details
Copy full SHA for f624a6e
Browse repository at this point
Commits on Nov 20, 2021
Preceding Statements (#1116)
Show description for d8e6546
tomblind
authored
d8e6546
View commit details
Copy full SHA for d8e6546
Browse repository at this point
Commits on Nov 19, 2021
Fix __TS__AsyncAwaiter error handling (#1168)
Show description for 028e3f5
dicarlo2
authored
028e3f5
View commit details
Copy full SHA for 028e3f5
Browse repository at this point
Commits on Nov 16, 2021
Better print format (#1157)
Show description for 8a6241c
GlassBricks
authored
8a6241c
View commit details
Copy full SHA for 8a6241c
Browse repository at this point
Commits on Nov 9, 2021
Fix delete operator (#1160)
Show description for 284a672
GlassBricks
authored
284a672
View commit details
Copy full SHA for 284a672
Browse repository at this point
Commits on Nov 2, 2021
1.1.1
Perryvw
committed
3cc52f4
View commit details
Copy full SHA for 3cc52f4
Browse repository at this point
Fix incorrect require searching pattern (#1151)
Perryvw
authored
cb24c17
View commit details
Copy full SHA for cb24c17
Browse repository at this point
Correctly export decorated classes (#1153)
Perryvw
authored
f5b8c01
View commit details
Copy full SHA for f5b8c01
Browse repository at this point
Previous
Next
You can’t perform that action at this time.