Fork me on GitHub
#clojurescript
<
2022-09-17
>
roklenarcic10:09:21

does clojurescript support :as-alias requires?

phill20:09:10

1.11.60 does

puchacz17:09:08

hi, can anybody use C-z (go to REPL) or M-. (go to source) on any cljs file in cider please? I tried shadow-cljs and figwheel-main, and despite having fully functional clojurescript REPL in emacs, source buffers are shown as "cider[not connected]" at the bottom status bar. sesman shows somethign like this:

puchacz17:09:17

CIDER Sessions: 1: bubrary-web/pdf-browser:localhost:45157 linked-to: proj(~/projects5/bubrary-web/pdf-browser/) objects: cider-repl %s(pending-cljs)

Lone Ranger12:09:27

You really want to check out lsp-mode and clojure-lsp and take some time to configure them. Your clojurescript experience will be much better. https://emacs-lsp.github.io/lsp-mode/ https://clojure-lsp.io/

puchacz07:09:06

thanks, will check

puchacz17:09:57

pending-cljs - does it mean that the REPL did not get "promoted" from clojure to clojurescript and therefore it cannot be associated with the cljs source buffer?

puchacz17:09:23

if I try C-z, I get "user-error: No cljs REPLs in current session "bubrary-web/pdf-browser:localhost:45157""