https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect
0.14.197
• Add clojure.string/replace-first
• Fix: user-defined function named after JS reserved word (e.g.`delete`) now correctly shadows the special form
• Fix conj+`SortedSet`DCE issue
• Fixhttps://github.com/squint-cljs/squint/issues/771: DCE of varargs/multi-arity functions and optimize via ...spread
• Improve DCE of defprotocol when no`:extend-via-metadata`is present
• Speed up`dissoc`and`conj!`