New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add watch mode for deno check #14858
Comments
Sure, makes sense; it should be fairly easy to implement.
Not really - to do so, we'd need to rearchitecture the |
|
@bxantus, does |
|
No, it isn't the same. Even if I developed a console app (running it with deno run), using |
|
Marked as "good first issue", since the naive approach should be very easy to implement based on existing subcommands with support for --watch. |
|
@bartlomieju can you please assign this to me? I'll give it a try! |
I cannot assign you the issue, but feel free to pick it up. |
For me it would make a lot of sense to run
checkin watch mode.I think that adding check subcommand was a great idea, and running it in watch mode would provide the best development experience (at least for me). Also if I'm not mistaken it would check further edits faster, as typescript compiler is already warmed up after the first check.
The text was updated successfully, but these errors were encountered: