feat(#2948): tidy
This commit is contained in:
parent
ff4ee0765a
commit
294a96e020
@ -7,7 +7,7 @@ local DecoratorBookmarks = Decorator:extend()
|
||||
DecoratorBookmarks.name = "Bookmarks"
|
||||
|
||||
---@class DecoratorBookmarks
|
||||
---@overload fun(explorer: Explorer): DecoratorBookmarks
|
||||
---@overload fun(args: DecoratorArgs): DecoratorBookmarks
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
@ -6,7 +6,7 @@ local DecoratorCopied = Decorator:extend()
|
||||
DecoratorCopied.name = "Copied"
|
||||
|
||||
---@class DecoratorCopied
|
||||
---@overload fun(explorer: Explorer): DecoratorCopied
|
||||
---@overload fun(args: DecoratorArgs): DecoratorCopied
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
@ -6,7 +6,7 @@ local DecoratorCut = Decorator:extend()
|
||||
DecoratorCut.name = "Cut"
|
||||
|
||||
---@class DecoratorCut
|
||||
---@overload fun(explorer: Explorer): DecoratorCut
|
||||
---@overload fun(args: DecoratorArgs): DecoratorCut
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
@ -37,7 +37,7 @@ local DecoratorDiagnostics = Decorator:extend()
|
||||
DecoratorDiagnostics.name = "Diagnostics"
|
||||
|
||||
---@class DecoratorDiagnostics
|
||||
---@overload fun(explorer: Explorer): DecoratorDiagnostics
|
||||
---@overload fun(args: DecoratorArgs): DecoratorDiagnostics
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
@ -22,7 +22,7 @@ local DecoratorGit = Decorator:extend()
|
||||
DecoratorGit.name = "Git"
|
||||
|
||||
---@class DecoratorGit
|
||||
---@overload fun(explorer: Explorer): DecoratorGit
|
||||
---@overload fun(args: DecoratorArgs): DecoratorGit
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
@ -8,7 +8,7 @@ local DecoratorHidden = Decorator:extend()
|
||||
DecoratorHidden.name = "Hidden"
|
||||
|
||||
---@class DecoratorHidden
|
||||
---@overload fun(explorer: Explorer): DecoratorHidden
|
||||
---@overload fun(args: DecoratorArgs): DecoratorHidden
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
@ -10,7 +10,7 @@ local DecoratorModified = Decorator:extend()
|
||||
DecoratorModified.name = "Modified"
|
||||
|
||||
---@class DecoratorModified
|
||||
---@overload fun(explorer: Explorer): DecoratorModified
|
||||
---@overload fun(args: DecoratorArgs): DecoratorModified
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
@ -9,7 +9,7 @@ local DecoratorOpened = Decorator:extend()
|
||||
DecoratorOpened.name = "Opened"
|
||||
|
||||
---@class DecoratorOpened
|
||||
---@overload fun(explorer: Explorer): DecoratorOpened
|
||||
---@overload fun(args: DecoratorArgs): DecoratorOpened
|
||||
|
||||
---@protected
|
||||
---@param args DecoratorArgs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user