Sebastian McKenzie b909a81ab7 6.0.0
I'm extremely stupid and didn't commit as I go. To anyone reading this
I'm extremely sorry. A lot of these changes are very broad and I plan on
releasing Babel 6.0.0 today live on stage at Ember Camp London so I'm
afraid I couldn't wait. If you're ever in London I'll buy you a beer
(or assorted beverage!) to make up for it, also I'll kiss your feet and
give you a back massage, maybe.
2015-10-29 17:51:24 +00:00

211 lines
4.7 KiB
JSON
Executable File

{
"type": "File",
"start": 0,
"end": 121,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 10,
"column": 1
}
},
"program": {
"type": "Program",
"start": 0,
"end": 121,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 10,
"column": 1
}
},
"sourceType": "module",
"body": [
{
"type": "ExportDefaultDeclaration",
"start": 36,
"end": 121,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 10,
"column": 1
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 51,
"end": 121,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 10,
"column": 1
}
},
"id": null,
"superClass": null,
"body": {
"type": "ClassBody",
"start": 57,
"end": 121,
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 10,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 103,
"end": 119,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 9,
"column": 5
}
},
"computed": false,
"key": {
"type": "Identifier",
"start": 103,
"end": 110,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 11
}
},
"name": "method1",
"leadingComments": null
},
"static": false,
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 112,
"end": 119,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 9,
"column": 5
}
},
"body": [],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * this is method1.\n ",
"start": 63,
"end": 98,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 7,
"column": 7
}
}
}
]
}
],
"leadingComments": null
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * this is anonymous class.\n ",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * this is anonymous class.\n ",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * this is method1.\n ",
"start": 63,
"end": 98,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 7,
"column": 7
}
}
}
]
}