In ClojureScript JavaScript identifiers should be validated based on all accessible closure externs files. This would ensure that if cursive recognizes an identifier it will be properly processed by the ClojureScript compiler in advanced mode.
Currently it is not clear to me based on what logic an identifier is declared valid.
This would make people much more confident about what will happen in advanced compilation mode.
In ClojureScript JavaScript identifiers should be validated based on all accessible closure externs files. This would ensure that if cursive recognizes an identifier it will be properly processed by the ClojureScript compiler in advanced mode.
Currently it is not clear to me based on what logic an identifier is declared valid.
This would make people much more confident about what will happen in
advancedcompilation mode.