This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
How to enable TypeScript 2.1.x Support #149
Labels
Comments
@JamesHenry could you rebase ts-2.1 |
@NeoReyad Done! |
Rebased the |
I'm delighted to say that the first RC of 2.2 passes all of our existing test cases on this We will look to update master as soon as 2.2 is the stable release of TypeScript |
@JamesHenry Typescript 2.2 is released! Could we merge in this fix. |
JamesHenry
added a commit
that referenced
this issue
Feb 22, 2017
JamesHenry
added a commit
that referenced
this issue
Feb 22, 2017
JamesHenry
added a commit
that referenced
this issue
Feb 22, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was originally tracked here: #128, but it has now come to its final resolution.
Unfortunately, there was an unintentional breaking change in TypeScript around how it deals with JSDoc comments within some of its public node utility methods that we rely on in this parser.
TS Issue: microsoft/TypeScript#13519
That issue has now been fixed, but will not be released as a patch version of TypeScript 2.1.x
This means that it is not possible to officially support TS 2.1.x in this parser. We will, of course, work to support 2.2.x as soon as possible.
However, because the necessary changes on our side were actually already made, it is still possible for you to use TypeScript 2.1.x on your project.
You can:
ts-2.1
typescript@next
as your TypeScript version (this is the master branch of TypeScript, which contains the fix)(I think this requires npm 3+ (i.e. Node 6+) because otherwise, the peerDependency conflict would prevent you from installing that combo)
The text was updated successfully, but these errors were encountered: