-
Notifications
You must be signed in to change notification settings - Fork 697
Porting of tsc -b -w #1684
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
Porting of tsc -b -w #1684
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
I'm testing it out locally and it's not working. I started on But, I regenerated them and then tsgo did not continue building. I restarted it and now it's just hanging not doing anything. I'm not sure if the modtimes are just not right becuase it's not doing anything. I put an error into binder.ts and the error did show up, but removing it did not print the message that says it's successfully compiled. I deleted built and tried again, and it also didn't print anything. So it feels like the good path isn't quite working? |
Can you post log from
|
Also forgot that i had todo to print "watching for file changes" etc that i havent done. Will push that commit soon |
I do see messages and progression under |
@jakebailey added messages about starting compilation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does seem to work as expected now.
I can't say I like the testing callbacks/interface thing (which gets more and more hooks), rather than more isolated testing that just plain uses the CLI directly and observes the final result (or, unit tests for internal items), but I think it's probably okay for now.
No description provided.