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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TypeScriptToLua
/
lua-types
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
82
Code
Issues
3
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lua-types
core
on
master
User selector
All users
All time
Commit history
Commits on Nov 25, 2022
fix(5.0): restore missing math.mod() (#78)
YoRyan
authored
de960bf
View commit details
Copy full SHA for de960bf
View code at this point
Browse repository at this point
Commits on Sep 4, 2022
Depend on language-extensions instead of tstl (#77)
Show description for 9019b3c
Perryvw
authored
9019b3c
View commit details
Copy full SHA for 9019b3c
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
fix(5.0): missing not nil constraint (#76)
YoRyan
authored
40a55bf
View commit details
Copy full SHA for 40a55bf
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
fix(5.0): debug.traceback takes an optional string (#75)
YoRyan
authored
c0ac80a
View commit details
Copy full SHA for c0ac80a
View code at this point
Browse repository at this point
Commits on Aug 28, 2022
Fix missing not nil constraint for pairs keys (#74)
Show description for c46cc67
Perryvw
authored
c46cc67
View commit details
Copy full SHA for c46cc67
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
feat: add type declarations for lua 5.0 (#59)
Show description for b0f29a9
YoRyan
authored
b0f29a9
View commit details
Copy full SHA for b0f29a9
View code at this point
Browse repository at this point
Commits on Jul 11, 2021
Make pairs return non-nullable values for LuaTable iteration too (#35)
Show description for ad475f6
GlassBricks
and
Perryvw
authored
ad475f6
View commit details
Copy full SHA for ad475f6
View code at this point
Browse repository at this point
Commits on Jun 12, 2021
Make pairs and ipairs return non-nullable values (#30)
Show description for 59f9cfa
GlassBricks
authored
59f9cfa
View commit details
Copy full SHA for 59f9cfa
View code at this point
Browse repository at this point
Commits on Apr 14, 2021
fixes to broken declarations missed by tests (#26)
Show description for 3e9cace
tomblind
authored
3e9cace
View commit details
Copy full SHA for 3e9cace
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
declaration fixes (#25)
Show description for e2283dc
tomblind
authored
e2283dc
View commit details
Copy full SHA for e2283dc
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
Upgrade tstl and make use of language-extensions instead of annotations (#22)
Show description for f70577d
Perryvw
authored
f70577d
View commit details
Copy full SHA for f70577d
View code at this point
Browse repository at this point
Commits on Mar 13, 2021
Add tests (#21)
Show description for 0cd2a63
Perryvw
authored
0cd2a63
View commit details
Copy full SHA for 0cd2a63
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
refactor: use `<reference path="..." />` for .d.ts file inclusion
ark120202
committed
1f064dc
View commit details
Copy full SHA for 1f064dc
View code at this point
Browse repository at this point
fix: `string.match` is not annotated with `@tupleReturn`
ark120202
committed
840453e
View commit details
Copy full SHA for 840453e
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
fix: `string.byte` is not annotated with `@tupleReturn`
Show description for 70abb1e
ark120202
committed
70abb1e
View commit details
Copy full SHA for 70abb1e
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
feat(global): use assertion signature for `assert`
ark120202
committed
6e497c4
View commit details
Copy full SHA for 6e497c4
View code at this point
Browse repository at this point
feat(global): declare `_G` as `typeof globalThis`
ark120202
committed
29e94b0
View commit details
Copy full SHA for 29e94b0
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
fix(string): `find` doesn't have capture group return value types (#11)
martinjlowm
authored and
ark120202
committed
8e9ad13
View commit details
Copy full SHA for 8e9ad13
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
feat(metatable): use `__index` in `setmetatable` return type (#9)
Show description for a935480
hazzard993
authored and
ark120202
committed
a935480
View commit details
Copy full SHA for a935480
View code at this point
Browse repository at this point
fix(math): `modf` doesn't have second return value type (#10)
martinjlowm
authored and
ark120202
committed
c725258
View commit details
Copy full SHA for c725258
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
style: wrap comments by 80 columns (#8)
hazzard993
authored and
ark120202
committed
1de65ee
View commit details
Copy full SHA for 1de65ee
View code at this point
Browse repository at this point
Commits on Jun 16, 2019
fix(io): use different FileReadFormat per lua version
ark120202
committed
569867e
View commit details
Copy full SHA for 569867e
View code at this point
Browse repository at this point
feat(global): improve assert type
ark120202
committed
a5a72dc
View commit details
Copy full SHA for a5a72dc
View code at this point
Browse repository at this point
feat(io): improve lines type
ark120202
committed
21cbeed
View commit details
Copy full SHA for 21cbeed
View code at this point
Browse repository at this point
feat: use iterable types for iterator functions
ark120202
committed
66d9f44
View commit details
Copy full SHA for 66d9f44
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
feat: improve some types
ark120202
committed
0c2b10b
View commit details
Copy full SHA for 0c2b10b
View code at this point
Browse repository at this point
fix: add missing tupleReturn on function overloads
ark120202
committed
4291fd5
View commit details
Copy full SHA for 4291fd5
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
fix(string): gsub's repl parameter type is incomplete
Show description for 257358d
ark120202
committed
257358d
View commit details
Copy full SHA for 257358d
View code at this point
Browse repository at this point
feat(debug): add default T value for FunctionInfo type
ark120202
committed
b54474a
View commit details
Copy full SHA for b54474a
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
fix: use overloads for pcall and xpcall types
ark120202
committed
9722c40
View commit details
Copy full SHA for 9722c40
View code at this point
Browse repository at this point
feat: declare _VERSION const as a common union
ark120202
committed
4706799
View commit details
Copy full SHA for 4706799
View code at this point
Browse repository at this point
feat: improve pcall and xpcall context types
ark120202
committed
5c161ec
View commit details
Copy full SHA for 5c161ec
View code at this point
Browse repository at this point
fix: coroutine's create and wrap don't accept functions with arguments
ark120202
committed
3d424a3
View commit details
Copy full SHA for 3d424a3
View code at this point
Browse repository at this point
feat: add `@noSelfInFile` annotations
ark120202
committed
40e45cd
View commit details
Copy full SHA for 40e45cd
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
feat: make nil types in functions constistent
ark120202
committed
b6363df
View commit details
Copy full SHA for b6363df
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.