What is the problem this feature will solve?
Currently --watch clears the terminal every time it restarts the process. This can hide vital information that the process logs on shutdown or from other processes running in the same terminal.
What is the feature you are proposing to solve the problem?
Remove the terminal clearing because it is opinionated. If this is not desired, make it opt-out via a flag like TypeScript's preserveWatchOutput or the nodemon solution.
What alternatives have you considered?
nodemon also does not clear terminal on restart, so it is an alternative.