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 }}
Deco
/
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
benchmark-data-to-visualizer
User selector
All users
All time
Commit history
Commits on Jun 11, 2020
Removed forgotten comment from benchmarking CI
Perryvw
committed
e780d49
View commit details
Copy full SHA for e780d49
Browse repository at this point
Commits on Jun 10, 2020
prettier fix
Perryvw
committed
f88f149
View commit details
Copy full SHA for f88f149
Browse repository at this point
Merge branch 'master' into benchmark-data-to-visualizer
Perryvw
committed
60c9c2a
View commit details
Copy full SHA for 60c9c2a
Browse repository at this point
Add link to visualizer to benchmark result
Perryvw
committed
b59f758
View commit details
Copy full SHA for b59f758
Browse repository at this point
reverted package-lock
Perryvw
committed
17eb0d3
View commit details
Copy full SHA for 17eb0d3
Browse repository at this point
Commits on Jun 9, 2020
Make strings iterable (#891)
Show description for fddc544
ark120202
authored
fddc544
View commit details
Copy full SHA for fddc544
Browse repository at this point
Commits on Jun 1, 2020
Implement `function.length` (#889)
Show description for 03fae35
ark120202
authored
03fae35
View commit details
Copy full SHA for 03fae35
Browse repository at this point
added top level export parseConfigFileWithSystem (#888)
Show description for 45aaac6
Chris Bajorin
and
chrisbajorin
authored
45aaac6
View commit details
Copy full SHA for 45aaac6
Browse repository at this point
Commits on May 25, 2020
Changelog 0.34.0
Perryvw
committed
9ee6091
View commit details
Copy full SHA for 9ee6091
Browse repository at this point
0.34.0
Perryvw
committed
d2c187c
View commit details
Copy full SHA for d2c187c
Browse repository at this point
Dependencies upgrade
Perryvw
committed
d82cf8d
View commit details
Copy full SHA for d82cf8d
Browse repository at this point
Upgrade Prettier to v2 (#869)
Show description for a709c7d
ark120202
authored
a709c7d
View commit details
Copy full SHA for a709c7d
Browse repository at this point
Don't use lualib for .call and .apply (#884)
Show description for 6d20032
ark120202
authored
6d20032
View commit details
Copy full SHA for 6d20032
Browse repository at this point
Commits on May 24, 2020
Add `luaTarget: "universal"` (#873)
Show description for 912a230
ark120202
authored
912a230
View commit details
Copy full SHA for 912a230
Browse repository at this point
Fix `array.join` accepting only string and number elements (#887)
ark120202
authored
b3b4a21
View commit details
Copy full SHA for b3b4a21
Browse repository at this point
Fix class .toString inheritance (#882)
Show description for 42b3568
ark120202
authored
42b3568
View commit details
Copy full SHA for 42b3568
Browse repository at this point
Commits on May 23, 2020
Cli fixes (#883)
Show description for 1e4a8bb
ark120202
authored
1e4a8bb
View commit details
Copy full SHA for 1e4a8bb
Browse repository at this point
Generator and iteration improvements (#872)
Show description for d1efec1
ark120202
authored
d1efec1
View commit details
Copy full SHA for d1efec1
Browse repository at this point
Commits on May 18, 2020
Fix run script
Perryvw
committed
0e197cf
View commit details
Copy full SHA for 0e197cf
Browse repository at this point
Output raw results instead of processed table
Perryvw
committed
0c21451
View commit details
Copy full SHA for 0c21451
Browse repository at this point
Once more, with dollarsign
Perryvw
committed
1ea416e
View commit details
Copy full SHA for 1ea416e
Browse repository at this point
Try without extra dependencies
Perryvw
committed
4b5a395
View commit details
Copy full SHA for 4b5a395
Browse repository at this point
Use deflateSync now
Perryvw
committed
fa6dac6
View commit details
Copy full SHA for fa6dac6
Browse repository at this point
Another try with regular zlib
Perryvw
committed
2e37e45
View commit details
Copy full SHA for 2e37e45
Browse repository at this point
Explicitly install lz-string
Perryvw
committed
a67355f
View commit details
Copy full SHA for a67355f
Browse repository at this point
Try with lz-string
Perryvw
committed
939db41
View commit details
Copy full SHA for 939db41
Browse repository at this point
Try zlibbing output data
Perryvw
committed
26225b3
View commit details
Copy full SHA for 26225b3
Browse repository at this point
Commits on May 16, 2020
Fix benchmark failing outside of pull requests
Perryvw
committed
b2988fd
View commit details
Copy full SHA for b2988fd
Browse repository at this point
Upgrade TypeScript to v3.9 (#874)
ark120202
authored
6131fa6
View commit details
Copy full SHA for 6131fa6
Browse repository at this point
Prevent benchmark action failing check run for fork PRs (#876)
Show description for 7260012
Perryvw
authored
7260012
View commit details
Copy full SHA for 7260012
Browse repository at this point
Commits on May 11, 2020
CHANGELOG 0.33.0
Perryvw
committed
249a365
View commit details
Copy full SHA for 249a365
Browse repository at this point
0.33.0
Perryvw
committed
cfbbb28
View commit details
Copy full SHA for cfbbb28
Browse repository at this point
Added memory benchmarks to CI (#864)
Show description for 0da1b35
lolleko
authored
0da1b35
View commit details
Copy full SHA for 0da1b35
Browse repository at this point
Fix side effects in string index causing issues (#868)
Show description for 00735b7
Perryvw
authored
00735b7
View commit details
Copy full SHA for 00735b7
Browse repository at this point
Commits on May 9, 2020
Replaced error throw with diagnostic (#861)
Show description for 375e009
Perryvw
authored
375e009
View commit details
Copy full SHA for 375e009
Browse repository at this point
Previous
Next
You can’t perform that action at this time.