Is there a simple way to generate externs for these kind of file: https://github.com/thelonious/kld-intersections/blob/development/lib/Intersection.js
so yeah I cannot encapsulate Common.JS modules in a boot-cljsjs
package am I right?
@richiardiandrea in my experience you have to compile them down to regular JS and write an externs file, although i understand there a new features for auto generating externs that i haven’t checked out yet
I have done it, but the problem is that I don't see the functions under the object, I see the object though
ah, I saw that I have a requirejs
missing warning....
uhm maybe that's the problem
I actually don't need the require because I am squashing the file together...
hmm, sounds like you’re more advanced than i. my approach has been to compile away all the component models and require stuff to a single monolithic JS with no features that weren’t there ten years ago =)