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 would like to do a PR to sort the comments within a document by type, such that the constructor would be forced to the top of the document, followed by properties, events, and methods. Each group would be sorted alphabetically. This would work well with projects that stick to the one constructor per file rule, but would produce output even less readable than current for module-per-file projects.
Would it be preferable to implement this as a change to the default behavior or as an option in the options object?
The text was updated successfully, but these errors were encountered:
I would like to do a PR to sort the comments within a document by type, such that the constructor would be forced to the top of the document, followed by properties, events, and methods. Each group would be sorted alphabetically. This would work well with projects that stick to the one constructor per file rule, but would produce output even less readable than current for module-per-file projects.
Would it be preferable to implement this as a change to the default behavior or as an option in the options object?
The text was updated successfully, but these errors were encountered: