pub fn write_js_template<W: Write>(out: &mut W, input: &str) -> Result
writes the template-literal-encoded form of input to out.
input
out
see for_js_template for encoding rules.
for_js_template