Skip to content

Commit

Permalink
Add Var and ->Var to cljs core excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 13, 2024
1 parent fd08b73 commit 7d16443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrant/core.cljc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns integrant.core
(:refer-clojure :exclude [ref read-string run! var?])
(:refer-clojure :exclude [ref read-string run! var? #?@(:cljs [Var ->Var])])
(:require #?(:clj [clojure.edn :as edn]
:cljs [clojure.tools.reader.edn :as edn])
[clojure.walk :as walk]
Expand Down

0 comments on commit 7d16443

Please sign in to comment.