Open bdunavant opened 1 month ago
<pre>[{"foo":"bar"}]</pre>
gets translated as a variable into
<pre>[{ /*$merge: {"foo":"bar"}*/ }]</pre>
expected:
<pre> [{"{"}"foo":"bar"{"}"}] </pre>
This is definitely an issue but I don’t have time to fix it right now.
gets translated as a variable into
expected: