forked from xeokit/xeokit-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
776 changed files
with
25,856,644 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
149,778 changes: 149,778 additions & 0 deletions
149,778
docs/ast/source/extras/ContextMenu/ContextMenu.js.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.