Hi guys! Since the introduction of the dialects vector and the support of cljs and cljc file, I'm wondering if cljd (ClojureDart) can work also?
It won't work out of the box since Polylith specifically only considers .clj, .cljs, and .cljc right now. I guess an open question for .cljd support is whether Edamame can parse ClojureDart code and whether there are any surprises in parsing ns forms in ClojureDart?
It looks like Edamame doesn't support .cljd. Even if that support was added, commands like libs would not be able to work 100% with the ClojureDart libraries. You can always give it a try and see how far you get, with the existing code @jean.boudet11!