Fork me on GitHub
#figwheel-main
<
2020-11-20
>
Braden Shepherdson17:11:05

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>

Braden Shepherdson17:11:16

even odder, I can (import '[.example SomeProto]) and then it's available in the REPL.