2024-11-04 20:34:22 -06:00
|
|
|
---
|
2025-03-20 11:06:27 +13:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2024-11-04 20:34:22 -06:00
|
|
|
description: Result of parsing add_lots.kcl
|
|
|
|
---
|
|
|
|
{
|
|
|
|
"Ok": {
|
|
|
|
"body": [
|
|
|
|
{
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 3,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"id": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 3,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"name": "f",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"body": {
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"argument": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 19,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"left": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 19,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
|
|
|
"commentStart": 19,
|
|
|
|
"end": 0,
|
|
|
|
"name": "i",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2024-12-07 07:16:04 +13:00
|
|
|
"operator": "*",
|
|
|
|
"right": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 23,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"raw": "2",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 2.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 12,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "ReturnStatement",
|
|
|
|
"type": "ReturnStatement"
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 8,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 4,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"params": [
|
|
|
|
{
|
|
|
|
"type": "Parameter",
|
|
|
|
"identifier": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 5,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"name": "i",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "FunctionExpression",
|
|
|
|
"type": "FunctionExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"kind": "fn",
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 26,
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 28,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"id": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 28,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"name": "x",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"left": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"commentStart": 34,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "0",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 0.0,
|
|
|
|
"suffix": "None"
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
2025-04-07 16:13:15 +12:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
|
|
|
"abs_path": false,
|
|
|
|
"commentStart": 32,
|
|
|
|
"end": 0,
|
|
|
|
"name": {
|
|
|
|
"commentStart": 32,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"name": "f",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"type": "Identifier"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 32,
|
|
|
|
"end": 0,
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 41,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "1",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 1.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 39,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 39,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 39,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 48,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "2",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 2.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 46,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 46,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 46,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 55,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "3",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 3.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 53,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 53,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 53,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 62,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "4",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 4.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 60,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 60,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 60,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 69,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "5",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 5.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 67,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 67,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 67,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 76,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "6",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 6.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 74,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 74,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
|
|
|
"start": 0,
|
|
|
|
"type": "Name"
|
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 74,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 83,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "7",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 7.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 81,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 81,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 81,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 90,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "8",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 8.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 88,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 88,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 88,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 97,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "9",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 9.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 95,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 95,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 95,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 104,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "10",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 10.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 102,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 102,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 102,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 112,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "11",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 11.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 110,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 110,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 110,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 120,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "12",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 12.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 118,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 118,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 118,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 128,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "13",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 13.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 126,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 126,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 126,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 136,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "14",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 14.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 134,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 134,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 134,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 144,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "15",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 15.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 142,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 142,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 142,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 152,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "16",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 16.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 150,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 150,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 150,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 160,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "17",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 17.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 158,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 158,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 158,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 168,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "18",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 18.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 166,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 166,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 166,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 176,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "19",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 19.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 174,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 174,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 174,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 184,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "20",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 20.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 182,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 182,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 182,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 192,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "21",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 21.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 190,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 190,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 190,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 200,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "22",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 22.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 198,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 198,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 198,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 208,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "23",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 23.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 206,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 206,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 206,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 216,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "24",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 24.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 214,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 214,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 214,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 224,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "25",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 25.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 222,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 222,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 222,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 232,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "26",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 26.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 230,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 230,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 230,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 240,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "27",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 27.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 238,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 238,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 238,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 248,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "28",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 28.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 246,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 246,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 246,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 256,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "29",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 29.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 254,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 254,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 254,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 264,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "30",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 30.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 262,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 262,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 262,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 272,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "31",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 31.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 270,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 270,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 270,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 280,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "32",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 32.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 278,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 278,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 278,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 288,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "33",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 33.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 286,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 286,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 286,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 296,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "34",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 34.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 294,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 294,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 294,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 304,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "35",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 35.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 302,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 302,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 302,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 312,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "36",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 36.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 310,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 310,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 310,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 320,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "37",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 37.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 318,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 318,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 318,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 328,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "38",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 38.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 326,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 326,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 326,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 336,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "39",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 39.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 334,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 334,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 334,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 344,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "40",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 40.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 342,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 342,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 342,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 352,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "41",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 41.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 350,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 350,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 350,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 360,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "42",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 42.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 358,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 358,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 358,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 368,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "43",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 43.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 366,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 366,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 366,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 376,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "44",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 44.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 374,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 374,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 374,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 384,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "45",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 45.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 382,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 382,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 382,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 392,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "46",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 46.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 390,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 390,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 390,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 400,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "47",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 47.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 398,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 398,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 398,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 408,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "48",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 48.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 406,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 406,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 406,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 416,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "49",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 49.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 414,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 414,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 414,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 424,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "50",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 50.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 422,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 422,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 422,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 432,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "51",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 51.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 430,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 430,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 430,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 440,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "52",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 52.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 438,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 438,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 438,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 448,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "53",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 53.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 446,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 446,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 446,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 456,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "54",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 54.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 454,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 454,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 454,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 464,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "55",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 55.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 462,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 462,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 462,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 472,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "56",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 56.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 470,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 470,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 470,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 480,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "57",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 57.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 478,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 478,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 478,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 488,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "58",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 58.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 486,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 486,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 486,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 496,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "59",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 59.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 494,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 494,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 494,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 504,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "60",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 60.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 502,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 502,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 502,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 512,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "61",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 61.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 510,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 510,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 510,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 520,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "62",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 62.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 518,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 518,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 518,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 528,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "63",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 63.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 526,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 526,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 526,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 536,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "64",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 64.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 534,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 534,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 534,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 544,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "65",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 65.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 542,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 542,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 542,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 552,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "66",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 66.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 550,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 550,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 550,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 560,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "67",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 67.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 558,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 558,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 558,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 568,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "68",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 68.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 566,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 566,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 566,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 576,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "69",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 69.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 574,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 574,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 574,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
2024-12-07 07:16:04 +13:00
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 584,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "70",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 70.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 582,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 582,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "f",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 582,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"kind": "const",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 587,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"expression": {
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 601,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 601,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "x",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 604,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-04-07 16:13:15 +12:00
|
|
|
"raw": "4970",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"value": 4970.0,
|
2025-01-22 08:29:30 +13:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 610,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"raw": "0.1",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 0.1,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 615,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"raw": "\"Big sum\"",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": "Big sum"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 589,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 589,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "assertEqual",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2024-11-04 20:34:22 -06:00
|
|
|
},
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 589,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "ExpressionStatement",
|
|
|
|
"type": "ExpressionStatement"
|
|
|
|
}
|
|
|
|
],
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 0,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"nonCodeMeta": {
|
|
|
|
"nonCodeNodes": {
|
|
|
|
"0": [
|
|
|
|
{
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 26,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "NonCodeNode",
|
|
|
|
"value": {
|
|
|
|
"type": "newLine"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"1": [
|
|
|
|
{
|
2025-04-07 16:13:15 +12:00
|
|
|
"commentStart": 587,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2024-11-04 20:34:22 -06:00
|
|
|
"type": "NonCodeNode",
|
|
|
|
"value": {
|
|
|
|
"type": "newLine"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"startNodes": []
|
|
|
|
},
|
|
|
|
"start": 0
|
|
|
|
}
|
|
|
|
}
|