timocov / dts-bundle-generator

A tool to generate a single bundle of dts with types tree-shaking
MIT License
763 stars 40 forks source link

Add watch mode #190

Open erdkse opened 2 years ago

erdkse commented 2 years ago

I would like to enter watch flag for '.d.ts' file changes.

So this package can run with automation tools easier.

timocov commented 2 years ago

100% agree. Last time I looked into this I found that watching API is quite different from "plain" compilation API and it might be hard to maintain 2 versions of this. I will probably look into this issue some time later, but no ETA or promise.

Any suggestions/help/ideas are welcomed!

ckken commented 11 months ago

mark