Microsoft/TypeScript
Voir sur GitHubDoc comment applied to all components of dotted namespace declaration
Open
#13 855 ouverte le 2 févr. 2017
BugDomain: JSDocHelp Wanted
Métriques du dépôt
- Stars
- (48 455 stars)
- Métriques de merge PR
- (Merge moyen 6j 17h) (9 PRs mergées en 30 j)
Description
TypeScript Version: 2.1.5, 2.2-rc
Code
/** Performance measurements for the compiler. */
namespace ts.performance {}
Expected behavior:
The doc comment should show up in quickinfo/completion for references to the innermost declared namespace performance, but not for ts.
Actual behavior:
The doc comment appears in quickinfo/completion for references to both performance and ts, even though for the outer namespace ts it's most likely irrelevant:
