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 }}
SamuelRobertBond
/
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 12, 2023
renamed param for formatPathToFile
SamuelRobertBond
committed
1a05bfe
View commit details
Copy full SHA for 1a05bfe
Browse repository at this point
removed transformation to luaRequirePath so the module identifier meets
Show description for b8cb206
SamuelRobertBond
committed
b8cb206
View commit details
Copy full SHA for b8cb206
Browse repository at this point
fixed passing the dependency path instead of the required path and fixed
Show description for e3dbf77
SamuelRobertBond
committed
e3dbf77
View commit details
Copy full SHA for e3dbf77
Browse repository at this point
- some fixes to the module resolution
Show description for 1e64c54
SamuelRobertBond
committed
1e64c54
View commit details
Copy full SHA for 1e64c54
Browse repository at this point
Commits on Jun 11, 2023
- included compiler options and emit host in module resolution plugin
Show description for 4164d68
SamuelRobertBond
committed
4164d68
View commit details
Copy full SHA for 4164d68
Browse repository at this point
Commits on Jun 10, 2023
replaced some comments and change a conditional statement
SamuelRobertBond
committed
37187f4
View commit details
Copy full SHA for 37187f4
Browse repository at this point
reverted resolveLuaDependencyPathFromNodeModules because the changes are
Show description for 2a73c57
SamuelRobertBond
committed
2a73c57
View commit details
Copy full SHA for 2a73c57
Browse repository at this point
moved module resolution logic to resolveImport and made the requested
Show description for a45d888
SamuelRobertBond
committed
a45d888
View commit details
Copy full SHA for a45d888
Browse repository at this point
Commits on Jun 7, 2023
delete an accidental output
SamuelRobertBond
committed
0bc4fc7
View commit details
Copy full SHA for 0bc4fc7
Browse repository at this point
passed plugins directory to the emitPlan function so we can avoid using
Show description for 5d098db
SamuelRobertBond
committed
5d098db
View commit details
Copy full SHA for 5d098db
Browse repository at this point
fixed a mistake I made when changing packageRoot to currentPackage
SamuelRobertBond
committed
f30f500
View commit details
Copy full SHA for f30f500
Browse repository at this point
Commits on Jun 6, 2023
Merge branch 'master' of https://github.com/SamuelRobertBond/TypeScriptToLua
SamuelRobertBond
committed
e9215bc
View commit details
Copy full SHA for e9215bc
Browse repository at this point
fixed an issue with the plugin module resolution when importing scripts
Show description for 7d77a1e
SamuelRobertBond
committed
7d77a1e
View commit details
Copy full SHA for 7d77a1e
Browse repository at this point
Merge branch 'TypeScriptToLua:master' into master
SamuelRobertBond
authored
14ca7a7
View commit details
Copy full SHA for 14ca7a7
Browse repository at this point
added a plugin hook for custom module resolution strategies
SamuelRobertBond
committed
8ca8373
View commit details
Copy full SHA for 8ca8373
Browse repository at this point
Commits on Jun 5, 2023
1.16.1
Perryvw
committed
308d9d8
View commit details
Copy full SHA for 308d9d8
Browse repository at this point
Fixed missing method implementations when using legacy method decorators (#1454)
Perryvw
authored
8656970
View commit details
Copy full SHA for 8656970
Browse repository at this point
Commits on Jun 4, 2023
1.16.0
Perryvw
committed
251ab04
View commit details
Copy full SHA for 251ab04
Browse repository at this point
CHANGELOG.md 1.16.0
Perryvw
committed
4169d1c
View commit details
Copy full SHA for 4169d1c
Browse repository at this point
Upgrade TS to 5.1.3 (#1452)
Show description for f01403f
Perryvw
authored
f01403f
View commit details
Copy full SHA for f01403f
Browse repository at this point
Add support for class static initialization blocks (#1451)
Show description for a2ee2f7
Perryvw
authored
a2ee2f7
View commit details
Copy full SHA for a2ee2f7
Browse repository at this point
Ts 5.0 decorators (#1449)
Show description for ecf6d08
Perryvw
authored
ecf6d08
View commit details
Copy full SHA for ecf6d08
Browse repository at this point
Commits on May 22, 2023
Add "require-minimal" to the "luaLibImport" enum in tsconfig-schema.json (#1442)
Show description for 4a3b9d0
jacob1237
authored
4a3b9d0
View commit details
Copy full SHA for 4a3b9d0
Browse repository at this point
Commits on May 5, 2023
1.15.1
Perryvw
committed
a20cb1e
View commit details
Copy full SHA for a20cb1e
Browse repository at this point
support extends "tstl" object for tsconfig.json in node_modules (#1440)
Show description for 6a37cf1
pilaoda
authored
6a37cf1
View commit details
Copy full SHA for 6a37cf1
Browse repository at this point
Add support for constructor parameter decorators (#1439)
aleksander-ciesielski
authored
16bde88
View commit details
Copy full SHA for 16bde88
Browse repository at this point
Commits on May 2, 2023
1.15.0
Perryvw
committed
186cd90
View commit details
Copy full SHA for 186cd90
Browse repository at this point
CHANGELOG.md 1.15.0
Perryvw
committed
1793234
View commit details
Copy full SHA for 1793234
Browse repository at this point
Correctly merge tstl options from extended tsconfig (#1436)
Show description for 3148739
Perryvw
authored
3148739
View commit details
Copy full SHA for 3148739
Browse repository at this point
Commits on May 1, 2023
Fix nested namespace merging (#1435)
Show description for 2982567
Perryvw
authored
2982567
View commit details
Copy full SHA for 2982567
Browse repository at this point
Commits on Apr 12, 2023
Fixed multi returning all values (#1428)
Show description for d13f800
lolleko
authored
d13f800
View commit details
Copy full SHA for d13f800
Browse repository at this point
Commits on Mar 30, 2023
Don't output parameter initializer statement if default value is nil (#1424)
Show description for bfba5b7
GlassBricks
authored
bfba5b7
View commit details
Copy full SHA for bfba5b7
Browse repository at this point
Commits on Mar 19, 2023
1.14.0
Perryvw
committed
d696418
View commit details
Copy full SHA for d696418
Browse repository at this point
CHANGELOG.md 1.14.0
Perryvw
committed
502eb61
View commit details
Copy full SHA for 502eb61
Browse repository at this point
Fix exception from function validation on functions with composite signatures (#1420)
Perryvw
authored
4578c3c
View commit details
Copy full SHA for 4578c3c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.