CatchTheTornado / askql

AskQL is a query language that can express any data request
https://askql.org/
MIT License
387 stars 27 forks source link

Implement ES template literals #260

Open czerwinskilukasz1 opened 4 years ago

czerwinskilukasz1 commented 4 years ago

It would be great to support this syntax in AskScript:

`This is a ${variable} text.`

More on template literals: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

czerwinskilukasz1 commented 4 years ago

I'd vote for implementing just the template literals, without tags (see the link to MDN). Thoughts?

mhagmajer commented 4 years ago

@czerwinskilukasz1 yeah, we can add tags functionality later if we need them