shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
2021-01-15T22:40:12.041500Z

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.

thheller 2021-01-17T10:34:37.044300Z

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

2021-01-19T16:09:35.107100Z

I have created the issue here: https://github.com/thheller/shadow-cljs/issues/832