Open robinp opened 7 years ago
It should also be possible to index the post processed sources eventually as well?
@mpickering: forked to #58 - but the two issues are very intertwined. I feel some more investigation / brainstorming is needed before making up a plan.
Now
$(foo)
is indexed with the unspliced content, but the reference tofoo
itself doesn't get emitted. This causes for example that backreferences onfoo
don't show the usage sites.Related:
bar = [|$(foo)|]
.[bar|1+1]
.Can we access the pre-splicing info from some of the ASTs?