Antony Courtney wrote:
I don't immediately see how this enables the more conventional model of expansion with an explicit dictionary under control of the caller.
You don't need a template string if you want full quotation without interpolation -- a string will do.
But why do you want a library API taking a string? Are you looking for the almost-verbatim (raw, multiline) nature of `...` without the ${...} processing? Or are you looking for a user-supplied dictionary? Or both, possibly?
/be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

