Skip to content

Commit 89812c3

Browse files
outofambitJamesHenry
authored andcommitted
feat: support TypeScript 3.1 (JamesHenry#14)
BREAKING CHANGE: Supported TypeScript version is now 3.1
1 parent c165bd3 commit 89812c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In fact, it is already used within these hyper-popular open-source projects to p
2727

2828
We will always endeavor to support the latest stable version of TypeScript.
2929

30-
The version of TypeScript currently supported by this parser is `~3.0.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.
30+
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.
3131

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"semantic-release": "^15.9.16",
3333
"shelljs": "0.8.2",
3434
"travis-deploy-once": "^5.0.8",
35-
"typescript": "~3.0.1"
35+
"typescript": "~3.1.1"
3636
},
3737
"keywords": [
3838
"ast",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -6673,9 +6673,9 @@ typedarray@^0.0.6:
66736673
version "0.0.6"
66746674
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
66756675

6676-
typescript@~3.0.1:
6677-
version "3.0.1"
6678-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
6676+
typescript@~3.1.1:
6677+
version "3.1.1"
6678+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
66796679

66806680
uglify-js@^2.6:
66816681
version "2.8.29"

0 commit comments

Comments
 (0)