Skip to content

Commit

Permalink
docs: Update supported TypeScript version range (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandaroop authored and bradzacher committed Sep 6, 2019
1 parent 6a5c77c commit e9fcf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -207,7 +207,7 @@ The latest version under the `canary` tag **(latest commit to master)** 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.

**The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.6.0`.**
**The version range of TypeScript currently supported by this parser is `>=3.2.1 <3.7.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.

Expand Down

0 comments on commit e9fcf70

Please sign in to comment.