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

exclude not exported not working with version 0.16.10 #1219

Closed
1 task
euberdeveloper opened this issue Feb 26, 2020 · 1 comment
Closed
1 task

exclude not exported not working with version 0.16.10 #1219

euberdeveloper opened this issue Feb 26, 2020 · 1 comment
Labels
duplicate This duplicates another issue no bug This is expected behavior

Comments

@euberdeveloper
Copy link

Expected Behavior

I updated my project with typescript on version 0.16.10 of typedoc. I am using --mode file
I expected the library to work as with the previous version, so purging all helper functions that are not exported.

Actual Behavior

The problem is that now --excludeNotExported is not working any more and everything is included in the output.

Steps to reproduce the bug

To reproduce this bug, just run typedoc --out docs/html --mode file --plugin none --excludeNotExported --includeVersion --gaID $GA_TOKEN source/lib on a project with exported and not exported functions

Environment

  • Typedoc version: 0.16.10
  • Node.js version: 12.14.1
  • OS: ubuntu 18.04
@euberdeveloper euberdeveloper added the bug Functionality does not match expectation label Feb 26, 2020
@Gerrit0 Gerrit0 added duplicate This duplicates another issue no bug This is expected behavior and removed bug Functionality does not match expectation labels Feb 26, 2020
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Feb 26, 2020

Duplicate of #1195

This is expected behavior with --mode file. In file mode you are telling TypeDoc to ignore that you are actually using modules and pretend everything is global.

@Gerrit0 Gerrit0 closed this as completed Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This duplicates another issue no bug This is expected behavior
Projects
None yet
Development

No branches or pull requests

2 participants