Fork me on GitHub
#cljs-dev
<
2017-02-16
>
mhuebert10:02:43

hmm, I’m just trying out cljs 1.9.473. re: http://dev.clojure.org/jira/browse/CLJS-1916, dirname and filename are still showing up as nil for me. is anyone seeing these defined?

dnolen13:02:54

@mhuebert even with the fix they won’t work in async contexts

dnolen13:02:18

you need to capture them if you want to use them for now

dnolen13:02:01

we might have the compiler just write these constants in for you but still looking for a bit more feedback from Node.js users first