connorjs / css-typed

TypeScript declaration generator for CSS files
https://npmjs.com/package/css-typed
MIT License
4 stars 1 forks source link

Out-of-the-box watch mode #6

Closed connorjs closed 1 month ago

connorjs commented 8 months ago

Overview

As a user, I want css-typed to have an out-of-the-box watch mode, so that I can speed up my development.

Notes

connorjs commented 1 month ago

From a maintenance standpoint, I only have interest in doing this if it can hook into tsc -w process.

It is more likely that I document some VS Code practice or similar.

connorjs commented 1 month ago

I’ve thought more about this, including looking at Node core and chokidar. I do not think this library needs to support watching out-of-the-box given its current state. VS Code has file watchers too.

Please open a new issue if you think this library should support watching out-of-the-box.

Cheers, Connor