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
E.g. if I render a string with the value true or 1.1, when parsed back they become a boolean and a number respectively.
Is there a way to determine if a certain string doesn't round trip and therefore needs quotes added when emitting it?
The text was updated successfully, but these errors were encountered:
E.g. if I render a string with the value
true
or1.1
, when parsed back they become a boolean and a number respectively.Is there a way to determine if a certain string doesn't round trip and therefore needs quotes added when emitting it?
The text was updated successfully, but these errors were encountered: