cljsjs / boot-cljsjs

Helper tasks to aid the packaging of JS dependencies for Clojurescript projects
66 stars 22 forks source link

Smoke-test externs syntax at build time #32

Closed martinklepsch closed 8 years ago

martinklepsch commented 8 years ago

This could be done by compiling a minimal project with the supplied externs (probably cljs isn't even needed). The result would be that syntax errors in externs and duplicate declarations are catched at build time compared to run time.

via https://github.com/cljsjs/packages/issues/508

Deraen commented 8 years ago

This is implemented by https://github.com/cljsjs/packages/blob/master/test-extern-files.sh which is running on CircleCI.