Skip to content

Class with same name in different modules not showing NavBar #4191

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

Closed
paulvanbrenk opened this issue Aug 6, 2015 · 1 comment
Closed

Class with same name in different modules not showing NavBar #4191

paulvanbrenk opened this issue Aug 6, 2015 · 1 comment
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue Help Wanted You can do this

Comments

@paulvanbrenk
Copy link
Contributor

Consider the following file:

module foo {
    class A { }
}

module bar {
    class A { }
}

Notice that in the NavBar, class A in module foo doesn't show in the navigation bar.

navbar

@paulvanbrenk paulvanbrenk added the Bug A bug in TypeScript label Aug 6, 2015
@mhegazy mhegazy modified the milestones: Community, TypeScript 1.7 Aug 12, 2015
@mhegazy mhegazy modified the milestones: TypeScript 2.0, TypeScript 1.7 Oct 6, 2015
@mhegazy mhegazy modified the milestones: TypeScript 1.8, TypeScript 2.0 Dec 8, 2015
@mhegazy mhegazy modified the milestones: Community, TypeScript 2.0 Feb 22, 2016
@mhegazy mhegazy added the Help Wanted You can do this label Feb 22, 2016
@mhegazy mhegazy modified the milestones: TypeScript 2.0, Community May 17, 2016
@mhegazy mhegazy assigned ghost May 17, 2016
This was referenced May 27, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Jun 9, 2016
@ghost ghost mentioned this issue Jun 16, 2016
@ghost
Copy link

ghost commented Jun 20, 2016

Closed by #9220

@ghost ghost closed this as completed Jun 20, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue Help Wanted You can do this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants