Skip to content

Conversation

rsanchez
Copy link
Contributor

@rsanchez rsanchez commented Oct 23, 2023

I have a use case for displaying internal properties before external/inherited properties. This PR adds internal-first as a sort strategy.

Companion documentation PR: TypeStrong/typedoc-site#68

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Oct 28, 2023

Thanks for the PR! I have some concerns with the naming -- "internal" is not the same as "non-external", the function you've added should really be called external-last, an internal-first name would sort reflections marked with @internal before those without that annotation.

@rsanchez
Copy link
Contributor Author

@Gerrit0 Thanks for the feedback. I agree that external-last is a more apt name. I've updated this PR with the new name and also updated companion PR for the docs site.

@Gerrit0 Gerrit0 merged commit 325233c into TypeStrong:master Oct 28, 2023
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Oct 28, 2023

Perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants