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

Commit e572416

Browse files
authored
Breaking: Support TypeScript 2.8 (fixes #453) (#454)
1 parent 45c0a88 commit e572416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A parser that converts TypeScript source code into an [ESTree](https://github.co
88

99
We will always endeavor to support the latest stable version of TypeScript.
1010

11-
The version of TypeScript currently supported by this parser is `~2.7.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.
11+
The version of TypeScript currently supported by this parser is `~2.8.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.
1212

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"npm-license": "0.3.3",
3232
"shelljs": "0.8.1",
3333
"shelljs-nodecli": "0.1.1",
34-
"typescript": "~2.7.1"
34+
"typescript": "~2.8.1"
3535
},
3636
"keywords": [
3737
"ast",

0 commit comments

Comments
 (0)