fix(pkg): correctly pre-load package specs and remove them when needed during resolve

This commit is contained in:
Folke Lemaitre 2024-06-23 17:49:19 +02:00
parent d7bc9ce11a
commit 93552cd18e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 87 additions and 38 deletions

View file

@ -86,6 +86,7 @@
---@class LazyFragment
---@field id number
---@field pkg? boolean
---@field pid? number
---@field deps? number[]
---@field frags? number[]