You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Both Clojure v1.7 and v1.8 introduced new functions that are not yet marked as part of the builtins functions by codemirror. Functions such as edupe, transduce, completing, cat, volatiles, among other.
Hi. Good catch. This is a dependency we pull from http://github.com/codemirror/codemirror. If you or anyone else can send a PR to them we'd appreciate it. Once it lands upstream we can pull it in
Both Clojure v1.7 and v1.8 introduced new functions that are not yet marked as part of the builtins functions by codemirror. Functions such as edupe, transduce, completing, cat, volatiles, among other.
The new builtin functions can be found here.
(I guess) this is the relevant line in clojure.js codemirror configuration:
hope it helps,
The text was updated successfully, but these errors were encountered: