Skip to content

Commit fca4521

Browse files
committed
fix AST :tag value for analyze-record
1 parent f5af28f commit fca4521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,7 @@
34233423
:form x
34243424
:items items
34253425
:children [items]
3426-
:tag name}))
3426+
:tag (symbol (str ns) (str name))}))
34273427

34283428
(defn elide-reader-meta [m]
34293429
(dissoc m :file :line :column :end-column :end-line :source))

0 commit comments

Comments
 (0)