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
When type is the type of an object literal, the ts.TypeFormatFlags.MultilineObjectLiterals flag causes multiple spaces to be generated between the properties, but not newlines.
π Expected behavior
When type is the type of an object literal, the ts.TypeFormatFlags.MultilineObjectLiterals flag should cause newlines to be generated between the properties.
Additional information about the issue
I'm reporting this because on investigation I found the problem, but in order to generate a PR, I need an issue to refer to!
The text was updated successfully, but these errors were encountered:
π Search Terms
typeToString
π Version & Regression Information
This is the behavior in every version I tried, and I reviewed the FAQ for entries about typeToString
β― Playground Link
No response
π» Code
π Actual behavior
When type is the type of an object literal, the ts.TypeFormatFlags.MultilineObjectLiterals flag causes multiple spaces to be generated between the properties, but not newlines.
π Expected behavior
When type is the type of an object literal, the ts.TypeFormatFlags.MultilineObjectLiterals flag should cause newlines to be generated between the properties.
Additional information about the issue
I'm reporting this because on investigation I found the problem, but in order to generate a PR, I need an issue to refer to!
The text was updated successfully, but these errors were encountered: