rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

[api-documenter] Classes should also populate Yaml type parameters

Open zelliott opened this issue 3 years ago • 0 comments

Summary

This was an existing bug that was originally found when working on https://github.com/microsoft/rushstack/pull/3469 and pulled out into its own fix PR. See this thread: https://github.com/microsoft/rushstack/pull/3469#discussion_r923930778.

Details

No additional details.

How it was tested

I manually validated that YamlDocumenter._writeYamlFile writes the appropriate content. Unfortunately, the checked in .yml files don't change because of the convertUDPYamlToSDP function that strips out the newly-added typeParameter Yaml content. 🤷

zelliott avatar Jul 21 '22 13:07 zelliott