feat(loader): incrementally install missing plugins and rebuild spec, so imported specs from plugins work as expected

This commit is contained in:
Folke Lemaitre 2023-01-02 10:08:45 +01:00
parent 919b7f5de3
commit 2d06faa941
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 43 additions and 17 deletions

View file

@ -49,9 +49,6 @@ function M.setup(spec, opts)
Config.setup(opts)
Util.track()
-- load the plugins
Plugin.load()
-- setup loader and handlers
Loader.setup()