Completed
Details
Assignee
António Monteiro
António MonteiroReporter
Dieter Komendera
Dieter KomenderaLabels
Approval
Vetted
Patch
Code
Priority

Created August 9, 2017 at 2:29 PM
Updated August 11, 2017 at 8:16 PM
Resolved August 11, 2017 at 8:16 PM
This is a regression since 1.9.854.
This:
compiles to
Which results in
Uncaught SyntaxError: Unexpected token default
at runtime.The compiler itself is also affected:
https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/compiler.cljc#L500
When removing all the requires in the test case, it compiles fine.
Attaching a test case.