Skip to content

Commit

Permalink
Update esdoc to handle Babel v7 SpreadProperty -> SpreadElement.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjamie committed May 17, 2020
1 parent 2e128c2 commit 6c7eada
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.8.3",
"@babel/register": "^7.8.6",
"@itsjamie/esdoc-core": "0.1.1-alpha.0",
"@itsjamie/esdoc-cli": "0.1.1-alpha.3",
"@itsjamie/esdoc-ecmascript-proposal-plugin": "0.1.1-alpha.3",
"@itsjamie/esdoc-standard-plugin": "0.1.1-alpha.3",
"@itsjamie/esdoc-typescript-plugin": "0.1.1-alpha.3",
"@itsjamie/esdoc-core": "^0.2.0",
"@itsjamie/esdoc-cli": "^0.2.0",
"@itsjamie/esdoc-ecmascript-proposal-plugin": "^0.2.0",
"@itsjamie/esdoc-standard-plugin": "^0.2.0",
"@itsjamie/esdoc-typescript-plugin": "^0.2.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/sinon-chai": "^3.2.2",
Expand Down

0 comments on commit 6c7eada

Please sign in to comment.