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
Breadcrumbs
History for
TypeScriptToLua
src
on
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
View code at this point
Browse repository at this point
Fix getExtensionsKindForType and error reporting for TableNew type
GlassBricks
committed
82d1f11
View commit details
Copy full SHA for 82d1f11
View code at this point
Browse repository at this point
Unify language extension call transformers
GlassBricks
committed
4b3eeab
View commit details
Copy full SHA for 4b3eeab
View code at this point
Browse repository at this point
Separate iterable language extensions
GlassBricks
committed
200851d
View commit details
Copy full SHA for 200851d
View code at this point
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
View code at this point
Browse repository at this point
Change language extension declaration method
GlassBricks
committed
7528726
View commit details
Copy full SHA for 7528726
View code at this point
Browse repository at this point
Remove WeakMap<TransformationContext, ...>
Show description for 450b22b
GlassBricks
committed
450b22b
View commit details
Copy full SHA for 450b22b
View code at this point
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
View code at this point
Browse repository at this point
Add performance hooks
GlassBricks
committed
c47e0a1
View commit details
Copy full SHA for c47e0a1
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 9, 2022
Support arrays in CLI arguments (#1300)
Show description for 33af9ea
hazzard993
authored
33af9ea
View commit details
Copy full SHA for 33af9ea
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 3, 2022
Fix chained promise resolves not correctly passing value when then is empty (#1298)
Perryvw
authored
288c1b7
View commit details
Copy full SHA for 288c1b7
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Fix call context (#1294)
Show description for 70b61d9
GlassBricks
authored
70b61d9
View commit details
Copy full SHA for 70b61d9
View code at this point
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
View code at this point
Browse repository at this point
Revert resolving lualib_bundle from node_modules (#1293)
Perryvw
authored
3b75b04
View commit details
Copy full SHA for 3b75b04
View code at this point
Browse repository at this point
Fix #1295 (#1296)
GlassBricks
authored
d2accd7
View commit details
Copy full SHA for d2accd7
View code at this point
Browse repository at this point
Commits on Jun 12, 2022
Fix noImplicitSelf failing due to file paths (#1289)
Show description for 7a4388b
Perryvw
authored
7a4388b
View commit details
Copy full SHA for 7a4388b
View code at this point
Browse repository at this point
Fix compound assignment not assigning in expressions (#1287)
Perryvw
authored
b697e8e
View commit details
Copy full SHA for b697e8e
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 28, 2022
noImplicitGlobalVariables compiler option (#1269)
Show description for 43d31d0
Zamiell
authored
43d31d0
View commit details
Copy full SHA for 43d31d0
View code at this point
Browse repository at this point
Commits on Apr 24, 2022
fix: debug.traceback of loadstring get unknown file #1259 (#1260)
Show description for 080163a
pilaoda
authored
080163a
View commit details
Copy full SHA for 080163a
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
Fix exception trying to push single element to optional chain array (#1257)
Perryvw
authored
ffcca57
View commit details
Copy full SHA for ffcca57
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
Support for import expressions (#1254)
Show description for 570c510
Perryvw
authored
570c510
View commit details
Copy full SHA for 570c510
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
Optimize lualib functions (#1217)
Show description for b5159f0
GlassBricks
authored
b5159f0
View commit details
Copy full SHA for b5159f0
View code at this point
Browse repository at this point
Add new option to bypass 5.1 try/catch in async/await precaution (#1247)
Show description for 39480bb
hazzard993
authored
39480bb
View commit details
Copy full SHA for 39480bb
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Resolve node_modules symlinks as node_modules paths (#1241)
Perryvw
authored
eaa6371
View commit details
Copy full SHA for eaa6371
View code at this point
Browse repository at this point
Commits on Mar 20, 2022
Added BeforeEmit plugin hook (#1239)
Show description for 1cdd6b0
Perryvw
authored
1cdd6b0
View commit details
Copy full SHA for 1cdd6b0
View code at this point
Browse repository at this point
Fix sourcemap traceback being in the wrong place (#1238)
Perryvw
authored
304c203
View commit details
Copy full SHA for 304c203
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.