mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
refactor(types): more fixes
This commit is contained in:

committed by
Lewis Russell

parent
d72c9d1d19
commit
ea44f74d84
@@ -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
|
||||
|
Reference in New Issue
Block a user