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
The current implementation of stringify inserts the whitespace directly (the code is already a bit too complex). To support what you want would IMO require a rewrite to make it a two step process. If you (or someone else) is interested in doing a PR we could discuss this further.
Hi, once again, awesome project! This is a "nice to have", but it would optimize the output a lot. The condense mode fails for this case:
with these options:
condense: 100, bracesSameLine: true, keepWsc: true
Expected result (assuming this is not the only key)
If this was the whole document, it probably should have even been this:
{transform: [{type: "geoshape", projection: "projection"}]}
The text was updated successfully, but these errors were encountered: