refactor: correctness fixes, API modernization, and cleanup

This commit is contained in:
2026-04-13 01:20:52 +02:00
parent 62e64182de
commit fc7060e0ed
12 changed files with 166 additions and 223 deletions
+2 -2
View File
@@ -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