You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
lumo.compiler/cljs-files-in can match directories because it uses lumo.util/file-seq which searches for both files and dirs.
Example: if there's a dir foo/bar.cljs/ it will be in the seq returned from (cljs-files-in "bar").
The text was updated successfully, but these errors were encountered:
lumo.compiler/cljs-files-in
can match directories because it useslumo.util/file-seq
which searches for both files and dirs.Example: if there's a dir
foo/bar.cljs/
it will be in the seq returned from(cljs-files-in "bar")
.The text was updated successfully, but these errors were encountered: