swc/crates/swc_css_parser/tests/fixture/number/output.json

1873 lines
45 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 1150,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 0,
"end": 1149,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"value": "div",
"raw": "div"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 4,
"end": 1149,
"ctxt": 0
},
"value": [
{
"type": "Declaration",
"span": {
"start": 10,
"end": 22,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 10,
"end": 18,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 20,
"end": 22,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 28,
"end": 41,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 28,
"end": 36,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 38,
"end": 41,
"ctxt": 0
},
"value": 10.0,
"raw": "+10"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 47,
"end": 60,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 47,
"end": 55,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 57,
"end": 60,
"ctxt": 0
},
"value": -10.0,
"raw": "-10"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 66,
"end": 79,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 66,
"end": 74,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 76,
"end": 79,
"ctxt": 0
},
"value": 0.1,
"raw": "0.1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 85,
"end": 99,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 85,
"end": 93,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 95,
"end": 99,
"ctxt": 0
},
"value": 0.1,
"raw": "+0.1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 105,
"end": 119,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 105,
"end": 113,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 115,
"end": 119,
"ctxt": 0
},
"value": -0.1,
"raw": "-0.1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 125,
"end": 138,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 125,
"end": 133,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 135,
"end": 138,
"ctxt": 0
},
"value": -0.1,
"raw": "-.1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 144,
"end": 157,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 144,
"end": 152,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 154,
"end": 157,
"ctxt": 0
},
"value": 0.1,
"raw": "+.1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 163,
"end": 174,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 163,
"end": 171,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 173,
"end": 174,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 180,
"end": 192,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 180,
"end": 188,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 190,
"end": 192,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 198,
"end": 211,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 198,
"end": 206,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 208,
"end": 211,
"ctxt": 0
},
"value": 0.1,
"raw": ".10"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 217,
"end": 232,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 217,
"end": 225,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 227,
"end": 232,
"ctxt": 0
},
"value": 12.34,
"raw": "12.34"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 238,
"end": 251,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 238,
"end": 246,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 248,
"end": 251,
"ctxt": 0
},
"value": 0.1,
"raw": "0.1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 257,
"end": 270,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 257,
"end": 265,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 267,
"end": 270,
"ctxt": 0
},
"value": 1.0,
"raw": "1.0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 276,
"end": 289,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 276,
"end": 284,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 286,
"end": 289,
"ctxt": 0
},
"value": 0.0,
"raw": "0.0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 295,
"end": 309,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 295,
"end": 303,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 305,
"end": 309,
"ctxt": 0
},
"value": 0.0,
"raw": "+0.0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 315,
"end": 329,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 315,
"end": 323,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 325,
"end": 329,
"ctxt": 0
},
"value": -0.0,
"raw": "-0.0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 335,
"end": 347,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 335,
"end": 343,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 345,
"end": 347,
"ctxt": 0
},
"value": 0.0,
"raw": ".0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 353,
"end": 371,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 353,
"end": 361,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 363,
"end": 371,
"ctxt": 0
},
"value": 1.2,
"raw": "1.200000"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 377,
"end": 392,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 377,
"end": 385,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 387,
"end": 392,
"ctxt": 0
},
"value": 120.0,
"raw": "1.2e2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 398,
"end": 411,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 398,
"end": 406,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 408,
"end": 411,
"ctxt": 0
},
"value": 100.0,
"raw": "1e2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 417,
"end": 431,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 417,
"end": 425,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 427,
"end": 431,
"ctxt": 0
},
"value": 20.0,
"raw": ".2e2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 437,
"end": 452,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 437,
"end": 445,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 447,
"end": 452,
"ctxt": 0
},
"value": 120.0,
"raw": "1.2E2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 458,
"end": 474,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 458,
"end": 466,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 468,
"end": 474,
"ctxt": 0
},
"value": 120.0,
"raw": "1.2e+2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 480,
"end": 496,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 480,
"end": 488,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 490,
"end": 496,
"ctxt": 0
},
"value": 0.012,
"raw": "1.2e-2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 502,
"end": 514,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 502,
"end": 510,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 512,
"end": 514,
"ctxt": 0
},
"value": -1.0,
"raw": "-1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 520,
"end": 534,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 520,
"end": 528,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 530,
"end": 534,
"ctxt": 0
},
"value": -1.2,
"raw": "-1.2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 540,
"end": 552,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 540,
"end": 548,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 550,
"end": 552,
"ctxt": 0
},
"value": 0.2,
"raw": ".2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 558,
"end": 571,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 558,
"end": 566,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 568,
"end": 571,
"ctxt": 0
},
"value": -0.2,
"raw": "-.2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 577,
"end": 590,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 577,
"end": 585,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 587,
"end": 590,
"ctxt": 0
},
"value": 0.2,
"raw": "+.2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 596,
"end": 612,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 596,
"end": 604,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 606,
"end": 612,
"ctxt": 0
},
"value": -1200.0,
"raw": "-1.2e3"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 618,
"end": 632,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 618,
"end": 626,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 628,
"end": 632,
"ctxt": 0
},
"value": 1.75,
"raw": "1.75"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 638,
"end": 653,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 638,
"end": 646,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 648,
"end": 653,
"ctxt": 0
},
"value": 1.75,
"raw": "+1.75"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 659,
"end": 672,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 659,
"end": 667,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 669,
"end": 672,
"ctxt": 0
},
"value": 1.0,
"raw": "1e0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 678,
"end": 691,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 678,
"end": 686,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 688,
"end": 691,
"ctxt": 0
},
"value": 10.0,
"raw": "1e1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 697,
"end": 711,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 697,
"end": 705,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 707,
"end": 711,
"ctxt": 0
},
"value": 10.0,
"raw": "1e+1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 717,
"end": 731,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 717,
"end": 725,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 727,
"end": 731,
"ctxt": 0
},
"value": 0.1,
"raw": "1e-1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 737,
"end": 752,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 737,
"end": 745,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 747,
"end": 752,
"ctxt": 0
},
"value": 1e-10,
"raw": "1e-10"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 758,
"end": 771,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 758,
"end": 766,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 768,
"end": 769,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
{
"type": "Number",
"span": {
"start": 769,
"end": 771,
"ctxt": 0
},
"value": 2.0,
"raw": "+2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 777,
"end": 790,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 777,
"end": 785,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 787,
"end": 788,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
{
"type": "Number",
"span": {
"start": 788,
"end": 790,
"ctxt": 0
},
"value": -2.0,
"raw": "-2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 796,
"end": 810,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 796,
"end": 804,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 806,
"end": 810,
"ctxt": 0
},
"value": 4.01,
"raw": "4.01"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 816,
"end": 832,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 816,
"end": 824,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 826,
"end": 832,
"ctxt": 0
},
"value": -456.8,
"raw": "-456.8"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 838,
"end": 851,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 838,
"end": 846,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 848,
"end": 851,
"ctxt": 0
},
"value": 0.6,
"raw": ".60"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 857,
"end": 872,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 857,
"end": 865,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 867,
"end": 872,
"ctxt": 0
},
"value": 0.006,
"raw": ".0060"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 878,
"end": 892,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 878,
"end": 886,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 888,
"end": 892,
"ctxt": 0
},
"value": 10000.0,
"raw": "10e3"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 898,
"end": 915,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 898,
"end": 906,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 908,
"end": 915,
"ctxt": 0
},
"value": -0.034,
"raw": "-3.4e-2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 921,
"end": 943,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 921,
"end": 929,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 931,
"end": 943,
"ctxt": 0
},
"value": 0.56,
"raw": "0.5600000000"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 949,
"end": 963,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 949,
"end": 957,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 959,
"end": 963,
"ctxt": 0
},
"value": 10000000.0,
"raw": "10e6"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 969,
"end": 987,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 969,
"end": 977,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 979,
"end": 987,
"ctxt": 0
},
"value": 10000000.0,
"raw": "10000000"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 993,
"end": 1006,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 993,
"end": 1001,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1003,
"end": 1006,
"ctxt": 0
},
"value": 0.0,
"raw": "0.0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 1012,
"end": 1026,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 1012,
"end": 1020,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1022,
"end": 1026,
"ctxt": 0
},
"value": -0.0,
"raw": "-0.0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 1032,
"end": 1046,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 1032,
"end": 1040,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1042,
"end": 1046,
"ctxt": 0
},
"value": 0.0,
"raw": "+0.0"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 1052,
"end": 1065,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 1052,
"end": 1060,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1062,
"end": 1065,
"ctxt": 0
},
"value": 10.0,
"raw": "1e1"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 1071,
"end": 1084,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 1071,
"end": 1079,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1081,
"end": 1084,
"ctxt": 0
},
"value": 100.0,
"raw": "1e2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 1090,
"end": 1103,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 1090,
"end": 1098,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1100,
"end": 1103,
"ctxt": 0
},
"value": 1000.0,
"raw": "1e3"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 1109,
"end": 1122,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 1109,
"end": 1117,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1119,
"end": 1122,
"ctxt": 0
},
"value": 10000.0,
"raw": "1e4"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 1128,
"end": 1146,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 1128,
"end": 1136,
"ctxt": 0
},
"value": "property",
"raw": "property"
},
"value": [
{
"type": "Number",
"span": {
"start": 1138,
"end": 1146,
"ctxt": 0
},
"value": 0.0001001,
"raw": "100.1e-6"
}
],
"important": null
}
]
}
}
]
}