Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(www): Allow API docs to reference top level TS exports #23863

Merged
merged 1 commit into from
May 7, 2020

Conversation

ascorbic
Copy link
Contributor

@ascorbic ascorbic commented May 7, 2020

Description

Currently API docs filter out definitions that do not include a memberof field. This is not set in top level exports in TypeScript files, so was causing the Node API docs to go missing.

This PR just removes that filter. I don't think this should include any unexpected definitions.

Related Issues

Fixes #23857

@ascorbic ascorbic requested a review from tesseralis May 7, 2020 10:53
@ascorbic ascorbic requested a review from a team as a code owner May 7, 2020 10:53
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 7, 2020
@ascorbic ascorbic added topic: website and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels May 7, 2020
Copy link
Contributor

@gillkyle gillkyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like it makes sense to me! Checking the build verifies that the APIs are showing up okay and since a couple of those pages are broken on the docs now I think this should get merged in sooner rather than later 🙂

Thanks for the help @ascorbic 👍

@gillkyle gillkyle merged commit 2d502c8 into master May 7, 2020
@gillkyle gillkyle deleted the fix/md-api-doc branch May 7, 2020 21:02
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.

Content Missing on browser-apis docs page
2 participants