summaryrefslogtreecommitdiff
path: root/meta/template/string.lua
AgeCommit message (Collapse)Author
2024-07-12Remove nodiscard from string.gsubactboy168
2023-08-02fix template最萌小汐
2023-07-26Update string.dump so it doesn't have strip argument in Lua 5.1 and 5.2C3pa
2023-07-04Mark string.find return values as nilableC3pa
2023-03-20Update string.gmatch argument typesC3pa
2023-03-20Change `string.format`'s argument to string|numberC3pa
2023-03-20Add some more number types to string APIC3pa
Co-authored-by: carsakiller <carsakiller@gmail.com>
2023-03-18Make functions in string api accept numbersC3pa
All of these functions effectively call `tostring()`, when the passed parameter is a number. I think there is no need to raise warnings if users pass numbers instead of strings to these functions.
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-09-15`string.find` returns `any` for now最萌小汐
2022-09-14fix: string.match return type #1539carsakiller
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-07-08fix meta of `string.gsub`最萌小汐
2022-07-04fix #1269最萌小汐
2022-06-22update最萌小汐
2022-06-20update最萌小汐
2022-06-16fix meta of `string.match`最萌小汐
2022-04-23fix optional parameters最萌小汐
2021-12-24mark `string.gmatch` as `nodiscard`最萌小汐
2021-11-08change to `@param ...`最萌小汐
2021-11-08cleanup最萌小汐
2021-11-08update template最萌小汐
2021-11-03add mark `---@nodiscard`最萌小汐
2021-10-08优化代码结构,修复了一些bugarthur
2021-07-26fix #620最萌小汐
2021-02-20remove alias of `table*`最萌小汐
2021-02-19rename lib class name最萌小汐
2020-11-20finish meta locale in en-US最萌小汐
2020-11-20finish meta locale in zh-CN最萌小汐
2020-11-18可选参数尽量写在变量名后面,与其他语言保持一致最萌小汐
2020-11-17还是得把库名与类型名区分开来最萌小汐
2020-11-16特殊处理定义为doc.meta的文件最萌小汐
2020-11-16支持 require 的形式最萌小汐
2020-11-13暂存最萌小汐
2020-11-12暂存最萌小汐