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

Why is there a <internal> namespace for modules? #2018

Closed
DanieliusDev opened this issue Jul 26, 2022 · 1 comment
Closed

Why is there a <internal> namespace for modules? #2018

DanieliusDev opened this issue Jul 26, 2022 · 1 comment
Labels
question Question about functionality

Comments

@DanieliusDev
Copy link

Search terms

modules, monorepo, internal, , namespace

Question

Why does my modules have a <internal> namespace?? It seems unnecessary because it only has docs for stuff already documented in other modules.

image

typedoc.json:

{
	"$schema": "https://typedoc.org/schema.json",
	"name": "Guilded.TS",
	"entryPointStrategy": "packages",
	"entryPoints": ["packages/*"],
	"cleanOutputDir": true,
	"lightHighlightTheme": "github-light",
	"darkHighlightTheme": "github-dark",
	"excludeExternals": true,
	"excludeInternal": true,
	"excludePrivate": true,
	"media": "media",
	"out": "docs",
	"readme": "packages/guilded.ts/README.md",
	"tsconfig": "tsconfig.json",
	"hideGenerator": true,
	"cname": "guildedts.js.org"
}

Repo code if needed: https://github.com/guildedts/guilded.ts

@DanieliusDev DanieliusDev added the question Question about functionality label Jul 26, 2022
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jul 27, 2022

#1835 - cross package references aren't supported yet.

@Gerrit0 Gerrit0 closed this as completed Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about functionality
Projects
None yet
Development

No branches or pull requests

2 participants