cursive

Issues at: https://git.io/cursive-issues
Enrico Teterra 2020-09-13T07:58:08.080800Z

hi, anyone know how to get functions in cljs like .getTime or .preventDefault to not be highlighted as cannot be resolved?

2020-09-16T07:36:13.133500Z

minor addition to the request, if you’re working on this anyway - ^js type hints are now common in ClojureScript and would be great if they do not show up as unresolved (even though they do not really resolve to anything)

cfleming 2020-09-16T08:54:34.134500Z

@mhuebert Do you mean ^number, ^boolean and the rest?

cfleming 2020-09-16T08:55:40.134700Z

Ah, no, I see Shadow has some doc about this: https://shadow-cljs.github.io/docs/UsersGuide.html#infer-externs

2020-09-22T21:38:05.037400Z

yup, that’s it. sorry, I always miss these updates in Slack

cfleming 2020-09-13T08:07:00.081600Z

There’s no good solution to that right now, but I’m planning to fix that shortly as part of changes I’m making at the moment.

1
Enrico Teterra 2020-09-13T11:35:37.082100Z

sweet! thanks 🙂