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

request: support for mono-repositories #107

Open
1 task done
JulianCataldo opened this issue Jan 14, 2023 · 1 comment
Open
1 task done

request: support for mono-repositories #107

JulianCataldo opened this issue Jan 14, 2023 · 1 comment

Comments

@JulianCataldo
Copy link

JulianCataldo commented Jan 14, 2023

Is there an existing issue or pull request for this?

  • I have searched the existing issues and pull requests

Feature description

When using "entryPointStrategy": "packages"

You get an empty JSON output:

{
  "typeDocJsonParserVersion": "7.1.0",
  "id": 0,
  "name": "tests-tests-vscode",
  "version": "1.0.0",
  "readme": null,
  "changelog": null,
  "classes": [],
  "enums": [],
  "functions": [],
  "interfaces": [],
  "namespaces": [],
  "typeAliases": [],
  "variables": []
}
@RealShadowNova
Copy link
Owner

This is a known issue. I plan to add support for monorepos, but as of now, this does not have an eta of when it would be added.

For now, you can find an example here of using this package in a monorepo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants