tinymist-query 0.14.16-rc1

Language queries for tinymist.
1
2
3
#let f(x, y: none) = x + y
#let g = f.with(y: 1)
#(/* position after */ g(1))