We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483edea commit 5b070b6Copy full SHA for 5b070b6
1 file changed
src/main/clojure/cljs/analyzer.cljc
@@ -3391,7 +3391,7 @@
3391
;; Cannot determine type of the target
3392
(when (or (nil? target-tag) ('#{any} target-tag))
3393
(warning :infer-warning env
3394
- {:warn-type :target :form form}))
+ {:warn-type :target :form form :property prop}))
3395
;; Unresolveable property on existing extern
3396
(let [[pre' pre] ((juxt butlast identity) (-> tag meta :prefix))]
3397
(when (and (has-extern? pre') (not (has-extern? pre)))
0 commit comments