Fork me on GitHub
#cljs-dev
<
2019-08-25
>
scknkkrer15:08:34

As https://clojure.atlassian.net/browse/CLJS-3152 said. We need to forbid the function names that start with . special. To be able to do that, we need to be sure about the scope of this forbid. We need to protect . and .. specials. Are there any special situations like these that I should know ?