diff options
author | fesily <fesil@foxmail.com> | 2024-01-16 13:41:20 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2024-01-16 13:41:20 +0800 |
commit | 259d21f66c34468e7d7860d87463e586ef805892 (patch) | |
tree | a84f45cf0a3673df9a279bf028330ac8905fdb0d /script/vm | |
parent | 10275c3667256e720371ce5280658c3e4f950d2f (diff) | |
download | lua-language-server-259d21f66c34468e7d7860d87463e586ef805892.zip |
compileLocal add async
Diffstat (limited to 'script/vm')
-rw-r--r-- | script/vm/compiler.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/vm/compiler.lua b/script/vm/compiler.lua index 7e12c32a..96db7051 100644 --- a/script/vm/compiler.lua +++ b/script/vm/compiler.lua @@ -1030,6 +1030,7 @@ local function compileForVars(source, target) return false end +---@async ---@param source parser.object local function compileLocal(source) local myNode = vm.setNode(source, source) |