privatenumber / tsx

⚡️ TypeScript Execute | The easiest way to run TypeScript in Node.js
https://tsx.is
MIT License
9.42k stars 144 forks source link

feat(watch): `--include` & `--exclude` CLI flags #561

Closed boxizen closed 2 weeks ago

boxizen commented 4 months ago

closes #181

This change adds additional files to the watchlist via adding the add parameter.

mdmower-csnw commented 3 months ago

@boxizen @privatenumber - I'm interested in these changes. Is there any way I could help here? I cannot push directly to this branch since it is on boxizen's repo, but I could create a new branch that continues from this one if boxizen doesn't have time. The code review comments all look easy enough to address (also, TIL that TS5.2 already introduced support for using declarations!). Thanks and let me know how I could help.

privatenumber commented 2 weeks ago

Closing as it was implemented via https://github.com/privatenumber/tsx/pull/625