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

Multiple namespaces in a .d.ts file fails to document #98

Open
scientific-dev opened this issue Jan 31, 2022 · 1 comment
Open

Multiple namespaces in a .d.ts file fails to document #98

scientific-dev opened this issue Jan 31, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@scientific-dev
Copy link

I created my module colormath.js but I wanted it to support in Node.js, Deno and Browser so i decided to use tsup for bundling ts files and here is my code for mod.ts:

// @deno-types="./dist/index.d.ts"
export * from './dist/index.mjs';

Now, I published this module in deno (colormath) but if you check the documentation in

https://doc.deno.land/https://deno.land/x/colormath/mod.ts

Although the documentation has parsed all functions, type aliases, classes but has only one namespace?
The documentation did not parsed all namespaces?

Is there any fault on my side?

@scientific-dev scientific-dev changed the title Imperfect documentation for my module. Incomplete documentation for my module. Jan 31, 2022
@kitsonk kitsonk transferred this issue from denoland/dotland Jan 31, 2022
@kitsonk kitsonk changed the title Incomplete documentation for my module. Multiple namespaces in a .d.ts file fails to document Jan 31, 2022
@kitsonk kitsonk added the bug Something isn't working label Jan 31, 2022
@scientific-dev
Copy link
Author

Will this be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants