fix(ts) Properly annotation functions

This commit is contained in:
danymat
2022-01-09 19:12:06 +01:00
parent 2380dbe909
commit 82f56c3da3

View File

@@ -54,7 +54,7 @@ return {
},
},
["expression_statement|variable_declaration"] = {
["1"] = {
["0"] = {
extract = function(node)
local results = {}
local tree = { { retrieve = "all", node_type = "function", subtree = function_tree } }