chore: add type annotations to (almost) all functions
This commit is contained in:
@@ -9,7 +9,7 @@ local M = {
|
||||
}
|
||||
|
||||
--- Delete nodes; each removal will be optionally notified
|
||||
--- @param nodes table
|
||||
--- @param nodes Node[]
|
||||
local function do_delete(nodes)
|
||||
for _, node in pairs(nodes) do
|
||||
remove_file.remove(node)
|
||||
|
||||
Reference in New Issue
Block a user