mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-21 17:40:52 -05:00
The [String.raw spec](https://tc39.es/ecma262/#sec-string.raw) uses just the `raw` property of its first argument, which is a useful way of using it in user-defined tag functions to do the work of interleaving strings and values as well as converting the values to strings. Fixes #43609.