summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/27_template_literals
AgeCommit message (Collapse)Author
2022-04-13syntax: implement support for ES6 template literalsJo-Philipp Wich
Implement support for ECMAScript 6 template literals which allow simple interpolation of variable values into strings without resorting to `sprintf()` or manual string concatenation. Signed-off-by: Jo-Philipp Wich <jo@mein.io>