greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

String ns requires #20

Closed lilactown closed 4 years ago

lilactown commented 4 years ago
(ns foo.bar
  (:require
    ["something"]
    ["something" :as something]
    ["something" :default something])

Are all ns declarations that are used often in shadow-cljs that use external JS libs.

I haven't validated :default yet but could be tested alongside this.

greglook commented 4 years ago

Should be fixed in the 0.10.0 release.