-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
No Output using TypeScript 1.8.0 Beta #147
Comments
I'm unable to reproduce this, and according to the tests here the test suite runs fine on TS 1.8. Assuming things work fine with TS 1.7.5 but fail with TS 1.8, my guess is that there was a change where your bootstrap.ts now causes TypeScript to not emit output for whatever reason. It would be interesting to run This is likely related to #91, meaning, if something in your file caused TypeScript to fail currently ts-loader isn't reporting what the issue is so it makes it hard to investigate/fix. |
Ah, I was led me to believe it might be something to do with ts-loader as running Thanks for running the tests against 1.8! Verifies the problem is on my end somewhere. |
Definitely reopen if you feel like it might be a problem with ts-loader and we can try to figure it out. |
@jbrantly i have the same issue, after removing noEmit: true from tsconfig - it works fine |
Same here, removing |
removing |
@adamlewy see this comment works for me |
@stepancar overwriting |
Using the TypeScript 1.8.0 compiler I'm getting the following error:
I tried tracking it down and it seems like the
name
property foroutputFiles
has changed, but I couldn't find a corresponding breaking change for the TS compiler that would cause that to be the case.The text was updated successfully, but these errors were encountered: