As of ClojureScript 1.9.198, a .cljs namespace can expose macros from the corresponding .clj namespace; consumers of the .cljs namespace address vars (from the .cljs ns) and macros (from the .clj ns) without additional :require-macros/:include-macros/:refer-macros:
:require-macros
/:include-macros
/:refer-macros
: