Skip to content

Commit 8859bbb

Browse files
committed
add todo
1 parent ce09bfb commit 8859bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/nvim-tree/node/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
local git = require("nvim-tree.git")
22

3+
---TODO remove all @cast
4+
---TODO remove all references to directory fields:
5+
36
---Abstract Node class.
47
---Uses the abstract factory pattern to instantiate child instances.
58
---@class (exact) BaseNode

0 commit comments

Comments
 (0)