pending.nvim/lua
Barrett Ruth 39fd4ef17a fix(recur): resolve LuaLS type errors
Problem: LuaLS reported undefined-field for `_raw` on RecurSpec and
param-type-mismatch for `last_day.day` in `advance_date` because
`osdate.day` infers as `string|integer`.

Solution: Add `_raw` to the RecurSpec class annotation and cast
`last_day.day` to integer in both `math.min` call sites.
2026-02-25 13:23:55 -05:00
..
pending fix(recur): resolve LuaLS type errors 2026-02-25 13:23:55 -05:00