1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-15 12:57:03 +02:00
TableFilter/doc/ast/source/src/extensions/advancedGrid/advancedGrid.js.json
2015-08-06 15:27:09 +10:00

131 lines
2.3 KiB
JSON

{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "AdapterEzEditTable",
"range": [
7,
25
],
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 25
}
}
},
"range": [
7,
25
],
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 25
}
}
}
],
"source": {
"type": "Literal",
"value": "./adapterEzEditTable",
"raw": "'./adapterEzEditTable'",
"range": [
31,
53
],
"loc": {
"start": {
"line": 1,
"column": 31
},
"end": {
"line": 1,
"column": 53
}
}
},
"range": [
0,
54
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 54
}
}
},
{
"type": "ExportDefaultDeclaration",
"declaration": {
"type": "Identifier",
"name": "AdapterEzEditTable",
"range": [
73,
91
],
"loc": {
"start": {
"line": 3,
"column": 15
},
"end": {
"line": 3,
"column": 33
}
},
"leadingComments": [],
"trailingComments": []
},
"range": [
58,
92
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 34
}
}
}
],
"sourceType": "module",
"range": [
0,
92
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 34
}
},
"comments": []
}