-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Bug: watch mode does not work since 2.8.0-dev.20180314 #22668
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
Comments
I tried 2.7.2, it works fine. |
Am I missing any options in v2.8 ? |
Besides, CPU keep highly occupied. |
2.8.0-dev.20180308 works fine. |
Do you have a sample project we could take a look at at all that exhibits this behavior? @sheetalkamat @RyanCavanaugh perhaps issues you're looking into might be be related here. |
https://github.com/taoqf/sample |
@taoqf What are the exact steps you are following.
Ran ````npm install``` after this from another command prompt. There is no additional output since there is no change in program with those installs.. Changed
New outputs are also generated correctly and don't see any impact on cpu cycles. Is there something I am missing. |
It like is the same issue like microsoft/vscode#45952 (comment)
If I install node_modules use see cnpm |
Followed your steps and yet dont see issue with cpu or reporting error or file generation?
|
Could you please try Linux? I use this on Debian, they have different behavior. |
I was able to get this to repro on linux and have a repro. I have rough idea where this is coming from but working on getting exact repro so i can fix it correctly. Thanks. |
Will this be fixed in next published version? |
Thanks, I've tried version 2.9.0-dev.20180330, it's OK now. |
TypeScript Version: 2.8.0-dev.20180316
Search Terms:
Code
tsc -w
Expected behavior:
Starting compilation in watch mode...
Compilation complete. Watching for file changes.
Actual behavior:
Starting compilation in watch mode...
and no files generated
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: