cherry

wcohen 2025-02-05T13:54:10.435959Z

Not seeing it in the examples — is there a preferred way to have cherry ns/modules within one node package depend on each other? Having one cljs turn into one js file which is the entry point to an NPM package makes sense, but any attempt to have separate things that could either be required independently downstream or in the require section of the NS declaration is where I start to get stuck? My cljs file for one project is getting kind of kitchen-sink-y absent a clean solution

borkdude 2025-02-05T21:53:33.062059Z

I'll reply tomorrow

👍 1
borkdude 2025-02-06T14:50:23.619779Z

I looked into the code and it should work the same as squint . The default paths it looks for namespaces are the current directory and the src directory

wcohen 2025-02-06T15:02:50.283639Z

ok, that means it's just a problem with me invoking -- will try again! sorry for the noise!

borkdude 2025-02-06T15:03:36.217379Z

well it could very well be a bug, let me know