Flow enums: fix enum body location (#10737)
This commit is contained in:
committed by
Brian Ng
parent
6ba113197f
commit
01d6d6dd3b
@@ -62,16 +62,16 @@
|
||||
},
|
||||
"body": {
|
||||
"type": "EnumBooleanBody",
|
||||
"start": 22,
|
||||
"end": 44,
|
||||
"start": 7,
|
||||
"end": 46,
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 2
|
||||
"line": 1,
|
||||
"column": 7
|
||||
},
|
||||
"end": {
|
||||
"line": 3,
|
||||
"column": 12
|
||||
"line": 4,
|
||||
"column": 1
|
||||
}
|
||||
},
|
||||
"explicitType": true,
|
||||
|
||||
Reference in New Issue
Block a user