{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, "init": { "type": "Literal", "value": {}, "raw": "/[a-c]/i", "regex": { "pattern": "[a-c]", "flags": "i" }, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 16 } } }, "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 16 } } } ], "kind": "var", "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 16 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "x", "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "=", "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "RegularExpression", "value": "/[a-c]/i", "regex": { "pattern": "[a-c]", "flags": "i" }, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 16 } } } ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 16 } } }