Skip to content

Commit

Permalink
Rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed May 31, 2022
1 parent 452bd86 commit d5a764a
Show file tree
Hide file tree
Showing 776 changed files with 25,856,644 additions and 0 deletions.
2,802 changes: 2,802 additions & 0 deletions docs/ast/source/.external-ecmascript.js.json

Large diffs are not rendered by default.

149,778 changes: 149,778 additions & 0 deletions docs/ast/source/extras/ContextMenu/ContextMenu.js.json

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions docs/ast/source/extras/ContextMenu/index.js.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
{
"type": "File",
"start": 0,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 33
}
},
"program": {
"type": "Program",
"start": 0,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 33
}
},
"sourceType": "module",
"body": [
{
"type": "ExportAllDeclaration",
"start": 0,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 33
}
},
"source": {
"type": "StringLiteral",
"start": 14,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 32
}
},
"extra": {
"rawValue": "./ContextMenu.js",
"raw": "\"./ContextMenu.js\""
},
"value": "./ContextMenu.js"
}
}
],
"directives": []
},
"comments": [],
"tokens": [
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 9,
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./ContextMenu.js",
"start": 14,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 32,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 32
},
"end": {
"line": 1,
"column": 33
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 33,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 33
}
}
}
]
}
Loading

0 comments on commit d5a764a

Please sign in to comment.