streaming-dot icon indicating copy to clipboard operation
streaming-dot copied to clipboard

Use of template strings inside a codeblock {{}} errors

Open PaulKinlan opened this issue 7 years ago • 0 comments

{{ 
  for(let v of it.arr)
    yield P(`${v}`) 
}}

It basically infinite loops, or at least never returns.

It's not exactly the same as above but a demo here https://jsbin.com/kabelih/edit?html,console

PaulKinlan avatar Jun 02 '17 20:06 PaulKinlan