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

220 lines
6.6 KiB
JSON

{
"type": "Script",
"span": {
"start": 53,
"end": 179,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 53,
"end": 179,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 59,
"end": 178,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 59,
"end": 62,
"ctxt": 0
},
"value": "str",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 65,
"end": 178,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 65,
"end": 170,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 65,
"end": 163,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 69,
"end": 86,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 69,
"end": 73,
"ctxt": 0
},
"value": "Intl",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 74,
"end": 86,
"ctxt": 0
},
"value": "NumberFormat",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 87,
"end": 94,
"ctxt": 0
},
"value": "en-NZ",
"raw": "'en-NZ'"
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 96,
"end": 162,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 98,
"end": 103,
"ctxt": 0
},
"value": "style",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 105,
"end": 115,
"ctxt": 0
},
"value": "currency",
"raw": "'currency'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 117,
"end": 125,
"ctxt": 0
},
"value": "currency",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 127,
"end": 132,
"ctxt": 0
},
"value": "NZD",
"raw": "'NZD'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 134,
"end": 146,
"ctxt": 0
},
"value": "currencySign",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 148,
"end": 160,
"ctxt": 0
},
"value": "accounting",
"raw": "'accounting'"
}
}
]
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 164,
"end": 170,
"ctxt": 0
},
"value": "format",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 171,
"end": 177,
"ctxt": 0
},
"value": 999999.0,
"raw": "999999"
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
],
"interpreter": null
}