-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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. |
Can I take this one? I will try to finish is before next Monday. |
@cuobiezi please do |
@bartlomieju please refer #15325, But I don't know whether unit test is necessary , And I have no idea how to write unit test .I only tested it manually LOL. |
Is this issue still open ? I would like pick it up |
It appears to be implemented in #15325 but is not merged yet. |
Okay, thanks for the info |
Now that the bundle command is deprecated, I think this feature will be sorely wanted. I can bundle with |
@niedzielski I've advocated for a runtime type-checking API in #15478, which would be very helpful in the scenario that you described. |
the PR is deleted 😟 |
Any progress here? |
For me it would make a lot of sense to run
check
in 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: