The current proposal is that after we’ve parsed al...
# development
h
The current proposal is that after we’ve parsed all the
Address
object to include, we will filter out with any excludes. So it solely would impact the result of
await Get(Addresses, DependenciesRequest)
. Unlike
sources
, I think that we will possibly error (maybe warn) if an ignore is not applied. The main motivation is an escape hatch for dep inference, if you don’t like what it inferred.
👌 1