Is there a way to pass aliases to a :local/root dep? E.g. say I had a ../shared/deps.edn with a :cljs alias. Could some other deps.edn make sure this alias is present when :local/rooting?
I suppose I could also have ../shared/cljs/deps.edn, ../shared/clj/deps.edn, etc. deep_thinking
Yes, that works. Hmm, but it's a bit... profligate. Effectively it turns every 'shared' alias into its own, smaller, local library. Which is fine! But somehow passing aliases would be much nicer...
not yet, but I'm moving towards it