https://github.com/badoo/typescript-recursive-types
Returns recursively parsed types from a TypeScript symbol or program
https://github.com/badoo/typescript-recursive-types
Last synced: 10 months ago
JSON representation
Returns recursively parsed types from a TypeScript symbol or program
- Host: GitHub
- URL: https://github.com/badoo/typescript-recursive-types
- Owner: badoo
- Created: 2019-09-23T16:02:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T01:30:16.000Z (over 3 years ago)
- Last Synced: 2025-02-28T11:47:23.384Z (over 1 year ago)
- Language: TypeScript
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ts-recursive-parser
This module allows you to recursively generate type definitions from a Typescript type or program. It's targeted towards other tools or styleguides which can leverage it to display complex information about their components.
This is in alpha stage right now, we have a proof of concept which works and need to test it on bigger projects internally at MagicLab before exposing it further.
## Todo
* Expose correct APIs
* Document examples
# To test it locally
```bash
npm test
```