-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore(deps): use typescript 1.8 #116
Comments
You using ts 1.8 :) |
Whoops possible. Is 1.8 not yet supported? |
Is it out of beta? |
I am really waiting for it, it may simplify system js bundling |
No it's not out of beta: https://github.com/Microsoft/TypeScript/releases |
updated description to contain angular blocker issue angular/angular#6468 |
fyi: blocker issue closed. |
Yeap, I know. But not available until Monday, in trip right now |
All good. Have a nice trip ;-). |
Thanks, when I am back, I will be updating all the things :) |
update: blocked by angular/angular#6468
When building my app with webpack I get:
Seems legit, because there is an
if (true)
with areturn
and code after that:https://github.com/valor-software/ng2-bootstrap/blob/802c64f65b42ca8f9b6d5a184f229c19934ecbb6/components/timepicker/timepicker.component.ts#L103
The text was updated successfully, but these errors were encountered: