tsearch
tsearch copied to clipboard
:warning: WIP :warning: Search TypeScript functions and methods by types
tsearch
Search engine for TypeScript functions, methods and types.
devlog
Architecture
tsearch
consists of 3 differt applications, found in the
tsearch-io organization:
- indexer: for extracting type information from TypeScript to generate an index.
- server: A server application to search the index.
- client: The UI to search and view results.
Development
For more information on how to run and develop Tsearch check the three repos mentioned above.
Be aware that Tsearch is under development and the documentation might not be up to date.
Inspiration
tsearch
is inspired on Haskell API search engine
Hoogle.