Skip to content

Commit

Permalink
delete this change once babel#360 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex committed Mar 1, 2017
1 parent d087049 commit d856b1f
Showing 1 changed file with 203 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
{
"type": "File",
"start": 0,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 2
}
},
"program": {
"type": "Program",
"start": 0,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 2
}
},
"sourceType": "script",
"body": [
{
"type": "ExpressionStatement",
"start": 0,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 2
}
},
"expression": {
"type": "FunctionExpression",
"start": 1,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 3,
"column": 1
}
},
"id": null,
"generator": true,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 13,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 3,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 19,
"end": 41,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 2,
"column": 26
}
},
"expression": {
"type": "ObjectExpression",
"start": 19,
"end": 41,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 2,
"column": 26
}
},
"properties": [
{
"type": "ObjectMethod",
"start": 21,
"end": 39,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 24
}
},
"method": true,
"shorthand": false,
"computed": true,
"key": {
"type": "YieldExpression",
"start": 23,
"end": 33,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 18
}
},
"delegate": false,
"argument": {
"type": "Identifier",
"start": 29,
"end": 33,
"loc": {
"start": {
"line": 2,
"column": 14
},
"end": {
"line": 2,
"column": 18
},
"identifierName": "iter"
},
"name": "iter"
}
},
"kind": "method",
"id": null,
"generator": true,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 37,
"end": 39,
"loc": {
"start": {
"line": 2,
"column": 22
},
"end": {
"line": 2,
"column": 24
}
},
"body": [],
"directives": [],
"extra": {
"curly": true
}
}
}
]
}
}
],
"directives": [],
"extra": {
"curly": true
}
},
"extra": {
"parenthesized": true,
"parenStart": 0
}
}
}
],
"directives": []
}
}

0 comments on commit d856b1f

Please sign in to comment.