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

[BUG] With --disablePrivateOrInternalSupport option, all public method do not generated #265

Closed
rdkmaster opened this issue Aug 5, 2017 · 1 comment

Comments

@rdkmaster
Copy link

rdkmaster commented Aug 5, 2017

Overview of the issue

using --disablePrivateOrInternalSupport to prevent generating prviate or @interal method, all public method do not generated. e.g. all public method including hideTab() and showTab() of this class is not generated.

Operating System, Node.js, npm, compodoc version(s)

win7 x64, node 6.1 npm 3.1

Angular configuration, a package.json file in the root folder

yes, see this repo https://github.com/rdkmaster/jigsaw

Compodoc installed globally or locally ?

locally

Motivation for or Use Case

I need all public methods

Reproduce the error

clone this repo https://github.com/rdkmaster/jigsaw, and use this command

compodoc -p tsconfig-compodoc.json --disableGraph --disableSourceCode --disablePrivateOrInternalSupport

Related issues

no

Suggest a Fix

no

Additional Info

I'm using the following tsconfig.json file, not the one in the repo i mentioned. an extra exclude property is added to it:

{
  "compileOnSave": false,
  "exclude": [
    "aio",
    "build",
    "dist",
    "app",
    "node_modules"
  ],
  "compilerOptions": {
    "outDir": "./dist/out-tsc",
    "baseUrl": "src",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2016",
      "dom"
    ]
  }
}

@vogloblinsky vogloblinsky changed the title bug with --disablePrivateOrInternalSupport option, all public method do not generated [BUG] With --disablePrivateOrInternalSupport option, all public method do not generated Aug 5, 2017
@vogloblinsky vogloblinsky added this to the 1.0.0-beta.14 milestone Aug 5, 2017
@lock
Copy link

lock bot commented Oct 1, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants