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
Fixed values in type tables not hanging when over width. (#394)
Fixed type info generics not hanging when over width. (#394)
Fixed callback types with binop type parameters / return types not hanging leading to a syntax error when comments are present. (#396)
Fixed type declarations not hanging properly causing them to go over width. This includes hanging at the equals token and hanging union/intersection types.