Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Docs: Show currently supported TypeScript version #157

Merged
merged 1 commit into from
Feb 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down