Skip to content

Commit

Permalink
fix(typescript): support jsx spread child (#4885)
Browse files Browse the repository at this point in the history
* fix(typescript): support jsx spread child

* chore(deps): update to use typescript-eslint-parser@17.0.0
  • Loading branch information
ikatyang committed Jul 26, 2018
1 parent 65d65a5 commit 1c33224
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"semver": "5.4.1",
"string-width": "2.1.1",
"typescript": "3.0.0-dev.20180626",
"typescript-eslint-parser": "eslint/typescript-eslint-parser#6eec85b1466fbef087838203b246f70fa71ac0ac",
"typescript-eslint-parser": "17.0.0",
"unicode-regex": "1.0.1",
"unified": "6.1.6",
"yaml": "1.0.0-rc.7",
Expand Down
2 changes: 1 addition & 1 deletion tests/jsx_spread/jsfmt.spec.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
run_spec(__dirname, ["babylon", "flow"]);
run_spec(__dirname, ["babylon", "flow", "typescript"]);
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5617,9 +5617,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript-eslint-parser@eslint/typescript-eslint-parser#6eec85b1466fbef087838203b246f70fa71ac0ac:
version "16.0.1"
resolved "https://codeload.github.com/eslint/typescript-eslint-parser/tar.gz/6eec85b1466fbef087838203b246f70fa71ac0ac"
typescript-eslint-parser@17.0.0:
version "17.0.0"
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-17.0.0.tgz#0e2b5c0d15f2e2cfdf43dd024c96b10d016bef26"
dependencies:
lodash.unescape "4.0.1"
semver "5.5.0"
Expand Down

0 comments on commit 1c33224

Please sign in to comment.