You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ A parser that converts TypeScript into an [ESTree](https://github.com/estree/est
4
4
5
5
**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.
6
6
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
0 commit comments