Fork me on GitHub
#javascript
<
2018-05-07
>
mathpunk01:05:05

hey folks --- I've got some javascript code in the wild that i want to use, test, and analyze. it's not packaged up nicely, it's not an npm library; it's just deep in a monorepo. I haven't worked much with js: what's the most expedient way to start requiring source files and doing stuff with it? Are there examples of what that looks like?

mathpunk04:05:16

This has been a help. https://clojurescript.org/reference/dependencies Maybe my real question is, how do i embed a cljs repl in a web app written in plain js? I'll ask over in #boot