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 }}
amad3i
/
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
Breadcrumbs
History for
TypeScriptToLua
src
on
function-validation-bug
User selector
All users
All time
Commit history
Commits on Sep 23, 2024
Fix lualib
Perryvw
committed
1f76bb8
View commit details
Copy full SHA for 1f76bb8
View code at this point
Browse repository at this point
Merge branch 'master' into function-validation-bug
Perryvw
committed
c0a6918
View commit details
Copy full SHA for c0a6918
View code at this point
Browse repository at this point
Commits on Sep 21, 2024
Fix bug with using dispose when using disposable class (#1586)
Perryvw
authored
b40b43c
View commit details
Copy full SHA for b40b43c
View code at this point
Browse repository at this point
Fix incorrect context passing when super is used in contextual call (#1587)
Perryvw
authored
9e05143
View commit details
Copy full SHA for 9e05143
View code at this point
Browse repository at this point
Fix use of exported compileMembersOnly enums causing syntax errors (#1573)
Show description for a93ac8b
Perryvw
authored
a93ac8b
View commit details
Copy full SHA for a93ac8b
View code at this point
Browse repository at this point
Fix bug when using Array.from with non-array iterable (#1577)
Perryvw
authored
a07fed5
View commit details
Copy full SHA for a07fed5
View code at this point
Browse repository at this point
Fix bug in await using transformer (#1579)
Perryvw
authored
a2d31c9
View commit details
Copy full SHA for a2d31c9
View code at this point
Browse repository at this point
Upgrade to TypeScript 5.6 (#1581)
Show description for 920f3e5
Perryvw
authored
920f3e5
View commit details
Copy full SHA for 920f3e5
View code at this point
Browse repository at this point
fix failing tests
Perryvw
committed
e6375bf
View commit details
Copy full SHA for e6375bf
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
Resolve bug inferring context type from generic functions in type parameters
Perryvw
committed
1655679
View commit details
Copy full SHA for 1655679
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
Fix multiple getters and setters (#1567)
Show description for 8ddfbc0
Perryvw
authored
8ddfbc0
View commit details
Copy full SHA for 8ddfbc0
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
Add lualib support for Math.trunc (#1564)
Show description for 5ba1fac
lolleko
authored
5ba1fac
View commit details
Copy full SHA for 5ba1fac
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
Support for new ecmascript Set methods (#1563)
Perryvw
authored
e766d1c
View commit details
Copy full SHA for e766d1c
View code at this point
Browse repository at this point
Upgrade to TypeScript 5.5 (#1562)
Perryvw
authored
e4afda0
View commit details
Copy full SHA for e4afda0
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
Fix bundle edge case (#1559)
Perryvw
authored
5001dd8
View commit details
Copy full SHA for 5001dd8
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
Fix crash when using lualib_bundle in an environment without coroutines (#1547)
Show description for f610b5f
GlassBricks
authored
f610b5f
View commit details
Copy full SHA for f610b5f
View code at this point
Browse repository at this point
Commits on Mar 17, 2024
Implement Map.groupBy and Object.groupBy (#1546)
Show description for 90b3784
Perryvw
authored
90b3784
View commit details
Copy full SHA for 90b3784
View code at this point
Browse repository at this point
Properly read extended tsconfig for watcher (#1544)
Perryvw
authored
7bc5847
View commit details
Copy full SHA for 7bc5847
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
Fix bug outputting files to the wrong location in some cases (#1541)
Perryvw
authored
b6fce8d
View commit details
Copy full SHA for b6fce8d
View code at this point
Browse repository at this point
Commits on Feb 8, 2024
Only use super descriptor functions when dealing with propery getters/setters (#1538)
Perryvw
authored
a91f462
View commit details
Copy full SHA for a91f462
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
Add basic check for @customName in property access transform (#1534)
aabajyan
authored
6de04ce
View commit details
Copy full SHA for 6de04ce
View code at this point
Browse repository at this point
Commits on Feb 4, 2024
Optimize Promise and Await (fixes #1499), fix Promise.resolve bug (#1530)
Show description for 223b49e
rhazarian
authored
223b49e
View commit details
Copy full SHA for 223b49e
View code at this point
Browse repository at this point
Support using super accessors (#1532)
rhazarian
authored
1cd16ba
View commit details
Copy full SHA for 1cd16ba
View code at this point
Browse repository at this point
Commits on Dec 28, 2023
Upgrade TS to 5.3.3 (#1525)
Perryvw
authored
9288ddb
View commit details
Copy full SHA for 9288ddb
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
Reworked function context checking based on #1510 (#1519)
Show description for 5d63b1c
Perryvw
and
Z3rio
authored
5d63b1c
View commit details
Copy full SHA for 5d63b1c
View code at this point
Browse repository at this point
Commits on Nov 19, 2023
Add `afterEmit` plugin hook (#1353)
Show description for bf87953
Cheatoid
and
Perryvw
authored
bf87953
View commit details
Copy full SHA for bf87953
View code at this point
Browse repository at this point
Commits on Nov 18, 2023
feat: `Number.isInteger()` (#1518)
scarf005
authored
e0e56fe
View commit details
Copy full SHA for e0e56fe
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
Fix static super calls breaking with nil reference exception (#1511)
Show description for dbcae83
Perryvw
authored
dbcae83
View commit details
Copy full SHA for dbcae83
View code at this point
Browse repository at this point
Setup custom name support (#1505)
Show description for 40e4c22
Z3rio
and
Perryvw
authored
40e4c22
View commit details
Copy full SHA for 40e4c22
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
Support loop continue for 5.0, 5.1, and universal targets (#1500)
Show description for e697c6e
YoRyan
authored
e697c6e
View commit details
Copy full SHA for e697c6e
View code at this point
Browse repository at this point
Commits on Oct 3, 2023
Implement array.fill (#1497)
Perryvw
authored
45f6078
View commit details
Copy full SHA for 45f6078
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
Allow moduleresolution plugins to return an absolute path (#1496)
Perryvw
authored
2d42025
View commit details
Copy full SHA for 2d42025
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
Number static data properties (#1492)
Show description for c85001e
Z3rio
authored
c85001e
View commit details
Copy full SHA for c85001e
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
Add Number.parseInt + Number.parseFloat (#1491)
Show description for 79f8d1b
Z3rio
authored
79f8d1b
View commit details
Copy full SHA for 79f8d1b
View code at this point
Browse repository at this point
Commits on Sep 23, 2023
Do not cause unrelated exception when throwing Error object in environment without debug module (#1488)
Perryvw
authored
df3adb7
View commit details
Copy full SHA for df3adb7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.