-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
TypeScript@next type acquisition approach may be broken #16609
Comments
Hey @johnnyreilly, does this repro in the 2.4 RC? |
Gimme a mo - I'll find out |
The build is running now - answer should be yours in the output 😄 |
So it sounds like the RC doesn't exhibit this behavior, but something we ported over to 2.4 proper might have broken it. Do you know which specific day the build started failing? |
@johnnyreilly, is this resolved as of [email protected], per this comment? |
Yes it is - closing! |
@DanielRosenwasser looking back through our nightly builds I think this is the one where it first appeared: |
Hey folks!
I'm one of the maintainers of ts-loader
We have a nightly build that runs which includes typescript@next in its matrix. I've noticed this has been failing for a week or so now. See the travis failure here. Note that TypeScript 2.3 and earlier all run fine.
TypeScript Version: nightly (2.5.0-dev.20170618)
Code
The problem is a failing jasmine test here:
https://github.com/TypeStrong/ts-loader/tree/master/test/execution-tests/2.0.3_typesResolution
Expected behavior:
This test should pass - it's not really a runtime test at all; it's purpose is to validate that the @types/jasmine types were acquired.
Actual behavior:
Test fails. Types don't appear to be being acquired.
I'm afraid I don't have too much time to look further into this but it appears that there is something potentially problematic with the TypeScript@next type acquisition approach and I wanted to give you a heads up.
The text was updated successfully, but these errors were encountered: