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 }}
root-cli
/
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 Jun 14, 2021
0.40.0
Perryvw
committed
c6e3555
View commit details
Copy full SHA for c6e3555
Browse repository at this point
Changelog 0.40.0
Perryvw
committed
ca44285
View commit details
Copy full SHA for ca44285
Browse repository at this point
Module resolution from node_modules (#1011)
Show description for 691c9cc
Perryvw
authored
691c9cc
View commit details
Copy full SHA for 691c9cc
Browse repository at this point
Remove deprecated annotations (#1032)
Show description for 5abb60b
lolleko
authored
5abb60b
View commit details
Copy full SHA for 5abb60b
Browse repository at this point
Commits on Jun 13, 2021
0.39.6
Perryvw
committed
57fbef1
View commit details
Copy full SHA for 57fbef1
Browse repository at this point
Fixed language extensions LuaTable keys required to be tables (#1034)
Show description for 5b67330
Perryvw
authored
5b67330
View commit details
Copy full SHA for 5b67330
Browse repository at this point
Commits on Jun 12, 2021
Implemented LuaTableHas and LuaTableDelete (#1030)
Show description for bfb89e9
Perryvw
authored
bfb89e9
View commit details
Copy full SHA for bfb89e9
Browse repository at this point
Implement array.entries() (#1031)
Show description for ffde390
Perryvw
authored
ffde390
View commit details
Copy full SHA for ffde390
Browse repository at this point
0.39.5
Perryvw
committed
bd17ed7
View commit details
Copy full SHA for bd17ed7
Browse repository at this point
Fixed typo in language extension and add a step to test procedure to make sure this does not happen again (#1029)
Perryvw
authored
9cbc04f
View commit details
Copy full SHA for 9cbc04f
Browse repository at this point
Commits on Jun 10, 2021
0.39.4
Perryvw
committed
0dd7008
View commit details
Copy full SHA for 0dd7008
Browse repository at this point
Update TS and ESLint (#1027)
Show description for 1945d93
Perryvw
authored
1945d93
View commit details
Copy full SHA for 1945d93
Browse repository at this point
Commits on May 21, 2021
deduped and audited package-lock (#1022)
Perryvw
authored
2ff677c
View commit details
Copy full SHA for 2ff677c
Browse repository at this point
Commits on May 3, 2021
0.39.3
Perryvw
committed
9ac496c
View commit details
Copy full SHA for 9ac496c
Browse repository at this point
Fix namespace and module resulting in invalid Lua when modified with TS transformer plugin (#1014)
Show description for b26dac0
Perryvw
authored
b26dac0
View commit details
Copy full SHA for b26dac0
Browse repository at this point
Commits on Apr 28, 2021
Fixed invalid switch statement lua when default was not the last case (#1016)
Show description for a617faf
Perryvw
authored
a617faf
View commit details
Copy full SHA for a617faf
Browse repository at this point
Fix missing stringaccess lualib dependency (#1015)
Perryvw
authored
d86ef92
View commit details
Copy full SHA for d86ef92
Browse repository at this point
Commits on Apr 2, 2021
0.39.2
Perryvw
committed
c0d7936
View commit details
Copy full SHA for c0d7936
Browse repository at this point
Use ts.getParseTreeNode before getSourceFile to handle transformer output (#1010)
Show description for f3dea42
Perryvw
authored
f3dea42
View commit details
Copy full SHA for f3dea42
Browse repository at this point
Commits on Mar 25, 2021
0.39.1
Perryvw
committed
c09f98c
View commit details
Copy full SHA for c09f98c
Browse repository at this point
Replaced deprecated factory functions (#1008)
Show description for 29dba98
lolleko
authored
29dba98
View commit details
Copy full SHA for 29dba98
Browse repository at this point
Commits on Mar 7, 2021
Bump lua-wasm-bindings version (#1002)
Show description for 759090a
lolleko
authored
759090a
View commit details
Copy full SHA for 759090a
Browse repository at this point
0.39.0
Perryvw
committed
a639998
View commit details
Copy full SHA for a639998
Browse repository at this point
CHANGELOG 0.39.0
Perryvw
committed
fe5a5cc
View commit details
Copy full SHA for fe5a5cc
Browse repository at this point
Commits on Mar 6, 2021
Add actual multi version tests (#1001)
Show description for 3b950d4
lolleko
authored
3b950d4
View commit details
Copy full SHA for 3b950d4
Browse repository at this point
Vararg Update (#992)
Show description for 0d22c0d
tomblind
authored
0d22c0d
View commit details
Copy full SHA for 0d22c0d
Browse repository at this point
Fix destructuring assignment of multiReturn (closes #995) (#997)
Show description for b84686f
yancouto
authored
b84686f
View commit details
Copy full SHA for b84686f
Browse repository at this point
Merge pull request #1000 from TypeScriptToLua/lua-5.4
Show description for 70e9eb2
lolleko
authored
70e9eb2
View commit details
Copy full SHA for 70e9eb2
Browse repository at this point
Commits on Mar 5, 2021
Renamed unsupportedIn53 variable
Perryvw
committed
079f215
View commit details
Copy full SHA for 079f215
Browse repository at this point
Official support for Lua 5.4
Perryvw
committed
5dffb6b
View commit details
Copy full SHA for 5dffb6b
Browse repository at this point
Remove phantom, metaExtension, extension, pureAbstract (#998)
Show description for f6a92c0
lolleko
authored
f6a92c0
View commit details
Copy full SHA for f6a92c0
Browse repository at this point
Commits on Mar 4, 2021
Use WASM version of Lua instead of fengari for testing (#996)
Show description for 22e6019
lolleko
authored
22e6019
View commit details
Copy full SHA for 22e6019
Browse repository at this point
Commits on Mar 2, 2021
Fixed unexpected lua error from Object.GetOwnPropertyDescriptors returning nil (#994)
Perryvw
authored
0299d71
View commit details
Copy full SHA for 0299d71
Browse repository at this point
Commits on Feb 21, 2021
Lua table extensions (#991)
Show description for e90fc31
tomblind
authored
e90fc31
View commit details
Copy full SHA for e90fc31
Browse repository at this point
Commits on Feb 20, 2021
0.38.1
Perryvw
committed
0a5bd20
View commit details
Copy full SHA for 0a5bd20
Browse repository at this point
Previous
Next
You can’t perform that action at this time.