Skip to content

Commit

Permalink
Merge pull request #493 from harold/linter-abs-cljs
Browse files Browse the repository at this point in the history
`[linter]` add abs to cljs
  • Loading branch information
candid82 authored Dec 21, 2023
2 parents 1731e16 + 240ae86 commit 3ea047d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion core/data/linter_clj.joke
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@
([opts stream]))
(defn PrintWriter-on [flush-fn close-fn])

(defn abs ^Number [^Number num])
(defn NaN? ^Boolean [^Number num])
(defn infinite? ^Boolean [^Number num])

Expand Down
1 change: 1 addition & 0 deletions core/data/linter_cljx.joke
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@

;; Clojure core functions not supported by Joker

(defn abs ^Number [^Number num])
(defn inst-ms [inst])
(defn inst? [x])
(defn uuid? [x])
Expand Down

0 comments on commit 3ea047d

Please sign in to comment.