Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsupportedOperationException on this apparently valid cljs #12

Closed
drewinglis opened this issue Aug 2, 2019 · 0 comments
Closed

UnsupportedOperationException on this apparently valid cljs #12

drewinglis opened this issue Aug 2, 2019 · 0 comments
Labels

Comments

@drewinglis
Copy link
Contributor

$ cat foo.cljs
(ns foo
  (:import
    [goog.async Debouncer]))
$ cljfmt check -v foo.cljs
,,,
java.lang.UnsupportedOperationException: null                                                           
 at rewrite_clj.node.whitespace.WhitespaceNode.sexpr (whitespace.clj:28)         
    cljfmt.format.ns$expand_imports$fn__2718$fn__2722.invoke (ns.clj:167)           
    clojure.core$map$fn__5587.invoke (core.clj:2747)                                                 
    clojure.lang.LazySeq.sval (LazySeq.java:40)                                                         
    clojure.lang.LazySeq.seq (LazySeq.java:56)                                                          
    clojure.lang.RT.seq (RT.java:528)      
,,,
@greglook greglook added the bug label Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants