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 }}
GlassBricks
/
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
optimize-extensions
User selector
All users
All time
Commit history
Commits on Jul 15, 2022
Merge lua-set additions
GlassBricks
committed
a506a68
View commit details
Copy full SHA for a506a68
Browse repository at this point
Fix getExtensionsKindForType and error reporting for TableNew type
GlassBricks
committed
82d1f11
View commit details
Copy full SHA for 82d1f11
Browse repository at this point
Unify language extension call transformers
GlassBricks
committed
4b3eeab
View commit details
Copy full SHA for 4b3eeab
Browse repository at this point
Separate iterable language extensions
GlassBricks
committed
200851d
View commit details
Copy full SHA for 200851d
Browse repository at this point
Significantly improve performance of language extensions
Show description for 953ecc4
GlassBricks
committed
953ecc4
View commit details
Copy full SHA for 953ecc4
Browse repository at this point
Change language extension declaration method
GlassBricks
committed
7528726
View commit details
Copy full SHA for 7528726
Browse repository at this point
Remove WeakMap<TransformationContext, ...>
Show description for 450b22b
GlassBricks
committed
450b22b
View commit details
Copy full SHA for 450b22b
Browse repository at this point
Commits on Jul 14, 2022
Optimize TransformationContext
Show description for fa24f0c
GlassBricks
committed
fa24f0c
View commit details
Copy full SHA for fa24f0c
Browse repository at this point
Ignore v8 profile logs
GlassBricks
committed
665dec2
View commit details
Copy full SHA for 665dec2
Browse repository at this point
Add performance hooks
GlassBricks
committed
c47e0a1
View commit details
Copy full SHA for c47e0a1
Browse repository at this point
Add LuaMap and LuaSet language extensions (#1303)
Show description for 7ff29f0
GlassBricks
authored
7ff29f0
View commit details
Copy full SHA for 7ff29f0
Browse repository at this point
Commits on Jul 9, 2022
1.6.3
Perryvw
committed
8733992
View commit details
Copy full SHA for 8733992
Browse repository at this point
Support arrays in CLI arguments (#1300)
Show description for 33af9ea
hazzard993
authored
33af9ea
View commit details
Copy full SHA for 33af9ea
Browse repository at this point
Commits on Jul 8, 2022
Get preEmit diagnostics from TypeScript before transforming (#1301)
Perryvw
authored
4d49354
View commit details
Copy full SHA for 4d49354
Browse repository at this point
Commits on Jul 3, 2022
1.6.2
Perryvw
committed
157c35b
View commit details
Copy full SHA for 157c35b
Browse repository at this point
Fix chained promise resolves not correctly passing value when then is empty (#1298)
Perryvw
authored
288c1b7
View commit details
Copy full SHA for 288c1b7
Browse repository at this point
Commits on Jun 30, 2022
Create FUNDING.yml
Perryvw
authored
9e9c324
View commit details
Copy full SHA for 9e9c324
Browse repository at this point
Commits on Jun 24, 2022
1.6.1
Perryvw
committed
afbb749
View commit details
Copy full SHA for afbb749
Browse repository at this point
Fix call context (#1294)
Show description for 70b61d9
GlassBricks
authored
70b61d9
View commit details
Copy full SHA for 70b61d9
Browse repository at this point
Reduce use of temp variables (#1291)
Show description for 66bb36e
GlassBricks
authored
66bb36e
View commit details
Copy full SHA for 66bb36e
Browse repository at this point
Revert resolving lualib_bundle from node_modules (#1293)
Perryvw
authored
3b75b04
View commit details
Copy full SHA for 3b75b04
Browse repository at this point
Fix #1295 (#1296)
GlassBricks
authored
d2accd7
View commit details
Copy full SHA for d2accd7
Browse repository at this point
Commits on Jun 12, 2022
1.6.0
Perryvw
committed
b854f3f
View commit details
Copy full SHA for b854f3f
Browse repository at this point
CHANGELOG.md 1.6.0
Perryvw
committed
d057bd0
View commit details
Copy full SHA for d057bd0
Browse repository at this point
Fix noImplicitSelf failing due to file paths (#1289)
Show description for 7a4388b
Perryvw
authored
7a4388b
View commit details
Copy full SHA for 7a4388b
Browse repository at this point
Fix compound assignment not assigning in expressions (#1287)
Perryvw
authored
b697e8e
View commit details
Copy full SHA for b697e8e
Browse repository at this point
Resolve the correct lualib_bundles for node_modules dependencies (#1283)
Show description for 60f11dd
Perryvw
authored
60f11dd
View commit details
Copy full SHA for 60f11dd
Browse repository at this point
Fixed a bug where sometimes call expressions would get an incorrect context parameter (#1282)
Perryvw
authored
c47d3b3
View commit details
Copy full SHA for c47d3b3
Browse repository at this point
Commits on Jun 11, 2022
Include plugins from emitOptions in plugins list (#1288)
Perryvw
authored
1e81749
View commit details
Copy full SHA for 1e81749
Browse repository at this point
Upgrade typescript to 4.7 (#1281)
Show description for b737d0c
Perryvw
authored
b737d0c
View commit details
Copy full SHA for b737d0c
Browse repository at this point
Commits on Jun 1, 2022
1.5.0
Perryvw
committed
0f32b4b
View commit details
Copy full SHA for 0f32b4b
Browse repository at this point
CHANGELOG.md 1.5.0
Perryvw
committed
c7cf302
View commit details
Copy full SHA for c7cf302
Browse repository at this point
Commits on May 31, 2022
Fix methods with non-null operator not being detected as methods (#1280)
Show description for 71fb85e
Perryvw
authored
71fb85e
View commit details
Copy full SHA for 71fb85e
Browse repository at this point
Commits on May 30, 2022
Apply JSDoc Comments to Lua code (#1270)
Show description for da506ac
Zamiell
authored
da506ac
View commit details
Copy full SHA for da506ac
Browse repository at this point
Commits on May 29, 2022
Fix async try (#1278)
Show description for 0924b37
Perryvw
authored
0924b37
View commit details
Copy full SHA for 0924b37
Browse repository at this point
Previous
Next
You can’t perform that action at this time.