Rename flow AST Type ExistentialTypeParam to ExistsTypeAnnotation (#322)
This commit is contained in:
committed by
Daniel Tschinder
parent
bd001767fb
commit
c424156751
@@ -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": {
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ExistentialTypeParam",
|
||||
"type": "ExistsTypeAnnotation",
|
||||
"start": 26,
|
||||
"end": 27,
|
||||
"loc": {
|
||||
@@ -190,4 +190,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
},
|
||||
"name": "T",
|
||||
"default": {
|
||||
"type": "ExistentialTypeParam",
|
||||
"type": "ExistsTypeAnnotation",
|
||||
"start": 34,
|
||||
"end": 35,
|
||||
"loc": {
|
||||
@@ -3237,4 +3237,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user