File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/clj_momo/lib/clj_time Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5555
5656 :test {:source-paths [" src" " test" ]
5757 :compiler {:output-to " target/tests.js"
58- :optimizations :whitespace
58+ :optimizations :none
5959 :main clj-momo.runner
60- :pretty-print true }}}}
60+ :pretty-print true
61+ :target :nodejs }}}}
62+
63+ :doo {:build " test"
64+ :alias {:default [:node ]}}
6165
6266 :test-selectors {:integration :integration
6367 :default (complement :integration )
Original file line number Diff line number Diff line change 44 (:require [clj-momo.lib.clj-time.coerce :as time-coerce]
55 #?(:clj [clj-momo.lib.clj-time.macros :refer [immigrate]])
66 #?(:clj [clj-time.core :as time-delegate]
7- :cljs [cljs-time.core :as time-delegate]))
7+ :cljs [cljs-time.core :as time-delegate])
8+ #?@(:cljs [[goog.array :as garray]]))
89 #? (:clj
910 (:import [java.util Calendar Date GregorianCalendar TimeZone]
1011 [org.joda.time ReadablePartial ReadableInstant ReadablePeriod
603604 cljs.core/IComparable
604605 (^number -compare [x y]
605606 (if (instance? goog.date.UtcDateTime y)
606- (goog.array /defaultCompare
607+ (garray /defaultCompare
607608 (.getTime x)
608609 (.getTime y))
609610 (throw
You can’t perform that action at this time.
0 commit comments