flow parser plugin: move up startPos and startLoc default assignments

This commit is contained in:
Sebastian McKenzie
2015-07-15 20:33:56 +01:00
parent d661e15ce2
commit d2ce03e82d
2 changed files with 5 additions and 4 deletions

View File

@@ -5896,7 +5896,7 @@ var fbTestFixture = {
},
init: {
type: "ArrowFunctionExpression",
start: null,
start: 10,
end: 27,
returnType: {
type: "TypeAnnotation",
@@ -6082,7 +6082,7 @@ var fbTestFixture = {
},
init: {
type: "ArrowFunctionExpression",
start: null,
start: 11,
end: 28,
returnType: {
type: "TypeAnnotation",