(deps dependencies)
Converts a mixed list of dependencies into a dependency map. [:a :b {:c :f} :d] -> { :a :a :b :b :c :f :d :d } Useful when a component's dependency list is mostly the same but has one or two exceptions which require aliasing
Converts a mixed list of dependencies into a dependency map. [:a :b {:c :f} :d] -> { :a :a :b :b :c :f :d :d } Useful when a component's dependency list is mostly the same but has one or two exceptions which require aliasing
(using+ component dependencies-list)
Like component/using but accepts a mixed list of component dependencies. See +utility-belt.component/deps+. (using+ (some-component/create) [ :a :b {:c :d}])
Like component/using but accepts a mixed list of component dependencies. See +utility-belt.component/deps+. (using+ (some-component/create) [ :a :b {:c :d}])
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close