Kristiyan Kostadinov dc6d40e5bc fix(compiler): handle strings inside bindings that contain binding characters ()
Currently the compiler treats something like `{{  '{{a}}' }}` as a nested
binding and throws an error, because it doesn't account for quotes
when it looks for binding characters. These changes add a bit of
logic to skip over text inside quotes when parsing.

Fixes .

PR Close 
2020-12-10 11:11:21 -08:00
..