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
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 }}
lostfictions
/
TypeScriptToLua.github.io
Public
forked from
TypeScriptToLua/TypeScriptToLua.github.io
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
source
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 22, 2021
added Lua Table types and deprecated @luaTable (#30)
Show description for 1314ef1
tomblind
authored
1314ef1
View commit details
Copy full SHA for 1314ef1
Browse repository at this point
Commits on Feb 21, 2021
Added LuaIterable extension and deprecated @luaIterator (#28)
Show description for 975242d
tomblind
authored
975242d
View commit details
Copy full SHA for 975242d
Browse repository at this point
Commits on Feb 14, 2021
Changed MultiReturn to LuaMultiReturn
Show description for c0de4bf
lolleko
authored
c0de4bf
View commit details
Copy full SHA for c0de4bf
Browse repository at this point
Commits on Feb 12, 2021
Bump typescript-to-lua from 0.37.1 to 0.38.0 (#26)
Show description for 8959df2
dependabot[bot]
authored
8959df2
View commit details
Copy full SHA for 8959df2
Browse repository at this point
Update compiler-annotations.md
lolleko
authored
4a3aefa
View commit details
Copy full SHA for 4a3aefa
Browse repository at this point
Commits on Feb 11, 2021
added $range language extension and moved forRange annotation to deprecated section (#25)
Show description for 68dcd13
tomblind
authored
68dcd13
View commit details
Copy full SHA for 68dcd13
Browse repository at this point
Commits on Feb 7, 2021
added operator map types to language extensions (#24)
Show description for 475a612
tomblind
authored
475a612
View commit details
Copy full SHA for 475a612
Browse repository at this point
Commits on Jan 29, 2021
Fixed typo in config name
lolleko
committed
134aa47
View commit details
Copy full SHA for 134aa47
Browse repository at this point
Update dependatbot.yml
lolleko
committed
34bf7c0
View commit details
Copy full SHA for 34bf7c0
Browse repository at this point
Revert webhook tstl auto update and use dependabot instead
lolleko
committed
64b6815
View commit details
Copy full SHA for 64b6815
Browse repository at this point
Bump setup-node version
lolleko
committed
c87e440
View commit details
Copy full SHA for c87e440
Browse repository at this point
Merge branch 'source' of https://github.com/TypeScriptToLua/TypeScriptToLua.github.io into source
lolleko
committed
a1b78ff
View commit details
Copy full SHA for a1b78ff
Browse repository at this point
Add token to auto update
lolleko
committed
ca01a67
View commit details
Copy full SHA for ca01a67
Browse repository at this point
Change webhook action user name and email
lolleko
committed
a78f20f
View commit details
Copy full SHA for a78f20f
Browse repository at this point
Automated tstl update
lolleko
committed
9a1ad6d
View commit details
Copy full SHA for 9a1ad6d
Browse repository at this point
Fix prettier
lolleko
committed
bd95c5b
View commit details
Copy full SHA for bd95c5b
Browse repository at this point
Added webhook action for updating tstl automatically
lolleko
committed
a19378d
View commit details
Copy full SHA for a19378d
Browse repository at this point
Update .gitignore
lolleko
committed
7d353db
View commit details
Copy full SHA for 7d353db
Browse repository at this point
Delete .DS_Store
lolleko
committed
46186c7
View commit details
Copy full SHA for 46186c7
Browse repository at this point
Update favicon
lolleko
committed
8246d4f
View commit details
Copy full SHA for 8246d4f
Browse repository at this point
Update packages and add footer because it is required now by docusaurus
lolleko
committed
102ac4e
View commit details
Copy full SHA for 102ac4e
Browse repository at this point
Fixed linitng issues
lolleko
committed
deeb875
View commit details
Copy full SHA for deeb875
Browse repository at this point
More spacing/alignment improvements
lolleko
committed
f9cc0de
View commit details
Copy full SHA for f9cc0de
Browse repository at this point
Improved example spacing
lolleko
committed
ec20005
View commit details
Copy full SHA for ec20005
Browse repository at this point
Use shorter name for variable in example to prevent overflow (scrollbars)
lolleko
committed
32a3f81
View commit details
Copy full SHA for 32a3f81
Browse repository at this point
Fixed linting issues
lolleko
committed
d60dfe9
View commit details
Copy full SHA for d60dfe9
Browse repository at this point
Merge pull request #23 from cdaringe/patch-1
Show description for 0c14509
lolleko
authored
0c14509
View commit details
Copy full SHA for 0c14509
Browse repository at this point
Commits on Jan 25, 2021
docs: add Factorio Type Kit
Show description for c858765
cdaringe
authored
c858765
View commit details
Copy full SHA for c858765
Browse repository at this point
Commits on Jan 9, 2021
Fixed language extension playground issue and upgraded to latest tstl
Perryvw
committed
2926a4b
View commit details
Copy full SHA for 2926a4b
Browse repository at this point
Commits on Jan 3, 2021
Added file path to language-extensions declaration file for monaco
Perryvw
committed
cbf769a
View commit details
Copy full SHA for cbf769a
Browse repository at this point
Commits on Jan 2, 2021
Fixed prettier again
Perryvw
committed
be39253
View commit details
Copy full SHA for be39253
Browse repository at this point
Fixed prettier
Perryvw
committed
b388287
View commit details
Copy full SHA for b388287
Browse repository at this point
Remove mentions of javascript on the index page
lolleko
authored
8a98e1c
View commit details
Copy full SHA for 8a98e1c
Browse repository at this point
Add language extension types to playground
Perryvw
committed
3055b05
View commit details
Copy full SHA for 3055b05
Browse repository at this point
Upgraded tstl version
Perryvw
committed
8a18630
View commit details
Copy full SHA for 8a18630
Browse repository at this point
Previous
Next
You can’t perform that action at this time.