From 21576e3845efd29a6a10a88a5a32e4afdcd97df9 Mon Sep 17 00:00:00 2001 From: James Henry Date: Fri, 10 Feb 2017 17:21:07 +0000 Subject: [PATCH] Docs: Show currently supported TypeScript version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b319ae..11cfae6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ A parser that converts TypeScript into an [ESTree](https://github.com/estree/est **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. +## Supported TypeScript Version + +The version of TypeScript supported by this parser is `2.0.x`. Please ensure that you are using this version before submitting any issues. + +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 + ## Usage Install: