`tsc`-like commands not working as expected in `tsgo` (e.g. --watch mode fails)
I'm trying to use tsgo as a drop-in replacement for tsc, but some commonly used commands don't work as expected.
✅ Working
tsgotsgo --help
❌ Not Working
tsgo --watch→ No output or actiontsgo --init→ No output or action
💡 Expected
Support for --watch and other commonly used tsc flags.
Have you checked the readme to see what is currently working?
@Smrtnyk I can see it Watches files and rebuilds, but it's not working.
Watch should be working. More info (or any info, really) would be helpful.
@jakebailey, when I try to set the compiler mode to -w or --watch, it demonstrates all the commands, like --help, instead of doing anything.
I think we really need a full repro to be able to check this, e.g. whatever is in this tsgo-test dir.
It's been a month with no reply; without any more info we can't work on this.
Anyone who wants to use the watch until the official version fixes this I have a script to make it work => https://gist.github.com/mguleryuz/41505a9c68729a7569abfb1dc0f8e41d
"fixes this"?
What is the bug specifically? That is all I was trying to get, because it wasn't clear what the problem was nor how to reproduce it. Without that we can't do anything.