json.lua icon indicating copy to clipboard operation
json.lua copied to clipboard

Undefined global `jit` (Lua Diagnostics.(undefined-global))

Open Demonese opened this issue 1 year ago • 0 comments

suggestion: json.lua

- 225         if jit and t[0] ~= nil then
+ 225         ---@diagnostic disable-next-line: undefined-global
+ 226         if jit and t[0] ~= nil then

Demonese avatar Aug 23 '24 08:08 Demonese