Skip to content

Commit

Permalink
* clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Nov 20, 2024
1 parent 0ad7f04 commit 125b4a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/clojure/cljs/analyzer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,8 @@
:column (get-col e env)
;; :local is required for {:op :local ...} nodes
;; but previously we had no way to figure this out
;; by adding it here we can recover it later
;; for `catch` locals, by adding it here we can recover
;; it later
:local :catch})
locals)
catch (when cblock
Expand Down

0 comments on commit 125b4a2

Please sign in to comment.