Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
fix(parser): Update parser to kill read length of undefined (#403)
Browse files Browse the repository at this point in the history
Closes #403. Update extension and parser to typescript version 2.8
  • Loading branch information
buehler committed Apr 4, 2018
1 parent fec7792 commit 0b6dc89
Show file tree
Hide file tree
Showing 2 changed files with 976 additions and 346 deletions.
28 changes: 16 additions & 12 deletions package.json
Expand Up @@ -75,6 +75,7 @@
"@semantic-release/github"
],
"getLastRelease": "./etc/get-last-release",
"prepare": false,
"publish": [
{
"path": "semantic-release-vsce",
Expand All @@ -84,14 +85,17 @@
"path": "@semantic-release/github",
"assets": "rbbit.typescript-hero.vsix"
}
]
],
"success": false,
"fail": false
},
"devDependencies": {
"@smartive/tslint-config": "^2.1.0",
"@semantic-release/git": "^4.0.1",
"@smartive/tslint-config": "^3.0.1",
"@types/chai": "^4.1.2",
"@types/istanbul": "^0.4.29",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/istanbul": "^0.4.30",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.2",
"@types/reflect-metadata": "0.1.0",
"@types/sinon": "^4.3.0",
"@types/sinon-chai": "^2.7.29",
Expand All @@ -100,22 +104,22 @@
"decache": "^4.4.0",
"del-cli": "^1.1.0",
"istanbul": "^0.4.5",
"remap-istanbul": "^0.10.1",
"semantic-release": "^12.4.1",
"remap-istanbul": "^0.11.0",
"semantic-release": "^15.1.5",
"semantic-release-vsce": "^2.0.0",
"sinon": "^4.4.2",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0",
"tslint": "^5.9.1",
"tsutils": "^2.22.2",
"vscode": "^1.1.10"
"tsutils": "^2.26.0",
"vscode": "^1.1.14"
},
"dependencies": {
"fs-extra": "^5.0.0",
"inversify": "^4.11.1",
"reflect-metadata": "^0.1.12",
"tslib": "^1.9.0",
"typescript": "~2.7.2",
"typescript-parser": "^2.3.0",
"typescript": "~2.8.1",
"typescript-parser": "^2.4.0",
"winston": "^3.0.0-rc1"
},
"activationEvents": [
Expand Down

0 comments on commit 0b6dc89

Please sign in to comment.