Fork me on GitHub
#cljdoc
<
2020-06-04
>
mpenet09:06:04

seems related to cljs (cljc?) files, but can't figure it out

martinklepsch10:06:54

Hm. Somehow cljs.analyzer.api/ns-publics seems to return nothing for the three namespaces in this project

martinklepsch10:06:24

Could you open an issue?

martinklepsch10:06:01

clj -m cljdoc-analyzer.cljdoc-main '{:project "exoscale/coax", :version "1.0.0-alpha4", :jarpath "", :pompath "", :repos {"clojars" {:url ""}, "central" {:url ""}}}'
This command can be used to reproduce the problem inside the cljdoc/cljdoc-analyzer repository

mpenet10:06:03

will do

đź‘Ť 4
dvingo20:06:32

hey all, I'm wondering if there's a way to fix this build failure: https://app.circleci.com/pipelines/github/cljdoc/builder/6526/workflows/d765d9a5-7055-46f7-a814-2a6cf413080c/jobs/22902/steps this one is for tick, but I'm running into the same issue - how to include js dependencies so cljdoc is happy?

dvingo20:06:02

the error is: No such namespace: @js-joda/core - in the source the line is (require ["@js-joda/core"]

tony.kay21:06:27

@danvingo we’re all banging up against these. General CLJS requires that don’t use cljsjs are generally broken

tony.kay21:06:00

worse, it bleeds…if you use a project that requires something like that, yours won’t build either

dvingo22:06:06

ahhh ok, thanks