Shadow-cljs used to include :source-form in the analysis data. Is there any other easy way to get access to the source form?
in what context?
if you want some background one why it was removed see https://github.com/thheller/shadow-cljs/issues/1188
I was just having fun and did bunch of small stuff like automatic keyword parameter checking and generating accessor-functions from malli-schema backed map. Kind of what SBCL Common Lisp compiler does with keyword parameters and structs/classes. I had a macro that did checking and generating and it relied on seeing the source form and used that data for it. Its nothing crucial, I was mainly wondering if its possible in some other way.