Skip to content
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

Update to TypeScript 2.5 #197

Closed
1 of 25 tasks
kitsonk opened this issue Aug 29, 2017 · 1 comment
Closed
1 of 25 tasks

Update to TypeScript 2.5 #197

kitsonk opened this issue Aug 29, 2017 · 1 comment

Comments

@kitsonk
Copy link
Member

kitsonk commented Aug 29, 2017

Enhancement

This is the issue for updating to TypeScript 2.5.

There are not any specific features of TypeScript 2.5 that we wanted to take advantage of, so mostly it is a maintenance upgrade. The one of note is that we can now just write } catch { instead of } catch (e) { if we are not doing anything with the error, as per a future ES spec.

The repos:

@kitsonk
Copy link
Member Author

kitsonk commented Oct 13, 2017

Now that TypeScript 2.6 is RC we should skip 2.5 and move to 2.6.

@kitsonk kitsonk closed this as completed Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants