fix(typescript): support jsx spread child (#4885)

* fix(typescript): support jsx spread child

* chore(deps): update to use typescript-eslint-parser@17.0.0
master
Ika 2018-07-26 22:13:32 +08:00 committed by GitHub
parent 65d65a5c13
commit 1c33224117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -1 +1 @@
run_spec(__dirname, ["babylon", "flow"]);
run_spec(__dirname, ["babylon", "flow", "typescript"]);

View File

@ -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"