Skip to content

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

Development

Successfully merging this pull request may close these issues.

It's not clear how to run this on TypeScript files (f.e. it produces empty docs) TypeScript imports cannot be resolved

3 participants