What if I made the `transitive` argument to `targe...
# general
j
What if I made the
transitive
argument to
target()
“private”, ie rename to
_transitive
, and make a new
intransitive(spec)
alias equivalent to
scoped(spec, transitive=False)
as the preferred way to define transitive deps?