Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

New: Support TypeScript 2.5 (fixes #368) #369

Merged
merged 1 commit into from
Aug 20, 2017
Merged

Conversation

azz
Copy link
Contributor

@azz azz commented Aug 20, 2017

Only change made was to support optional catch binding:

try {} catch {}
try {} catch {} finally {}

I've done so in the same way that babylon has done, setting param to null on the CatchClause.

Might want to hold out and wait for the full release?

@eslintbot
Copy link

LGTM

@JamesHenry JamesHenry changed the base branch from master to ts-2.5 August 20, 2017 13:26
@JamesHenry
Copy link
Member

Thanks! I have changed the base to be a new ts-2.5 branch. We will do what we did last time, keep 2.5 on a protected parallel branch to master until it becomes the stable release

@JamesHenry JamesHenry merged commit c7a5714 into eslint:ts-2.5 Aug 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants