chore: resolve undefined-field

This commit is contained in:
Alexander Courtis
2024-10-28 15:37:19 +11:00
parent a4a6e6caa3
commit 142cb30b3d
8 changed files with 50 additions and 46 deletions

View File

@@ -19,7 +19,7 @@ local Node = Class:new()
function Node:destroy()
end
---Update the GitStatus of the node
---Update the git_status of the node
---Abstract
---@param parent_ignored boolean
---@param status table?
@@ -27,8 +27,9 @@ function Node:update_git_status(parent_ignored, status)
self:nop(parent_ignored, status)
end
---@return string[]? xy short-format statuses
function Node:get_git_status()
---Short-format statuses
---@return GitXY[]?
function Node:get_git_xy()
end
---@return boolean