You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delegated targets were not added to the localMeta structure (which is an in-memory cache of the local storage) until #384. While the PR adds any delegated target that is part of a path from the top targets to a target file, it doesn't match all delegated targets.
For instance, if we have the following structure of delegation:
Then only a.json, b.json, and d.json will be added to the localMeta, but not c.json. As c.json isn't in any target file path, it shouldn't need to be in the localMeta, as they shouldn't even be required or downloaded.
It's not a big deal, but opening an issue lets us track it.
The text was updated successfully, but these errors were encountered:
Delegated targets were not added to the
localMeta
structure (which is an in-memory cache of the local storage) until #384. While the PR adds any delegated target that is part of a path from the top targets to a target file, it doesn't match all delegated targets.For instance, if we have the following structure of delegation:
Then only
a.json
,b.json
, andd.json
will be added to thelocalMeta
, but notc.json
. Asc.json
isn't in any target file path, it shouldn't need to be in thelocalMeta
, as they shouldn't even be required or downloaded.It's not a big deal, but opening an issue lets us track it.
The text was updated successfully, but these errors were encountered: