Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Enable Typedoc excludeNotExported #7121
Conversation
|
Sigh... This works locally, so I'm not sure why the tests are failing on the VMs |
|
Probably need the exclude that was removed few days ago |
|
Try if that one helps: #7099 (comment) |
|
Ok, no other ideas to try. |
|
Oh, I read somewhere that you need to put the export on separate line in some cases (ie, end of file), when exporting a class as default (and using properties) |
|
Well that would defeat the entire purpose of this PR :-p |
|
This isn't worth spending more time on to me. I'd rather just not use |
|
I was supposed to comment here about moving I think I got it working in #7125 (need to extract the chores from that) |
|
That worked! Thank you so much!! |
8570314
to
503d332
2cfcd62
to
bb76fd9
|
It is quite particular about those exports :| |
|
Yeah, hopefully they fix that bug in Typedoc, but I think it's generally better this way anyway |
|
Not sure about exporting the singleton classes. Maybe we should at least add a comment there that its only exported for typedocs? |
|
Ok, I just added some comments, but am just as happy to remove the For the For the |


This turns on
excludeNotExportedin typedocIt also contains a lot of workarounds for TypeStrong/typedoc#393 to make it work