helix

https://github.com/Lokeh/helix
cfleming 2020-08-30T05:16:52.041300Z

For my purposes, that shouldn’t affect analysis, I just need the analysis not to fail.

cfleming 2020-08-30T05:17:17.041500Z

The external deps are hardly ever used in e.g. calculating var metadata.

dominicm 2020-08-30T07:13:50.041700Z

I think there's a terminology gap. Maybe shadow technically is a build tool that uses the analysis differently? Maybe :default isn't syntax, but something else? I'm not sure.

dominicm 2020-08-30T07:14:47.041900Z

You can do things in shadow requires which aren't possible with a normal clojurescript main build. If you use those features in a library, then your library users must use shadow too.

Aron 2020-08-30T11:58:38.042100Z

so strings are needed because npm module names are not simple symbols, they have weird characters in them. This is something I am very curious how this approach: https://clojurescript.org/guides/webpack solves.