cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
scknkkrer 2019-08-25T15:41:34.184500Z

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 ?