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(exported): respect parse-extension & require-extension #1484

Merged

Conversation

buschtoens
Copy link
Contributor

@buschtoens buschtoens commented Feb 27, 2022

Fixes #1272. Fixes #1258.

I was gonna add a test based on the existing --document-exported case, but unfortunately it's skipped:

test.skip('build --document-exported', async function () {
const data = await documentation(
['build fixture/document-exported.input.js --document-exported -f md'],
{},
false
);
expect(data).toMatchSnapshot();
});

@chriskrycho
Copy link

@buschtoens mind rebasing this? Happy to land it!

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