clj-commons/rewrite-cljs

Revisit Namespaced keywords

Closed this issue · 5 comments

I think this is going to be a more & more pressing issue as namespaced keywords are now the recommended way of doing business.

What is the blocker to enabling them?

To be clear, I'm interested in getting them working, and can put in some effort in order to do so.

PEZ commented

Is this issue getting any attention?

lread commented

Hiya, I am currently fleshing out support for namespaced maps in rewrite-clj. I'll come back here and have a look at this issue when I'm done over there.

lread commented

Until someone finds some time to have a look at my pull request over at rewrite-clj, I have been playing locally on my computer with adding namespaced map support to rewrite-cljs.

It all looks good with the exception of sepxr support. Unless someone has a better idea, I think I'll take the same approach as was taken with rewrite-cljs keywords and simply throw an exception.

lread commented

This issue has been addressed in https://github.com/clj-commons/rewrite-clj