-
Language-level string dedenting proposal for JS: github.com/tc39/proposal-string-dedent.
js class Foo { print() { console.log(Look ma, no leading spaces!) } }This will output the template with margins stripped:Look ma, no leading spaces!Oh yes! 👏