Age | Commit message (Collapse) | Author |
|
ffi:fix build path
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Ye Sijun <junnplus@gmail.com>
|
|
command:add reloadFFIMeta
|
|
|
|
#2106
|
|
|
|
|
|
|
|
|
|
fix #2113
|
|
|
|
|
|
|
|
|
|
#2106
|
|
|
|
meta:fix jit module
|
|
Annotation rule for exported local functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Annotation for the following local function func1 is required.
local mod = { }
local function func1()
end
mod.Func1 = func1
return mod;
|
|
|
|
|
|
name-style-check support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2062
|
|
#2062
|
|
This reverts commit 02d43a59203e1d04aaaae3eacdaae5110da6b06d.
|
|
|
|
fix #2056
|
|
fix #2077
|
|
#2062
|
|
fix #2081
|
|
|