2024-11-18 16:20:32 -06:00
|
|
|
---
|
2025-03-18 16:36:48 -07:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2024-11-18 16:20:32 -06:00
|
|
|
description: Result of parsing invalid_index_str.kcl
|
|
|
|
---
|
|
|
|
{
|
|
|
|
"Ok": {
|
|
|
|
"body": [
|
|
|
|
{
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
|
|
|
"end": 15,
|
|
|
|
"id": {
|
|
|
|
"end": 3,
|
|
|
|
"name": "arr",
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"elements": [
|
|
|
|
{
|
|
|
|
"end": 8,
|
|
|
|
"raw": "1",
|
|
|
|
"start": 7,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 1.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"end": 11,
|
|
|
|
"raw": "2",
|
|
|
|
"start": 10,
|
|
|
|
"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
|
|
|
},
|
|
|
|
{
|
|
|
|
"end": 14,
|
|
|
|
"raw": "3",
|
|
|
|
"start": 13,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 3.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"end": 15,
|
|
|
|
"start": 6,
|
|
|
|
"type": "ArrayExpression",
|
|
|
|
"type": "ArrayExpression"
|
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 15,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
|
|
|
"end": 28,
|
|
|
|
"id": {
|
|
|
|
"end": 17,
|
|
|
|
"name": "x",
|
|
|
|
"start": 16,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"computed": false,
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 28,
|
2024-12-07 07:16:04 +13:00
|
|
|
"object": {
|
|
|
|
"end": 23,
|
|
|
|
"name": "arr",
|
|
|
|
"start": 20,
|
|
|
|
"type": "Identifier",
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-12-07 07:16:04 +13:00
|
|
|
"property": {
|
|
|
|
"end": 27,
|
|
|
|
"raw": "\"s\"",
|
|
|
|
"start": 24,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": "s"
|
2024-11-18 16:20:32 -06:00
|
|
|
},
|
2024-12-07 07:16:04 +13:00
|
|
|
"start": 20,
|
|
|
|
"type": "MemberExpression",
|
|
|
|
"type": "MemberExpression"
|
|
|
|
},
|
|
|
|
"start": 16,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 28,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 16,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"end": 29,
|
|
|
|
"start": 0
|
|
|
|
}
|
|
|
|
}
|