swc/crates/swc_ecma_parser/tests/tsc/parseRegularExpressionMixedWithComments.json

260 lines
5.6 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 1,
"end": 179,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 23,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 22,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 11,
"ctxt": 0
},
"value": "regex1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "RegExpLiteral",
"span": {
"start": 14,
"end": 22,
"ctxt": 0
},
"pattern": " asdf ",
"flags": ""
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 24,
"end": 50,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 28,
"end": 49,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 28,
"end": 34,
"ctxt": 0
},
"value": "regex2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "RegExpLiteral",
"span": {
"start": 41,
"end": 49,
"ctxt": 0
},
"pattern": " asdf ",
"flags": ""
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 51,
"end": 117,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 55,
"end": 116,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 55,
"end": 61,
"ctxt": 0
},
"value": "regex3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 115,
"end": 116,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 118,
"end": 148,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 122,
"end": 147,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 122,
"end": 128,
"ctxt": 0
},
"value": "regex4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 135,
"end": 147,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "RegExpLiteral",
"span": {
"start": 135,
"end": 138,
"ctxt": 0
},
"pattern": " ",
"flags": ""
},
"right": {
"type": "RegExpLiteral",
"span": {
"start": 140,
"end": 147,
"ctxt": 0
},
"pattern": "asdf ",
"flags": ""
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 149,
"end": 179,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 153,
"end": 178,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 153,
"end": 159,
"ctxt": 0
},
"value": "regex5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 166,
"end": 178,
"ctxt": 0
},
"operator": "**",
"left": {
"type": "RegExpLiteral",
"span": {
"start": 166,
"end": 173,
"ctxt": 0
},
"pattern": " asdf",
"flags": ""
},
"right": {
"type": "RegExpLiteral",
"span": {
"start": 175,
"end": 178,
"ctxt": 0
},
"pattern": " ",
"flags": ""
}
},
"definite": false
}
]
}
],
"interpreter": null
}