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
fried-twinky depends on tsickle ^0.23.4 [1], which uses getSymbolDisplayBuilder [2], which has been removed in TypeScript 3 [3].
fried-twinky
tsickle ^0.23.4
getSymbolDisplayBuilder
It would be great to try to update to a newer version of tsickle (current is 0.35.0), which does not use getSymbolDisplayBuilder.
tsickle
[1] https://github.com/samccone/fried-twinkie/blob/master/package.json#L7 [2] https://github.com/angular/tsickle/blob/v0.23.5/src/type-translator.ts#L217 [3] https://github.com/Microsoft/TypeScript-wiki/blob/master/API-Breaking-Changes.md#typescript-30
The text was updated successfully, but these errors were encountered:
Hey Ole, we can totally update this!
Sorry, something went wrong.
PR in progress here #11
However we are now hitting a bug in tsickle. angular/tsickle#1019
Successfully merging a pull request may close this issue.
fried-twinky
depends ontsickle ^0.23.4
[1], which usesgetSymbolDisplayBuilder
[2], which has been removed in TypeScript 3 [3].It would be great to try to update to a newer version of
tsickle
(current is 0.35.0), which does not usegetSymbolDisplayBuilder
.[1] https://github.com/samccone/fried-twinkie/blob/master/package.json#L7
[2] https://github.com/angular/tsickle/blob/v0.23.5/src/type-translator.ts#L217
[3] https://github.com/Microsoft/TypeScript-wiki/blob/master/API-Breaking-Changes.md#typescript-30
The text was updated successfully, but these errors were encountered: