Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

When an emacs temp file link is in the filesystem next to its original js file the compiler fails to start with a FileNotFoundException.

This happens when a :libs path is provided and the directory is indexed.

Suggested fix: check for file existence when indexing the files with js-deps/build-index

and or don't include hidden files when indexing the directory.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2644 (reported by bhauman)
...