1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "AssignmentExpression", 8 "operator": "=", 9 "left": { 10 "type": "Identifier", 11 "name": "RegularExpressionLiteral", 12 "decorators": [], 13 "loc": { 14 "start": { 15 "line": 16, 16 "column": 1 17 }, 18 "end": { 19 "line": 16, 20 "column": 25 21 } 22 } 23 }, 24 "right": { 25 "type": "RegExpLiteral", 26 "source": "\u200C\u200D\p{ID_Continue}", 27 "flags": "u", 28 "loc": { 29 "start": { 30 "line": 16, 31 "column": 29 32 }, 33 "end": { 34 "line": 16, 35 "column": 58 36 } 37 } 38 }, 39 "loc": { 40 "start": { 41 "line": 16, 42 "column": 1 43 }, 44 "end": { 45 "line": 16, 46 "column": 58 47 } 48 } 49 }, 50 "loc": { 51 "start": { 52 "line": 16, 53 "column": 1 54 }, 55 "end": { 56 "line": 16, 57 "column": 59 58 } 59 } 60 } 61 ], 62 "loc": { 63 "start": { 64 "line": 1, 65 "column": 1 66 }, 67 "end": { 68 "line": 16, 69 "column": 59 70 } 71 } 72} 73