123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "type": "File",
- "start": 0,
- "end": 26,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 26
- }
- },
- "program": {
- "type": "Program",
- "start": 0,
- "end": 26,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 26
- }
- },
- "sourceType": "script",
- "interpreter": null,
- "body": [
- {
- "type": "WhileStatement",
- "start": 0,
- "end": 26,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 26
- }
- },
- "test": {
- "type": "BooleanLiteral",
- "start": 7,
- "end": 11,
- "loc": {
- "start": {
- "line": 1,
- "column": 7
- },
- "end": {
- "line": 1,
- "column": 11
- }
- },
- "value": true
- },
- "body": {
- "type": "BlockStatement",
- "start": 13,
- "end": 26,
- "loc": {
- "start": {
- "line": 1,
- "column": 13
- },
- "end": {
- "line": 1,
- "column": 26
- }
- },
- "body": [
- {
- "type": "ContinueStatement",
- "start": 15,
- "end": 24,
- "loc": {
- "start": {
- "line": 1,
- "column": 15
- },
- "end": {
- "line": 1,
- "column": 24
- }
- },
- "label": null
- }
- ],
- "directives": []
- }
- }
- ],
- "directives": []
- }
- }
|