andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

Is node.js supported? #88

Closed madvas closed 7 years ago

madvas commented 7 years ago

Is this lib supposed to be working with node.js? Since whichever function I try to call, when running on node.js a get error:

#object[TypeError TypeError: Cannot read property 'call' of undefined]
andrewmcveigh commented 7 years ago

Yes, the library is tested using node.js, so it should work.

Could you share some context about what you're doing?

madvas commented 7 years ago

I resolved this by explicitly requiring [goog.date.Date] in namespace