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
Branch selector
f480cf9
User selector
All users
All time
Commit history
Commits on Jan 26, 2019
update transformation tests
TheLartians
committed
f480cf9
View commit details
Copy full SHA for f480cf9
Browse repository at this point
refactor TSTL identifier function
TheLartians
committed
5c845ae
View commit details
Copy full SHA for 5c845ae
Browse repository at this point
prefix import identifiers
TheLartians
committed
bb7a767
View commit details
Copy full SHA for bb7a767
Browse repository at this point
Fix lua identifier (#358)
Show description for d22da21
TheLartians
authored and
Perryvw
committed
d22da21
View commit details
Copy full SHA for d22da21
Browse repository at this point
Commits on Jan 24, 2019
Added clean step pre and post test
lolleko
committed
544247e
View commit details
Copy full SHA for 544247e
Browse repository at this point
Merge pull request #349 from Perryvw/transformer-exports
Show description for 826c459
lolleko
authored
826c459
View commit details
Copy full SHA for 826c459
Browse repository at this point
fixed additional issues with exported classes and a few transform tes… (#355)
Show description for 37d2bd7
tomblind
authored and
lolleko
committed
37d2bd7
View commit details
Copy full SHA for 37d2bd7
Browse repository at this point
Commits on Jan 23, 2019
Fixed recursive function declarations
lolleko
committed
d01cdbf
View commit details
Copy full SHA for d01cdbf
Browse repository at this point
Fixed functions beeing declared as global
lolleko
committed
a292f71
View commit details
Copy full SHA for a292f71
Browse repository at this point
Removed ts-node from test runner and fixed threaded runner
lolleko
committed
5971e3a
View commit details
Copy full SHA for 5971e3a
Browse repository at this point
Added export funcitonality to class transformation & cleaned up export code
Show description for 971a178
lolleko
committed
971a178
View commit details
Copy full SHA for 971a178
Browse repository at this point
Commits on Jan 21, 2019
Merge branch 'master' into ts-to-lua-ast
Show description for 6ac05e2
Perryvw
committed
6ac05e2
View commit details
Copy full SHA for 6ac05e2
Browse repository at this point
Add support for union accessors (#344)
Show description for 3c8018c
TheLartians
authored and
Perryvw
committed
3c8018c
View commit details
Copy full SHA for 3c8018c
Browse repository at this point
Merge branch 'master' into ts-to-lua-ast
Show description for b757205
Perryvw
committed
b757205
View commit details
Copy full SHA for b757205
Browse repository at this point
Fix renamed class extension (#343)
Show description for 851205b
TheLartians
authored and
Perryvw
committed
851205b
View commit details
Copy full SHA for 851205b
Browse repository at this point
Fixing remaining tests (#350)
Show description for 44c03be
tomblind
authored and
lolleko
committed
44c03be
View commit details
Copy full SHA for 44c03be
Browse repository at this point
Commits on Jan 20, 2019
Fixed undefined kind bug
Perryvw
committed
82b84cd
View commit details
Copy full SHA for 82b84cd
Browse repository at this point
Fixed broken tests
Perryvw
committed
906df50
View commit details
Copy full SHA for 906df50
Browse repository at this point
Change isArray to Array.isArray
lolleko
committed
31b41b7
View commit details
Copy full SHA for 31b41b7
Browse repository at this point
Fixed namespace translation test and almsot every other translation tes
lolleko
committed
2cd0859
View commit details
Copy full SHA for 2cd0859
Browse repository at this point
Fixed formatting
lolleko
committed
101d5ff
View commit details
Copy full SHA for 101d5ff
Browse repository at this point
Implemented new export system
lolleko
committed
c6bbdaa
View commit details
Copy full SHA for c6bbdaa
Browse repository at this point
Added transformers for not emitted statement and partial expressions (#348)
DoctorGester
authored and
Perryvw
committed
f9787c4
View commit details
Copy full SHA for f9787c4
Browse repository at this point
Commits on Jan 19, 2019
Merge branch 'master' into ts-to-lua-ast
Show description for acd394b
Perryvw
committed
acd394b
View commit details
Copy full SHA for acd394b
Browse repository at this point
Switch transformer (#347)
Show description for faa4896
Perryvw
authored
faa4896
View commit details
Copy full SHA for faa4896
Browse repository at this point
support for class expressions (#345)
tomblind
authored and
Perryvw
committed
1ef66d1
View commit details
Copy full SHA for 1ef66d1
Browse repository at this point
Implemented spread expression transformation (#338)
Show description for e42c5be
Perryvw
authored
e42c5be
View commit details
Copy full SHA for e42c5be
Browse repository at this point
Commits on Jan 18, 2019
Ts to lua ast - recursive function fix and try/catch refactor (#341)
Show description for 5f1b483
tomblind
authored
5f1b483
View commit details
Copy full SHA for 5f1b483
Browse repository at this point
Commits on Jan 17, 2019
simplify ternary transpilation (#310)
Show description for e9ce425
TheLartians
authored and
tomblind
committed
e9ce425
View commit details
Copy full SHA for e9ce425
Browse repository at this point
Commits on Jan 15, 2019
Added function that returns the AST and string
lolleko
committed
85fc1da
View commit details
Copy full SHA for 85fc1da
Browse repository at this point
Feature/typescript errors tests (#337)
Show description for 88b7029
Perryvw
authored
88b7029
View commit details
Copy full SHA for 88b7029
Browse repository at this point
Commits on Jan 13, 2019
Implemented try/catch and throw (#334)
Show description for 3595bd4
Perryvw
authored
3595bd4
View commit details
Copy full SHA for 3595bd4
Browse repository at this point
declaring nested functions as local and cleaned up a few small things (#335)
tomblind
authored
761cd14
View commit details
Copy full SHA for 761cd14
Browse repository at this point
Commits on Jan 11, 2019
Implemented DeleteExpression and NonNullExpression, fixed some broken tests (#330)
Show description for 4dc3753
Perryvw
authored
4dc3753
View commit details
Copy full SHA for 4dc3753
Browse repository at this point
Feature/restore max line width (#333)
Show description for 81f1dd3
Perryvw
authored
81f1dd3
View commit details
Copy full SHA for 81f1dd3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.