refactor(types): more fixes

This commit is contained in:
Lewis Russell
2024-03-06 10:03:55 +00:00
committed by Lewis Russell
parent d72c9d1d19
commit ea44f74d84
8 changed files with 84 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ local loaders = package.loaders
local M = {}
---@alias CacheHash {mtime: {nsec: integer, sec: integer}, size: integer, type?: uv.aliases.fs_stat_types}
---@alias CacheHash {mtime: {nsec: integer, sec: integer}, size: integer, type?: string}
---@alias CacheEntry {hash:CacheHash, chunk:string}
--- @class vim.loader.find.Opts