Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoke-test externs syntax at build time #32

Closed
martinklepsch opened this issue May 11, 2016 · 1 comment
Closed

Smoke-test externs syntax at build time #32

martinklepsch opened this issue May 11, 2016 · 1 comment

Comments

@martinklepsch
Copy link
Member

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 cljsjs/packages#508

@martinklepsch martinklepsch changed the title Test externs syntax at build time Smoke-test externs syntax at build time May 11, 2016
@Deraen
Copy link
Member

Deraen commented Sep 7, 2016

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

@Deraen Deraen closed this as completed Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants