feat(ui): improvements to profiling and rendering of loaded reasons

This commit is contained in:
Folke Lemaitre 2022-12-01 16:27:52 +01:00
commit 714bc0a136
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 21 additions and 12 deletions

View file

@ -11,7 +11,7 @@ local M = {}
---@field build? string|fun(LazyPlugin)
---@class LazyPluginState
---@field loaded? {[string]:string, time:number}
---@field loaded? {[string]:string}|{time:number}
---@field installed boolean
---@field tasks? LazyTask[]
---@field dirty? boolean