tsearch
tsearch copied to clipboard
Extract improvements
- [x] Include parameter names (to properly print signatures)
- [ ] Nullable union types do not include null in the union
- [ ] Union types are expanded (instead of giving the name)
- [ ] Resolve imports (i.e. types with definition like this
import('some/paht/foo/bar.ts').Bar
)