Fork me on GitHub
#cljsjs
<
2016-09-09
>
mikebelanger16:09:31

Hey guys I’m trying to integrate a JS package (blend4web) and I’m just getting my head wrapped around the externs part. It turns out blend4web is Google Closure powered to, and already has an externs file for its own little compilation : https://github.com/TriumphLLC/Blend4Web/blob/master/tools/closure-compiler/extern_modules.js

mikebelanger16:09:14

The above links to a bunch of modules that I’d like to access via Clojurescript to the final Blend4web JS output. Is this file useful at all for my externs file? Or is this only useful for blend4web’s outputting?

flyboarder16:09:37

@mikebelanger: you should be able to use their externs