Support Flow this parameter annotations (#12234)

This commit is contained in:
Daniel Sainati
2021-02-21 11:44:27 -05:00
committed by GitHub
parent 407e8b5c7b
commit 16e9f1c8e5
149 changed files with 3010 additions and 83 deletions

View File

@@ -16,6 +16,10 @@
"expression": {
"type": "ObjectExpression",
"start":1,"end":14,"loc":{"start":{"line":1,"column":1},"end":{"line":1,"column":14}},
"extra": {
"parenthesized": true,
"parenStart": 0
},
"properties": [
{
"type": "Property",
@@ -44,11 +48,7 @@
},
"shorthand": false
}
],
"extra": {
"parenthesized": true,
"parenStart": 0
}
]
}
}
]