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
I'm thinking a minor API change is probably the best way to support this, renaming toString() to be the slightly more fluent asString(). This would then allow util.inspect() to use its built-in object inspection.
E.g.,
Rather than a String. This change would make debugging parsed objects easier, and the API more discoverable.
The text was updated successfully, but these errors were encountered: