observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
957 stars 83 forks source link

pass escaper as an argument #314

Closed mbostock closed 1 year ago

mbostock commented 1 year ago

I think this is cleaner than “hiding” it in the args object. If you want to avoid passing args, escaper repeatedly, we could nest all the append functions into the makeQueryTemplate function.