It automatically recognizes the change and can perform the conversion.
Opened this issue · 0 comments
kekyo commented
JavaScript (node.js) based web application development environments have the ability to automatically detect when source code changes and compile TypeScript. It would be nice to be able to support similar functionality by detecting directory changes when the mtr
command is executed.
- The default
mtr
command execution is in this mode. - It can be disabled with an option.
I would really like to get to the point where the launched browser is automatically refreshed, but since the browser is currently just launched as an external process, this would be difficult.