Skip to content

tsc-like commands not working as expected in tsgo (e.g. --watch mode fails) #937

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

Open
noyandey88 opened this issue May 25, 2025 · 4 comments

Comments

@noyandey88
Copy link

noyandey88 commented May 25, 2025

I'm trying to use tsgo as a drop-in replacement for tsc, but some commonly used commands don't work as expected.

✅ Working

  • tsgo
  • tsgo --help

❌ Not Working

  • tsgo --watch → No output or action
  • tsgo --init → No output or action

💡 Expected

Support for --watch and other commonly used tsc flags.

@noyandey88 noyandey88 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) May 25, 2025
@noyandey88 noyandey88 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) May 25, 2025
@Smrtnyk
Copy link

Smrtnyk commented May 25, 2025

Have you checked the readme to see what is currently working?

@noyandey88
Copy link
Author

Image

@Smrtnyk I can see it Watches files and rebuilds, but it's not working.

@jakebailey
Copy link
Member

Watch should be working. More info (or any info, really) would be helpful.

@noyandey88
Copy link
Author

noyandey88 commented 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.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants