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 }}
lolleko
/
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
test-wasm-lua-vm
User selector
All users
All time
Commit history
Commits on Mar 4, 2021
Removed error filter comment and TODO
lolleko
committed
f94c40c
View commit details
Copy full SHA for f94c40c
Browse repository at this point
Change Lua vm version from 5.4 to 5.3
lolleko
authored
cc34f8a
View commit details
Copy full SHA for cc34f8a
Browse repository at this point
Commits on Mar 3, 2021
Fixed small mistake
lolleko
committed
45f85db
View commit details
Copy full SHA for 45f85db
Browse repository at this point
Removed unused import
lolleko
committed
c34ca4d
View commit details
Copy full SHA for c34ca4d
Browse repository at this point
Revert NaN change
lolleko
committed
0c0164f
View commit details
Copy full SHA for 0c0164f
Browse repository at this point
Removed fengari from lockfile
lolleko
committed
8ae2d9d
View commit details
Copy full SHA for 8ae2d9d
Browse repository at this point
Fixed test cases
Show description for f510896
lolleko
committed
f510896
View commit details
Copy full SHA for f510896
Browse repository at this point
Fix an issue with Lua json encoder not detecting actual Lua Ininfity / NaN
lolleko
committed
43edaf1
View commit details
Copy full SHA for 43edaf1
Browse repository at this point
Added missing semicolon
lolleko
committed
8e43cf0
View commit details
Copy full SHA for 8e43cf0
Browse repository at this point
Removed extra comma
lolleko
committed
b9bd8a8
View commit details
Copy full SHA for b9bd8a8
Browse repository at this point
Use tstl/lua-wasm-bindings instead of fengari
lolleko
committed
83b8e86
View commit details
Copy full SHA for 83b8e86
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
LuaIterable language extension (#981)
Show description for 1011713
tomblind
authored
1011713
View commit details
Copy full SHA for 1011713
Browse repository at this point
Commits on Feb 19, 2021
Precompile lualib and jsonlib for tests (#983)
lolleko
authored
d075097
View commit details
Copy full SHA for d075097
Browse repository at this point
Commits on Feb 14, 2021
Added comments to statements in the Lua AST (#982)
Show description for 0fba69b
Perryvw
authored
0fba69b
View commit details
Copy full SHA for 0fba69b
Browse repository at this point
Commits on Feb 11, 2021
CHANGELOG 0.38.0
Perryvw
committed
28d0a57
View commit details
Copy full SHA for 28d0a57
Browse repository at this point
0.38.0
Perryvw
committed
5b01ee2
View commit details
Copy full SHA for 5b01ee2
Browse repository at this point
Implemented enum merging (#980)
Show description for de18e7b
Perryvw
authored
de18e7b
View commit details
Copy full SHA for de18e7b
Browse repository at this point
Commits on Feb 8, 2021
Multi-Return update (#978)
Show description for eae12b6
tomblind
authored
eae12b6
View commit details
Copy full SHA for eae12b6
Browse repository at this point
$range language extension (#979)
Show description for 2766de1
tomblind
authored
2766de1
View commit details
Copy full SHA for 2766de1
Browse repository at this point
Commits on Feb 6, 2021
Remove legacy test utils (#957)
Show description for 8578376
lolleko
authored
8578376
View commit details
Copy full SHA for 8578376
Browse repository at this point
Commits on Jan 28, 2021
Added string.includes (#971)
lolleko
authored
a67b61a
View commit details
Copy full SHA for a67b61a
Browse repository at this point
Commits on Jan 26, 2021
Feature/arrayisarray (#970)
Show description for 39c7420
Perryvw
authored
39c7420
View commit details
Copy full SHA for 39c7420
Browse repository at this point
Operator Mapping Library Extensions (#969)
Show description for 0158732
tomblind
and
Perryvw
authored
0158732
View commit details
Copy full SHA for 0158732
Browse repository at this point
Commits on Jan 13, 2021
Added optional chaining unsupported diagnostic (#966)
lolleko
authored
948f71b
View commit details
Copy full SHA for 948f71b
Browse repository at this point
Commits on Jan 7, 2021
0.37.1
Perryvw
committed
6ac1980
View commit details
Copy full SHA for 6ac1980
Browse repository at this point
Allow numeric access to MultiReturn (#962)
hazzard993
authored
3c9e369
View commit details
Copy full SHA for 3c9e369
Browse repository at this point
Commits on Dec 30, 2020
Changelog 0.37.0
Perryvw
committed
f90f6af
View commit details
Copy full SHA for f90f6af
Browse repository at this point
0.37.0
Perryvw
committed
7d1696a
View commit details
Copy full SHA for 7d1696a
Browse repository at this point
Commits on Dec 27, 2020
Add homepage and bugs to package.json (#956)
lolleko
authored
e58da3f
View commit details
Copy full SHA for e58da3f
Browse repository at this point
Commits on Dec 23, 2020
Multi Helper (#821)
Show description for 0cb8f5f
hazzard993
and
ark120202
authored
0cb8f5f
View commit details
Copy full SHA for 0cb8f5f
Browse repository at this point
Commits on Dec 22, 2020
Deprecate phantom, metaExtension, extension, pureAbstract (#949)
Show description for 3546f59
lolleko
authored
3546f59
View commit details
Copy full SHA for 3546f59
Browse repository at this point
Commits on Dec 21, 2020
Fixed incorrect variable declarations in some cases when there is no initializer (#952)
Perryvw
authored
237a788
View commit details
Copy full SHA for 237a788
Browse repository at this point
Omit tostring from template literal spans if they are strings (#948)
Show description for 5ced4c7
hazzard993
authored
5ced4c7
View commit details
Copy full SHA for 5ced4c7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.