- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 735
@namespace creates duplicated namespace in doc #2364
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
Comments
Declaration merging is really annoying and full of weird edge cases... The second example seems to be working as intended to me. TypeDoc creates a namespace + a type, as expected. |
It creates the type and the namespace but the content of the namespace is wrongly generated. |
Well, that's weird... I saw there was one property, didn't notice the name was wrong! |
Search terms
Expected Behavior
Typedoc should generate one namespace entry
Actual Behavior
Typedoc generates two entries
Steps to reproduce the bug
=> namespace NS with only T in it
=> namespace NS with property in it
I also found a related bug
=> This will create a Namespace named NS, with a foo property in it.
=> It seems @namespace is ignored
Environment
The text was updated successfully, but these errors were encountered: