Skip to content

DerGernTod/typedoc-typescript-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typedoc-typescript-helpers

If an interface inherits members of another interface that uses generics, such as Partial<...> or Omit<...>, typedoc properly creates the hierarchy links, but upon rendering inheritance on properties, it omits the generic and renders just Partial.propertyName:

Screenshot

To reproduce, run npm run doc, view the doc of Bar (which inherits Partial<Foo>) and check the doc for inherited properties.

About

Reproducer for typedoc with Partial/Omit TypeScript helpers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published