Skip to content

Commit 0336696

Browse files
author
dnolen
committed
CLJS-1668: cljs.spec: c alias needs expansion in int-in
1 parent 06264b3 commit 0336696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/cljs/cljs/spec.cljc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
(ns cljs.spec
1010
(:refer-clojure :exclude [+ * and or cat def keys resolve])
11-
(:require [cljs.analyzer :as ana]
11+
(:require [cljs.core :as c]
12+
[cljs.analyzer :as ana]
1213
[cljs.analyzer.api :refer [resolve]]
1314
[clojure.walk :as walk]
1415
[cljs.spec.impl.gen :as gen]

0 commit comments

Comments
 (0)