perf(spec): more efficient merging of specs and added Plugin._.super

This commit is contained in:
Folke Lemaitre 2023-01-04 09:35:00 +01:00
parent 6d46a3028d
commit bce0c6e327
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 77 additions and 59 deletions

View file

@ -13,6 +13,7 @@
---@field kind? LazyPluginKind
---@field dep? boolean True if this plugin is only in the spec as a dependency
---@field cond? boolean
---@field super? LazyPlugin
---@class LazyPluginHooks
---@field init? fun(LazyPlugin) Will always be run