With the introduction of repo:dependencies() we implemented completions by re-using the existing dynamic repo functions. This is hacky. We should re-factor things to support static and dynamic completions for predicates with filters that are context dependent (e.g. the future repo:deps(of:foo scope:npm/dev)).
With the introduction of
repo:dependencies()
we implemented completions by re-using the existing dynamic repo functions. This is hacky. We should re-factor things to support static and dynamic completions for predicates with filters that are context dependent (e.g. the futurerepo:deps(of:foo scope:npm/dev)
).