-
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
flag to deno check
#9724
Comments
Even better: #7382 |
@Skillz4Killz I guess you want |
Yes, I think that would work. It was the first thing I tried but I think --watch doesn't work on cache. But as mentioned on Discord |
Well cache does two things:
|
@kitsonk would you be in favor of adding |
I am indifferent. Clearly a low priority as it doesn't appear to have received any support from the community. |
--watch
flag to deno check
Hello 👋
I am hoping to request the ability to have something like
tsc --watch
. A method to be able to monitor all your files code to see if it would compile. Relying on an editor to tell you warnings only shows warnings in files you have open.This is extremely useful in development and does not require having to continue
deno run
just to have it crash with errors so you can fix those and then run again just to crash again.Use Case: Monitor that can easily show whether your code will or will not compile!
Thank you
The text was updated successfully, but these errors were encountered: