clojure.java-time
clojure.java-time copied to clipboard
Babashka Support
Some things we need for babashka support:
- java.time.temporal.TemporalUnit
- java.time.temporal.ValueRange
- java.time.chrono.Chronology
- java.time.temporal.JulianFields
Note: cljc.java-time throws errors dynamically in these cases for bb https://github.com/henryw374/cljc.java-time#cljcjava-time
WIP: https://github.com/babashka/babashka/pull/1298
Feel free to send a PR to babashka with those classes