Let's consider this type:
type Foo = string | number
Searching by Foo and by string | number should show the results of this.
There are some limitations here and improvements that would need to be do to the extractor to support this (at the moment Foo would actually be extracted as string | union and not include the name).
Let's consider this type:
Searching by
Fooand bystring | numbershould show the results of this.There are some limitations here and improvements that would need to be do to the extractor to support this (at the moment
Foowould actually be extracted asstring | unionand not include the name).