dojo / meta

:rocket: Dojo - meta information for the project.
Other
226 stars 50 forks source link

Update to TypeScript 2.5 #197

Closed kitsonk closed 6 years ago

kitsonk commented 7 years ago

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 commented 6 years ago

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