Skip to content

Commit

Permalink
docs: correct supported typescript version (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
clentfort authored and JamesHenry committed Apr 4, 2019
1 parent 6718906 commit fab182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The `canary` (latest master) version is:


We will always endeavor to support the latest stable version of TypeScript. Sometimes, but not always, changes in TypeScript will not require breaking changes in this project, and so we are able to support more than one version of TypeScript. We will always endeavor to support the latest stable version of TypeScript. Sometimes, but not always, changes in TypeScript will not require breaking changes in this project, and so we are able to support more than one version of TypeScript.


**The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.4.0`.** **The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.5.0`.**


This is reflected in the `devDependency` requirement within the package.json file, and it is what the tests will be run against. We have an open `peerDependency` requirement in order to allow for experimentation on newer/beta versions of TypeScript. This is reflected in the `devDependency` requirement within the package.json file, and it is what the tests will be run against. We have an open `peerDependency` requirement in order to allow for experimentation on newer/beta versions of TypeScript.


Expand Down

0 comments on commit fab182f

Please sign in to comment.