Fork me on GitHub
#shadow-cljs
<
2021-01-15
>
Greg Rynkowski22:01:12

Hi, thank you @thheller for building this amazing tool. I’ve been trying to create a demo showing an integration of it into a hypothetical existing Serveless NodeJS project. I managed to call CLJS from JS (using :npm-module) target, but I can’t call local JS files from CLJS files. I receive ReferenceError: shadow$provide is not defined at the place I try to https://github.com/rynkowsg/serverless-demo/blob/master/calc-nodejs-shadowcljs/src/main/calc.cljs#L5. The URL to the repo is here: https://github.com/rynkowsg/serverless-demo/tree/master/calc-nodejs-shadowcljs Any help, hint very much appreciated.

thheller10:01:37

please open a github issue. I'll take a look soon.