genType
genType copied to clipboard
Generate TypeScript docstrings from rescript source
It'd be nice to be able to pass through docstrings from rescript to TypeScript for consumers on hover, e.g.
current:

with docstring passthrough:

Doc strings are attributes in the ast. This would be about just printing them next to the function they're attached to.
This repository is being archived. If you feel like the issue still relevant, please re-create it in the compiler repo. Thanks!