finish reorganisation of babylon

This commit is contained in:
Sebastian McKenzie
2015-07-25 08:03:39 +01:00
parent 7e7ad89724
commit 2598299e64
20 changed files with 748 additions and 776 deletions

View File

@@ -1 +1 @@
export async function foo(){}
export async function foo() {}

View File

@@ -1,7 +1,7 @@
{
"type": "File",
"start": 0,
"end": 29,
"end": 30,
"loc": {
"start": {
"line": 1,
@@ -9,13 +9,13 @@
},
"end": {
"line": 1,
"column": 29
"column": 30
}
},
"program": {
"type": "Program",
"start": 0,
"end": 29,
"end": 30,
"loc": {
"start": {
"line": 1,
@@ -23,7 +23,7 @@
},
"end": {
"line": 1,
"column": 29
"column": 30
}
},
"sourceType": "module",
@@ -31,7 +31,7 @@
{
"type": "ExportNamedDeclaration",
"start": 0,
"end": 29,
"end": 30,
"loc": {
"start": {
"line": 1,
@@ -39,13 +39,13 @@
},
"end": {
"line": 1,
"column": 29
"column": 30
}
},
"declaration": {
"type": "FunctionDeclaration",
"start": 7,
"end": 29,
"end": 30,
"loc": {
"start": {
"line": 1,
@@ -53,7 +53,7 @@
},
"end": {
"line": 1,
"column": 29
"column": 30
}
},
"id": {
@@ -78,16 +78,16 @@
"params": [],
"body": {
"type": "BlockStatement",
"start": 27,
"end": 29,
"start": 28,
"end": 30,
"loc": {
"start": {
"line": 1,
"column": 27
"column": 28
},
"end": {
"line": 1,
"column": 29
"column": 30
}
},
"body": []
@@ -98,4 +98,4 @@
}
]
}
}
}