-
Notifications
You must be signed in to change notification settings - Fork 24
Typescript 1.7.3 appears to break config loading #7
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
Sorry about that - I think we renamed the Though, |
Yep, I'll take a stab at a PR here. Thanks. |
@DanielRosenwasser - Was |
I don't think it was a private API. I just documented the break on https://github.com/Microsoft/TypeScript/wiki/API-Breaking-Changes#typescript-17, but we're sorry it slipped under the radar. |
@DanielRosenwasser - Ya, no real worries, I just am ramping up to speed to help maintain here and thought that we might need to figure out a better / more supported path. |
Neither of these functions appear to exist in 1.7.3:
ts.parseConfigFile()
ts.convertCompilerOptionsFromJson
https://github.com/tildeio/broccoli-typescript-compiler/blob/master/index.js#L46-L49
"Cannot load tsconfig.json from ..." gets thrown
The text was updated successfully, but these errors were encountered: