When trying to list files in a directory with fs.readdir or fs.readdirSync in the latest 1.9.0 it returns #js ["LUMO__INTERNAL__CLASSPATH"] instead of the directory contents: Lumo 1.9.0 ClojureScript ...
fs.readdir() and fs.readdirSync() don't seem to work properly on any directory in the application’s path. For example, if the application is in ~/GitHub/javascript ...