aem-design / aemdesign-aem-core

An implementation of AEM.Design component concepts
http://aem.design
Apache License 2.0
18 stars 12 forks source link

Template strings not being parsed #54

Open cshawaus opened 3 years ago

cshawaus commented 3 years ago

Current Behavior Template strings such as ${value ? value : otherValue} are not been evaluated which results in the raw template been returned instead of the parsed value.

Expected behaviour/code All template strings are correctly parsed.

Environment