summaryrefslogtreecommitdiff
path: root/meta/template/basic.lua
AgeCommit message (Collapse)Author
2024-09-05Fix setfenv definitionPaul Emmerich
The first parameter got parsed as `async fun(...):(...|integer)` which triggered an incorrect warning when using it as `setfenv(2, env)`
2024-04-17meta: improve typing for unpackLewis Russell
Fixes #1353
2023-09-20add `__close` to `setmetatable`最萌小汐
fix #2335
2023-08-24修复基础库定义最萌小汐
2023-06-06update metatable最萌小汐
2023-05-31resetfesily
2023-05-31fix assign-type-mismatchfesily
2023-05-22Update basic.luafesily
2023-05-11delete __indexfesily
2023-05-11add base classfesily
2023-05-11meta:support metatablefesily
2023-03-01meta: newproxy can accept a userdata valueBilal Bassam
2023-01-30respect quotation marks最萌小汐
2023-01-16support `---@meta [name]`最萌小汐
once declared `name`, user can only require this file by declared name meta file can not be required with name `_`
2022-11-10fix template docs最萌小汐
2022-11-08fix wrong diagnostics for `pcall` and `xpcall`最萌小汐
2022-09-08Replace old variable return syntax (#1540)carsakiller
* fix: replace old variable return syntax #1539 * Update jit.status() Co-authored-by: Michael Martin <flrgh@protonmail.com>
2022-09-08meta template:luajit add cdata typefesily
2022-08-17fix #1476最萌小汐
2022-07-13#1325: add missing paramter type for getfenvBilal Bassam
2022-06-30fix dofile returns all values `---@return any ...`TIMON_Z1535
2022-06-29fix #1243 fix meta of `next`最萌小汐
2022-06-26#1207 supports `---@return boolean ...`最萌小汐
2022-06-23update最萌小汐
2022-06-22update最萌小汐
2022-06-22update最萌小汐
2022-06-21resolve #1221 generic with optional最萌小汐
2022-04-27update std docactboy168
2022-04-23fix(template): suppress `missing-parameter`kevinhwang91
2022-04-06Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0最萌小汐
2022-03-30update最萌小汐
2022-03-30update最萌小汐
2022-03-28Update basic.lua--get-all
remove whitespace
2022-03-28Update basic.lua--get-all
fix name
2022-03-28Update basic.lua--get-all
fix newproxy return type to userdata
2022-03-28update meta basic.lua--get-all
Document add standard library function [newproxy], although they do not appear in the document
2021-11-08cleanup最萌小汐
2021-11-08update template最萌小汐
2021-11-03add mark `---@nodiscard`最萌小汐
2021-10-21typo: paris -> pairsjeferson.silva
2021-10-12`arg` is `string[]`最萌小汐
2021-07-26fix #620最萌小汐
2021-06-21stash最萌小汐
2021-06-21limit cross file最萌小汐
2021-05-24update最萌小汐
2021-03-02fix #435 forget to update `LuaDoc` of `ipairs`最萌小汐
2021-02-25is this really possible?最萌小汐
2020-11-27rename最萌小汐
2020-11-23fix missed meta locale最萌小汐
2020-11-20神TM endif最萌小汐