squint icon indicating copy to clipboard operation
squint copied to clipboard

JS Destructuring with aliases

Open brandonstubbs opened this issue 11 months ago • 0 comments

It would be great to add support to the ^:js function destructuring to support aliases

(defn foo [^:js {a1 :a b1 :b}]
  [a1 b1])

brandonstubbs avatar Mar 26 '24 13:03 brandonstubbs