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
This isn't just for numeric fields but anything that's a legal json property name but not a legal typescript interface field name. I'm running into this a lot trying to tsify a language library written in rust, which exposes syntax tree functionality.
For example, properties with these names need to be quoted too:
!
!=
==
<=
>=
and lots more
I think the linked PR satisfies all my requirements though, it'd be great if we could get that merged
Input
Output
Expected
1x
needs to be quotedThe text was updated successfully, but these errors were encountered: