refactor: correctness fixes, API modernization, and cleanup
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
---@class ow.dap.Item
|
||||
---@field name string
|
||||
---@field type string
|
||||
---@field type? string
|
||||
---@field value string
|
||||
---@field variablesReference? number
|
||||
local Item = {}
|
||||
Item.__index = Item
|
||||
|
||||
---@param name string
|
||||
---@param type string
|
||||
---@param type? string
|
||||
---@param value string
|
||||
---@param variablesReference? number
|
||||
---@return ow.dap.Item
|
||||
|
||||
Reference in New Issue
Block a user