figwheel-main

figwheel-main http://figwheel.org
2020-11-20T17:19:05.127500Z

ugh, is it really still true that imported :libs (Closure libraries; in my case gRPC-web and the protobufs library, plus generated .js code from my protos) work in the build but the REPL can't find them? I've got top-level (prn (SomeProto.)) working in the real app but trying to eval the same line in fireplace.vim gives errors about Use of undeclared Var /SomeProto at line 1 <cljs repl>

2020-11-20T17:19:19.127800Z

I'm going off the very last line here: https://clojurescript.org/reference/repl

2020-11-20T17:20:16.128400Z

even odder, I can (import '[<http://proto.com|proto.com>.example SomeProto]) and then it's available in the REPL.