tinymist-query 0.14.16

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