We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeScript compiler hangs for me and does not complete compilation within 5 minutes on a 50 KB source file. To reproduce, run on this input file:
https://raw.githubusercontent.com/Tachyus/gluon/master/src/Gluon.Client/Gluon.ts
Platform: Windows 10 64-bit tsc --version message TS6029: Version 1.7.3 node --version v5.2.0
The text was updated successfully, but these errors were encountered:
looks like a duplicate of #5849
Sorry, something went wrong.
Can you try VS2015 TS 1.7.6 Update or VS 2013 1.7.5 Update and let us know if it solves the issue?
Yea sounds like a good idea to try. Can I install 1.7.6 via NPM?
you can use typescript@next to install the latest nightly build
typescript@next
Nice. Thank you. Indeed, with Version 1.8.0-dev.20151210 everything is fine.
thanks @t0yv0!
No branches or pull requests
TypeScript compiler hangs for me and does not complete compilation within 5 minutes on a 50 KB source file. To reproduce, run on this input file:
https://raw.githubusercontent.com/Tachyus/gluon/master/src/Gluon.Client/Gluon.ts
The text was updated successfully, but these errors were encountered: