Skip to content

Commit

Permalink
Linter: add parse-uuid to cljs.
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Oct 26, 2023
1 parent 6621de3 commit 1d15436
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/data/linter_clj.joke
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@
(defn parse-double ^Double [^String s])
(defn parse-long ^Number [^String s])
(defn parse-boolean ^Boolean [^String s])
(defn parse-uuid [^String s])
(defn random-uuid [])

(defn iteration ^Seqable [^Callable step & opts])

Expand Down
2 changes: 0 additions & 2 deletions core/data/linter_cljs.joke
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
(defn push-tail [pv level parent tailnode])
(defn array-index-of-equiv? [arr k])
(defn bitmap-indexed-node-index [bitmap bit])
(defn random-uuid [])
(defn aclone [arr])
(defn vreset! [vol newval])
(defn set! [var-symbol expr])
Expand Down Expand Up @@ -276,7 +275,6 @@
(defn type->str [ty])
(defn obj-clone [obj ks])
(defn get-method [multifn dispatch-val])
(defn uuid? [x])
(defn vector-index-out-of-bounds [i cnt])
(defn es6-entries-iterator [coll])
(defn create-array-node-seq ([nodes]) ([meta nodes i s]))
Expand Down
2 changes: 2 additions & 0 deletions core/data/linter_cljx.joke
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
(defn inst-ms [inst])
(defn inst? [x])
(defn uuid? [x])
(defn parse-uuid [^String s])
(defn random-uuid [])
(defn halt-when
([^Callable pred])
([^Callable pred ^Callable retf]))
Expand Down

0 comments on commit 1d15436

Please sign in to comment.