We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345a9b6 commit 0be62b2Copy full SHA for 0be62b2
1 file changed
src/main/clojure/cljs/compiler.cljc
@@ -189,7 +189,7 @@
189
(let [minfo (cond-> {:gcol #?(:clj (.get ^AtomicLong *source-map-data-gen-col*)
190
:cljs (:gen-col m))
191
:gline (:gen-line m)}
192
- (#{:var :local :js-var} (:op ast))
+ (#{:var :local :js-var :binding} (:op ast))
193
(assoc :name (str (-> ast :info :name))))]
194
; Dec the line/column numbers for 0-indexing.
195
; tools.reader uses 1-indexed sources, chrome
0 commit comments