46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":23,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":23}},
|
|
"errors": [
|
|
"SyntaxError: Invalid regular expression flag (1:17)",
|
|
"SyntaxError: Invalid regular expression flag (1:18)",
|
|
"SyntaxError: Invalid regular expression flag (1:20)",
|
|
"SyntaxError: Invalid regular expression flag (1:21)",
|
|
"SyntaxError: Invalid regular expression flag (1:22)",
|
|
"SyntaxError: Invalid regular expression flag (1:23)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":23,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":23}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"start":0,"end":23,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":23}},
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"start":4,"end":23,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":23}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"x"},
|
|
"name": "x"
|
|
},
|
|
"init": {
|
|
"type": "RegExpLiteral",
|
|
"start":8,"end":23,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":23}},
|
|
"extra": {
|
|
"raw": "/[P QR]/\\\\u0067"
|
|
},
|
|
"pattern": "[P QR]",
|
|
"flags": "\\\\u0067"
|
|
}
|
|
}
|
|
],
|
|
"kind": "var"
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |