js2xml icon indicating copy to clipboard operation
js2xml copied to clipboard

Support string quoting with `

Open Gallaecio opened this issue 4 years ago • 1 comments

I’ve seen strings quoted with `, and web browser consoles seem to interpret them as valid quoting characters for strings, but js2xml considers them invalid characters.

For example:

    var a = `asdf`;

Gallaecio avatar Feb 17 '20 18:02 Gallaecio

It looks like this is called “template literals”. We should make sure this works once https://github.com/calmjs/calmjs.parse/pull/15 is merged upstream.

Gallaecio avatar Aug 13 '20 12:08 Gallaecio