`cred` (extract def) seems to always fail with "Namespaced keywords not supported !"
daveyarwood opened this issue · 3 comments
daveyarwood commented
Maybe I'm just not understanding how this feature works, but I can't seem to get it to do anything except for throw this error:
Namespaced keywords not supported !
I was able to get cref (extract fn) to work, FWIW.
SevereOverfl0w commented
That error is if you have ::foo in your file.
SevereOverfl0w commented
Reference: clj-commons/rewrite-cljs#14
daveyarwood commented
Aha -- I think that was indeed the case for the file I was testing earlier.
I just tried it in a file that has no namespaced keywords and it worked as expected. 👍
Seems like once that issue is fixed upstream, it will likely trickle down into clj-refactor. :)