You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]most of the `tsc` commands are not working in `tsgo`[/-][+]tsc-like commands not working as expected in tsgo (e.g. --watch mode fails)[/+]on May 25, 2025
changed the title [-]tsc-like commands not working as expected in tsgo (e.g. --watch mode fails)[/-][+]`tsc`-like commands not working as expected in `tsgo` (e.g. --watch mode fails)[/+]on May 25, 2025
Activity
[-]most of the `tsc` commands are not working in `tsgo`[/-][+]tsc-like commands not working as expected in tsgo (e.g. --watch mode fails)[/+][-]tsc-like commands not working as expected in tsgo (e.g. --watch mode fails)[/-][+]`tsc`-like commands not working as expected in `tsgo` (e.g. --watch mode fails)[/+]Smrtnyk commentedon May 25, 2025
Have you checked the readme to see what is currently working?
noyandey88 commentedon May 25, 2025
@Smrtnyk I can see it
Watches files and rebuilds
, but it's not working.jakebailey commentedon May 26, 2025
Watch should be working. More info (or any info, really) would be helpful.
noyandey88 commentedon May 26, 2025
@jakebailey, when I try to set the compiler mode to
-w
or--watch
, it demonstrates all the commands, like--help
, instead of doing anything.jakebailey commentedon Jun 9, 2025
I think we really need a full repro to be able to check this, e.g. whatever is in this tsgo-test dir.