Rename flow AST Type ExistentialTypeParam to ExistsTypeAnnotation (#322)

This commit is contained in:
Toru Kobayashi
2017-01-28 03:42:15 +09:00
committed by Daniel Tschinder
parent bd001767fb
commit c424156751
4 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@
}
},
"typeAnnotation": {
"type": "ExistentialTypeParam",
"type": "ExistsTypeAnnotation",
"start": 8,
"end": 9,
"loc": {
@@ -132,7 +132,7 @@
}
},
"typeAnnotation": {
"type": "ExistentialTypeParam",
"type": "ExistsTypeAnnotation",
"start": 30,
"end": 31,
"loc": {
@@ -213,7 +213,7 @@
"value": true
},
{
"type": "ExistentialTypeParam",
"type": "ExistsTypeAnnotation",
"start": 24,
"end": 25,
"loc": {

View File

@@ -153,7 +153,7 @@
}
},
{
"type": "ExistentialTypeParam",
"type": "ExistsTypeAnnotation",
"start": 26,
"end": 27,
"loc": {
@@ -190,4 +190,4 @@
],
"directives": []
}
}
}

View File

@@ -200,7 +200,7 @@
},
"name": "T",
"default": {
"type": "ExistentialTypeParam",
"type": "ExistsTypeAnnotation",
"start": 34,
"end": 35,
"loc": {
@@ -3237,4 +3237,4 @@
],
"directives": []
}
}
}