Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

support export declarations #57

Closed

Conversation

lddubeau
Copy link

@lddubeau lddubeau commented Jun 19, 2018

This is a PR which is companion to a PR about to be submitted to typedoc. Both the PR here and the PR there need to be applied together to provide the functionality that is added.

I'll update this PR with a reference to the typedoc PR once it is submitted.

ETA: this is the companion PR on the typedoc side.

@aciccarello
Copy link
Contributor

aciccarello commented Jun 20, 2018

Thanks for the PR! When I get a chance to review I'll merge this. Unfortunately I'll need @blakeembrey's help publishing since I don't have access to publish themes packages.

@lddubeau lddubeau force-pushed the feature/export-declarations branch from 93565d0 to fa1b1f4 Compare April 4, 2019 13:59
The themes previously did not visually distinguish those symbols that
are exported from those that are not exported. This commit modifies
the theme to make the distinction.

The relevantFlags helper is required due to changes to
typedoc. Typedoc would previously arbitrarily narrow the array of
flags recorded in reflections to those that the default (and minimal)
themes care about. Typedoc has been changed to include all the flags
in the array and let the themes decide which flags are relevant to
them.
@lddubeau lddubeau force-pushed the feature/export-declarations branch from 966c1a4 to 3b5d22d Compare April 6, 2019 13:30
@aciccarello aciccarello added the related-typedoc-pr This has a corresponding PR on the typedoc repo label May 19, 2019
@Gerrit0 Gerrit0 closed this Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
related-typedoc-pr This has a corresponding PR on the typedoc repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants