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

266 lines
7.6 KiB
JSON

{
"type": "Script",
"span": {
"start": 53,
"end": 229,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 53,
"end": 186,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 59,
"end": 185,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 59,
"end": 66,
"ctxt": 0
},
"value": "options",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 69,
"end": 185,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 69,
"end": 183,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 69,
"end": 167,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 73,
"end": 90,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 73,
"end": 77,
"ctxt": 0
},
"value": "Intl",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 78,
"end": 90,
"ctxt": 0
},
"value": "NumberFormat",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 91,
"end": 98,
"ctxt": 0
},
"value": "en-NZ",
"raw": "'en-NZ'"
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 100,
"end": 166,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 102,
"end": 107,
"ctxt": 0
},
"value": "style",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 109,
"end": 119,
"ctxt": 0
},
"value": "currency",
"raw": "'currency'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 121,
"end": 129,
"ctxt": 0
},
"value": "currency",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 131,
"end": 136,
"ctxt": 0
},
"value": "NZD",
"raw": "'NZD'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 138,
"end": 150,
"ctxt": 0
},
"value": "currencySign",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 152,
"end": 164,
"ctxt": 0
},
"value": "accounting",
"raw": "'accounting'"
}
}
]
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 168,
"end": 183,
"ctxt": 0
},
"value": "resolvedOptions",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 187,
"end": 229,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 193,
"end": 228,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 193,
"end": 205,
"ctxt": 0
},
"value": "currencySign",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 208,
"end": 228,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 208,
"end": 215,
"ctxt": 0
},
"value": "options",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 216,
"end": 228,
"ctxt": 0
},
"value": "currencySign",
"optional": false
}
},
"definite": false
}
]
}
],
"interpreter": null
}