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

Commit 567e8db

Browse files
armano2JamesHenry
authored andcommittedJan 12, 2019
Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596)
1 parent 0c6c452 commit 567e8db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6037
-2709
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ _test.js
77
.vscode
88
yarn.lock
99
.eslint-release-info.json
10+
.idea

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following additional configuration options are available by specifying them
5959

6060
We will always endeavor to support the latest stable version of TypeScript.
6161

62-
The version of TypeScript currently supported by this parser is `~3.1.1`. 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.
62+
The version of TypeScript currently supported by this parser is `~3.2.1`. 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.
6363

6464
If you use a non-supported version of TypeScript, the parser will log a warning to the console.
6565

0 commit comments

Comments
 (0)
This repository has been archived.