oakmac / standard-clojure-style-js

Standard Clojure Style in JavaScript
ISC License
84 stars 1 forks source link

:refer-clojure comments #140

Closed oakmac closed 1 month ago

oakmac commented 1 month ago

Comments around :refer-clojure are not supported.

(ns com.example.my-app
  ;; comment 1
  (:refer-clojure
    :exclude [some-> get]) ;; comment 2
  )
oakmac commented 1 month ago

PR-141 adds better support for comments around :refer-clojure