fix(ts) Properly annotation functions
This commit is contained in:
@@ -54,7 +54,7 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
["expression_statement|variable_declaration"] = {
|
["expression_statement|variable_declaration"] = {
|
||||||
["1"] = {
|
["0"] = {
|
||||||
extract = function(node)
|
extract = function(node)
|
||||||
local results = {}
|
local results = {}
|
||||||
local tree = { { retrieve = "all", node_type = "function", subtree = function_tree } }
|
local tree = { { retrieve = "all", node_type = "function", subtree = function_tree } }
|
||||||
|
|||||||
Reference in New Issue
Block a user