pending.nvim/lua
Barrett Ruth ff197c1f7c refactor(types): extract inline anonymous types into named classes
Problem: several functions used inline `{...}` table types in their
`@param` and `@return` annotations, making them hard to read and
impossible to reference from other modules.

Solution: extract each into a named `---@class`: `pending.Metadata`,
`pending.TaskFields`, `pending.CompletionItem`, `pending.SystemResult`,
and `pending.OAuthClientOpts`.
2026-03-08 19:47:18 -04:00
..
pending refactor(types): extract inline anonymous types into named classes 2026-03-08 19:47:18 -04:00