You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That looks like an off-by-one error in the double-quoted string stringifier; the \ escape of the first " on the second line gets incorrectly left on the preceding line. I'll take a look at fixing this as soon as I can. Alternatively, I'd be very willing to accept a PR for this.
This object when passed through
stringify()
:Will result in the following (invalid) output:
Remove the single quote from the
"bar"
at the end and everything will stringify okay.The text was updated successfully, but these errors were encountered: