JSMonk / hegel

An advanced static type checker
https://hegel.js.org
MIT License
2.1k stars 59 forks source link

Emit type inferences #221

Open pentacular opened 4 years ago

pentacular commented 4 years ago

I had a look at the documentation and the cli interface, but I couldn't find anything that looked like it output type inferences.

Is there a way to get hegel to dump these for, e.g., documentation generation?

JSMonk commented 4 years ago

Hi @pentacular. For now, the answer is - No. But, we are working on it. We are building an option which give you an ability to generate d.ts files and can be inserted in webpack and other bundlers. Thank you for the question a lot ^_^