29 lines
837 B
JSON
29 lines
837 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
|
|
"errors": [
|
|
"SyntaxError: Duplicate regular expression flag (1:6)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
|
|
"expression": {
|
|
"type": "RegExpLiteral",
|
|
"start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
|
|
"extra": {
|
|
"raw": "/./gii"
|
|
},
|
|
"pattern": ".",
|
|
"flags": "gii"
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |