issues Search Results · repo:clojure-emacs/cljs-tooling language:Clojure
Filter by
14 results
(105 ms)14 results
inclojure-emacs/cljs-tooling (press backspace or delete to remove)When a source file does t have a single def form, cljs-tooling.util.analysis/find-ns return value has {} for the key
:defs. Since cider.nrepl.middleware.ns/ns-path checks this through cljs-tooling.info/info ...
paroda
- 5
- Opened on Dec 13, 2018
- #31
In order not only to solve https://github.com/clojure-emacs/cider/issues/2523 but also to have more consistency between
the Clojure and ClojureScript tooling world, I have started porting the cljs-tooling.info ...
arichiardi
- 1
- Opened on Nov 26, 2018
- #30
Running into issues with 0.3.0 with navigating to a var s definition. To recreate, attempt to navigate to a var defined
in the same namespace. Getting user-error: Symbol ‘thing’ not resolved and no-info ...
bug
dpsutton
- 11
- Opened on Oct 30, 2018
- #28
Like in lumo for a start: https://github.com/anmonteiro/lumo/blob/master/src/cljs/snapshot/lumo/repl.cljs#L1240
If I remember correctly there was a problem with that implementation, still a good start. ...
arichiardi
- 11
- Opened on Jun 3, 2018
- #26
Putting the caret at |:
(ns withering-spell.views
(:require [re-frame.core :as re-frame]))
(defn main-panel []
(let [name (re-frame/subscribe [:name])]
(fn []
[:div
[:h1.lion Headline ...
NightMachinery
- 5
- Opened on May 8, 2018
- #25
When type: (js/THR
Expected complete list: (js/THREE ...
I think a enhancement required here
shaqtsui
- 4
- Opened on Nov 7, 2017
- #23
If i m in cljs.user, I can find information about vars in my namespace, but I can t find info about vars brought in from
clojurescript core.
Ie,
(--
op info
session 846fed44-d63a-4dc1-b123-48f51d506853 ...
dpsutton
- 9
- Opened on Jan 7, 2017
- #22
The info op, for cljs, now returns {} when nothing is found. I think we should be consistent with the return value for
the clojure info op, which returns nil. Using nil allows us to use when-let and friends ...
expez
- 4
- Opened on Aug 18, 2015
- #21
I m hoping to release CIDER 0.9 soon, so a new cljs-tooling release would be handy.
bbatsov
- 2
- Opened on Apr 19, 2015
- #17
Emacs has a feature that allows you to annotate a completion candidate with addition information - e.g. the type of the
candidate (function, macro, interface, etc). You can see the feature in action for ...
bbatsov
- 5
- Opened on Sep 9, 2014
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.