Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Worth looking into validating js/foo forms again the known externs set. Can probably be done by leveraging the Closure JS Parser.

4 Answers

0 votes
by

Comment made by: cichli

Would you consider making the results of parsing available to tooling (e.g. in * })? I would use this to add support for autocompletion of {{js/}} forms to CIDER.

0 votes
by

Comment made by: dnolen

Definitely open to the idea of exposing this information to other tooling when we get there.

0 votes
by

Comment made by: thheller

Closure warns about with {{DiagnosticGroups/UNDEFINED_VARIABLES}} enabled.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-1047 (reported by dnolen)
...