nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
bozhidar 2019-07-09T06:10:41.035400Z

@me1676 You can just check the session bindings. You can check there for cider.piggieback/*cljs-compiler-env*.

bozhidar 2019-07-09T06:11:25.035600Z

> however some nREPL clients do not provide :file in the message they send. Any ideas how to improve it are appreciated

bozhidar 2019-07-09T06:11:46.036100Z

Keep in mind that you can have evaluations without a file anyways - e.g. those coming from a REPL.

mkarp 2019-07-09T12:07:13.036500Z

@bozhidar Thank you! I'll try it out