vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
676 stars 36 forks source link

Don't use ClojureScript impl namespaces #44

Closed swannodette closed 3 years ago

swannodette commented 4 years ago

Most of the things we're calling in cljs.closure exist in cljs.build.api. The signatures are a bit legacy style, but c'est la vie.

swannodette commented 3 years ago

Everything has been more or less cleaned up. There are two fns used from cljs.closure in krell.deps that don't currently have build api equivalent.