socketsupply / union-app-studio

Like Codepen, but for native apps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support escape sequences in strings

lukaskollmer opened this issue · comments

The following code should work fine (since it's regular JS), but instead causes a SyntaxError:

const str = "Hello\nWorld";