tsearch
tsearch copied to clipboard
:warning: WIP :warning: Search TypeScript functions and methods by types
Hi there! Super awesome project! I am someone coming from purescript and this caught my eye. Just a few questions: is the project working since i always get a "Something...
This isn't really in a usable state, but my thought was that it should not be necessary to try and re-implement the AST of TypeScript types. In stead we should...
I've followed the steps in the README 1. `yarn` 2. `yarn extract /my/sick/project/**/*.{ts,tsx}` 3. `yarn build && yarn start` Then I get the error in the title: `Something went wrong...
The initial PoC version of the search algorithm was very naive. And currently it's broken as part of the improvements in the extract. Being able to search is the whole...
We need a few housekeeping improvements to the project, specially to make it more friendly for contributors - [ ] Git commit formatting (to generate changelog) - [ ] CONTRIBUTTING.md...
- [x] Include parameter names (to properly print signatures) - [ ] Nullable union types do not include null in the union - [ ] Union types are expanded (instead...
The basic version of the client app is read. But it could use some improvements. **What is missing and/or what to add?** - Footer :footprints: - Header? :thinking: - A...
Currently we are using default options but we might want to load the project's `tsconfig` when extracting it's types. Not 100% sure if this is necessary as when extracting we...
The current setup only extracts the last version of the project. In the future we might want to support having more than one version and opt-in for older ones with...