hasura / kriti-lang

A minimal JSON templating language
Apache License 2.0
56 stars 9 forks source link

Fixes template literal escaping #13

Closed solomon-b closed 3 years ago

solomon-b commented 3 years ago

Template Literals did not handle escaped backticks and dollar signs. This PR corrects that.

NOTE: There is a potential performance impact from our lexTemplate function but this is probably not important given the application.