Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions meta/template/basic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ function loadfile(filename, mode, env) end
---@nodiscard
function loadstring(text, chunkname) end

---@version 5.1
---@param proxy boolean | table
---@return userdata
---@nodiscard
function newproxy(proxy) end

---@version 5.1
---#DES 'module'
---@param name string
Expand Down