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

Commit

Permalink
fix: typescript parsings (#327)
Browse files Browse the repository at this point in the history
Fixes #311. Upgrade the typescript parser to fix the removed functions
  • Loading branch information
buehler authored Oct 30, 2017
2 parents 1f2c830 + 8ccf292 commit 191f6e8
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 358 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,31 +92,31 @@
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.31",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"@types/reflect-metadata": "0.0.5",
"@types/sinon": "^2.3.5",
"@types/sinon": "^2.3.7",
"@types/sinon-chai": "^2.7.29",
"chai": "^4.1.2",
"del-cli": "^1.1.0",
"filewalker": "^0.1.3",
"mocha-testdata": "^1.2.0",
"semantic-release": "^8.0.3",
"semantic-release": "^8.2.0",
"semantic-release-visualstudio-marketplace-version": "^1.0.0",
"sinon": "^4.0.0",
"sinon": "^4.0.2",
"sinon-chai": "^2.14.0",
"tslint": "^5.7.0",
"tslint": "^5.8.0",
"tslint-config-airbnb": "^5.3.0",
"tsutils": "^2.11.1",
"vscode": "^1.1.5"
"tsutils": "^2.12.1",
"vscode": "^1.1.6"
},
"dependencies": {
"inversify": "^4.3.0",
"inversify-inject-decorators": "^3.0.1",
"reflect-metadata": "^0.1.10",
"tslib": "^1.7.1",
"tslib": "^1.8.0",
"typescript": "~2.5.3",
"typescript-parser": "^2.0.0",
"typescript-parser": "^2.2.1",
"winston": "^3.0.0-rc1"
},
"activationEvents": [
Expand Down
2 changes: 1 addition & 1 deletion test/_workspace/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist",
"resourceParser"
],
"typescriptHero.verbosity": "All",
"typescriptHero.verbosity": "warn",
"tslint.enable": false,
"typescriptHero.codeOutline.enabled": true,
"typescriptHero.resolver.organizeOnSave": false,
Expand Down
Loading

0 comments on commit 191f6e8

Please sign in to comment.