Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Skip emitting provided inner classes redundantly in processUnprovidedTypes() #843

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

teppeis
Copy link
Contributor

@teppeis teppeis commented Jan 20, 2019

Fix for #822

If an inner class has a non-class-like prop (ex. enum) and the prop is referenced from other jsdoc, the prop is emitted duplicately each time it is referred.

There are the examples in closure-library:

Also added a test case for goog.debug.Trace that has a special structure related this handling.

@teppeis teppeis force-pushed the skip-provided-symbol branch from 50b5d4b to 28cc752 Compare January 30, 2019 17:53
@teppeis teppeis force-pushed the skip-provided-symbol branch from 28cc752 to 2995b37 Compare February 23, 2019 02:38
@teppeis teppeis force-pushed the skip-provided-symbol branch from 2995b37 to 340d658 Compare March 5, 2019 00:05
@rkirov rkirov self-requested a review March 12, 2019 22:24
@teppeis teppeis force-pushed the skip-provided-symbol branch from 340d658 to cb78937 Compare March 14, 2019 15:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants