Skip to content

Commit 19e7f15

Browse files
authored
Docs: Show currently supported TypeScript version (eslint#157)
1 parent e96ba1f commit 19e7f15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A parser that converts TypeScript into an [ESTree](https://github.com/estree/est
44

55
**Important:** This parser is still in the very early stages and is considered experimental. There are likely a lot of bugs. You should not rely on this in a production environment yet.
66

7+
## Supported TypeScript Version
8+
9+
The version of TypeScript supported by this parser is `2.0.x`. Please ensure that you are using this version before submitting any issues.
10+
11+
Due to a bug in the TypeScript Compiler it was not possible to officially support TypeScript `2.1.x`, please see this issue for more details on using `2.1.x`: https://github.com/eslint/typescript-eslint-parser/issues/149
12+
713
## Usage
814

915
Install:

0 commit comments

Comments
 (0)