cljsjs

mikebelanger 2016-09-09T16:22:31.000271Z

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

mikebelanger 2016-09-09T16:24:14.000273Z

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?

flyboarder 2016-09-09T16:40:37.000274Z

@mikebelanger: you should be able to use their externs