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
lualib-plugins
User selector
All users
All time
Commit history
Commits on Mar 16, 2022
Fix using tstl CLI to build lualib
GlassBricks
committed
3122550
View commit details
Copy full SHA for 3122550
Browse repository at this point
Commits on Mar 15, 2022
Use tstl CLI to build-lualib
Perryvw
committed
96647da
View commit details
Copy full SHA for 96647da
Browse repository at this point
Remove obsolete error log
Perryvw
committed
1e24d2a
View commit details
Copy full SHA for 1e24d2a
Browse repository at this point
Commits on Mar 13, 2022
Merge branch 'master' into lualib-plugins
Perryvw
committed
7522e68
View commit details
Copy full SHA for 7522e68
Browse repository at this point
updated snapshots
Perryvw
committed
8035886
View commit details
Copy full SHA for 8035886
Browse repository at this point
Allow configuring output file extension in config (#1229)
Perryvw
authored
3bae760
View commit details
Copy full SHA for 3bae760
Browse repository at this point
Remove lualibimport always option
Perryvw
committed
ca187be
View commit details
Copy full SHA for ca187be
Browse repository at this point
Commits on Mar 12, 2022
Function apply without arguments should not lead to exception (#1228)
Perryvw
authored
26ac507
View commit details
Copy full SHA for 26ac507
Browse repository at this point
Commits on Mar 10, 2022
Error when using null or undefined in array literal (#1223)
Show description for 5d66aa4
Perryvw
authored
5d66aa4
View commit details
Copy full SHA for 5d66aa4
Browse repository at this point
fix prettier
Perryvw
committed
c4796a6
View commit details
Copy full SHA for c4796a6
Browse repository at this point
Added tests for new plugin hooks
Perryvw
committed
d3cb08a
View commit details
Copy full SHA for d3cb08a
Browse repository at this point
Commits on Mar 8, 2022
Bundle lualib in correct order
Perryvw
committed
0f3721c
View commit details
Copy full SHA for 0f3721c
Browse repository at this point
Use plugin afterPrint results array to create bundle
Perryvw
committed
d1275a4
View commit details
Copy full SHA for d1275a4
Browse repository at this point
Commits on Mar 6, 2022
Fix mistake
Perryvw
committed
0fea440
View commit details
Copy full SHA for 0fea440
Browse repository at this point
Clean up lualib plugin with new plugin hooks
Perryvw
committed
b6b2ef9
View commit details
Copy full SHA for b6b2ef9
Browse repository at this point
Lualib modules via plugin (#1224)
Show description for ccd2024
GlassBricks
authored and
Perryvw
committed
ccd2024
View commit details
Copy full SHA for ccd2024
Browse repository at this point
Copy over new lualib code
Perryvw
committed
9742d23
View commit details
Copy full SHA for 9742d23
Browse repository at this point
generate lualib with plugins
Perryvw
committed
dbd115d
View commit details
Copy full SHA for dbd115d
Browse repository at this point
Commits on Mar 5, 2022
Upgrade TypeScript to 4.6 (#1222)
Show description for 9954426
Perryvw
authored
9954426
View commit details
Copy full SHA for 9954426
Browse repository at this point
Commits on Mar 1, 2022
1.3.4
Perryvw
committed
a434ab2
View commit details
Copy full SHA for a434ab2
Browse repository at this point
Fix module resolution exploding (#1220)
Show description for 88a9478
Perryvw
authored
88a9478
View commit details
Copy full SHA for 88a9478
Browse repository at this point
Commits on Jan 16, 2022
1.3.3
Perryvw
committed
f64a7aa
View commit details
Copy full SHA for f64a7aa
Browse repository at this point
Correctly place class member preceding instances in the constructor always (#1211)
Perryvw
authored
f23ea3e
View commit details
Copy full SHA for f23ea3e
Browse repository at this point
Commits on Jan 14, 2022
1.3.2
Perryvw
committed
3f76d2c
View commit details
Copy full SHA for 3f76d2c
Browse repository at this point
Use power operator instead of math.pow (#1210)
Show description for 7abca43
Perryvw
authored
7abca43
View commit details
Copy full SHA for 7abca43
Browse repository at this point
Commits on Jan 13, 2022
Put preceding statements for class fields in the constructor instead of file scope (#1209)
Perryvw
authored
61bfff3
View commit details
Copy full SHA for 61bfff3
Browse repository at this point
Added Math.sign (#1206)
Show description for 78d7cf7
lolleko
and
Perryvw
authored
78d7cf7
View commit details
Copy full SHA for 78d7cf7
Browse repository at this point
Commits on Jan 4, 2022
1.3.1
Perryvw
committed
2dd9957
View commit details
Copy full SHA for 2dd9957
Browse repository at this point
Fix function with properties assigned to variable declaration (#1202)
GlassBricks
authored
3225770
View commit details
Copy full SHA for 3225770
Browse repository at this point
Improve expression statement handling and language extensions calls (#1201)
Show description for 3dc393e
GlassBricks
authored
3dc393e
View commit details
Copy full SHA for 3dc393e
Browse repository at this point
Commits on Dec 22, 2021
1.3.0
Perryvw
committed
55a3076
View commit details
Copy full SHA for 55a3076
Browse repository at this point
CHANGELOG.md 1.3.0
Perryvw
committed
c409d01
View commit details
Copy full SHA for c409d01
Browse repository at this point
Async catch bug (#1195)
Show description for 120d91a
Perryvw
authored
120d91a
View commit details
Copy full SHA for 120d91a
Browse repository at this point
Commits on Dec 21, 2021
Correctly handle resolving promises with other promises (#1190)
Show description for 4bd1872
Perryvw
authored
4bd1872
View commit details
Copy full SHA for 4bd1872
Browse repository at this point
Fix optimized vararg spread with casts (#1193)
Show description for c8d8c73
GlassBricks
authored
c8d8c73
View commit details
Copy full SHA for c8d8c73
Browse repository at this point
Previous
Next
You can’t perform that action at this time.