mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 25,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 25,
|
|
"ctxt": 0
|
|
},
|
|
"kind": "var",
|
|
"declare": false,
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"span": {
|
|
"start": 5,
|
|
"end": 24,
|
|
"ctxt": 0
|
|
},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 5,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"value": "regex2",
|
|
"optional": false,
|
|
"typeAnnotation": null
|
|
},
|
|
"init": {
|
|
"type": "RegExpLiteral",
|
|
"span": {
|
|
"start": 14,
|
|
"end": 24,
|
|
"ctxt": 0
|
|
},
|
|
"pattern": "[a-z/]$",
|
|
"flags": "i"
|
|
},
|
|
"definite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|