Erase comment start positions from snapshot tests (#6178)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-07 17:42:15 +12:00
committed by GitHub
parent e7b23e1638
commit e6ae89ebf9
145 changed files with 41979 additions and 41979 deletions

View File

@ -84,7 +84,7 @@ fn parse_test(test: &Test) {
insta::assert_json_snapshot!("ast", parse_res, { insta::assert_json_snapshot!("ast", parse_res, {
".**.start" => 0, ".**.start" => 0,
".**.end" => 0, ".**.end" => 0,
".**.comment_start" => 0, ".**.commentStart" => 0,
}); });
}); });
} }

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ description: Result of parsing angled_line.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing angled_line.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4.83", "raw": "4.83",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing angled_line.kcl
} }
}, },
{ {
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"raw": "12.56", "raw": "12.56",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing angled_line.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 65, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing angled_line.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 84, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"raw": "15.1", "raw": "15.1",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing angled_line.kcl
} }
}, },
{ {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2.48", "raw": "2.48",
"start": 0, "start": 0,
@ -164,10 +164,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 73, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 73, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -177,7 +177,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 73, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -189,17 +189,17 @@ description: Result of parsing angled_line.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 114, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.15", "raw": "3.15",
"start": 0, "start": 0,
@ -212,7 +212,7 @@ description: Result of parsing angled_line.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 122, "commentStart": 0,
"end": 0, "end": 0,
"raw": "9.85", "raw": "9.85",
"start": 0, "start": 0,
@ -223,7 +223,7 @@ description: Result of parsing angled_line.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -240,14 +240,14 @@ description: Result of parsing angled_line.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 129, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -258,10 +258,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -271,7 +271,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -283,18 +283,18 @@ description: Result of parsing angled_line.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 153, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 159, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"raw": "15.17", "raw": "15.17",
"start": 0, "start": 0,
@ -305,7 +305,7 @@ description: Result of parsing angled_line.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -314,7 +314,7 @@ description: Result of parsing angled_line.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 169, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4.1", "raw": "4.1",
"start": 0, "start": 0,
@ -325,7 +325,7 @@ description: Result of parsing angled_line.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -342,10 +342,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 148, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 148, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -355,7 +355,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 148, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -365,16 +365,16 @@ description: Result of parsing angled_line.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 191, "commentStart": 0,
"elements": [ "elements": [
{ {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"name": "seg01", "name": "seg01",
"start": 0, "start": 0,
@ -388,10 +388,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 192, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 192, "commentStart": 0,
"end": 0, "end": 0,
"name": "segAng", "name": "segAng",
"start": 0, "start": 0,
@ -401,14 +401,14 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 192, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
}, },
{ {
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"raw": "12.35", "raw": "12.35",
"start": 0, "start": 0,
@ -426,7 +426,7 @@ description: Result of parsing angled_line.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 215, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -435,10 +435,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -448,7 +448,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -459,18 +459,18 @@ description: Result of parsing angled_line.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 228, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 234, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"commentStart": 236, "commentStart": 0,
"end": 0, "end": 0,
"raw": "13.02", "raw": "13.02",
"start": 0, "start": 0,
@ -481,7 +481,7 @@ description: Result of parsing angled_line.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 235, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -489,7 +489,7 @@ description: Result of parsing angled_line.kcl
"type": "UnaryExpression" "type": "UnaryExpression"
}, },
{ {
"commentStart": 243, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10.03", "raw": "10.03",
"start": 0, "start": 0,
@ -510,10 +510,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 223, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 223, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -523,7 +523,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 223, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -533,7 +533,7 @@ description: Result of parsing angled_line.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 262, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -542,10 +542,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 256, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 256, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -555,7 +555,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 256, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -566,14 +566,14 @@ description: Result of parsing angled_line.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 278, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 287, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -588,10 +588,10 @@ description: Result of parsing angled_line.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 270, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 270, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -601,7 +601,7 @@ description: Result of parsing angled_line.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 270, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -609,7 +609,7 @@ description: Result of parsing angled_line.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -8,10 +8,10 @@ description: Result of parsing argument_error.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"name": "f", "name": "f",
"start": 0, "start": 0,
@ -22,7 +22,7 @@ description: Result of parsing argument_error.kcl
"body": [ "body": [
{ {
"argument": { "argument": {
"commentStart": 19, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -33,24 +33,24 @@ description: Result of parsing argument_error.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 8, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
"commentStart": 4, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -72,16 +72,16 @@ description: Result of parsing argument_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 22, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": "f", "name": "f",
"start": 0, "start": 0,
@ -93,10 +93,10 @@ description: Result of parsing argument_error.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 31, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -108,7 +108,7 @@ description: Result of parsing argument_error.kcl
} }
}, },
{ {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -128,10 +128,10 @@ description: Result of parsing argument_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"name": "map", "name": "map",
"start": 0, "start": 0,
@ -141,7 +141,7 @@ description: Result of parsing argument_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -158,7 +158,7 @@ description: Result of parsing argument_error.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 22, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -18,10 +18,10 @@ description: Result of parsing array_elem_pop.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -72,12 +72,12 @@ description: Result of parsing array_elem_pop.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 16, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -87,10 +87,10 @@ description: Result of parsing array_elem_pop.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -104,10 +104,10 @@ description: Result of parsing array_elem_pop.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": "pop", "name": "pop",
"start": 0, "start": 0,
@ -117,7 +117,7 @@ description: Result of parsing array_elem_pop.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -133,12 +133,12 @@ description: Result of parsing array_elem_pop.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 36, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -148,10 +148,10 @@ description: Result of parsing array_elem_pop.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -165,10 +165,10 @@ description: Result of parsing array_elem_pop.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 47, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 47, "commentStart": 0,
"end": 0, "end": 0,
"name": "pop", "name": "pop",
"start": 0, "start": 0,
@ -178,7 +178,7 @@ description: Result of parsing array_elem_pop.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 47, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -194,12 +194,12 @@ description: Result of parsing array_elem_pop.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 61, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr3", "name": "new_arr3",
"start": 0, "start": 0,
@ -209,10 +209,10 @@ description: Result of parsing array_elem_pop.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 76, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 76, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -226,10 +226,10 @@ description: Result of parsing array_elem_pop.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"name": "pop", "name": "pop",
"start": 0, "start": 0,
@ -239,7 +239,7 @@ description: Result of parsing array_elem_pop.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -255,16 +255,16 @@ description: Result of parsing array_elem_pop.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 98, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -272,7 +272,7 @@ description: Result of parsing array_elem_pop.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -288,7 +288,7 @@ description: Result of parsing array_elem_pop.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 111, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -300,7 +300,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -312,7 +312,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 0 should not have changed\"", "raw": "\"element 0 should not have changed\"",
"start": 0, "start": 0,
@ -323,10 +323,10 @@ description: Result of parsing array_elem_pop.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -336,7 +336,7 @@ description: Result of parsing array_elem_pop.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -347,16 +347,16 @@ description: Result of parsing array_elem_pop.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 172, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -364,7 +364,7 @@ description: Result of parsing array_elem_pop.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 181, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -380,7 +380,7 @@ description: Result of parsing array_elem_pop.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -392,7 +392,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 188, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -404,7 +404,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 197, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 1 should not have changed\"", "raw": "\"element 1 should not have changed\"",
"start": 0, "start": 0,
@ -415,10 +415,10 @@ description: Result of parsing array_elem_pop.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -428,7 +428,7 @@ description: Result of parsing array_elem_pop.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -439,16 +439,16 @@ description: Result of parsing array_elem_pop.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 234, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 246, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 246, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -456,7 +456,7 @@ description: Result of parsing array_elem_pop.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 255, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -472,7 +472,7 @@ description: Result of parsing array_elem_pop.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 259, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -484,7 +484,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 262, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -496,7 +496,7 @@ description: Result of parsing array_elem_pop.kcl
} }
}, },
{ {
"commentStart": 271, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 0 should not have changed\"", "raw": "\"element 0 should not have changed\"",
"start": 0, "start": 0,
@ -507,10 +507,10 @@ description: Result of parsing array_elem_pop.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 234, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 234, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -520,7 +520,7 @@ description: Result of parsing array_elem_pop.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 234, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",

View File

@ -18,7 +18,7 @@ description: Result of parsing array_elem_pop_empty_fail.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [], "elements": [],
"end": 0, "end": 0,
"start": 0, "start": 0,
@ -35,12 +35,12 @@ description: Result of parsing array_elem_pop_empty_fail.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 9, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 9, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 9, "commentStart": 0,
"end": 0, "end": 0,
"name": "fail", "name": "fail",
"start": 0, "start": 0,
@ -50,10 +50,10 @@ description: Result of parsing array_elem_pop_empty_fail.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -67,10 +67,10 @@ description: Result of parsing array_elem_pop_empty_fail.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "pop", "name": "pop",
"start": 0, "start": 0,
@ -80,7 +80,7 @@ description: Result of parsing array_elem_pop_empty_fail.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",

View File

@ -18,10 +18,10 @@ description: Result of parsing array_elem_pop_fail.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing array_elem_pop_fail.kcl
} }
}, },
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing array_elem_pop_fail.kcl
} }
}, },
{ {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -72,12 +72,12 @@ description: Result of parsing array_elem_pop_fail.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 16, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "pushedArr", "name": "pushedArr",
"start": 0, "start": 0,
@ -87,10 +87,10 @@ description: Result of parsing array_elem_pop_fail.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -104,10 +104,10 @@ description: Result of parsing array_elem_pop_fail.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": "pop", "name": "pop",
"start": 0, "start": 0,
@ -117,7 +117,7 @@ description: Result of parsing array_elem_pop_fail.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -133,23 +133,23 @@ description: Result of parsing array_elem_pop_fail.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 37, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": "fail", "name": "fail",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 44, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 44, "commentStart": 0,
"end": 0, "end": 0,
"name": "pushedArr", "name": "pushedArr",
"start": 0, "start": 0,
@ -157,7 +157,7 @@ description: Result of parsing array_elem_pop_fail.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,

View File

@ -18,10 +18,10 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -72,12 +72,12 @@ description: Result of parsing array_elem_push.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 16, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -87,10 +87,10 @@ description: Result of parsing array_elem_push.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -102,7 +102,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -116,10 +116,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": "push", "name": "push",
"start": 0, "start": 0,
@ -129,7 +129,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -145,12 +145,12 @@ description: Result of parsing array_elem_push.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 40, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 40, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 40, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -160,10 +160,10 @@ description: Result of parsing array_elem_push.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -175,7 +175,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -189,10 +189,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"name": "push", "name": "push",
"start": 0, "start": 0,
@ -202,7 +202,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -218,16 +218,16 @@ description: Result of parsing array_elem_push.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 81, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -235,7 +235,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 90, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -251,7 +251,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -263,7 +263,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 97, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -275,7 +275,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 106, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 0 should not have changed\"", "raw": "\"element 0 should not have changed\"",
"start": 0, "start": 0,
@ -286,10 +286,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -299,7 +299,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -310,16 +310,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 155, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 155, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -327,7 +327,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -343,7 +343,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -355,7 +355,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -367,7 +367,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 1 should not have changed\"", "raw": "\"element 1 should not have changed\"",
"start": 0, "start": 0,
@ -378,10 +378,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -391,7 +391,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -402,16 +402,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 217, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 229, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 229, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -419,7 +419,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -435,7 +435,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 242, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -447,7 +447,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -459,7 +459,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 254, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 2 should not have changed\"", "raw": "\"element 2 should not have changed\"",
"start": 0, "start": 0,
@ -470,10 +470,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 217, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 217, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -483,7 +483,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 217, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -494,16 +494,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 303, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 303, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr1", "name": "new_arr1",
"start": 0, "start": 0,
@ -511,7 +511,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 312, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -527,7 +527,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 316, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -539,7 +539,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 319, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -551,7 +551,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 328, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"4 was added to the end of the array\"", "raw": "\"4 was added to the end of the array\"",
"start": 0, "start": 0,
@ -562,10 +562,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -575,7 +575,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -586,16 +586,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 367, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 379, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 379, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -603,7 +603,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 388, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -619,7 +619,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 392, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -631,7 +631,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 395, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -643,7 +643,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 404, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 0 should not have changed\"", "raw": "\"element 0 should not have changed\"",
"start": 0, "start": 0,
@ -654,10 +654,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 367, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 367, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -667,7 +667,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 367, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -678,16 +678,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 453, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 453, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -695,7 +695,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 462, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -711,7 +711,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 466, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -723,7 +723,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 469, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -735,7 +735,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 478, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 1 should not have changed\"", "raw": "\"element 1 should not have changed\"",
"start": 0, "start": 0,
@ -746,10 +746,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -759,7 +759,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -770,16 +770,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 515, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 527, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 527, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -787,7 +787,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 536, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -803,7 +803,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 540, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -815,7 +815,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 543, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -827,7 +827,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 552, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"element 2 should not have changed\"", "raw": "\"element 2 should not have changed\"",
"start": 0, "start": 0,
@ -838,10 +838,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 515, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 515, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -851,7 +851,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 515, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -862,16 +862,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 589, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 601, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -879,7 +879,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 610, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -895,7 +895,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 614, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -907,7 +907,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 617, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -919,7 +919,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 626, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"4 was added to the end of the array\"", "raw": "\"4 was added to the end of the array\"",
"start": 0, "start": 0,
@ -930,10 +930,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 589, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 589, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -943,7 +943,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 589, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -954,16 +954,16 @@ description: Result of parsing array_elem_push.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 665, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 677, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 677, "commentStart": 0,
"end": 0, "end": 0,
"name": "new_arr2", "name": "new_arr2",
"start": 0, "start": 0,
@ -971,7 +971,7 @@ description: Result of parsing array_elem_push.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 686, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -987,7 +987,7 @@ description: Result of parsing array_elem_push.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 690, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -999,7 +999,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 693, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -1011,7 +1011,7 @@ description: Result of parsing array_elem_push.kcl
} }
}, },
{ {
"commentStart": 702, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"5 was added to the end of the array\"", "raw": "\"5 was added to the end of the array\"",
"start": 0, "start": 0,
@ -1022,10 +1022,10 @@ description: Result of parsing array_elem_push.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 665, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 665, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -1035,7 +1035,7 @@ description: Result of parsing array_elem_push.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 665, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",

View File

@ -18,10 +18,10 @@ description: Result of parsing array_elem_push_fail.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing array_elem_push_fail.kcl
} }
}, },
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing array_elem_push_fail.kcl
} }
}, },
{ {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -72,12 +72,12 @@ description: Result of parsing array_elem_push_fail.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 16, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "pushedArr", "name": "pushedArr",
"start": 0, "start": 0,
@ -87,10 +87,10 @@ description: Result of parsing array_elem_push_fail.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -102,7 +102,7 @@ description: Result of parsing array_elem_push_fail.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 38, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -116,10 +116,10 @@ description: Result of parsing array_elem_push_fail.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": "push", "name": "push",
"start": 0, "start": 0,
@ -129,7 +129,7 @@ description: Result of parsing array_elem_push_fail.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -145,23 +145,23 @@ description: Result of parsing array_elem_push_fail.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 41, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"name": "fail", "name": "fail",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 48, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 48, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -169,7 +169,7 @@ description: Result of parsing array_elem_push_fail.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 52, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,

View File

@ -18,7 +18,7 @@ description: Result of parsing array_index_oob.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [], "elements": [],
"end": 0, "end": 0,
"start": 0, "start": 0,
@ -35,23 +35,23 @@ description: Result of parsing array_index_oob.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 9, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 9, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 9, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 13, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -59,7 +59,7 @@ description: Result of parsing array_index_oob.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 17, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,

View File

@ -18,10 +18,10 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"endElement": { "endElement": {
"commentStart": 9, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -35,7 +35,7 @@ description: Result of parsing array_range_expr.kcl
"endInclusive": true, "endInclusive": true,
"start": 0, "start": 0,
"startElement": { "startElement": {
"commentStart": 6, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -59,16 +59,16 @@ description: Result of parsing array_range_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"name": "r1", "name": "r1",
"start": 0, "start": 0,
@ -76,7 +76,7 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -92,7 +92,7 @@ description: Result of parsing array_range_expr.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -104,7 +104,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 34, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -116,7 +116,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 43, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"last element is included\"", "raw": "\"last element is included\"",
"start": 0, "start": 0,
@ -127,10 +127,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -140,7 +140,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -151,19 +151,19 @@ description: Result of parsing array_range_expr.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 70, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"name": "four", "name": "four",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 79, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -184,19 +184,19 @@ description: Result of parsing array_range_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 81, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"name": "zero", "name": "zero",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -217,26 +217,26 @@ description: Result of parsing array_range_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 90, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 90, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 90, "commentStart": 0,
"end": 0, "end": 0,
"name": "r2", "name": "r2",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 95, "commentStart": 0,
"end": 0, "end": 0,
"endElement": { "endElement": {
"abs_path": false, "abs_path": false,
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": "four", "name": "four",
"start": 0, "start": 0,
@ -251,10 +251,10 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"startElement": { "startElement": {
"abs_path": false, "abs_path": false,
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": "zero", "name": "zero",
"start": 0, "start": 0,
@ -278,16 +278,16 @@ description: Result of parsing array_range_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 120, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 120, "commentStart": 0,
"end": 0, "end": 0,
"name": "r2", "name": "r2",
"start": 0, "start": 0,
@ -295,7 +295,7 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -311,7 +311,7 @@ description: Result of parsing array_range_expr.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -323,7 +323,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -335,7 +335,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"last element is included\"", "raw": "\"last element is included\"",
"start": 0, "start": 0,
@ -346,10 +346,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -359,7 +359,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -370,12 +370,12 @@ description: Result of parsing array_range_expr.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 166, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"name": "five", "name": "five",
"start": 0, "start": 0,
@ -384,14 +384,14 @@ description: Result of parsing array_range_expr.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"name": "four", "name": "four",
"start": 0, "start": 0,
@ -404,7 +404,7 @@ description: Result of parsing array_range_expr.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -422,10 +422,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"name": "int", "name": "int",
"start": 0, "start": 0,
@ -435,7 +435,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -451,26 +451,26 @@ description: Result of parsing array_range_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 189, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"name": "r3", "name": "r3",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 194, "commentStart": 0,
"end": 0, "end": 0,
"endElement": { "endElement": {
"abs_path": false, "abs_path": false,
"commentStart": 201, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 201, "commentStart": 0,
"end": 0, "end": 0,
"name": "five", "name": "five",
"start": 0, "start": 0,
@ -485,10 +485,10 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"startElement": { "startElement": {
"abs_path": false, "abs_path": false,
"commentStart": 195, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 195, "commentStart": 0,
"end": 0, "end": 0,
"name": "zero", "name": "zero",
"start": 0, "start": 0,
@ -512,16 +512,16 @@ description: Result of parsing array_range_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 219, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 219, "commentStart": 0,
"end": 0, "end": 0,
"name": "r3", "name": "r3",
"start": 0, "start": 0,
@ -529,7 +529,7 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 222, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -545,7 +545,7 @@ description: Result of parsing array_range_expr.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 226, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -557,7 +557,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 229, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -569,7 +569,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"second-to-last element is included\"", "raw": "\"second-to-last element is included\"",
"start": 0, "start": 0,
@ -580,10 +580,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -593,7 +593,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -604,16 +604,16 @@ description: Result of parsing array_range_expr.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 276, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 288, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 288, "commentStart": 0,
"end": 0, "end": 0,
"name": "r3", "name": "r3",
"start": 0, "start": 0,
@ -621,7 +621,7 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -637,7 +637,7 @@ description: Result of parsing array_range_expr.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 295, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -649,7 +649,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -661,7 +661,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 307, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"last element is included\"", "raw": "\"last element is included\"",
"start": 0, "start": 0,
@ -672,10 +672,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 276, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 276, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -685,7 +685,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 276, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -696,31 +696,31 @@ description: Result of parsing array_range_expr.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 334, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 336, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 336, "commentStart": 0,
"end": 0, "end": 0,
"name": "r4", "name": "r4",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 341, "commentStart": 0,
"end": 0, "end": 0,
"endElement": { "endElement": {
"arguments": [ "arguments": [
{ {
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"name": "five", "name": "five",
"start": 0, "start": 0,
@ -733,7 +733,7 @@ description: Result of parsing array_range_expr.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 370, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -751,10 +751,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": "int", "name": "int",
"start": 0, "start": 0,
@ -764,7 +764,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -775,14 +775,14 @@ description: Result of parsing array_range_expr.kcl
"startElement": { "startElement": {
"arguments": [ "arguments": [
{ {
"commentStart": 346, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 346, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 346, "commentStart": 0,
"end": 0, "end": 0,
"name": "zero", "name": "zero",
"start": 0, "start": 0,
@ -795,7 +795,7 @@ description: Result of parsing array_range_expr.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 353, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -813,10 +813,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 342, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 342, "commentStart": 0,
"end": 0, "end": 0,
"name": "int", "name": "int",
"start": 0, "start": 0,
@ -826,7 +826,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 342, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -845,16 +845,16 @@ description: Result of parsing array_range_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 386, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 386, "commentStart": 0,
"end": 0, "end": 0,
"name": "r4", "name": "r4",
"start": 0, "start": 0,
@ -862,7 +862,7 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 389, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -878,7 +878,7 @@ description: Result of parsing array_range_expr.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 393, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -890,7 +890,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 396, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -902,7 +902,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 405, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"first element is 1\"", "raw": "\"first element is 1\"",
"start": 0, "start": 0,
@ -913,10 +913,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -926,7 +926,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -937,16 +937,16 @@ description: Result of parsing array_range_expr.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 439, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 439, "commentStart": 0,
"end": 0, "end": 0,
"name": "r4", "name": "r4",
"start": 0, "start": 0,
@ -954,7 +954,7 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 442, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -970,7 +970,7 @@ description: Result of parsing array_range_expr.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 446, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -982,7 +982,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 449, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -994,7 +994,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 458, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"second-to-last element is 3\"", "raw": "\"second-to-last element is 3\"",
"start": 0, "start": 0,
@ -1005,10 +1005,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -1018,7 +1018,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -1029,16 +1029,16 @@ description: Result of parsing array_range_expr.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 489, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 501, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 501, "commentStart": 0,
"end": 0, "end": 0,
"name": "r4", "name": "r4",
"start": 0, "start": 0,
@ -1046,7 +1046,7 @@ description: Result of parsing array_range_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 504, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -1062,7 +1062,7 @@ description: Result of parsing array_range_expr.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 508, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -1074,7 +1074,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 511, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.00001", "raw": "0.00001",
"start": 0, "start": 0,
@ -1086,7 +1086,7 @@ description: Result of parsing array_range_expr.kcl
} }
}, },
{ {
"commentStart": 520, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"last element is 4\"", "raw": "\"last element is 4\"",
"start": 0, "start": 0,
@ -1097,10 +1097,10 @@ description: Result of parsing array_range_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 489, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 489, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -1110,7 +1110,7 @@ description: Result of parsing array_range_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 489, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -1127,7 +1127,7 @@ description: Result of parsing array_range_expr.kcl
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 70, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1138,7 +1138,7 @@ description: Result of parsing array_range_expr.kcl
], ],
"5": [ "5": [
{ {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1149,7 +1149,7 @@ description: Result of parsing array_range_expr.kcl
], ],
"9": [ "9": [
{ {
"commentStart": 334, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -18,10 +18,10 @@ description: Result of parsing array_range_negative_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"endElement": { "endElement": {
"commentStart": 17, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -38,7 +38,7 @@ description: Result of parsing array_range_negative_expr.kcl
"arguments": [ "arguments": [
{ {
"argument": { "argument": {
"commentStart": 11, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -49,7 +49,7 @@ description: Result of parsing array_range_negative_expr.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -59,10 +59,10 @@ description: Result of parsing array_range_negative_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 6, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 6, "commentStart": 0,
"end": 0, "end": 0,
"name": "int", "name": "int",
"start": 0, "start": 0,
@ -72,7 +72,7 @@ description: Result of parsing array_range_negative_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 6, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -91,16 +91,16 @@ description: Result of parsing array_range_negative_expr.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 32, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": "xs", "name": "xs",
"start": 0, "start": 0,
@ -108,7 +108,7 @@ description: Result of parsing array_range_negative_expr.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -125,7 +125,7 @@ description: Result of parsing array_range_negative_expr.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 40, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -136,7 +136,7 @@ description: Result of parsing array_range_negative_expr.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 39, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -144,7 +144,7 @@ description: Result of parsing array_range_negative_expr.kcl
"type": "UnaryExpression" "type": "UnaryExpression"
}, },
{ {
"commentStart": 43, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.001", "raw": "0.001",
"start": 0, "start": 0,
@ -156,7 +156,7 @@ description: Result of parsing array_range_negative_expr.kcl
} }
}, },
{ {
"commentStart": 50, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"first element is -5\"", "raw": "\"first element is -5\"",
"start": 0, "start": 0,
@ -167,10 +167,10 @@ description: Result of parsing array_range_negative_expr.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -180,7 +180,7 @@ description: Result of parsing array_range_negative_expr.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 26, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,11 +55,11 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 52, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -79,7 +79,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -90,7 +90,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -104,7 +104,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 62, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -113,10 +113,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -126,7 +126,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -137,17 +137,17 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 81, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 82, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -159,7 +159,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
} }
}, },
{ {
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -180,10 +180,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 70, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 70, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -193,7 +193,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 70, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -205,17 +205,17 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 100, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 106, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10.55", "raw": "10.55",
"start": 0, "start": 0,
@ -227,7 +227,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
} }
}, },
{ {
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -248,14 +248,14 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 118, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -266,10 +266,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 95, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 95, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -279,7 +279,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 95, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -291,17 +291,17 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 142, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 148, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 149, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -314,7 +314,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 153, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -325,7 +325,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 152, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -342,14 +342,14 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -360,10 +360,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -373,7 +373,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -385,19 +385,19 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 182, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 196, "commentStart": 0,
"elements": [ "elements": [
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -406,10 +406,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 197, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 197, "commentStart": 0,
"end": 0, "end": 0,
"name": "profileStartX", "name": "profileStartX",
"start": 0, "start": 0,
@ -419,7 +419,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 197, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -428,7 +428,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 229, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -437,10 +437,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 215, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 215, "commentStart": 0,
"end": 0, "end": 0,
"name": "profileStartY", "name": "profileStartY",
"start": 0, "start": 0,
@ -450,7 +450,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 215, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -466,10 +466,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -479,7 +479,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -490,10 +490,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -503,14 +503,14 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
} }
], ],
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -526,12 +526,12 @@ description: Result of parsing artifact_graph_example_code1.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 247, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude001", "name": "extrude001",
"start": 0, "start": 0,
@ -544,7 +544,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 279, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -552,7 +552,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
}, },
"arg": { "arg": {
"argument": { "argument": {
"commentStart": 289, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -563,7 +563,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 288, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -574,10 +574,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -587,17 +587,17 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 268, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 268, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch001", "name": "sketch001",
"start": 0, "start": 0,
@ -614,14 +614,14 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 305, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 314, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -636,21 +636,21 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 317, "commentStart": 0,
"end": 0, "end": 0,
"name": "tags", "name": "tags",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 324, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 325, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 325, "commentStart": 0,
"end": 0, "end": 0,
"name": "seg01", "name": "seg01",
"start": 0, "start": 0,
@ -671,10 +671,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"name": "fillet", "name": "fillet",
"start": 0, "start": 0,
@ -684,7 +684,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -692,7 +692,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -708,12 +708,12 @@ description: Result of parsing artifact_graph_example_code1.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 333, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 333, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 333, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch002", "name": "sketch002",
"start": 0, "start": 0,
@ -725,10 +725,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude001", "name": "extrude001",
"start": 0, "start": 0,
@ -741,10 +741,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 371, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 371, "commentStart": 0,
"end": 0, "end": 0,
"name": "seg02", "name": "seg02",
"start": 0, "start": 0,
@ -758,10 +758,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 345, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 345, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -771,7 +771,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 345, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -780,11 +780,11 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 398, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"commentStart": 400, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -795,7 +795,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 399, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -804,7 +804,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 404, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6", "raw": "6",
"start": 0, "start": 0,
@ -815,7 +815,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 403, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -829,7 +829,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 408, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -838,10 +838,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 383, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 383, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -851,7 +851,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 383, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -862,17 +862,17 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 427, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 428, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -884,7 +884,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
} }
}, },
{ {
"commentStart": 431, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -905,10 +905,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 416, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 416, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -918,7 +918,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 416, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -930,17 +930,17 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 445, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 451, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 452, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -953,7 +953,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 456, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -964,7 +964,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 455, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -981,10 +981,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 440, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 440, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -994,7 +994,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 440, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -1006,19 +1006,19 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 470, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 484, "commentStart": 0,
"elements": [ "elements": [
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 499, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -1027,10 +1027,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 485, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 485, "commentStart": 0,
"end": 0, "end": 0,
"name": "profileStartX", "name": "profileStartX",
"start": 0, "start": 0,
@ -1040,7 +1040,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 485, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -1049,7 +1049,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 517, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -1058,10 +1058,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 503, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 503, "commentStart": 0,
"end": 0, "end": 0,
"name": "profileStartY", "name": "profileStartY",
"start": 0, "start": 0,
@ -1071,7 +1071,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 503, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -1087,10 +1087,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 465, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 465, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -1100,7 +1100,7 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 465, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -1111,10 +1111,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 527, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 527, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -1124,14 +1124,14 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 527, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
} }
], ],
"commentStart": 345, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -1147,12 +1147,12 @@ description: Result of parsing artifact_graph_example_code1.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 535, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 535, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 535, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude002", "name": "extrude002",
"start": 0, "start": 0,
@ -1163,14 +1163,14 @@ description: Result of parsing artifact_graph_example_code1.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 567, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 576, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -1185,10 +1185,10 @@ description: Result of parsing artifact_graph_example_code1.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 548, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 548, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -1198,17 +1198,17 @@ description: Result of parsing artifact_graph_example_code1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 548, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 556, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 556, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch002", "name": "sketch002",
"start": 0, "start": 0,

View File

@ -22,7 +22,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 26, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'YZ'", "raw": "'YZ'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 52, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5.82", "raw": "5.82",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
} }
}, },
{ {
"commentStart": 59, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 63, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -119,10 +119,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 82, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 83, "commentStart": 0,
"end": 0, "end": 0,
"raw": "180", "raw": "180",
"start": 0, "start": 0,
@ -134,7 +134,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
} }
}, },
{ {
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"raw": "11.54", "raw": "11.54",
"start": 0, "start": 0,
@ -152,14 +152,14 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution" "type": "PipeSubstitution"
}, },
{ {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -169,10 +169,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -182,7 +182,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -191,19 +191,19 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 138, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"name": "rectangleSegmentA001", "name": "rectangleSegmentA001",
"start": 0, "start": 0,
@ -217,10 +217,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"name": "segAng", "name": "segAng",
"start": 0, "start": 0,
@ -230,7 +230,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -238,7 +238,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 178, "commentStart": 0,
"end": 0, "end": 0,
"raw": "90", "raw": "90",
"start": 0, "start": 0,
@ -254,7 +254,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"raw": "8.21", "raw": "8.21",
"start": 0, "start": 0,
@ -272,14 +272,14 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution" "type": "PipeSubstitution"
}, },
{ {
"commentStart": 205, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -289,10 +289,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -302,7 +302,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -311,16 +311,16 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 244, "commentStart": 0,
"elements": [ "elements": [
{ {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"name": "rectangleSegmentA001", "name": "rectangleSegmentA001",
"start": 0, "start": 0,
@ -334,10 +334,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 253, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 253, "commentStart": 0,
"end": 0, "end": 0,
"name": "segAng", "name": "segAng",
"start": 0, "start": 0,
@ -347,7 +347,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 253, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -358,10 +358,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"name": "rectangleSegmentA001", "name": "rectangleSegmentA001",
"start": 0, "start": 0,
@ -375,10 +375,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": "segLen", "name": "segLen",
"start": 0, "start": 0,
@ -388,13 +388,13 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
}, },
"commentStart": 290, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -408,14 +408,14 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 328, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution" "type": "PipeSubstitution"
}, },
{ {
"commentStart": 331, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -425,10 +425,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 233, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 233, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -438,7 +438,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 233, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -449,19 +449,19 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 364, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 378, "commentStart": 0,
"elements": [ "elements": [
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 393, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -470,10 +470,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 379, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 379, "commentStart": 0,
"end": 0, "end": 0,
"name": "profileStartX", "name": "profileStartX",
"start": 0, "start": 0,
@ -483,7 +483,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 379, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -492,7 +492,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 411, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -501,10 +501,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 397, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 397, "commentStart": 0,
"end": 0, "end": 0,
"name": "profileStartY", "name": "profileStartY",
"start": 0, "start": 0,
@ -514,7 +514,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 397, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -530,10 +530,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -543,7 +543,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -554,10 +554,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -567,14 +567,14 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
} }
], ],
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -590,12 +590,12 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 429, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 429, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 429, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch004", "name": "sketch004",
"start": 0, "start": 0,
@ -606,7 +606,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 455, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'-XZ'", "raw": "'-XZ'",
"start": 0, "start": 0,
@ -617,10 +617,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -630,7 +630,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -639,10 +639,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 482, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 483, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -654,7 +654,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
} }
}, },
{ {
"commentStart": 486, "commentStart": 0,
"end": 0, "end": 0,
"raw": "14.36", "raw": "14.36",
"start": 0, "start": 0,
@ -672,7 +672,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 494, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -681,10 +681,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 467, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 467, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -694,7 +694,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 467, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -705,17 +705,17 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 507, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 513, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 514, "commentStart": 0,
"end": 0, "end": 0,
"raw": "15.49", "raw": "15.49",
"start": 0, "start": 0,
@ -727,7 +727,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
} }
}, },
{ {
"commentStart": 521, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.05", "raw": "0.05",
"start": 0, "start": 0,
@ -748,10 +748,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -761,7 +761,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -771,10 +771,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 549, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 550, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -786,7 +786,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
} }
}, },
{ {
"commentStart": 553, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -804,7 +804,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 557, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -813,10 +813,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 533, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 533, "commentStart": 0,
"end": 0, "end": 0,
"name": "tangentialArcTo", "name": "tangentialArcTo",
"start": 0, "start": 0,
@ -826,7 +826,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 533, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -835,11 +835,11 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 581, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"commentStart": 583, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6.8", "raw": "6.8",
"start": 0, "start": 0,
@ -850,7 +850,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 582, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -858,7 +858,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "UnaryExpression" "type": "UnaryExpression"
}, },
{ {
"commentStart": 588, "commentStart": 0,
"end": 0, "end": 0,
"raw": "8.17", "raw": "8.17",
"start": 0, "start": 0,
@ -876,7 +876,7 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 595, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -885,10 +885,10 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 565, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 565, "commentStart": 0,
"end": 0, "end": 0,
"name": "tangentialArcTo", "name": "tangentialArcTo",
"start": 0, "start": 0,
@ -898,14 +898,14 @@ description: Result of parsing artifact_graph_example_code_no_3d.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 565, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
} }
], ],
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,14 +22,14 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "offset", "name": "offset",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 44, "commentStart": 0,
"end": 0, "end": 0,
"raw": "20", "raw": "20",
"start": 0, "start": 0,
@ -44,10 +44,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 17, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 17, "commentStart": 0,
"end": 0, "end": 0,
"name": "offsetPlane", "name": "offsetPlane",
"start": 0, "start": 0,
@ -57,13 +57,13 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 17, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 29, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"XY\"", "raw": "\"XY\"",
"start": 0, "start": 0,
@ -82,12 +82,12 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 48, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 48, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 48, "commentStart": 0,
"end": 0, "end": 0,
"name": "offsetPlane002", "name": "offsetPlane002",
"start": 0, "start": 0,
@ -98,7 +98,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 83, "commentStart": 0,
"end": 0, "end": 0,
"name": "offset", "name": "offset",
"start": 0, "start": 0,
@ -106,7 +106,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
}, },
"arg": { "arg": {
"argument": { "argument": {
"commentStart": 93, "commentStart": 0,
"end": 0, "end": 0,
"raw": "50", "raw": "50",
"start": 0, "start": 0,
@ -117,7 +117,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -128,10 +128,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 65, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 65, "commentStart": 0,
"end": 0, "end": 0,
"name": "offsetPlane", "name": "offsetPlane",
"start": 0, "start": 0,
@ -141,13 +141,13 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 65, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"XZ\"", "raw": "\"XZ\"",
"start": 0, "start": 0,
@ -166,12 +166,12 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 97, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 97, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 97, "commentStart": 0,
"end": 0, "end": 0,
"name": "offsetPlane003", "name": "offsetPlane003",
"start": 0, "start": 0,
@ -182,14 +182,14 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 132, "commentStart": 0,
"end": 0, "end": 0,
"name": "offset", "name": "offset",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 141, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -204,10 +204,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"name": "offsetPlane", "name": "offsetPlane",
"start": 0, "start": 0,
@ -217,13 +217,13 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 126, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"YZ\"", "raw": "\"YZ\"",
"start": 0, "start": 0,
@ -242,12 +242,12 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 144, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 146, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 146, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch002", "name": "sketch002",
"start": 0, "start": 0,
@ -259,10 +259,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"name": "offsetPlane001", "name": "offsetPlane001",
"start": 0, "start": 0,
@ -276,10 +276,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -289,7 +289,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -298,10 +298,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 208, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 209, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -313,7 +313,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
} }
}, },
{ {
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -331,7 +331,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 216, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -340,10 +340,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -353,7 +353,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -364,17 +364,17 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 229, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 235, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 236, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6.78", "raw": "6.78",
"start": 0, "start": 0,
@ -386,7 +386,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
} }
}, },
{ {
"commentStart": 242, "commentStart": 0,
"end": 0, "end": 0,
"raw": "15.01", "raw": "15.01",
"start": 0, "start": 0,
@ -407,10 +407,10 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 224, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 224, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -420,7 +420,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 224, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -428,7 +428,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -450,7 +450,7 @@ description: Result of parsing artifact_graph_example_code_offset_planes.kcl
"nonCodeNodes": { "nonCodeNodes": {
"2": [ "2": [
{ {
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -15,7 +15,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 63, "commentStart": 0,
"end": 0, "end": 0,
"name": "cubeIn", "name": "cubeIn",
"start": 0, "start": 0,
@ -27,7 +27,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 70, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -36,7 +36,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"name": "cubeMm", "name": "cubeMm",
"start": 0, "start": 0,
@ -48,14 +48,14 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 100, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": "cubeIn", "name": "cubeIn",
"start": 0, "start": 0,
@ -71,14 +71,14 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 109, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 109, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 109, "commentStart": 0,
"end": 0, "end": 0,
"name": "cubeMm", "name": "cubeMm",
"start": 0, "start": 0,
@ -101,7 +101,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -109,10 +109,10 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
}, },
"properties": [ "properties": [
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -122,10 +122,10 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -146,7 +146,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 100, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -158,7 +158,7 @@ description: Result of parsing assembly_mixed_units_cubes.kcl
}, },
"startNodes": [ "startNodes": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -6,7 +6,7 @@ description: Result of parsing assembly_non_default_units.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -25,7 +25,7 @@ description: Result of parsing assembly_non_default_units.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -40,14 +40,14 @@ description: Result of parsing assembly_non_default_units.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"name": "other1", "name": "other1",
"start": 0, "start": 0,
@ -63,14 +63,14 @@ description: Result of parsing assembly_non_default_units.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"name": "other2", "name": "other2",
"start": 0, "start": 0,
@ -93,7 +93,7 @@ description: Result of parsing assembly_non_default_units.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -101,10 +101,10 @@ description: Result of parsing assembly_non_default_units.kcl
}, },
"properties": [ "properties": [
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -114,10 +114,10 @@ description: Result of parsing assembly_non_default_units.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -138,7 +138,7 @@ description: Result of parsing assembly_non_default_units.kcl
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -150,7 +150,7 @@ description: Result of parsing assembly_non_default_units.kcl
}, },
"startNodes": [ "startNodes": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -6,19 +6,19 @@ description: Result of parsing bad_units_in_annotation.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 33, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"name": "oxygenRadius", "name": "oxygenRadius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.066", "raw": "0.066",
"start": 0, "start": 0,
@ -45,19 +45,19 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 143, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 184, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 184, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenRadius", "name": "hydrogenRadius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 201, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.053", "raw": "0.053",
"start": 0, "start": 0,
@ -78,19 +78,19 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 206, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 248, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 248, "commentStart": 0,
"end": 0, "end": 0,
"name": "oxygenHydrogenDistance", "name": "oxygenHydrogenDistance",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 273, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.096", "raw": "0.096",
"start": 0, "start": 0,
@ -111,19 +111,19 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 278, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"name": "bondAngle", "name": "bondAngle",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 349, "commentStart": 0,
"end": 0, "end": 0,
"raw": "104.5", "raw": "104.5",
"start": 0, "start": 0,
@ -144,12 +144,12 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 354, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 437, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 437, "commentStart": 0,
"end": 0, "end": 0,
"name": "createAtom", "name": "createAtom",
"start": 0, "start": 0,
@ -164,7 +164,7 @@ description: Result of parsing bad_units_in_annotation.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 489, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -175,10 +175,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 475, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 475, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -188,7 +188,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 475, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -199,7 +199,7 @@ description: Result of parsing bad_units_in_annotation.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 509, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -207,10 +207,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 518, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 518, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -225,7 +225,7 @@ description: Result of parsing bad_units_in_annotation.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 526, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
@ -233,10 +233,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 535, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 535, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
@ -251,10 +251,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -264,7 +264,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -276,21 +276,21 @@ description: Result of parsing bad_units_in_annotation.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 558, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 567, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 567, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 567, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
@ -303,7 +303,7 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"commentStart": 576, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -322,10 +322,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 550, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 550, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -335,7 +335,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 550, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -343,30 +343,30 @@ description: Result of parsing bad_units_in_annotation.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 475, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
"type": "PipeExpression" "type": "PipeExpression"
}, },
"commentStart": 468, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 464, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
"commentStart": 447, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 448, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -376,7 +376,7 @@ description: Result of parsing bad_units_in_annotation.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 456, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
@ -401,12 +401,12 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 580, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 622, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 622, "commentStart": 0,
"end": 0, "end": 0,
"name": "oxygenAtom", "name": "oxygenAtom",
"start": 0, "start": 0,
@ -415,10 +415,10 @@ description: Result of parsing bad_units_in_annotation.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 646, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 647, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -430,7 +430,7 @@ description: Result of parsing bad_units_in_annotation.kcl
} }
}, },
{ {
"commentStart": 650, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -449,10 +449,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 654, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 654, "commentStart": 0,
"end": 0, "end": 0,
"name": "oxygenRadius", "name": "oxygenRadius",
"start": 0, "start": 0,
@ -466,10 +466,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 635, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 635, "commentStart": 0,
"end": 0, "end": 0,
"name": "createAtom", "name": "createAtom",
"start": 0, "start": 0,
@ -479,7 +479,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 635, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -500,26 +500,26 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 667, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 718, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 718, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenOffsetX", "name": "hydrogenOffsetX",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 736, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 736, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 736, "commentStart": 0,
"end": 0, "end": 0,
"name": "oxygenHydrogenDistance", "name": "oxygenHydrogenDistance",
"start": 0, "start": 0,
@ -536,14 +536,14 @@ description: Result of parsing bad_units_in_annotation.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 775, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 775, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 775, "commentStart": 0,
"end": 0, "end": 0,
"name": "bondAngle", "name": "bondAngle",
"start": 0, "start": 0,
@ -556,7 +556,7 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 787, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -574,10 +574,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 765, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 765, "commentStart": 0,
"end": 0, "end": 0,
"name": "toRadians", "name": "toRadians",
"start": 0, "start": 0,
@ -587,7 +587,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 765, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -596,10 +596,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 761, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 761, "commentStart": 0,
"end": 0, "end": 0,
"name": "cos", "name": "cos",
"start": 0, "start": 0,
@ -609,7 +609,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 761, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -634,26 +634,26 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 791, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 791, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 791, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenOffsetY", "name": "hydrogenOffsetY",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 809, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 809, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 809, "commentStart": 0,
"end": 0, "end": 0,
"name": "oxygenHydrogenDistance", "name": "oxygenHydrogenDistance",
"start": 0, "start": 0,
@ -670,14 +670,14 @@ description: Result of parsing bad_units_in_annotation.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 848, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 848, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 848, "commentStart": 0,
"end": 0, "end": 0,
"name": "bondAngle", "name": "bondAngle",
"start": 0, "start": 0,
@ -690,7 +690,7 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 860, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -708,10 +708,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 838, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 838, "commentStart": 0,
"end": 0, "end": 0,
"name": "toRadians", "name": "toRadians",
"start": 0, "start": 0,
@ -721,7 +721,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 838, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -730,10 +730,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 834, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 834, "commentStart": 0,
"end": 0, "end": 0,
"name": "sin", "name": "sin",
"start": 0, "start": 0,
@ -743,7 +743,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 834, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -763,12 +763,12 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 863, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 894, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 894, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenAtom1", "name": "hydrogenAtom1",
"start": 0, "start": 0,
@ -777,14 +777,14 @@ description: Result of parsing bad_units_in_annotation.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 921, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 922, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 922, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenOffsetX", "name": "hydrogenOffsetX",
"start": 0, "start": 0,
@ -797,10 +797,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 939, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 939, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenOffsetY", "name": "hydrogenOffsetY",
"start": 0, "start": 0,
@ -819,10 +819,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 957, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 957, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenRadius", "name": "hydrogenRadius",
"start": 0, "start": 0,
@ -836,10 +836,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 910, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 910, "commentStart": 0,
"end": 0, "end": 0,
"name": "createAtom", "name": "createAtom",
"start": 0, "start": 0,
@ -849,7 +849,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 910, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -870,12 +870,12 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 973, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 973, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 973, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenAtom2", "name": "hydrogenAtom2",
"start": 0, "start": 0,
@ -884,15 +884,15 @@ description: Result of parsing bad_units_in_annotation.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 1000, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 1002, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1002, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenOffsetX", "name": "hydrogenOffsetX",
"start": 0, "start": 0,
@ -903,7 +903,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 1001, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -912,10 +912,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 1019, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1019, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenOffsetY", "name": "hydrogenOffsetY",
"start": 0, "start": 0,
@ -934,10 +934,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 1037, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1037, "commentStart": 0,
"end": 0, "end": 0,
"name": "hydrogenRadius", "name": "hydrogenRadius",
"start": 0, "start": 0,
@ -951,10 +951,10 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 989, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 989, "commentStart": 0,
"end": 0, "end": 0,
"name": "createAtom", "name": "createAtom",
"start": 0, "start": 0,
@ -964,7 +964,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 989, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -987,7 +987,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -995,10 +995,10 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
"properties": [ "properties": [
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -1008,10 +1008,10 @@ description: Result of parsing bad_units_in_annotation.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": "nm", "name": "nm",
"start": 0, "start": 0,
@ -1032,7 +1032,7 @@ description: Result of parsing bad_units_in_annotation.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1045,7 +1045,7 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"1": [ "1": [
{ {
"commentStart": 206, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1058,7 +1058,7 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"2": [ "2": [
{ {
"commentStart": 278, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1071,7 +1071,7 @@ description: Result of parsing bad_units_in_annotation.kcl
], ],
"3": [ "3": [
{ {
"commentStart": 354, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1082,7 +1082,7 @@ description: Result of parsing bad_units_in_annotation.kcl
} }
}, },
{ {
"commentStart": 379, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1094,7 +1094,7 @@ description: Result of parsing bad_units_in_annotation.kcl
}, },
"startNodes": [ "startNodes": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -22,7 +22,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
} }
}, },
{ {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 77, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
} }
}, },
{ {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -207,17 +207,17 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 110, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 116, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -229,7 +229,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
} }
}, },
{ {
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -250,10 +250,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -263,7 +263,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -275,17 +275,17 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 141, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 142, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -298,7 +298,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 146, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -309,7 +309,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -326,14 +326,14 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -344,10 +344,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -357,7 +357,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -369,14 +369,14 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -387,10 +387,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -400,7 +400,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -412,14 +412,14 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 205, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 214, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -434,10 +434,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 197, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 197, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -447,7 +447,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 197, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -459,14 +459,14 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 230, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -481,21 +481,21 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 242, "commentStart": 0,
"end": 0, "end": 0,
"name": "tags", "name": "tags",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 249, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 250, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 250, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing3", "name": "thing3",
"start": 0, "start": 0,
@ -510,10 +510,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 274, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 274, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing3", "name": "thing3",
"start": 0, "start": 0,
@ -527,10 +527,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"name": "getOppositeEdge", "name": "getOppositeEdge",
"start": 0, "start": 0,
@ -540,7 +540,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -556,10 +556,10 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 223, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 223, "commentStart": 0,
"end": 0, "end": 0,
"name": "fillet", "name": "fillet",
"start": 0, "start": 0,
@ -569,7 +569,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 223, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -577,7 +577,7 @@ description: Result of parsing basic_fillet_cube_close_opposite.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
} }
}, },
{ {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 77, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
} }
}, },
{ {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -207,17 +207,17 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 110, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 116, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -229,7 +229,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
} }
}, },
{ {
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -250,10 +250,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -263,7 +263,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -275,17 +275,17 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 141, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 142, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -298,7 +298,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 146, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -309,7 +309,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -326,14 +326,14 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -344,10 +344,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -357,7 +357,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -367,7 +367,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -376,10 +376,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -389,7 +389,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -400,14 +400,14 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -422,10 +422,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -435,7 +435,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -447,14 +447,14 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 227, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -469,21 +469,21 @@ description: Result of parsing basic_fillet_cube_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 230, "commentStart": 0,
"end": 0, "end": 0,
"name": "tags", "name": "tags",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 237, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing", "name": "thing",
"start": 0, "start": 0,
@ -498,10 +498,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 261, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 261, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing", "name": "thing",
"start": 0, "start": 0,
@ -515,10 +515,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": "getOppositeEdge", "name": "getOppositeEdge",
"start": 0, "start": 0,
@ -528,7 +528,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -544,10 +544,10 @@ description: Result of parsing basic_fillet_cube_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"name": "fillet", "name": "fillet",
"start": 0, "start": 0,
@ -557,7 +557,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -565,7 +565,7 @@ description: Result of parsing basic_fillet_cube_end.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
} }
}, },
{ {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 77, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
} }
}, },
{ {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -207,17 +207,17 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 110, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 116, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -229,7 +229,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
} }
}, },
{ {
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -250,14 +250,14 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 125, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -268,10 +268,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -281,7 +281,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -293,17 +293,17 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 150, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 156, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -316,7 +316,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -327,7 +327,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -344,14 +344,14 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -362,10 +362,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -375,7 +375,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -387,14 +387,14 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 192, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 198, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -405,10 +405,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -418,7 +418,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -430,14 +430,14 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 229, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -452,10 +452,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -465,7 +465,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -477,14 +477,14 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 254, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -499,23 +499,23 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 257, "commentStart": 0,
"end": 0, "end": 0,
"name": "tags", "name": "tags",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 264, "commentStart": 0,
"elements": [ "elements": [
{ {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 285, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 285, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing3", "name": "thing3",
"start": 0, "start": 0,
@ -529,10 +529,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 265, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 265, "commentStart": 0,
"end": 0, "end": 0,
"name": "getNextAdjacentEdge", "name": "getNextAdjacentEdge",
"start": 0, "start": 0,
@ -542,7 +542,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 265, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -558,10 +558,10 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": "fillet", "name": "fillet",
"start": 0, "start": 0,
@ -571,7 +571,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -579,7 +579,7 @@ description: Result of parsing basic_fillet_cube_next_adjacent.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
} }
}, },
{ {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 77, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
} }
}, },
{ {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -207,17 +207,17 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 110, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 116, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -229,7 +229,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
} }
}, },
{ {
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -250,14 +250,14 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 125, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -268,10 +268,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -281,7 +281,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -293,17 +293,17 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 150, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 156, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -316,7 +316,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -327,7 +327,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -344,14 +344,14 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -362,10 +362,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -375,7 +375,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -387,14 +387,14 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 192, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 198, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -405,10 +405,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -418,7 +418,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -430,14 +430,14 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 229, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -452,10 +452,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -465,7 +465,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -477,14 +477,14 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 254, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -499,23 +499,23 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 257, "commentStart": 0,
"end": 0, "end": 0,
"name": "tags", "name": "tags",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 264, "commentStart": 0,
"elements": [ "elements": [
{ {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 289, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 289, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing3", "name": "thing3",
"start": 0, "start": 0,
@ -529,10 +529,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 265, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 265, "commentStart": 0,
"end": 0, "end": 0,
"name": "getPreviousAdjacentEdge", "name": "getPreviousAdjacentEdge",
"start": 0, "start": 0,
@ -542,7 +542,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 265, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -558,10 +558,10 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": "fillet", "name": "fillet",
"start": 0, "start": 0,
@ -571,7 +571,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -579,7 +579,7 @@ description: Result of parsing basic_fillet_cube_previous_adjacent.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
} }
}, },
{ {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 77, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
} }
}, },
{ {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -207,17 +207,17 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 110, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 116, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -229,7 +229,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
} }
}, },
{ {
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -250,10 +250,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -263,7 +263,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -275,17 +275,17 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 141, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 142, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -298,7 +298,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 146, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -309,7 +309,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -326,14 +326,14 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -344,10 +344,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -357,7 +357,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -367,7 +367,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -376,10 +376,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -389,7 +389,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -400,14 +400,14 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -422,10 +422,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -435,7 +435,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -447,14 +447,14 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 227, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -469,21 +469,21 @@ description: Result of parsing basic_fillet_cube_start.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 230, "commentStart": 0,
"end": 0, "end": 0,
"name": "tags", "name": "tags",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 237, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 238, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing", "name": "thing",
"start": 0, "start": 0,
@ -496,10 +496,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing2", "name": "thing2",
"start": 0, "start": 0,
@ -520,10 +520,10 @@ description: Result of parsing basic_fillet_cube_start.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"name": "fillet", "name": "fillet",
"start": 0, "start": 0,
@ -533,7 +533,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -541,7 +541,7 @@ description: Result of parsing basic_fillet_cube_start.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
} }
}, },
{ {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 77, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
} }
}, },
{ {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.82", "raw": "3.82",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -205,17 +205,17 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 121, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"name": "seg01", "name": "seg01",
"start": 0, "start": 0,
@ -227,7 +227,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 150, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -239,7 +239,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
} }
}, },
{ {
"commentStart": 153, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -248,10 +248,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"name": "angleToMatchLengthX", "name": "angleToMatchLengthX",
"start": 0, "start": 0,
@ -261,13 +261,13 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
}, },
"commentStart": 122, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -275,7 +275,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"type": "UnaryExpression" "type": "UnaryExpression"
}, },
{ {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -293,7 +293,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -302,10 +302,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLineToX", "name": "angledLineToX",
"start": 0, "start": 0,
@ -315,7 +315,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -324,7 +324,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -333,10 +333,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 169, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 169, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -346,7 +346,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 169, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -357,14 +357,14 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -379,10 +379,10 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -392,7 +392,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -400,7 +400,7 @@ description: Result of parsing big_number_angle_to_match_length_x.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 50, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 51, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
} }
}, },
{ {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 77, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
} }
}, },
{ {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.82", "raw": "3.82",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 66, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -205,17 +205,17 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 121, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"name": "seg01", "name": "seg01",
"start": 0, "start": 0,
@ -227,7 +227,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 150, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -239,7 +239,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
} }
}, },
{ {
"commentStart": 153, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -248,10 +248,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"name": "angleToMatchLengthY", "name": "angleToMatchLengthY",
"start": 0, "start": 0,
@ -261,13 +261,13 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
}, },
"commentStart": 122, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -275,7 +275,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"type": "UnaryExpression" "type": "UnaryExpression"
}, },
{ {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -293,7 +293,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -302,10 +302,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLineToX", "name": "angledLineToX",
"start": 0, "start": 0,
@ -315,7 +315,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -324,7 +324,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -333,10 +333,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 169, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 169, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -346,7 +346,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 169, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -357,14 +357,14 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -379,10 +379,10 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -392,7 +392,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -400,7 +400,7 @@ description: Result of parsing big_number_angle_to_match_length_y.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -18,10 +18,10 @@ description: Result of parsing boolean_logical_and.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -31,7 +31,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -53,25 +53,25 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 18, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 18, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 18, "commentStart": 0,
"end": 0, "end": 0,
"name": "a", "name": "a",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 22, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 25, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 25, "commentStart": 0,
"end": 0, "end": 0,
"name": "aa", "name": "aa",
"start": 0, "start": 0,
@ -88,10 +88,10 @@ description: Result of parsing boolean_logical_and.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -107,7 +107,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -115,10 +115,10 @@ description: Result of parsing boolean_logical_and.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -134,7 +134,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -151,19 +151,19 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"name": "a", "name": "a",
"start": 0, "start": 0,
@ -176,7 +176,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -192,7 +192,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"right branch of and is false makes the whole expression false\"", "raw": "\"right branch of and is false makes the whole expression false\"",
"start": 0, "start": 0,
@ -203,10 +203,10 @@ description: Result of parsing boolean_logical_and.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -216,7 +216,7 @@ description: Result of parsing boolean_logical_and.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -227,22 +227,22 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 128, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": "bb", "name": "bb",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -252,7 +252,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -274,25 +274,25 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 148, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 148, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 148, "commentStart": 0,
"end": 0, "end": 0,
"name": "b", "name": "b",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 152, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 155, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 155, "commentStart": 0,
"end": 0, "end": 0,
"name": "bb", "name": "bb",
"start": 0, "start": 0,
@ -309,10 +309,10 @@ description: Result of parsing boolean_logical_and.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -328,7 +328,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -336,10 +336,10 @@ description: Result of parsing boolean_logical_and.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 162, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 162, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -355,7 +355,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 162, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -372,19 +372,19 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"name": "b", "name": "b",
"start": 0, "start": 0,
@ -397,7 +397,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -413,7 +413,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 194, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"left branch of and is false makes the whole expression false\"", "raw": "\"left branch of and is false makes the whole expression false\"",
"start": 0, "start": 0,
@ -424,10 +424,10 @@ description: Result of parsing boolean_logical_and.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -437,7 +437,7 @@ description: Result of parsing boolean_logical_and.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -448,22 +448,22 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 257, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 259, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 259, "commentStart": 0,
"end": 0, "end": 0,
"name": "cc", "name": "cc",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 264, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 264, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -473,7 +473,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"commentStart": 271, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -495,25 +495,25 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 276, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 276, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 276, "commentStart": 0,
"end": 0, "end": 0,
"name": "c", "name": "c",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 280, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 283, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 283, "commentStart": 0,
"end": 0, "end": 0,
"name": "cc", "name": "cc",
"start": 0, "start": 0,
@ -530,10 +530,10 @@ description: Result of parsing boolean_logical_and.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 303, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 303, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -549,7 +549,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 303, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -557,10 +557,10 @@ description: Result of parsing boolean_logical_and.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 290, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 290, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -576,7 +576,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 290, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -593,19 +593,19 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 307, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 314, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 314, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 314, "commentStart": 0,
"end": 0, "end": 0,
"name": "c", "name": "c",
"start": 0, "start": 0,
@ -618,7 +618,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 319, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -634,7 +634,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 322, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"both branches of and are true makes the whole expression true\"", "raw": "\"both branches of and are true makes the whole expression true\"",
"start": 0, "start": 0,
@ -645,10 +645,10 @@ description: Result of parsing boolean_logical_and.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 307, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 307, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -658,7 +658,7 @@ description: Result of parsing boolean_logical_and.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 307, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -669,22 +669,22 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 386, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 388, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 388, "commentStart": 0,
"end": 0, "end": 0,
"name": "dd", "name": "dd",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 393, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 393, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -694,7 +694,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"commentStart": 401, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -716,25 +716,25 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 407, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 407, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 407, "commentStart": 0,
"end": 0, "end": 0,
"name": "d", "name": "d",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 411, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 414, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 414, "commentStart": 0,
"end": 0, "end": 0,
"name": "dd", "name": "dd",
"start": 0, "start": 0,
@ -751,10 +751,10 @@ description: Result of parsing boolean_logical_and.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 434, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 434, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -770,7 +770,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 434, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -778,10 +778,10 @@ description: Result of parsing boolean_logical_and.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -797,7 +797,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -814,19 +814,19 @@ description: Result of parsing boolean_logical_and.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 445, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 445, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 445, "commentStart": 0,
"end": 0, "end": 0,
"name": "d", "name": "d",
"start": 0, "start": 0,
@ -839,7 +839,7 @@ description: Result of parsing boolean_logical_and.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 450, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -855,7 +855,7 @@ description: Result of parsing boolean_logical_and.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 453, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"both branches of and are false makes the whole expression false\"", "raw": "\"both branches of and are false makes the whole expression false\"",
"start": 0, "start": 0,
@ -866,10 +866,10 @@ description: Result of parsing boolean_logical_and.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -879,7 +879,7 @@ description: Result of parsing boolean_logical_and.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -896,7 +896,7 @@ description: Result of parsing boolean_logical_and.kcl
"nonCodeNodes": { "nonCodeNodes": {
"2": [ "2": [
{ {
"commentStart": 128, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -907,7 +907,7 @@ description: Result of parsing boolean_logical_and.kcl
], ],
"5": [ "5": [
{ {
"commentStart": 257, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -918,7 +918,7 @@ description: Result of parsing boolean_logical_and.kcl
], ],
"8": [ "8": [
{ {
"commentStart": 386, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -18,10 +18,10 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -31,10 +31,10 @@ description: Result of parsing boolean_logical_multiple.kcl
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -44,7 +44,7 @@ description: Result of parsing boolean_logical_multiple.kcl
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -70,25 +70,25 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 26, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 26, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 26, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 30, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"name": "ii", "name": "ii",
"start": 0, "start": 0,
@ -105,10 +105,10 @@ description: Result of parsing boolean_logical_multiple.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -124,7 +124,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -132,10 +132,10 @@ description: Result of parsing boolean_logical_multiple.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 40, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 40, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -151,7 +151,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 40, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -168,19 +168,19 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -193,7 +193,7 @@ description: Result of parsing boolean_logical_multiple.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -209,7 +209,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"and has higher precedence than or\"", "raw": "\"and has higher precedence than or\"",
"start": 0, "start": 0,
@ -220,10 +220,10 @@ description: Result of parsing boolean_logical_multiple.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -233,7 +233,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -244,25 +244,25 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 108, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 110, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 110, "commentStart": 0,
"end": 0, "end": 0,
"name": "jj", "name": "jj",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -272,10 +272,10 @@ description: Result of parsing boolean_logical_multiple.kcl
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -286,7 +286,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"operator": "&", "operator": "&",
"right": { "right": {
"argument": { "argument": {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -294,7 +294,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "Literal", "type": "Literal",
"value": false "value": false
}, },
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"operator": "!", "operator": "!",
"start": 0, "start": 0,
@ -311,10 +311,10 @@ description: Result of parsing boolean_logical_multiple.kcl
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -324,7 +324,7 @@ description: Result of parsing boolean_logical_multiple.kcl
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -350,25 +350,25 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 152, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 152, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 152, "commentStart": 0,
"end": 0, "end": 0,
"name": "j", "name": "j",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 156, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"name": "jj", "name": "jj",
"start": 0, "start": 0,
@ -385,10 +385,10 @@ description: Result of parsing boolean_logical_multiple.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -404,7 +404,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -412,10 +412,10 @@ description: Result of parsing boolean_logical_multiple.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -431,7 +431,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -448,19 +448,19 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 190, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 190, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 190, "commentStart": 0,
"end": 0, "end": 0,
"name": "j", "name": "j",
"start": 0, "start": 0,
@ -473,7 +473,7 @@ description: Result of parsing boolean_logical_multiple.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 195, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -489,7 +489,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 198, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"multiple logical operators\"", "raw": "\"multiple logical operators\"",
"start": 0, "start": 0,
@ -500,10 +500,10 @@ description: Result of parsing boolean_logical_multiple.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -513,7 +513,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -530,7 +530,7 @@ description: Result of parsing boolean_logical_multiple.kcl
"nonCodeNodes": { "nonCodeNodes": {
"2": [ "2": [
{ {
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -18,10 +18,10 @@ description: Result of parsing boolean_logical_or.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 5, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -31,7 +31,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -53,25 +53,25 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 18, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 18, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 18, "commentStart": 0,
"end": 0, "end": 0,
"name": "a", "name": "a",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 22, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 25, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 25, "commentStart": 0,
"end": 0, "end": 0,
"name": "aa", "name": "aa",
"start": 0, "start": 0,
@ -88,10 +88,10 @@ description: Result of parsing boolean_logical_or.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -107,7 +107,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -115,10 +115,10 @@ description: Result of parsing boolean_logical_or.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -134,7 +134,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -151,19 +151,19 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"name": "a", "name": "a",
"start": 0, "start": 0,
@ -176,7 +176,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -192,7 +192,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"left branch of or is true makes the whole expression true\"", "raw": "\"left branch of or is true makes the whole expression true\"",
"start": 0, "start": 0,
@ -203,10 +203,10 @@ description: Result of parsing boolean_logical_or.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -216,7 +216,7 @@ description: Result of parsing boolean_logical_or.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -227,22 +227,22 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 124, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 126, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 126, "commentStart": 0,
"end": 0, "end": 0,
"name": "bb", "name": "bb",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -252,7 +252,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -274,25 +274,25 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 144, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"name": "b", "name": "b",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 148, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": "bb", "name": "bb",
"start": 0, "start": 0,
@ -309,10 +309,10 @@ description: Result of parsing boolean_logical_or.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -328,7 +328,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -336,10 +336,10 @@ description: Result of parsing boolean_logical_or.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -355,7 +355,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -372,19 +372,19 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 182, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 182, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 182, "commentStart": 0,
"end": 0, "end": 0,
"name": "b", "name": "b",
"start": 0, "start": 0,
@ -397,7 +397,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 187, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -413,7 +413,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 190, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"right branch of or is true makes the whole expression true\"", "raw": "\"right branch of or is true makes the whole expression true\"",
"start": 0, "start": 0,
@ -424,10 +424,10 @@ description: Result of parsing boolean_logical_or.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -437,7 +437,7 @@ description: Result of parsing boolean_logical_or.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 175, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -448,22 +448,22 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 251, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 253, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 253, "commentStart": 0,
"end": 0, "end": 0,
"name": "cc", "name": "cc",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -473,7 +473,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"commentStart": 265, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -495,25 +495,25 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 270, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 270, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 270, "commentStart": 0,
"end": 0, "end": 0,
"name": "c", "name": "c",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 274, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"name": "cc", "name": "cc",
"start": 0, "start": 0,
@ -530,10 +530,10 @@ description: Result of parsing boolean_logical_or.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 297, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 297, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -549,7 +549,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 297, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -557,10 +557,10 @@ description: Result of parsing boolean_logical_or.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 284, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 284, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -576,7 +576,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 284, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -593,19 +593,19 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 301, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 308, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 308, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 308, "commentStart": 0,
"end": 0, "end": 0,
"name": "c", "name": "c",
"start": 0, "start": 0,
@ -618,7 +618,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 313, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -634,7 +634,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 316, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"both branches of or are true makes the whole expression true\"", "raw": "\"both branches of or are true makes the whole expression true\"",
"start": 0, "start": 0,
@ -645,10 +645,10 @@ description: Result of parsing boolean_logical_or.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 301, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 301, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -658,7 +658,7 @@ description: Result of parsing boolean_logical_or.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 301, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -669,22 +669,22 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 379, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 381, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 381, "commentStart": 0,
"end": 0, "end": 0,
"name": "dd", "name": "dd",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 386, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 386, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -694,7 +694,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"commentStart": 394, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -716,25 +716,25 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 400, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 400, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 400, "commentStart": 0,
"end": 0, "end": 0,
"name": "d", "name": "d",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 404, "commentStart": 0,
"cond": { "cond": {
"abs_path": false, "abs_path": false,
"commentStart": 407, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 407, "commentStart": 0,
"end": 0, "end": 0,
"name": "dd", "name": "dd",
"start": 0, "start": 0,
@ -751,10 +751,10 @@ description: Result of parsing boolean_logical_or.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -770,7 +770,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -778,10 +778,10 @@ description: Result of parsing boolean_logical_or.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 414, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 414, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -797,7 +797,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 414, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -814,19 +814,19 @@ description: Result of parsing boolean_logical_or.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 431, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"name": "d", "name": "d",
"start": 0, "start": 0,
@ -839,7 +839,7 @@ description: Result of parsing boolean_logical_or.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 443, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -855,7 +855,7 @@ description: Result of parsing boolean_logical_or.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 446, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"both branches of or are false makes the whole expression false\"", "raw": "\"both branches of or are false makes the whole expression false\"",
"start": 0, "start": 0,
@ -866,10 +866,10 @@ description: Result of parsing boolean_logical_or.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 431, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 431, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -879,7 +879,7 @@ description: Result of parsing boolean_logical_or.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 431, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -896,7 +896,7 @@ description: Result of parsing boolean_logical_or.kcl
"nonCodeNodes": { "nonCodeNodes": {
"2": [ "2": [
{ {
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -907,7 +907,7 @@ description: Result of parsing boolean_logical_or.kcl
], ],
"5": [ "5": [
{ {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -918,7 +918,7 @@ description: Result of parsing boolean_logical_or.kcl
], ],
"8": [ "8": [
{ {
"commentStart": 379, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -22,7 +22,7 @@ description: Result of parsing circle_three_point.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 26, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing circle_three_point.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing circle_three_point.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -57,17 +57,17 @@ description: Result of parsing circle_three_point.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 54, "commentStart": 0,
"end": 0, "end": 0,
"name": "p1", "name": "p1",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 59, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 60, "commentStart": 0,
"end": 0, "end": 0,
"raw": "25", "raw": "25",
"start": 0, "start": 0,
@ -79,7 +79,7 @@ description: Result of parsing circle_three_point.kcl
} }
}, },
{ {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"raw": "25", "raw": "25",
"start": 0, "start": 0,
@ -100,17 +100,17 @@ description: Result of parsing circle_three_point.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"name": "p2", "name": "p2",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 74, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"raw": "30", "raw": "30",
"start": 0, "start": 0,
@ -122,7 +122,7 @@ description: Result of parsing circle_three_point.kcl
} }
}, },
{ {
"commentStart": 79, "commentStart": 0,
"end": 0, "end": 0,
"raw": "20", "raw": "20",
"start": 0, "start": 0,
@ -143,17 +143,17 @@ description: Result of parsing circle_three_point.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": "p3", "name": "p3",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 89, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 90, "commentStart": 0,
"end": 0, "end": 0,
"raw": "27", "raw": "27",
"start": 0, "start": 0,
@ -165,7 +165,7 @@ description: Result of parsing circle_three_point.kcl
} }
}, },
{ {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"raw": "15", "raw": "15",
"start": 0, "start": 0,
@ -186,10 +186,10 @@ description: Result of parsing circle_three_point.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": "circleThreePoint", "name": "circleThreePoint",
"start": 0, "start": 0,
@ -199,7 +199,7 @@ description: Result of parsing circle_three_point.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -211,14 +211,14 @@ description: Result of parsing circle_three_point.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 112, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -233,10 +233,10 @@ description: Result of parsing circle_three_point.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 104, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 104, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -246,7 +246,7 @@ description: Result of parsing circle_three_point.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 104, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -254,7 +254,7 @@ description: Result of parsing circle_three_point.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -22,7 +22,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XZ'", "raw": "'XZ'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 56, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
} }
}, },
{ {
"commentStart": 60, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 83, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
} }
}, },
{ {
"commentStart": 87, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -164,10 +164,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -177,7 +177,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -189,17 +189,17 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 101, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 107, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -211,7 +211,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
} }
}, },
{ {
"commentStart": 111, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -232,10 +232,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -245,7 +245,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -257,17 +257,17 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 125, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 131, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 132, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -280,7 +280,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 136, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -291,7 +291,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -308,10 +308,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 120, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 120, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -321,7 +321,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 120, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -331,7 +331,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -340,10 +340,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -353,7 +353,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -364,14 +364,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 176, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -386,10 +386,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -399,7 +399,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -407,7 +407,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -423,12 +423,12 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 178, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": "pattn1", "name": "pattn1",
"start": 0, "start": 0,
@ -439,17 +439,17 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 225, "commentStart": 0,
"end": 0, "end": 0,
"name": "axis", "name": "axis",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 232, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 233, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -461,7 +461,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
} }
}, },
{ {
"commentStart": 236, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -473,7 +473,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
} }
}, },
{ {
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -494,14 +494,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": "instances", "name": "instances",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 257, "commentStart": 0,
"end": 0, "end": 0,
"raw": "7", "raw": "7",
"start": 0, "start": 0,
@ -516,14 +516,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 262, "commentStart": 0,
"end": 0, "end": 0,
"name": "distance", "name": "distance",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 273, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6", "raw": "6",
"start": 0, "start": 0,
@ -538,10 +538,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"name": "patternLinear3d", "name": "patternLinear3d",
"start": 0, "start": 0,
@ -551,17 +551,17 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 208, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 208, "commentStart": 0,
"end": 0, "end": 0,
"name": "exampleSketch", "name": "exampleSketch",
"start": 0, "start": 0,
@ -583,12 +583,12 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 277, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 279, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 279, "commentStart": 0,
"end": 0, "end": 0,
"name": "pattn2", "name": "pattn2",
"start": 0, "start": 0,
@ -599,17 +599,17 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 319, "commentStart": 0,
"end": 0, "end": 0,
"name": "axis", "name": "axis",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 326, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 327, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -621,7 +621,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
} }
}, },
{ {
"commentStart": 330, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -633,7 +633,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
} }
}, },
{ {
"commentStart": 333, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -654,18 +654,18 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 339, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 348, "commentStart": 0,
"elements": [ "elements": [
{ {
"argument": { "argument": {
"commentStart": 350, "commentStart": 0,
"end": 0, "end": 0,
"raw": "20", "raw": "20",
"start": 0, "start": 0,
@ -676,7 +676,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 349, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -685,7 +685,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 355, "commentStart": 0,
"end": 0, "end": 0,
"raw": "20", "raw": "20",
"start": 0, "start": 0,
@ -696,7 +696,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 354, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -705,7 +705,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
}, },
{ {
"argument": { "argument": {
"commentStart": 360, "commentStart": 0,
"end": 0, "end": 0,
"raw": "20", "raw": "20",
"start": 0, "start": 0,
@ -716,7 +716,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -733,14 +733,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 367, "commentStart": 0,
"end": 0, "end": 0,
"name": "instances", "name": "instances",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 379, "commentStart": 0,
"end": 0, "end": 0,
"raw": "41", "raw": "41",
"start": 0, "start": 0,
@ -755,14 +755,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 385, "commentStart": 0,
"end": 0, "end": 0,
"name": "arcDegrees", "name": "arcDegrees",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 398, "commentStart": 0,
"end": 0, "end": 0,
"raw": "360", "raw": "360",
"start": 0, "start": 0,
@ -777,14 +777,14 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 405, "commentStart": 0,
"end": 0, "end": 0,
"name": "rotateDuplicates", "name": "rotateDuplicates",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 424, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -796,10 +796,10 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 288, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 288, "commentStart": 0,
"end": 0, "end": 0,
"name": "patternCircular3d", "name": "patternCircular3d",
"start": 0, "start": 0,
@ -809,17 +809,17 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 288, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 309, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 309, "commentStart": 0,
"end": 0, "end": 0,
"name": "pattn1", "name": "pattn1",
"start": 0, "start": 0,
@ -847,7 +847,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 178, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -858,7 +858,7 @@ description: Result of parsing circular_pattern3d_a_pattern.kcl
], ],
"1": [ "1": [
{ {
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -11,10 +11,10 @@ description: Result of parsing comparisons.kcl
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -27,7 +27,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -43,7 +43,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 15, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"equality\"", "raw": "\"equality\"",
"start": 0, "start": 0,
@ -78,15 +78,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 34, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 34, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.0", "raw": "3.0",
"start": 0, "start": 0,
@ -99,7 +99,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.0", "raw": "3.0",
"start": 0, "start": 0,
@ -115,7 +115,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"equality of floats\"", "raw": "\"equality of floats\"",
"start": 0, "start": 0,
@ -126,10 +126,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -139,7 +139,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -150,15 +150,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -171,7 +171,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "!=", "operator": "!=",
"right": { "right": {
"commentStart": 80, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -187,7 +187,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 83, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"non-equality\"", "raw": "\"non-equality\"",
"start": 0, "start": 0,
@ -198,10 +198,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -211,7 +211,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -222,15 +222,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 106, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 106, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.0", "raw": "3.0",
"start": 0, "start": 0,
@ -243,7 +243,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "!=", "operator": "!=",
"right": { "right": {
"commentStart": 113, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4.0", "raw": "4.0",
"start": 0, "start": 0,
@ -259,7 +259,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 118, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"non-equality of floats\"", "raw": "\"non-equality of floats\"",
"start": 0, "start": 0,
@ -270,10 +270,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -283,7 +283,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -294,15 +294,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -315,7 +315,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "<", "operator": "<",
"right": { "right": {
"commentStart": 155, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -331,7 +331,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"lt\"", "raw": "\"lt\"",
"start": 0, "start": 0,
@ -342,10 +342,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -355,7 +355,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -366,15 +366,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -387,7 +387,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "<=", "operator": "<=",
"right": { "right": {
"commentStart": 176, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -403,7 +403,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 179, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"lte but actually lt\"", "raw": "\"lte but actually lt\"",
"start": 0, "start": 0,
@ -414,10 +414,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -427,7 +427,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -438,15 +438,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 209, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 209, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -459,7 +459,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "<=", "operator": "<=",
"right": { "right": {
"commentStart": 214, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -475,7 +475,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 217, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"lte but actually eq\"", "raw": "\"lte but actually eq\"",
"start": 0, "start": 0,
@ -486,10 +486,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -499,7 +499,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -510,15 +510,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -531,7 +531,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": ">", "operator": ">",
"right": { "right": {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -547,7 +547,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 254, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"gt\"", "raw": "\"gt\"",
"start": 0, "start": 0,
@ -558,10 +558,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -571,7 +571,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -582,15 +582,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 267, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 267, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -603,7 +603,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": ">=", "operator": ">=",
"right": { "right": {
"commentStart": 272, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -619,7 +619,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 275, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"gte but actually gt\"", "raw": "\"gte but actually gt\"",
"start": 0, "start": 0,
@ -630,10 +630,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -643,7 +643,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -654,15 +654,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 305, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 305, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -675,7 +675,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": ">=", "operator": ">=",
"right": { "right": {
"commentStart": 310, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -691,7 +691,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 313, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"gte but actually eq\"", "raw": "\"gte but actually eq\"",
"start": 0, "start": 0,
@ -702,10 +702,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -715,7 +715,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -726,15 +726,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 335, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 344, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 344, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -747,7 +747,7 @@ description: Result of parsing comparisons.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -763,7 +763,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 356, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"equality of zero\"", "raw": "\"equality of zero\"",
"start": 0, "start": 0,
@ -774,10 +774,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -787,7 +787,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -798,15 +798,15 @@ description: Result of parsing comparisons.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 376, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 383, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 383, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -820,7 +820,7 @@ description: Result of parsing comparisons.kcl
"operator": "==", "operator": "==",
"right": { "right": {
"argument": { "argument": {
"commentStart": 391, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -831,7 +831,7 @@ description: Result of parsing comparisons.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 390, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -843,7 +843,7 @@ description: Result of parsing comparisons.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 396, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"equality of zero and neg zero\"", "raw": "\"equality of zero and neg zero\"",
"start": 0, "start": 0,
@ -854,10 +854,10 @@ description: Result of parsing comparisons.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 376, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 376, "commentStart": 0,
"end": 0, "end": 0,
"name": "assert", "name": "assert",
"start": 0, "start": 0,
@ -867,7 +867,7 @@ description: Result of parsing comparisons.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 376, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -884,7 +884,7 @@ description: Result of parsing comparisons.kcl
"nonCodeNodes": { "nonCodeNodes": {
"9": [ "9": [
{ {
"commentStart": 335, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -11,13 +11,13 @@ description: Result of parsing comparisons_multiple.kcl
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -30,7 +30,7 @@ description: Result of parsing comparisons_multiple.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -47,7 +47,7 @@ description: Result of parsing comparisons_multiple.kcl
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"commentStart": 17, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -63,7 +63,7 @@ description: Result of parsing comparisons_multiple.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"this should not compile\"", "raw": "\"this should not compile\"",
"start": 0, "start": 0,

View File

@ -8,20 +8,20 @@ description: Result of parsing computed_var.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 37, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 43, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 44, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 47, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 50, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -57,7 +57,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -84,19 +84,19 @@ description: Result of parsing computed_var.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 57, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -117,23 +117,23 @@ description: Result of parsing computed_var.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 63, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 63, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 63, "commentStart": 0,
"end": 0, "end": 0,
"name": "ten", "name": "ten",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 69, "commentStart": 0,
"computed": true, "computed": true,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -141,7 +141,7 @@ description: Result of parsing computed_var.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 73, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -162,16 +162,16 @@ description: Result of parsing computed_var.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 89, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 89, "commentStart": 0,
"end": 0, "end": 0,
"name": "ten", "name": "ten",
"start": 0, "start": 0,
@ -183,7 +183,7 @@ description: Result of parsing computed_var.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.000001", "raw": "0.000001",
"start": 0, "start": 0,
@ -207,7 +207,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"oops\"", "raw": "\"oops\"",
"start": 0, "start": 0,
@ -218,10 +218,10 @@ description: Result of parsing computed_var.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -231,7 +231,7 @@ description: Result of parsing computed_var.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -242,19 +242,19 @@ description: Result of parsing computed_var.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 115, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"name": "p", "name": "p",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 121, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"foo\"", "raw": "\"foo\"",
"start": 0, "start": 0,
@ -272,26 +272,26 @@ description: Result of parsing computed_var.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 127, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"name": "obj", "name": "obj",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 133, "commentStart": 0,
"end": 0, "end": 0,
"properties": [ "properties": [
{ {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 135, "commentStart": 0,
"end": 0, "end": 0,
"name": "foo", "name": "foo",
"start": 0, "start": 0,
@ -300,7 +300,7 @@ description: Result of parsing computed_var.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 141, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -313,10 +313,10 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 144, "commentStart": 0,
"end": 0, "end": 0,
"name": "bar", "name": "bar",
"start": 0, "start": 0,
@ -325,7 +325,7 @@ description: Result of parsing computed_var.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 150, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -352,23 +352,23 @@ description: Result of parsing computed_var.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 154, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"name": "one", "name": "one",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 160, "commentStart": 0,
"computed": true, "computed": true,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": "obj", "name": "obj",
"start": 0, "start": 0,
@ -376,7 +376,7 @@ description: Result of parsing computed_var.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"name": "p", "name": "p",
"start": 0, "start": 0,
@ -397,16 +397,16 @@ description: Result of parsing computed_var.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": "one", "name": "one",
"start": 0, "start": 0,
@ -418,7 +418,7 @@ description: Result of parsing computed_var.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -430,7 +430,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 188, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0000001", "raw": "0.0000001",
"start": 0, "start": 0,
@ -442,7 +442,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"oops\"", "raw": "\"oops\"",
"start": 0, "start": 0,
@ -453,10 +453,10 @@ description: Result of parsing computed_var.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -466,7 +466,7 @@ description: Result of parsing computed_var.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -477,16 +477,16 @@ description: Result of parsing computed_var.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 206, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"name": "PI", "name": "PI",
"start": 0, "start": 0,
@ -498,7 +498,7 @@ description: Result of parsing computed_var.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 224, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -510,7 +510,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 227, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.2", "raw": "0.2",
"start": 0, "start": 0,
@ -522,7 +522,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 232, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"oops pi\"", "raw": "\"oops pi\"",
"start": 0, "start": 0,
@ -533,10 +533,10 @@ description: Result of parsing computed_var.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 208, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 208, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -546,7 +546,7 @@ description: Result of parsing computed_var.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 208, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -557,12 +557,12 @@ description: Result of parsing computed_var.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 243, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 243, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 243, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -571,10 +571,10 @@ description: Result of parsing computed_var.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -588,10 +588,10 @@ description: Result of parsing computed_var.kcl
"operator": "*", "operator": "*",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 255, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 255, "commentStart": 0,
"end": 0, "end": 0,
"name": "PI", "name": "PI",
"start": 0, "start": 0,
@ -609,10 +609,10 @@ description: Result of parsing computed_var.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"name": "cos", "name": "cos",
"start": 0, "start": 0,
@ -622,7 +622,7 @@ description: Result of parsing computed_var.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -638,16 +638,16 @@ description: Result of parsing computed_var.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 259, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 271, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 271, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -659,7 +659,7 @@ description: Result of parsing computed_var.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 274, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -671,7 +671,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.000001", "raw": "0.000001",
"start": 0, "start": 0,
@ -683,7 +683,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 287, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"oops cos\"", "raw": "\"oops cos\"",
"start": 0, "start": 0,
@ -694,10 +694,10 @@ description: Result of parsing computed_var.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 259, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 259, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -707,7 +707,7 @@ description: Result of parsing computed_var.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 259, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -724,7 +724,7 @@ description: Result of parsing computed_var.kcl
"nonCodeNodes": { "nonCodeNodes": {
"2": [ "2": [
{ {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -735,7 +735,7 @@ description: Result of parsing computed_var.kcl
], ],
"3": [ "3": [
{ {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -746,7 +746,7 @@ description: Result of parsing computed_var.kcl
], ],
"6": [ "6": [
{ {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -757,7 +757,7 @@ description: Result of parsing computed_var.kcl
], ],
"7": [ "7": [
{ {
"commentStart": 206, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -780,7 +780,7 @@ description: Result of parsing computed_var.kcl
} }
}, },
{ {
"commentStart": 34, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

View File

@ -8,10 +8,10 @@ description: Result of parsing cube.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -21,26 +21,26 @@ description: Result of parsing cube.kcl
"body": { "body": {
"body": [ "body": [
{ {
"commentStart": 32, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"name": "sideLength", "name": "sideLength",
"start": 0, "start": 0,
@ -53,7 +53,7 @@ description: Result of parsing cube.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -78,23 +78,23 @@ description: Result of parsing cube.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 53, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 57, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 57, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -102,7 +102,7 @@ description: Result of parsing cube.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -127,23 +127,23 @@ description: Result of parsing cube.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 69, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 73, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 73, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -151,7 +151,7 @@ description: Result of parsing cube.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 80, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -176,30 +176,30 @@ description: Result of parsing cube.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 85, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"name": "p0", "name": "p0",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 90, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -210,7 +210,7 @@ description: Result of parsing cube.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -220,10 +220,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -239,15 +239,15 @@ description: Result of parsing cube.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 100, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 100, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -258,7 +258,7 @@ description: Result of parsing cube.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -268,10 +268,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 104, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 104, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -302,30 +302,30 @@ description: Result of parsing cube.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 109, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 109, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 109, "commentStart": 0,
"end": 0, "end": 0,
"name": "p1", "name": "p1",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 114, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 116, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 116, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -336,7 +336,7 @@ description: Result of parsing cube.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -346,10 +346,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 120, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 120, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -365,14 +365,14 @@ description: Result of parsing cube.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 123, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -386,10 +386,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -420,29 +420,29 @@ description: Result of parsing cube.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 132, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 132, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 132, "commentStart": 0,
"end": 0, "end": 0,
"name": "p2", "name": "p2",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 137, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -456,10 +456,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 142, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 142, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -475,14 +475,14 @@ description: Result of parsing cube.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -496,10 +496,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 149, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 149, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -530,29 +530,29 @@ description: Result of parsing cube.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 154, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"name": "p3", "name": "p3",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 159, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -566,10 +566,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -585,15 +585,15 @@ description: Result of parsing cube.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -604,7 +604,7 @@ description: Result of parsing cube.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -614,10 +614,10 @@ description: Result of parsing cube.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 172, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -654,10 +654,10 @@ description: Result of parsing cube.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"name": "XY", "name": "XY",
"start": 0, "start": 0,
@ -671,10 +671,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -684,7 +684,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -694,10 +694,10 @@ description: Result of parsing cube.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 225, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 225, "commentStart": 0,
"end": 0, "end": 0,
"name": "p0", "name": "p0",
"start": 0, "start": 0,
@ -709,7 +709,7 @@ description: Result of parsing cube.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 229, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -718,10 +718,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 210, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 210, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -731,7 +731,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 210, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -742,7 +742,7 @@ description: Result of parsing cube.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 244, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -750,10 +750,10 @@ description: Result of parsing cube.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"name": "p1", "name": "p1",
"start": 0, "start": 0,
@ -768,10 +768,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -781,7 +781,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 239, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -793,7 +793,7 @@ description: Result of parsing cube.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 274, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -801,10 +801,10 @@ description: Result of parsing cube.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 288, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 288, "commentStart": 0,
"end": 0, "end": 0,
"name": "p2", "name": "p2",
"start": 0, "start": 0,
@ -819,10 +819,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 269, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 269, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -832,7 +832,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 269, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -844,7 +844,7 @@ description: Result of parsing cube.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 304, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -852,10 +852,10 @@ description: Result of parsing cube.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 318, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 318, "commentStart": 0,
"end": 0, "end": 0,
"name": "p3", "name": "p3",
"start": 0, "start": 0,
@ -870,10 +870,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 299, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 299, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -883,7 +883,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 299, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -895,7 +895,7 @@ description: Result of parsing cube.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 334, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -903,10 +903,10 @@ description: Result of parsing cube.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 348, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 348, "commentStart": 0,
"end": 0, "end": 0,
"name": "p0", "name": "p0",
"start": 0, "start": 0,
@ -921,10 +921,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 329, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 329, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -934,7 +934,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 329, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -945,10 +945,10 @@ description: Result of parsing cube.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -958,7 +958,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 359, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -969,7 +969,7 @@ description: Result of parsing cube.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 382, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -977,10 +977,10 @@ description: Result of parsing cube.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 391, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 391, "commentStart": 0,
"end": 0, "end": 0,
"name": "sideLength", "name": "sideLength",
"start": 0, "start": 0,
@ -995,10 +995,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -1008,7 +1008,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -1016,26 +1016,26 @@ description: Result of parsing cube.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
"type": "PipeExpression" "type": "PipeExpression"
}, },
"commentStart": 174, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"6": [ "6": [
{ {
"commentStart": 174, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1049,13 +1049,13 @@ description: Result of parsing cube.kcl
}, },
"start": 0 "start": 0
}, },
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 8, "commentStart": 0,
"end": 0, "end": 0,
"name": "sideLength", "name": "sideLength",
"start": 0, "start": 0,
@ -1065,7 +1065,7 @@ description: Result of parsing cube.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -1087,12 +1087,12 @@ description: Result of parsing cube.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 404, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 406, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 406, "commentStart": 0,
"end": 0, "end": 0,
"name": "myCube", "name": "myCube",
"start": 0, "start": 0,
@ -1103,14 +1103,14 @@ description: Result of parsing cube.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 420, "commentStart": 0,
"end": 0, "end": 0,
"name": "sideLength", "name": "sideLength",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 433, "commentStart": 0,
"end": 0, "end": 0,
"raw": "40", "raw": "40",
"start": 0, "start": 0,
@ -1125,17 +1125,17 @@ description: Result of parsing cube.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 437, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 446, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 447, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -1147,7 +1147,7 @@ description: Result of parsing cube.kcl
} }
}, },
{ {
"commentStart": 450, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -1168,10 +1168,10 @@ description: Result of parsing cube.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 415, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 415, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -1181,7 +1181,7 @@ description: Result of parsing cube.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 415, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -1204,7 +1204,7 @@ description: Result of parsing cube.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 404, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -8,10 +8,10 @@ description: Result of parsing cube_with_error.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -21,26 +21,26 @@ description: Result of parsing cube_with_error.kcl
"body": { "body": {
"body": [ "body": [
{ {
"commentStart": 28, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -53,7 +53,7 @@ description: Result of parsing cube_with_error.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -78,23 +78,23 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 45, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 49, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 49, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -102,7 +102,7 @@ description: Result of parsing cube_with_error.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -127,23 +127,23 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 61, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 65, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 65, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -151,7 +151,7 @@ description: Result of parsing cube_with_error.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 72, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -176,30 +176,30 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 77, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"name": "p0", "name": "p0",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 82, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 83, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -210,7 +210,7 @@ description: Result of parsing cube_with_error.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 83, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -220,10 +220,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -239,15 +239,15 @@ description: Result of parsing cube_with_error.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -258,7 +258,7 @@ description: Result of parsing cube_with_error.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -268,10 +268,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -302,30 +302,30 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 101, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 101, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 101, "commentStart": 0,
"end": 0, "end": 0,
"name": "p1", "name": "p1",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 106, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 108, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -336,7 +336,7 @@ description: Result of parsing cube_with_error.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -346,10 +346,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 112, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 112, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -365,14 +365,14 @@ description: Result of parsing cube_with_error.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 115, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -386,10 +386,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 119, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 119, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -420,29 +420,29 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 124, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"name": "p2", "name": "p2",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 129, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -456,10 +456,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 134, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 134, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -475,14 +475,14 @@ description: Result of parsing cube_with_error.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -496,10 +496,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 141, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 141, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -530,29 +530,29 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 146, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 146, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 146, "commentStart": 0,
"end": 0, "end": 0,
"name": "p3", "name": "p3",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 151, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 152, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 152, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 152, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -566,10 +566,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 156, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 156, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
@ -585,15 +585,15 @@ description: Result of parsing cube_with_error.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -604,7 +604,7 @@ description: Result of parsing cube_with_error.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -614,10 +614,10 @@ description: Result of parsing cube_with_error.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 164, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
@ -654,10 +654,10 @@ description: Result of parsing cube_with_error.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"name": "XY", "name": "XY",
"start": 0, "start": 0,
@ -671,10 +671,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -684,7 +684,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -694,10 +694,10 @@ description: Result of parsing cube_with_error.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 217, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 217, "commentStart": 0,
"end": 0, "end": 0,
"name": "p0", "name": "p0",
"start": 0, "start": 0,
@ -709,7 +709,7 @@ description: Result of parsing cube_with_error.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 221, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -718,10 +718,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -731,7 +731,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -742,7 +742,7 @@ description: Result of parsing cube_with_error.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 236, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -750,10 +750,10 @@ description: Result of parsing cube_with_error.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 250, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 250, "commentStart": 0,
"end": 0, "end": 0,
"name": "p1", "name": "p1",
"start": 0, "start": 0,
@ -768,10 +768,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 231, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 231, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -781,7 +781,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 231, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -793,7 +793,7 @@ description: Result of parsing cube_with_error.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 266, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -801,10 +801,10 @@ description: Result of parsing cube_with_error.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 280, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 280, "commentStart": 0,
"end": 0, "end": 0,
"name": "p2", "name": "p2",
"start": 0, "start": 0,
@ -819,10 +819,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 261, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 261, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -832,7 +832,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 261, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -844,7 +844,7 @@ description: Result of parsing cube_with_error.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 296, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -852,10 +852,10 @@ description: Result of parsing cube_with_error.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 310, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 310, "commentStart": 0,
"end": 0, "end": 0,
"name": "p3", "name": "p3",
"start": 0, "start": 0,
@ -870,10 +870,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -883,7 +883,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -895,7 +895,7 @@ description: Result of parsing cube_with_error.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 326, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
@ -903,10 +903,10 @@ description: Result of parsing cube_with_error.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 340, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 340, "commentStart": 0,
"end": 0, "end": 0,
"name": "p0", "name": "p0",
"start": 0, "start": 0,
@ -921,10 +921,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 321, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 321, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -934,7 +934,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 321, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -945,10 +945,10 @@ description: Result of parsing cube_with_error.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -958,7 +958,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -969,7 +969,7 @@ description: Result of parsing cube_with_error.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -977,10 +977,10 @@ description: Result of parsing cube_with_error.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 383, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 383, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -995,10 +995,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 366, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 366, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -1008,7 +1008,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 366, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -1016,26 +1016,26 @@ description: Result of parsing cube_with_error.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
"type": "PipeExpression" "type": "PipeExpression"
}, },
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"6": [ "6": [
{ {
"commentStart": 166, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -1049,13 +1049,13 @@ description: Result of parsing cube_with_error.kcl
}, },
"start": 0 "start": 0
}, },
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 8, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -1065,7 +1065,7 @@ description: Result of parsing cube_with_error.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -1087,12 +1087,12 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 392, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 394, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 394, "commentStart": 0,
"end": 0, "end": 0,
"name": "myCube", "name": "myCube",
"start": 0, "start": 0,
@ -1101,7 +1101,7 @@ description: Result of parsing cube_with_error.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 408, "commentStart": 0,
"end": 0, "end": 0,
"raw": "40", "raw": "40",
"start": 0, "start": 0,
@ -1113,10 +1113,10 @@ description: Result of parsing cube_with_error.kcl
} }
}, },
{ {
"commentStart": 412, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 413, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -1128,7 +1128,7 @@ description: Result of parsing cube_with_error.kcl
} }
}, },
{ {
"commentStart": 416, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -1148,10 +1148,10 @@ description: Result of parsing cube_with_error.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 403, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 403, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -1161,7 +1161,7 @@ description: Result of parsing cube_with_error.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 403, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -1177,14 +1177,14 @@ description: Result of parsing cube_with_error.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 419, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 465, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 465, "commentStart": 0,
"end": 0, "end": 0,
"name": "foo", "name": "foo",
"start": 0, "start": 0,
@ -1211,7 +1211,7 @@ description: Result of parsing cube_with_error.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 392, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -8,10 +8,10 @@ description: Result of parsing double_map_fn.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"name": "increment", "name": "increment",
"start": 0, "start": 0,
@ -22,14 +22,14 @@ description: Result of parsing double_map_fn.kcl
"body": [ "body": [
{ {
"argument": { "argument": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -42,7 +42,7 @@ description: Result of parsing double_map_fn.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -57,24 +57,24 @@ description: Result of parsing double_map_fn.kcl
"type": "BinaryExpression", "type": "BinaryExpression",
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
"commentStart": 12, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -96,22 +96,22 @@ description: Result of parsing double_map_fn.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 34, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"name": "xs", "name": "xs",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"endElement": { "endElement": {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -125,7 +125,7 @@ description: Result of parsing double_map_fn.kcl
"endInclusive": true, "endInclusive": true,
"start": 0, "start": 0,
"startElement": { "startElement": {
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -149,12 +149,12 @@ description: Result of parsing double_map_fn.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 48, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 48, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 48, "commentStart": 0,
"end": 0, "end": 0,
"name": "ys", "name": "ys",
"start": 0, "start": 0,
@ -164,10 +164,10 @@ description: Result of parsing double_map_fn.kcl
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"name": "xs", "name": "xs",
"start": 0, "start": 0,
@ -181,7 +181,7 @@ description: Result of parsing double_map_fn.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 65, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -189,10 +189,10 @@ description: Result of parsing double_map_fn.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"name": "increment", "name": "increment",
"start": 0, "start": 0,
@ -206,10 +206,10 @@ description: Result of parsing double_map_fn.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"name": "map", "name": "map",
"start": 0, "start": 0,
@ -219,7 +219,7 @@ description: Result of parsing double_map_fn.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -228,7 +228,7 @@ description: Result of parsing double_map_fn.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -236,10 +236,10 @@ description: Result of parsing double_map_fn.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"name": "increment", "name": "increment",
"start": 0, "start": 0,
@ -253,10 +253,10 @@ description: Result of parsing double_map_fn.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": "map", "name": "map",
"start": 0, "start": 0,
@ -266,14 +266,14 @@ description: Result of parsing double_map_fn.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
} }
], ],
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -295,7 +295,7 @@ description: Result of parsing double_map_fn.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 34, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

View File

@ -6,19 +6,19 @@ description: Result of parsing flush_batch_on_end.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 33, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDiameter", "name": "innerDiameter",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 100, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.364", "raw": "0.364",
"start": 0, "start": 0,
@ -45,22 +45,22 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 106, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 106, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 106, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerDiameter", "name": "outerDiameter",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 122, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 122, "commentStart": 0,
"end": 0, "end": 0,
"raw": "35", "raw": "35",
"start": 0, "start": 0,
@ -73,7 +73,7 @@ description: Result of parsing flush_batch_on_end.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"raw": "64", "raw": "64",
"start": 0, "start": 0,
@ -98,22 +98,22 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 130, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 130, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -126,10 +126,10 @@ description: Result of parsing flush_batch_on_end.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -142,7 +142,7 @@ description: Result of parsing flush_batch_on_end.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -171,12 +171,12 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 148, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 187, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 187, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch000", "name": "sketch000",
"start": 0, "start": 0,
@ -185,7 +185,7 @@ description: Result of parsing flush_batch_on_end.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 213, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -196,10 +196,10 @@ description: Result of parsing flush_batch_on_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -209,7 +209,7 @@ description: Result of parsing flush_batch_on_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -230,12 +230,12 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 218, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 267, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 267, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerProfile", "name": "outerProfile",
"start": 0, "start": 0,
@ -246,17 +246,17 @@ description: Result of parsing flush_batch_on_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 305, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 314, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 315, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -268,7 +268,7 @@ description: Result of parsing flush_batch_on_end.kcl
} }
}, },
{ {
"commentStart": 320, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -289,21 +289,21 @@ description: Result of parsing flush_batch_on_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 328, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 337, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerDiameter", "name": "outerDiameter",
"start": 0, "start": 0,
@ -316,7 +316,7 @@ description: Result of parsing flush_batch_on_end.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 353, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -335,14 +335,14 @@ description: Result of parsing flush_batch_on_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 358, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 364, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -353,10 +353,10 @@ description: Result of parsing flush_batch_on_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 282, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 282, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -366,17 +366,17 @@ description: Result of parsing flush_batch_on_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 282, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 292, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 292, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch000", "name": "sketch000",
"start": 0, "start": 0,
@ -403,12 +403,12 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 374, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 422, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 422, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerProfile", "name": "innerProfile",
"start": 0, "start": 0,
@ -419,17 +419,17 @@ description: Result of parsing flush_batch_on_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 460, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 469, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 470, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -441,7 +441,7 @@ description: Result of parsing flush_batch_on_end.kcl
} }
}, },
{ {
"commentStart": 475, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.0", "raw": "0.0",
"start": 0, "start": 0,
@ -462,21 +462,21 @@ description: Result of parsing flush_batch_on_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 483, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 492, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 492, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 492, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDiameter", "name": "innerDiameter",
"start": 0, "start": 0,
@ -489,7 +489,7 @@ description: Result of parsing flush_batch_on_end.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 508, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -508,14 +508,14 @@ description: Result of parsing flush_batch_on_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 513, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 519, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -526,10 +526,10 @@ description: Result of parsing flush_batch_on_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 437, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 437, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -539,17 +539,17 @@ description: Result of parsing flush_batch_on_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 437, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 447, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 447, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch000", "name": "sketch000",
"start": 0, "start": 0,
@ -576,12 +576,12 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 529, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 587, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 587, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeProfile", "name": "pipeProfile",
"start": 0, "start": 0,
@ -591,10 +591,10 @@ description: Result of parsing flush_batch_on_end.kcl
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerProfile", "name": "outerProfile",
"start": 0, "start": 0,
@ -609,10 +609,10 @@ description: Result of parsing flush_batch_on_end.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 624, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 624, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerProfile", "name": "innerProfile",
"start": 0, "start": 0,
@ -624,7 +624,7 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 638, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -633,10 +633,10 @@ description: Result of parsing flush_batch_on_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 619, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 619, "commentStart": 0,
"end": 0, "end": 0,
"name": "hole", "name": "hole",
"start": 0, "start": 0,
@ -646,20 +646,20 @@ description: Result of parsing flush_batch_on_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 619, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
} }
], ],
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 640, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -692,12 +692,12 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 689, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 689, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 689, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipe", "name": "pipe",
"start": 0, "start": 0,
@ -708,7 +708,7 @@ description: Result of parsing flush_batch_on_end.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 717, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -716,10 +716,10 @@ description: Result of parsing flush_batch_on_end.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 726, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 726, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -734,10 +734,10 @@ description: Result of parsing flush_batch_on_end.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 696, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 696, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -747,17 +747,17 @@ description: Result of parsing flush_batch_on_end.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 696, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 704, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 704, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeProfile", "name": "pipeProfile",
"start": 0, "start": 0,
@ -786,7 +786,7 @@ description: Result of parsing flush_batch_on_end.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -794,10 +794,10 @@ description: Result of parsing flush_batch_on_end.kcl
}, },
"properties": [ "properties": [
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -807,10 +807,10 @@ description: Result of parsing flush_batch_on_end.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -831,7 +831,7 @@ description: Result of parsing flush_batch_on_end.kcl
"nonCodeNodes": {}, "nonCodeNodes": {},
"startNodes": [ "startNodes": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -8,10 +8,10 @@ description: Result of parsing function_sketch.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"name": "box", "name": "box",
"start": 0, "start": 0,
@ -21,12 +21,12 @@ description: Result of parsing function_sketch.kcl
"body": { "body": {
"body": [ "body": [
{ {
"commentStart": 20, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": "myBox", "name": "myBox",
"start": 0, "start": 0,
@ -37,7 +37,7 @@ description: Result of parsing function_sketch.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -48,10 +48,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -61,7 +61,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -70,10 +70,10 @@ description: Result of parsing function_sketch.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 70, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -85,7 +85,7 @@ description: Result of parsing function_sketch.kcl
} }
}, },
{ {
"commentStart": 74, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -103,7 +103,7 @@ description: Result of parsing function_sketch.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -112,10 +112,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 55, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 55, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -125,7 +125,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 55, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -136,17 +136,17 @@ description: Result of parsing function_sketch.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 93, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 99, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 100, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -159,10 +159,10 @@ description: Result of parsing function_sketch.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -183,10 +183,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -196,7 +196,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -208,21 +208,21 @@ description: Result of parsing function_sketch.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 119, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 125, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 126, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 126, "commentStart": 0,
"end": 0, "end": 0,
"name": "w", "name": "w",
"start": 0, "start": 0,
@ -234,7 +234,7 @@ description: Result of parsing function_sketch.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 129, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -255,10 +255,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -268,7 +268,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -280,17 +280,17 @@ description: Result of parsing function_sketch.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 151, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 152, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -304,10 +304,10 @@ description: Result of parsing function_sketch.kcl
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 156, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 156, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -318,7 +318,7 @@ description: Result of parsing function_sketch.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 155, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -335,10 +335,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 140, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 140, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -348,7 +348,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 140, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -358,7 +358,7 @@ description: Result of parsing function_sketch.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 173, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -367,10 +367,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -380,7 +380,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -391,7 +391,7 @@ description: Result of parsing function_sketch.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -399,10 +399,10 @@ description: Result of parsing function_sketch.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"name": "h", "name": "h",
"start": 0, "start": 0,
@ -417,10 +417,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -430,7 +430,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -438,7 +438,7 @@ description: Result of parsing function_sketch.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 28, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -456,10 +456,10 @@ description: Result of parsing function_sketch.kcl
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 213, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 213, "commentStart": 0,
"end": 0, "end": 0,
"name": "myBox", "name": "myBox",
"start": 0, "start": 0,
@ -470,20 +470,20 @@ description: Result of parsing function_sketch.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 202, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -497,13 +497,13 @@ description: Result of parsing function_sketch.kcl
}, },
"start": 0 "start": 0
}, },
"commentStart": 6, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": "h", "name": "h",
"start": 0, "start": 0,
@ -513,7 +513,7 @@ description: Result of parsing function_sketch.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -523,7 +523,7 @@ description: Result of parsing function_sketch.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"name": "w", "name": "w",
"start": 0, "start": 0,
@ -545,12 +545,12 @@ description: Result of parsing function_sketch.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 220, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 222, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 222, "commentStart": 0,
"end": 0, "end": 0,
"name": "fnBox", "name": "fnBox",
"start": 0, "start": 0,
@ -559,7 +559,7 @@ description: Result of parsing function_sketch.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 234, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -571,7 +571,7 @@ description: Result of parsing function_sketch.kcl
} }
}, },
{ {
"commentStart": 237, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6", "raw": "6",
"start": 0, "start": 0,
@ -583,7 +583,7 @@ description: Result of parsing function_sketch.kcl
} }
}, },
{ {
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -597,10 +597,10 @@ description: Result of parsing function_sketch.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 230, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 230, "commentStart": 0,
"end": 0, "end": 0,
"name": "box", "name": "box",
"start": 0, "start": 0,
@ -610,7 +610,7 @@ description: Result of parsing function_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 230, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -632,7 +632,7 @@ description: Result of parsing function_sketch.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -8,10 +8,10 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"name": "box", "name": "box",
"start": 0, "start": 0,
@ -21,12 +21,12 @@ description: Result of parsing function_sketch_with_position.kcl
"body": { "body": {
"body": [ "body": [
{ {
"commentStart": 23, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 23, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 23, "commentStart": 0,
"end": 0, "end": 0,
"name": "myBox", "name": "myBox",
"start": 0, "start": 0,
@ -37,7 +37,7 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -48,10 +48,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -61,7 +61,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -71,10 +71,10 @@ description: Result of parsing function_sketch_with_position.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 73, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 73, "commentStart": 0,
"end": 0, "end": 0,
"name": "p", "name": "p",
"start": 0, "start": 0,
@ -86,7 +86,7 @@ description: Result of parsing function_sketch_with_position.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 76, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -95,10 +95,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -108,7 +108,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 58, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -119,17 +119,17 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 97, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -142,10 +142,10 @@ description: Result of parsing function_sketch_with_position.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 101, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 101, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -166,10 +166,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -179,7 +179,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 86, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -191,21 +191,21 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 123, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"name": "w", "name": "w",
"start": 0, "start": 0,
@ -217,7 +217,7 @@ description: Result of parsing function_sketch_with_position.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -238,10 +238,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 112, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 112, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -251,7 +251,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 112, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -263,17 +263,17 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 149, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 150, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -287,10 +287,10 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -301,7 +301,7 @@ description: Result of parsing function_sketch_with_position.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 153, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -318,10 +318,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -331,7 +331,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -341,7 +341,7 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -350,10 +350,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 165, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 165, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -363,7 +363,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 165, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -374,7 +374,7 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -382,10 +382,10 @@ description: Result of parsing function_sketch_with_position.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 198, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 198, "commentStart": 0,
"end": 0, "end": 0,
"name": "h", "name": "h",
"start": 0, "start": 0,
@ -400,10 +400,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 181, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 181, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -413,7 +413,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 181, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -421,7 +421,7 @@ description: Result of parsing function_sketch_with_position.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -439,10 +439,10 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"name": "myBox", "name": "myBox",
"start": 0, "start": 0,
@ -453,20 +453,20 @@ description: Result of parsing function_sketch_with_position.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 19, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -480,13 +480,13 @@ description: Result of parsing function_sketch_with_position.kcl
}, },
"start": 0 "start": 0
}, },
"commentStart": 6, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": "p", "name": "p",
"start": 0, "start": 0,
@ -496,7 +496,7 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "h", "name": "h",
"start": 0, "start": 0,
@ -506,7 +506,7 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"name": "l", "name": "l",
"start": 0, "start": 0,
@ -516,7 +516,7 @@ description: Result of parsing function_sketch_with_position.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "w", "name": "w",
"start": 0, "start": 0,
@ -538,12 +538,12 @@ description: Result of parsing function_sketch_with_position.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 218, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"name": "thing", "name": "thing",
"start": 0, "start": 0,
@ -552,10 +552,10 @@ description: Result of parsing function_sketch_with_position.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 232, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 233, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -567,7 +567,7 @@ description: Result of parsing function_sketch_with_position.kcl
} }
}, },
{ {
"commentStart": 236, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -585,7 +585,7 @@ description: Result of parsing function_sketch_with_position.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -597,7 +597,7 @@ description: Result of parsing function_sketch_with_position.kcl
} }
}, },
{ {
"commentStart": 243, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6", "raw": "6",
"start": 0, "start": 0,
@ -609,7 +609,7 @@ description: Result of parsing function_sketch_with_position.kcl
} }
}, },
{ {
"commentStart": 246, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -623,10 +623,10 @@ description: Result of parsing function_sketch_with_position.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 228, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 228, "commentStart": 0,
"end": 0, "end": 0,
"name": "box", "name": "box",
"start": 0, "start": 0,
@ -636,7 +636,7 @@ description: Result of parsing function_sketch_with_position.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 228, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -658,7 +658,7 @@ description: Result of parsing function_sketch_with_position.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -22,7 +22,7 @@ description: Result of parsing helix_ccw.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XY'", "raw": "'XY'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing helix_ccw.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing helix_ccw.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -57,17 +57,17 @@ description: Result of parsing helix_ccw.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 51, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 52, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -79,7 +79,7 @@ description: Result of parsing helix_ccw.kcl
} }
}, },
{ {
"commentStart": 55, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -100,14 +100,14 @@ description: Result of parsing helix_ccw.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 59, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -122,10 +122,10 @@ description: Result of parsing helix_ccw.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -135,7 +135,7 @@ description: Result of parsing helix_ccw.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -147,14 +147,14 @@ description: Result of parsing helix_ccw.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -169,10 +169,10 @@ description: Result of parsing helix_ccw.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -182,7 +182,7 @@ description: Result of parsing helix_ccw.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 77, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -194,14 +194,14 @@ description: Result of parsing helix_ccw.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"name": "revolutions", "name": "revolutions",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"raw": "16", "raw": "16",
"start": 0, "start": 0,
@ -216,14 +216,14 @@ description: Result of parsing helix_ccw.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 142, "commentStart": 0,
"end": 0, "end": 0,
"name": "angleStart", "name": "angleStart",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 155, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -238,14 +238,14 @@ description: Result of parsing helix_ccw.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 165, "commentStart": 0,
"end": 0, "end": 0,
"name": "ccw", "name": "ccw",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -257,14 +257,14 @@ description: Result of parsing helix_ccw.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 184, "commentStart": 0,
"end": 0, "end": 0,
"name": "cylinder", "name": "cylinder",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 195, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -274,10 +274,10 @@ description: Result of parsing helix_ccw.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"name": "helix", "name": "helix",
"start": 0, "start": 0,
@ -287,7 +287,7 @@ description: Result of parsing helix_ccw.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 103, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -295,7 +295,7 @@ description: Result of parsing helix_ccw.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",

View File

@ -8,10 +8,10 @@ description: Result of parsing helix_simple.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 34, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 34, "commentStart": 0,
"end": 0, "end": 0,
"name": "helper001", "name": "helper001",
"start": 0, "start": 0,
@ -22,7 +22,7 @@ description: Result of parsing helix_simple.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 60, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'XZ'", "raw": "'XZ'",
"start": 0, "start": 0,
@ -33,10 +33,10 @@ description: Result of parsing helix_simple.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -46,7 +46,7 @@ description: Result of parsing helix_simple.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -55,10 +55,10 @@ description: Result of parsing helix_simple.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 86, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 87, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing helix_simple.kcl
} }
}, },
{ {
"commentStart": 90, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -88,7 +88,7 @@ description: Result of parsing helix_simple.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -97,10 +97,10 @@ description: Result of parsing helix_simple.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -110,7 +110,7 @@ description: Result of parsing helix_simple.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -121,17 +121,17 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"name": "end", "name": "end",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 113, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -143,7 +143,7 @@ description: Result of parsing helix_simple.kcl
} }
}, },
{ {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -164,14 +164,14 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 122, "commentStart": 0,
"end": 0, "end": 0,
"name": "tag", "name": "tag",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 128, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "TagDeclarator", "type": "TagDeclarator",
@ -182,10 +182,10 @@ description: Result of parsing helix_simple.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -195,7 +195,7 @@ description: Result of parsing helix_simple.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -203,7 +203,7 @@ description: Result of parsing helix_simple.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -222,12 +222,12 @@ description: Result of parsing helix_simple.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 137, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 139, "commentStart": 0,
"end": 0, "end": 0,
"name": "helixPath", "name": "helixPath",
"start": 0, "start": 0,
@ -238,14 +238,14 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"name": "angleStart", "name": "angleStart",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 173, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -260,14 +260,14 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 178, "commentStart": 0,
"end": 0, "end": 0,
"name": "ccw", "name": "ccw",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 184, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -279,14 +279,14 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 192, "commentStart": 0,
"end": 0, "end": 0,
"name": "revolutions", "name": "revolutions",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 206, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -301,14 +301,14 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 211, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -323,14 +323,14 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 226, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 235, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -345,7 +345,7 @@ description: Result of parsing helix_simple.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"name": "axis", "name": "axis",
"start": 0, "start": 0,
@ -353,10 +353,10 @@ description: Result of parsing helix_simple.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 247, "commentStart": 0,
"end": 0, "end": 0,
"name": "edge001", "name": "edge001",
"start": 0, "start": 0,
@ -371,10 +371,10 @@ description: Result of parsing helix_simple.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": "helix", "name": "helix",
"start": 0, "start": 0,
@ -384,7 +384,7 @@ description: Result of parsing helix_simple.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -407,7 +407,7 @@ description: Result of parsing helix_simple.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

View File

@ -8,19 +8,19 @@ description: Result of parsing if_else.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 48, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 48, "commentStart": 0,
"end": 0, "end": 0,
"name": "a", "name": "a",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 52, "commentStart": 0,
"cond": { "cond": {
"commentStart": 55, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -31,9 +31,9 @@ description: Result of parsing if_else.kcl
"digest": null, "digest": null,
"else_ifs": [ "else_ifs": [
{ {
"commentStart": 68, "commentStart": 0,
"cond": { "cond": {
"commentStart": 76, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -47,10 +47,10 @@ description: Result of parsing if_else.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -66,7 +66,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -77,10 +77,10 @@ description: Result of parsing if_else.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -96,7 +96,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -104,10 +104,10 @@ description: Result of parsing if_else.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -123,7 +123,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -140,16 +140,16 @@ description: Result of parsing if_else.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 114, "commentStart": 0,
"end": 0, "end": 0,
"name": "a", "name": "a",
"start": 0, "start": 0,
@ -161,7 +161,7 @@ description: Result of parsing if_else.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -173,7 +173,7 @@ description: Result of parsing if_else.kcl
} }
}, },
{ {
"commentStart": 120, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.001", "raw": "0.001",
"start": 0, "start": 0,
@ -185,7 +185,7 @@ description: Result of parsing if_else.kcl
} }
}, },
{ {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"the 'if' branch gets returned\"", "raw": "\"the 'if' branch gets returned\"",
"start": 0, "start": 0,
@ -196,10 +196,10 @@ description: Result of parsing if_else.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -209,7 +209,7 @@ description: Result of parsing if_else.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 102, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -220,21 +220,21 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 159, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"name": "b", "name": "b",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 165, "commentStart": 0,
"cond": { "cond": {
"commentStart": 168, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -245,9 +245,9 @@ description: Result of parsing if_else.kcl
"digest": null, "digest": null,
"else_ifs": [ "else_ifs": [
{ {
"commentStart": 182, "commentStart": 0,
"cond": { "cond": {
"commentStart": 190, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -261,10 +261,10 @@ description: Result of parsing if_else.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -280,7 +280,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 195, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -291,10 +291,10 @@ description: Result of parsing if_else.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -310,7 +310,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -318,10 +318,10 @@ description: Result of parsing if_else.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 178, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 178, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -337,7 +337,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 178, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -354,16 +354,16 @@ description: Result of parsing if_else.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 216, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 228, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 228, "commentStart": 0,
"end": 0, "end": 0,
"name": "b", "name": "b",
"start": 0, "start": 0,
@ -375,7 +375,7 @@ description: Result of parsing if_else.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 231, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -387,7 +387,7 @@ description: Result of parsing if_else.kcl
} }
}, },
{ {
"commentStart": 234, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.001", "raw": "0.001",
"start": 0, "start": 0,
@ -399,7 +399,7 @@ description: Result of parsing if_else.kcl
} }
}, },
{ {
"commentStart": 241, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"the 'else if' branch gets returned\"", "raw": "\"the 'else if' branch gets returned\"",
"start": 0, "start": 0,
@ -410,10 +410,10 @@ description: Result of parsing if_else.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 216, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 216, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -423,7 +423,7 @@ description: Result of parsing if_else.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 216, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -434,21 +434,21 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 278, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 280, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 280, "commentStart": 0,
"end": 0, "end": 0,
"name": "c", "name": "c",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 284, "commentStart": 0,
"cond": { "cond": {
"commentStart": 287, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -459,9 +459,9 @@ description: Result of parsing if_else.kcl
"digest": null, "digest": null,
"else_ifs": [ "else_ifs": [
{ {
"commentStart": 301, "commentStart": 0,
"cond": { "cond": {
"commentStart": 309, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -475,10 +475,10 @@ description: Result of parsing if_else.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 319, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 319, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -494,7 +494,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 315, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -505,10 +505,10 @@ description: Result of parsing if_else.kcl
"final_else": { "final_else": {
"body": [ "body": [
{ {
"commentStart": 332, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 332, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -524,7 +524,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 332, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -532,10 +532,10 @@ description: Result of parsing if_else.kcl
"then_val": { "then_val": {
"body": [ "body": [
{ {
"commentStart": 297, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"commentStart": 297, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -551,7 +551,7 @@ description: Result of parsing if_else.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
} }
], ],
"commentStart": 297, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
@ -568,16 +568,16 @@ description: Result of parsing if_else.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 336, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 348, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 348, "commentStart": 0,
"end": 0, "end": 0,
"name": "c", "name": "c",
"start": 0, "start": 0,
@ -589,7 +589,7 @@ description: Result of parsing if_else.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"raw": "5", "raw": "5",
"start": 0, "start": 0,
@ -601,7 +601,7 @@ description: Result of parsing if_else.kcl
} }
}, },
{ {
"commentStart": 354, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.001", "raw": "0.001",
"start": 0, "start": 0,
@ -613,7 +613,7 @@ description: Result of parsing if_else.kcl
} }
}, },
{ {
"commentStart": 361, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"the 'else' branch gets returned\"", "raw": "\"the 'else' branch gets returned\"",
"start": 0, "start": 0,
@ -624,10 +624,10 @@ description: Result of parsing if_else.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 336, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 336, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertEqual", "name": "assertEqual",
"start": 0, "start": 0,
@ -637,7 +637,7 @@ description: Result of parsing if_else.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 336, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -654,7 +654,7 @@ description: Result of parsing if_else.kcl
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -665,7 +665,7 @@ description: Result of parsing if_else.kcl
], ],
"3": [ "3": [
{ {
"commentStart": 278, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -688,7 +688,7 @@ description: Result of parsing if_else.kcl
} }
}, },
{ {
"commentStart": 45, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -17,10 +17,10 @@ description: Result of parsing import_constant.kcl
"items": [ "items": [
{ {
"alias": null, "alias": null,
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": "three", "name": "three",
"start": 0, "start": 0,

View File

@ -6,7 +6,7 @@ description: Result of parsing import_cycle1.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -17,10 +17,10 @@ description: Result of parsing import_cycle1.kcl
"items": [ "items": [
{ {
"alias": null, "alias": null,
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"name": "two", "name": "two",
"start": 0, "start": 0,
@ -36,12 +36,12 @@ description: Result of parsing import_cycle1.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 70, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 82, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 82, "commentStart": 0,
"end": 0, "end": 0,
"name": "one", "name": "one",
"start": 0, "start": 0,
@ -52,16 +52,16 @@ description: Result of parsing import_cycle1.kcl
"body": [ "body": [
{ {
"argument": { "argument": {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"name": "two", "name": "two",
"start": 0, "start": 0,
@ -71,7 +71,7 @@ description: Result of parsing import_cycle1.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -79,7 +79,7 @@ description: Result of parsing import_cycle1.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -94,18 +94,18 @@ description: Result of parsing import_cycle1.kcl
"type": "BinaryExpression", "type": "BinaryExpression",
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
"commentStart": 92, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 88, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
"commentStart": 85, "commentStart": 0,
"end": 0, "end": 0,
"params": [], "params": [],
"start": 0, "start": 0,
@ -130,7 +130,7 @@ description: Result of parsing import_cycle1.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -138,10 +138,10 @@ description: Result of parsing import_cycle1.kcl
}, },
"properties": [ "properties": [
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -151,10 +151,10 @@ description: Result of parsing import_cycle1.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -175,7 +175,7 @@ description: Result of parsing import_cycle1.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 70, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -187,7 +187,7 @@ description: Result of parsing import_cycle1.kcl
}, },
"startNodes": [ "startNodes": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -17,10 +17,10 @@ description: Result of parsing import_export.kcl
"items": [ "items": [
{ {
"alias": null, "alias": null,
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": "three", "name": "three",
"start": 0, "start": 0,

View File

@ -17,10 +17,10 @@ description: Result of parsing import_file_not_exist_error.kcl
"items": [ "items": [
{ {
"alias": null, "alias": null,
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": "hotdog", "name": "hotdog",
"start": 0, "start": 0,

View File

@ -17,10 +17,10 @@ description: Result of parsing import_file_parse_error.kcl
"items": [ "items": [
{ {
"alias": null, "alias": null,
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": "hotdog", "name": "hotdog",
"start": 0, "start": 0,

View File

@ -15,7 +15,7 @@ description: Result of parsing import_foreign.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -27,12 +27,12 @@ description: Result of parsing import_foreign.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 36, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 38, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 38, "commentStart": 0,
"end": 0, "end": 0,
"name": "model", "name": "model",
"start": 0, "start": 0,
@ -40,10 +40,10 @@ description: Result of parsing import_foreign.kcl
}, },
"init": { "init": {
"abs_path": false, "abs_path": false,
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -70,7 +70,7 @@ description: Result of parsing import_foreign.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 36, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -6,7 +6,7 @@ description: Result of parsing import_function_not_sketch.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -17,10 +17,10 @@ description: Result of parsing import_function_not_sketch.kcl
"items": [ "items": [
{ {
"alias": null, "alias": null,
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"name": "two", "name": "two",
"start": 0, "start": 0,
@ -36,12 +36,12 @@ description: Result of parsing import_function_not_sketch.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 69, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"name": "one", "name": "one",
"start": 0, "start": 0,
@ -52,16 +52,16 @@ description: Result of parsing import_function_not_sketch.kcl
"body": [ "body": [
{ {
"argument": { "argument": {
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"name": "two", "name": "two",
"start": 0, "start": 0,
@ -71,7 +71,7 @@ description: Result of parsing import_function_not_sketch.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 98, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -79,7 +79,7 @@ description: Result of parsing import_function_not_sketch.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 106, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -94,18 +94,18 @@ description: Result of parsing import_function_not_sketch.kcl
"type": "BinaryExpression", "type": "BinaryExpression",
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 87, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"params": [], "params": [],
"start": 0, "start": 0,
@ -130,7 +130,7 @@ description: Result of parsing import_function_not_sketch.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -138,10 +138,10 @@ description: Result of parsing import_function_not_sketch.kcl
}, },
"properties": [ "properties": [
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -151,10 +151,10 @@ description: Result of parsing import_function_not_sketch.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -175,7 +175,7 @@ description: Result of parsing import_function_not_sketch.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -187,7 +187,7 @@ description: Result of parsing import_function_not_sketch.kcl
}, },
"startNodes": [ "startNodes": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -13,7 +13,7 @@ description: Result of parsing import_glob.kcl
"filename": "export_constant.kcl" "filename": "export_constant.kcl"
}, },
"selector": { "selector": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "Glob" "type": "Glob"

View File

@ -17,10 +17,10 @@ description: Result of parsing import_side_effect.kcl
"items": [ "items": [
{ {
"alias": null, "alias": null,
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"name": "foo", "name": "foo",
"start": 0, "start": 0,

View File

@ -6,7 +6,7 @@ description: Result of parsing import_transform.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 18, "commentStart": 0,
"end": 0, "end": 0,
"outerAttrs": [ "outerAttrs": [
{ {
@ -15,10 +15,10 @@ description: Result of parsing import_transform.kcl
"name": null, "name": null,
"properties": [ "properties": [
{ {
"commentStart": 2, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 2, "commentStart": 0,
"end": 0, "end": 0,
"name": "lengthUnit", "name": "lengthUnit",
"start": 0, "start": 0,
@ -28,10 +28,10 @@ description: Result of parsing import_transform.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 15, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 15, "commentStart": 0,
"end": 0, "end": 0,
"name": "m", "name": "m",
"start": 0, "start": 0,
@ -55,7 +55,7 @@ description: Result of parsing import_transform.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 56, "commentStart": 0,
"end": 0, "end": 0,
"name": "screw", "name": "screw",
"start": 0, "start": 0,
@ -67,16 +67,16 @@ description: Result of parsing import_transform.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 63, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 63, "commentStart": 0,
"end": 0, "end": 0,
"name": "screw", "name": "screw",
"start": 0, "start": 0,
@ -92,14 +92,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": "roll", "name": "roll",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -114,14 +114,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 97, "commentStart": 0,
"end": 0, "end": 0,
"name": "pitch", "name": "pitch",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 105, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -136,14 +136,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 111, "commentStart": 0,
"end": 0, "end": 0,
"name": "yaw", "name": "yaw",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -158,10 +158,10 @@ description: Result of parsing import_transform.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 74, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 74, "commentStart": 0,
"end": 0, "end": 0,
"name": "rotate", "name": "rotate",
"start": 0, "start": 0,
@ -171,13 +171,13 @@ description: Result of parsing import_transform.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 74, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -189,14 +189,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 141, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 145, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -211,14 +211,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 151, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 155, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -233,14 +233,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"name": "z", "name": "z",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 165, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -255,10 +255,10 @@ description: Result of parsing import_transform.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 128, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 128, "commentStart": 0,
"end": 0, "end": 0,
"name": "translate", "name": "translate",
"start": 0, "start": 0,
@ -268,13 +268,13 @@ description: Result of parsing import_transform.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 128, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -286,14 +286,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 185, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -308,14 +308,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 195, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 199, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -330,14 +330,14 @@ description: Result of parsing import_transform.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 205, "commentStart": 0,
"end": 0, "end": 0,
"name": "z", "name": "z",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 209, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3.14", "raw": "3.14",
"start": 0, "start": 0,
@ -352,10 +352,10 @@ description: Result of parsing import_transform.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 176, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 176, "commentStart": 0,
"end": 0, "end": 0,
"name": "scale", "name": "scale",
"start": 0, "start": 0,
@ -365,13 +365,13 @@ description: Result of parsing import_transform.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 176, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 182, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -379,7 +379,7 @@ description: Result of parsing import_transform.kcl
} }
} }
], ],
"commentStart": 63, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -396,7 +396,7 @@ description: Result of parsing import_transform.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 61, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -6,7 +6,7 @@ description: Result of parsing import_whole.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -15,7 +15,7 @@ description: Result of parsing import_whole.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 64, "commentStart": 0,
"end": 0, "end": 0,
"name": "foo", "name": "foo",
"start": 0, "start": 0,
@ -27,12 +27,12 @@ description: Result of parsing import_whole.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 67, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 69, "commentStart": 0,
"end": 0, "end": 0,
"name": "bar", "name": "bar",
"start": 0, "start": 0,
@ -42,10 +42,10 @@ description: Result of parsing import_whole.kcl
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"name": "foo", "name": "foo",
"start": 0, "start": 0,
@ -61,17 +61,17 @@ description: Result of parsing import_whole.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 90, "commentStart": 0,
"end": 0, "end": 0,
"name": "faces", "name": "faces",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 98, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'end'", "raw": "'end'",
"start": 0, "start": 0,
@ -89,7 +89,7 @@ description: Result of parsing import_whole.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 107, "commentStart": 0,
"end": 0, "end": 0,
"name": "thickness", "name": "thickness",
"start": 0, "start": 0,
@ -97,10 +97,10 @@ description: Result of parsing import_whole.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 119, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"name": "thickness", "name": "thickness",
"start": 0, "start": 0,
@ -108,7 +108,7 @@ description: Result of parsing import_whole.kcl
}, },
"path": [ "path": [
{ {
"commentStart": 119, "commentStart": 0,
"end": 0, "end": 0,
"name": "foo", "name": "foo",
"start": 0, "start": 0,
@ -123,10 +123,10 @@ description: Result of parsing import_whole.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": "shell", "name": "shell",
"start": 0, "start": 0,
@ -136,7 +136,7 @@ description: Result of parsing import_whole.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -144,7 +144,7 @@ description: Result of parsing import_whole.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -167,7 +167,7 @@ description: Result of parsing import_whole.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -175,10 +175,10 @@ description: Result of parsing import_whole.kcl
}, },
"properties": [ "properties": [
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -188,10 +188,10 @@ description: Result of parsing import_whole.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 30, "commentStart": 0,
"end": 0, "end": 0,
"name": "mm", "name": "mm",
"start": 0, "start": 0,
@ -212,7 +212,7 @@ description: Result of parsing import_whole.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 67, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -224,7 +224,7 @@ description: Result of parsing import_whole.kcl
}, },
"startNodes": [ "startNodes": [
{ {
"commentStart": 33, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -8,20 +8,20 @@ description: Result of parsing index_of_array.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 35, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 41, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 42, "commentStart": 0,
"end": 0, "end": 0,
"raw": "90", "raw": "90",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 46, "commentStart": 0,
"end": 0, "end": 0,
"raw": "91", "raw": "91",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 50, "commentStart": 0,
"end": 0, "end": 0,
"raw": "92", "raw": "92",
"start": 0, "start": 0,
@ -72,23 +72,23 @@ description: Result of parsing index_of_array.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 53, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 81, "commentStart": 0,
"end": 0, "end": 0,
"name": "result0", "name": "result0",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 91, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -96,7 +96,7 @@ description: Result of parsing index_of_array.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 95, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -121,16 +121,16 @@ description: Result of parsing index_of_array.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 97, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 118, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 118, "commentStart": 0,
"end": 0, "end": 0,
"name": "result0", "name": "result0",
"start": 0, "start": 0,
@ -142,7 +142,7 @@ description: Result of parsing index_of_array.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"raw": "91", "raw": "91",
"start": 0, "start": 0,
@ -154,7 +154,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"Literal property lookup\"", "raw": "\"Literal property lookup\"",
"start": 0, "start": 0,
@ -165,10 +165,10 @@ description: Result of parsing index_of_array.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertLessThanOrEq", "name": "assertLessThanOrEq",
"start": 0, "start": 0,
@ -178,7 +178,7 @@ description: Result of parsing index_of_array.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 99, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -189,16 +189,16 @@ description: Result of parsing index_of_array.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": "result0", "name": "result0",
"start": 0, "start": 0,
@ -210,7 +210,7 @@ description: Result of parsing index_of_array.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"raw": "91", "raw": "91",
"start": 0, "start": 0,
@ -222,7 +222,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 193, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"Literal property lookup\"", "raw": "\"Literal property lookup\"",
"start": 0, "start": 0,
@ -233,10 +233,10 @@ description: Result of parsing index_of_array.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertGreaterThanOrEq", "name": "assertGreaterThanOrEq",
"start": 0, "start": 0,
@ -246,7 +246,7 @@ description: Result of parsing index_of_array.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 158, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -257,12 +257,12 @@ description: Result of parsing index_of_array.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 219, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 248, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 248, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -271,10 +271,10 @@ description: Result of parsing index_of_array.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 256, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 256, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -287,7 +287,7 @@ description: Result of parsing index_of_array.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 260, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -305,10 +305,10 @@ description: Result of parsing index_of_array.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 252, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 252, "commentStart": 0,
"end": 0, "end": 0,
"name": "int", "name": "int",
"start": 0, "start": 0,
@ -318,7 +318,7 @@ description: Result of parsing index_of_array.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 252, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -334,23 +334,23 @@ description: Result of parsing index_of_array.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 263, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 263, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 263, "commentStart": 0,
"end": 0, "end": 0,
"name": "result1", "name": "result1",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 273, "commentStart": 0,
"computed": true, "computed": true,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 273, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -358,7 +358,7 @@ description: Result of parsing index_of_array.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -379,16 +379,16 @@ description: Result of parsing index_of_array.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 279, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 300, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 300, "commentStart": 0,
"end": 0, "end": 0,
"name": "result1", "name": "result1",
"start": 0, "start": 0,
@ -400,7 +400,7 @@ description: Result of parsing index_of_array.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 309, "commentStart": 0,
"end": 0, "end": 0,
"raw": "91", "raw": "91",
"start": 0, "start": 0,
@ -412,7 +412,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 313, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"Computed property lookup\"", "raw": "\"Computed property lookup\"",
"start": 0, "start": 0,
@ -423,10 +423,10 @@ description: Result of parsing index_of_array.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 281, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 281, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertLessThanOrEq", "name": "assertLessThanOrEq",
"start": 0, "start": 0,
@ -436,7 +436,7 @@ description: Result of parsing index_of_array.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 281, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -447,16 +447,16 @@ description: Result of parsing index_of_array.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 341, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"name": "result1", "name": "result1",
"start": 0, "start": 0,
@ -468,7 +468,7 @@ description: Result of parsing index_of_array.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 372, "commentStart": 0,
"end": 0, "end": 0,
"raw": "91", "raw": "91",
"start": 0, "start": 0,
@ -480,7 +480,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 376, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"Computed property lookup\"", "raw": "\"Computed property lookup\"",
"start": 0, "start": 0,
@ -491,10 +491,10 @@ description: Result of parsing index_of_array.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 341, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 341, "commentStart": 0,
"end": 0, "end": 0,
"name": "assertGreaterThanOrEq", "name": "assertGreaterThanOrEq",
"start": 0, "start": 0,
@ -504,7 +504,7 @@ description: Result of parsing index_of_array.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 341, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -521,7 +521,7 @@ description: Result of parsing index_of_array.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 53, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -532,7 +532,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 78, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -543,7 +543,7 @@ description: Result of parsing index_of_array.kcl
], ],
"1": [ "1": [
{ {
"commentStart": 97, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -554,7 +554,7 @@ description: Result of parsing index_of_array.kcl
], ],
"3": [ "3": [
{ {
"commentStart": 219, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -565,7 +565,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -576,7 +576,7 @@ description: Result of parsing index_of_array.kcl
], ],
"5": [ "5": [
{ {
"commentStart": 279, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -599,7 +599,7 @@ description: Result of parsing index_of_array.kcl
} }
}, },
{ {
"commentStart": 32, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -8,10 +8,10 @@ description: Result of parsing intersect_cubes.kcl
{ {
"commentStart": 0, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 3, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -27,10 +27,10 @@ description: Result of parsing intersect_cubes.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 41, "commentStart": 0,
"end": 0, "end": 0,
"name": "XY", "name": "XY",
"start": 0, "start": 0,
@ -44,10 +44,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -57,7 +57,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -66,17 +66,17 @@ description: Result of parsing intersect_cubes.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 67, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 68, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 68, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -84,7 +84,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 75, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -101,7 +101,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 80, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -117,14 +117,14 @@ description: Result of parsing intersect_cubes.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 84, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 84, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -132,7 +132,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -149,7 +149,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 96, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -171,7 +171,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 101, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -180,10 +180,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 52, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 52, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -193,7 +193,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 52, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -204,24 +204,24 @@ description: Result of parsing intersect_cubes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 116, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 130, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 131, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 131, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -229,7 +229,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 138, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -246,7 +246,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 143, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -262,14 +262,14 @@ description: Result of parsing intersect_cubes.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 147, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 147, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -277,7 +277,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 154, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -294,7 +294,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 159, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -319,10 +319,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 111, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 111, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -332,7 +332,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 111, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -344,24 +344,24 @@ description: Result of parsing intersect_cubes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 176, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 190, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 191, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 191, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -369,7 +369,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 198, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -386,7 +386,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 203, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -402,14 +402,14 @@ description: Result of parsing intersect_cubes.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 207, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -417,7 +417,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 214, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -434,7 +434,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 219, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -459,10 +459,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -472,7 +472,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -484,24 +484,24 @@ description: Result of parsing intersect_cubes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 236, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 250, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 251, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -509,7 +509,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -526,7 +526,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"commentStart": 263, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -542,14 +542,14 @@ description: Result of parsing intersect_cubes.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 267, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 267, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 267, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -557,7 +557,7 @@ description: Result of parsing intersect_cubes.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 274, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -574,7 +574,7 @@ description: Result of parsing intersect_cubes.kcl
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"commentStart": 279, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -599,10 +599,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 231, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 231, "commentStart": 0,
"end": 0, "end": 0,
"name": "line", "name": "line",
"start": 0, "start": 0,
@ -612,7 +612,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 231, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -623,10 +623,10 @@ description: Result of parsing intersect_cubes.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -636,7 +636,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 291, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -647,14 +647,14 @@ description: Result of parsing intersect_cubes.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 314, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 323, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -669,10 +669,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 306, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 306, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -682,7 +682,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 306, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -690,30 +690,30 @@ description: Result of parsing intersect_cubes.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
"type": "PipeExpression" "type": "PipeExpression"
}, },
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 8, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
@ -735,12 +735,12 @@ description: Result of parsing intersect_cubes.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 328, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 330, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 330, "commentStart": 0,
"end": 0, "end": 0,
"name": "part001", "name": "part001",
"start": 0, "start": 0,
@ -749,10 +749,10 @@ description: Result of parsing intersect_cubes.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 345, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 346, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -764,7 +764,7 @@ description: Result of parsing intersect_cubes.kcl
} }
}, },
{ {
"commentStart": 349, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -784,10 +784,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 340, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 340, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -797,7 +797,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 340, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -813,12 +813,12 @@ description: Result of parsing intersect_cubes.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 353, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 353, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 353, "commentStart": 0,
"end": 0, "end": 0,
"name": "part002", "name": "part002",
"start": 0, "start": 0,
@ -827,10 +827,10 @@ description: Result of parsing intersect_cubes.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 368, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 369, "commentStart": 0,
"end": 0, "end": 0,
"raw": "8", "raw": "8",
"start": 0, "start": 0,
@ -842,7 +842,7 @@ description: Result of parsing intersect_cubes.kcl
} }
}, },
{ {
"commentStart": 372, "commentStart": 0,
"end": 0, "end": 0,
"raw": "8", "raw": "8",
"start": 0, "start": 0,
@ -862,10 +862,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"name": "cube", "name": "cube",
"start": 0, "start": 0,
@ -875,7 +875,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -891,12 +891,12 @@ description: Result of parsing intersect_cubes.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 375, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 377, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 377, "commentStart": 0,
"end": 0, "end": 0,
"name": "fullPart", "name": "fullPart",
"start": 0, "start": 0,
@ -905,14 +905,14 @@ description: Result of parsing intersect_cubes.kcl
"init": { "init": {
"arguments": [ "arguments": [
{ {
"commentStart": 398, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 399, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 399, "commentStart": 0,
"end": 0, "end": 0,
"name": "part001", "name": "part001",
"start": 0, "start": 0,
@ -925,10 +925,10 @@ description: Result of parsing intersect_cubes.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 408, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 408, "commentStart": 0,
"end": 0, "end": 0,
"name": "part002", "name": "part002",
"start": 0, "start": 0,
@ -948,10 +948,10 @@ description: Result of parsing intersect_cubes.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 388, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 388, "commentStart": 0,
"end": 0, "end": 0,
"name": "intersect", "name": "intersect",
"start": 0, "start": 0,
@ -961,7 +961,7 @@ description: Result of parsing intersect_cubes.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 388, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -983,7 +983,7 @@ description: Result of parsing intersect_cubes.kcl
"nonCodeNodes": { "nonCodeNodes": {
"0": [ "0": [
{ {
"commentStart": 328, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -994,7 +994,7 @@ description: Result of parsing intersect_cubes.kcl
], ],
"2": [ "2": [
{ {
"commentStart": 375, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -18,10 +18,10 @@ description: Result of parsing invalid_index_fractional.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing invalid_index_fractional.kcl
} }
}, },
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing invalid_index_fractional.kcl
} }
}, },
{ {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -72,23 +72,23 @@ description: Result of parsing invalid_index_fractional.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 16, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 20, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -96,7 +96,7 @@ description: Result of parsing invalid_index_fractional.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1.2", "raw": "1.2",
"start": 0, "start": 0,

View File

@ -18,10 +18,10 @@ description: Result of parsing invalid_index_negative.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing invalid_index_negative.kcl
} }
}, },
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing invalid_index_negative.kcl
} }
}, },
{ {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -72,12 +72,12 @@ description: Result of parsing invalid_index_negative.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 16, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,
@ -85,7 +85,7 @@ description: Result of parsing invalid_index_negative.kcl
}, },
"init": { "init": {
"argument": { "argument": {
"commentStart": 21, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -96,7 +96,7 @@ description: Result of parsing invalid_index_negative.kcl
"suffix": "None" "suffix": "None"
} }
}, },
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -113,23 +113,23 @@ description: Result of parsing invalid_index_negative.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 23, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 23, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 23, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 27, "commentStart": 0,
"computed": true, "computed": true,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 27, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -137,7 +137,7 @@ description: Result of parsing invalid_index_negative.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 31, "commentStart": 0,
"end": 0, "end": 0,
"name": "i", "name": "i",
"start": 0, "start": 0,

View File

@ -18,10 +18,10 @@ description: Result of parsing invalid_index_str.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 7, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -33,7 +33,7 @@ description: Result of parsing invalid_index_str.kcl
} }
}, },
{ {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -45,7 +45,7 @@ description: Result of parsing invalid_index_str.kcl
} }
}, },
{ {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,
@ -72,23 +72,23 @@ description: Result of parsing invalid_index_str.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 16, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 16, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 20, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 20, "commentStart": 0,
"end": 0, "end": 0,
"name": "arr", "name": "arr",
"start": 0, "start": 0,
@ -96,7 +96,7 @@ description: Result of parsing invalid_index_str.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 24, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"s\"", "raw": "\"s\"",
"start": 0, "start": 0,

View File

@ -18,7 +18,7 @@ description: Result of parsing invalid_member_object.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 6, "commentStart": 0,
"end": 0, "end": 0,
"raw": "999", "raw": "999",
"start": 0, "start": 0,
@ -39,23 +39,23 @@ description: Result of parsing invalid_member_object.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 10, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 10, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 14, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 14, "commentStart": 0,
"end": 0, "end": 0,
"name": "num", "name": "num",
"start": 0, "start": 0,
@ -63,7 +63,7 @@ description: Result of parsing invalid_member_object.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 18, "commentStart": 0,
"end": 0, "end": 0,
"raw": "3", "raw": "3",
"start": 0, "start": 0,

View File

@ -18,7 +18,7 @@ description: Result of parsing invalid_member_object_prop.kcl
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 4, "commentStart": 0,
"end": 0, "end": 0,
"raw": "true", "raw": "true",
"start": 0, "start": 0,
@ -36,23 +36,23 @@ description: Result of parsing invalid_member_object_prop.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 9, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 9, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 9, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 13, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 13, "commentStart": 0,
"end": 0, "end": 0,
"name": "b", "name": "b",
"start": 0, "start": 0,
@ -60,7 +60,7 @@ description: Result of parsing invalid_member_object_prop.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 15, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"property\"", "raw": "\"property\"",
"start": 0, "start": 0,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ description: Result of parsing car-wheel-assembly.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -18,7 +18,7 @@ description: Result of parsing car-wheel-assembly.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 171, "commentStart": 0,
"end": 0, "end": 0,
"name": "carWheel", "name": "carWheel",
"start": 0, "start": 0,
@ -30,7 +30,7 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -39,7 +39,7 @@ description: Result of parsing car-wheel-assembly.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 206, "commentStart": 0,
"end": 0, "end": 0,
"name": "carRotor", "name": "carRotor",
"start": 0, "start": 0,
@ -51,7 +51,7 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 215, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -60,7 +60,7 @@ description: Result of parsing car-wheel-assembly.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 245, "commentStart": 0,
"end": 0, "end": 0,
"name": "brakeCaliper", "name": "brakeCaliper",
"start": 0, "start": 0,
@ -72,7 +72,7 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -81,7 +81,7 @@ description: Result of parsing car-wheel-assembly.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 282, "commentStart": 0,
"end": 0, "end": 0,
"name": "lugNut", "name": "lugNut",
"start": 0, "start": 0,
@ -93,7 +93,7 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 289, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -102,7 +102,7 @@ description: Result of parsing car-wheel-assembly.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 314, "commentStart": 0,
"end": 0, "end": 0,
"name": "carTire", "name": "carTire",
"start": 0, "start": 0,
@ -114,7 +114,7 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 321, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -126,7 +126,7 @@ description: Result of parsing car-wheel-assembly.kcl
"// Import parameters" "// Import parameters"
], ],
"selector": { "selector": {
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "Glob" "type": "Glob"
@ -136,16 +136,16 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 374, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 399, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 399, "commentStart": 0,
"end": 0, "end": 0,
"name": "carRotor", "name": "carRotor",
"start": 0, "start": 0,
@ -161,14 +161,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 423, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 427, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -183,14 +183,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 434, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.5", "raw": "0.5",
"start": 0, "start": 0,
@ -205,14 +205,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 439, "commentStart": 0,
"end": 0, "end": 0,
"name": "z", "name": "z",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 443, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -227,10 +227,10 @@ description: Result of parsing car-wheel-assembly.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 413, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 413, "commentStart": 0,
"end": 0, "end": 0,
"name": "translate", "name": "translate",
"start": 0, "start": 0,
@ -240,7 +240,7 @@ description: Result of parsing car-wheel-assembly.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 413, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -248,13 +248,13 @@ description: Result of parsing car-wheel-assembly.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 399, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 445, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -282,14 +282,14 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 470, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 470, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 470, "commentStart": 0,
"end": 0, "end": 0,
"name": "carWheel", "name": "carWheel",
"start": 0, "start": 0,
@ -305,16 +305,16 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 478, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"name": "lugNut", "name": "lugNut",
"start": 0, "start": 0,
@ -330,14 +330,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 540, "commentStart": 0,
"end": 0, "end": 0,
"name": "arcDegrees", "name": "arcDegrees",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 553, "commentStart": 0,
"end": 0, "end": 0,
"raw": "360", "raw": "360",
"start": 0, "start": 0,
@ -352,17 +352,17 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 565, "commentStart": 0,
"end": 0, "end": 0,
"name": "axis", "name": "axis",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 572, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 573, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -374,7 +374,7 @@ description: Result of parsing car-wheel-assembly.kcl
} }
}, },
{ {
"commentStart": 576, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -386,7 +386,7 @@ description: Result of parsing car-wheel-assembly.kcl
} }
}, },
{ {
"commentStart": 579, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -407,17 +407,17 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 590, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 599, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 600, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -429,7 +429,7 @@ description: Result of parsing car-wheel-assembly.kcl
} }
}, },
{ {
"commentStart": 603, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -441,7 +441,7 @@ description: Result of parsing car-wheel-assembly.kcl
} }
}, },
{ {
"commentStart": 606, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -462,7 +462,7 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 617, "commentStart": 0,
"end": 0, "end": 0,
"name": "instances", "name": "instances",
"start": 0, "start": 0,
@ -470,10 +470,10 @@ description: Result of parsing car-wheel-assembly.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 629, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 629, "commentStart": 0,
"end": 0, "end": 0,
"name": "lugCount", "name": "lugCount",
"start": 0, "start": 0,
@ -488,14 +488,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 646, "commentStart": 0,
"end": 0, "end": 0,
"name": "rotateDuplicates", "name": "rotateDuplicates",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 665, "commentStart": 0,
"end": 0, "end": 0,
"raw": "false", "raw": "false",
"start": 0, "start": 0,
@ -507,10 +507,10 @@ description: Result of parsing car-wheel-assembly.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 514, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 514, "commentStart": 0,
"end": 0, "end": 0,
"name": "patternCircular3d", "name": "patternCircular3d",
"start": 0, "start": 0,
@ -520,7 +520,7 @@ description: Result of parsing car-wheel-assembly.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 514, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -528,13 +528,13 @@ description: Result of parsing car-wheel-assembly.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 678, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -562,16 +562,16 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 707, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 707, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 707, "commentStart": 0,
"end": 0, "end": 0,
"name": "brakeCaliper", "name": "brakeCaliper",
"start": 0, "start": 0,
@ -587,14 +587,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 735, "commentStart": 0,
"end": 0, "end": 0,
"name": "x", "name": "x",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 739, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -609,14 +609,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 742, "commentStart": 0,
"end": 0, "end": 0,
"name": "y", "name": "y",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 746, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.5", "raw": "0.5",
"start": 0, "start": 0,
@ -631,14 +631,14 @@ description: Result of parsing car-wheel-assembly.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 751, "commentStart": 0,
"end": 0, "end": 0,
"name": "z", "name": "z",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 755, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -653,10 +653,10 @@ description: Result of parsing car-wheel-assembly.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 725, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 725, "commentStart": 0,
"end": 0, "end": 0,
"name": "translate", "name": "translate",
"start": 0, "start": 0,
@ -666,7 +666,7 @@ description: Result of parsing car-wheel-assembly.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 725, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -674,13 +674,13 @@ description: Result of parsing car-wheel-assembly.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 707, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 757, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -703,14 +703,14 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 781, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 781, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 781, "commentStart": 0,
"end": 0, "end": 0,
"name": "carTire", "name": "carTire",
"start": 0, "start": 0,
@ -733,7 +733,7 @@ description: Result of parsing car-wheel-assembly.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 95, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -748,10 +748,10 @@ description: Result of parsing car-wheel-assembly.kcl
], ],
"properties": [ "properties": [
{ {
"commentStart": 104, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 104, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -761,10 +761,10 @@ description: Result of parsing car-wheel-assembly.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 124, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -785,7 +785,7 @@ description: Result of parsing car-wheel-assembly.kcl
"nonCodeNodes": {}, "nonCodeNodes": {},
"startNodes": [ "startNodes": [
{ {
"commentStart": 127, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,19 +6,19 @@ description: Result of parsing hex-nut.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 350, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 398, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 398, "commentStart": 0,
"end": 0, "end": 0,
"name": "wallToWallLength", "name": "wallToWallLength",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 417, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.5", "raw": "0.5",
"start": 0, "start": 0,
@ -42,19 +42,19 @@ description: Result of parsing hex-nut.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 421, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 421, "commentStart": 0,
"end": 0, "end": 0,
"name": "thickness", "name": "thickness",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 433, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.266", "raw": "0.266",
"start": 0, "start": 0,
@ -75,19 +75,19 @@ description: Result of parsing hex-nut.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 439, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 439, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 439, "commentStart": 0,
"end": 0, "end": 0,
"name": "diameter", "name": "diameter",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 450, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.3125", "raw": "0.3125",
"start": 0, "start": 0,
@ -108,12 +108,12 @@ description: Result of parsing hex-nut.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 456, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 498, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 498, "commentStart": 0,
"end": 0, "end": 0,
"name": "hexNut", "name": "hexNut",
"start": 0, "start": 0,
@ -123,12 +123,12 @@ description: Result of parsing hex-nut.kcl
"body": { "body": {
"body": [ "body": [
{ {
"commentStart": 531, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 531, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 531, "commentStart": 0,
"end": 0, "end": 0,
"name": "hexNutSketch", "name": "hexNutSketch",
"start": 0, "start": 0,
@ -141,10 +141,10 @@ description: Result of parsing hex-nut.kcl
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 561, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 561, "commentStart": 0,
"end": 0, "end": 0,
"name": "XZ", "name": "XZ",
"start": 0, "start": 0,
@ -155,7 +155,7 @@ description: Result of parsing hex-nut.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 560, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -165,10 +165,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 546, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 546, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -178,7 +178,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 546, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -187,17 +187,17 @@ description: Result of parsing hex-nut.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 587, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 588, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 588, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 588, "commentStart": 0,
"end": 0, "end": 0,
"name": "start", "name": "start",
"start": 0, "start": 0,
@ -205,7 +205,7 @@ description: Result of parsing hex-nut.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 594, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -223,10 +223,10 @@ description: Result of parsing hex-nut.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 599, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 599, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -242,11 +242,11 @@ description: Result of parsing hex-nut.kcl
"type": "BinaryExpression" "type": "BinaryExpression"
}, },
{ {
"commentStart": 609, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 609, "commentStart": 0,
"end": 0, "end": 0,
"name": "start", "name": "start",
"start": 0, "start": 0,
@ -254,7 +254,7 @@ description: Result of parsing hex-nut.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 615, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -276,7 +276,7 @@ description: Result of parsing hex-nut.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 620, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -285,10 +285,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 572, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 572, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -298,7 +298,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 572, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -307,14 +307,14 @@ description: Result of parsing hex-nut.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 641, "commentStart": 0,
"end": 0, "end": 0,
"properties": [ "properties": [
{ {
"commentStart": 643, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 643, "commentStart": 0,
"end": 0, "end": 0,
"name": "angle", "name": "angle",
"start": 0, "start": 0,
@ -323,7 +323,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 651, "commentStart": 0,
"end": 0, "end": 0,
"raw": "240", "raw": "240",
"start": 0, "start": 0,
@ -336,10 +336,10 @@ description: Result of parsing hex-nut.kcl
} }
}, },
{ {
"commentStart": 656, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 656, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -349,10 +349,10 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 665, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 665, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -370,7 +370,7 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectExpression" "type": "ObjectExpression"
}, },
{ {
"commentStart": 677, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -379,10 +379,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 630, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 630, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -392,7 +392,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 630, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -401,14 +401,14 @@ description: Result of parsing hex-nut.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 698, "commentStart": 0,
"end": 0, "end": 0,
"properties": [ "properties": [
{ {
"commentStart": 700, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 700, "commentStart": 0,
"end": 0, "end": 0,
"name": "angle", "name": "angle",
"start": 0, "start": 0,
@ -417,7 +417,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 708, "commentStart": 0,
"end": 0, "end": 0,
"raw": "180", "raw": "180",
"start": 0, "start": 0,
@ -430,10 +430,10 @@ description: Result of parsing hex-nut.kcl
} }
}, },
{ {
"commentStart": 713, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 713, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -443,10 +443,10 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 722, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 722, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -464,7 +464,7 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectExpression" "type": "ObjectExpression"
}, },
{ {
"commentStart": 734, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -473,10 +473,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 687, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 687, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -486,7 +486,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 687, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -495,14 +495,14 @@ description: Result of parsing hex-nut.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 755, "commentStart": 0,
"end": 0, "end": 0,
"properties": [ "properties": [
{ {
"commentStart": 757, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 757, "commentStart": 0,
"end": 0, "end": 0,
"name": "angle", "name": "angle",
"start": 0, "start": 0,
@ -511,7 +511,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 765, "commentStart": 0,
"end": 0, "end": 0,
"raw": "120", "raw": "120",
"start": 0, "start": 0,
@ -524,10 +524,10 @@ description: Result of parsing hex-nut.kcl
} }
}, },
{ {
"commentStart": 770, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 770, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -537,10 +537,10 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 779, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 779, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -558,7 +558,7 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectExpression" "type": "ObjectExpression"
}, },
{ {
"commentStart": 791, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -567,10 +567,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 744, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 744, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -580,7 +580,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 744, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -589,14 +589,14 @@ description: Result of parsing hex-nut.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 812, "commentStart": 0,
"end": 0, "end": 0,
"properties": [ "properties": [
{ {
"commentStart": 814, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 814, "commentStart": 0,
"end": 0, "end": 0,
"name": "angle", "name": "angle",
"start": 0, "start": 0,
@ -605,7 +605,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 822, "commentStart": 0,
"end": 0, "end": 0,
"raw": "60", "raw": "60",
"start": 0, "start": 0,
@ -618,10 +618,10 @@ description: Result of parsing hex-nut.kcl
} }
}, },
{ {
"commentStart": 826, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 826, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -631,10 +631,10 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 835, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 835, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -652,7 +652,7 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectExpression" "type": "ObjectExpression"
}, },
{ {
"commentStart": 847, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -661,10 +661,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 801, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 801, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -674,7 +674,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 801, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -683,14 +683,14 @@ description: Result of parsing hex-nut.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 868, "commentStart": 0,
"end": 0, "end": 0,
"properties": [ "properties": [
{ {
"commentStart": 870, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 870, "commentStart": 0,
"end": 0, "end": 0,
"name": "angle", "name": "angle",
"start": 0, "start": 0,
@ -699,7 +699,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 878, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -712,10 +712,10 @@ description: Result of parsing hex-nut.kcl
} }
}, },
{ {
"commentStart": 881, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 881, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -724,14 +724,14 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 890, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 890, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 890, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -744,7 +744,7 @@ description: Result of parsing hex-nut.kcl
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"commentStart": 901, "commentStart": 0,
"end": 0, "end": 0,
"raw": ".90", "raw": ".90",
"start": 0, "start": 0,
@ -766,7 +766,7 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectExpression" "type": "ObjectExpression"
}, },
{ {
"commentStart": 908, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -775,10 +775,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 857, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 857, "commentStart": 0,
"end": 0, "end": 0,
"name": "angledLine", "name": "angledLine",
"start": 0, "start": 0,
@ -788,7 +788,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 857, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -798,10 +798,10 @@ description: Result of parsing hex-nut.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 918, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 918, "commentStart": 0,
"end": 0, "end": 0,
"name": "close", "name": "close",
"start": 0, "start": 0,
@ -811,7 +811,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 918, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -824,21 +824,21 @@ description: Result of parsing hex-nut.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 945, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 954, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 955, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 955, "commentStart": 0,
"end": 0, "end": 0,
"name": "start", "name": "start",
"start": 0, "start": 0,
@ -846,7 +846,7 @@ description: Result of parsing hex-nut.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 961, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -862,11 +862,11 @@ description: Result of parsing hex-nut.kcl
"type": "MemberExpression" "type": "MemberExpression"
}, },
{ {
"commentStart": 965, "commentStart": 0,
"computed": false, "computed": false,
"end": 0, "end": 0,
"object": { "object": {
"commentStart": 965, "commentStart": 0,
"end": 0, "end": 0,
"name": "start", "name": "start",
"start": 0, "start": 0,
@ -874,7 +874,7 @@ description: Result of parsing hex-nut.kcl
"type": "Identifier" "type": "Identifier"
}, },
"property": { "property": {
"commentStart": 971, "commentStart": 0,
"end": 0, "end": 0,
"raw": "1", "raw": "1",
"start": 0, "start": 0,
@ -899,21 +899,21 @@ description: Result of parsing hex-nut.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 976, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 985, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 985, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 985, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -926,7 +926,7 @@ description: Result of parsing hex-nut.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 996, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -945,10 +945,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 938, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 938, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -958,7 +958,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 938, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -966,7 +966,7 @@ description: Result of parsing hex-nut.kcl
"unlabeled": null "unlabeled": null
}, },
{ {
"commentStart": 1000, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -975,10 +975,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 933, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 933, "commentStart": 0,
"end": 0, "end": 0,
"name": "hole", "name": "hole",
"start": 0, "start": 0,
@ -988,7 +988,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 933, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -999,7 +999,7 @@ description: Result of parsing hex-nut.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 1018, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -1007,10 +1007,10 @@ description: Result of parsing hex-nut.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 1027, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1027, "commentStart": 0,
"end": 0, "end": 0,
"name": "thk", "name": "thk",
"start": 0, "start": 0,
@ -1025,10 +1025,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 1010, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1010, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -1038,7 +1038,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 1010, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -1046,7 +1046,7 @@ description: Result of parsing hex-nut.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 546, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -1064,10 +1064,10 @@ description: Result of parsing hex-nut.kcl
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 1041, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1041, "commentStart": 0,
"end": 0, "end": 0,
"name": "hexNutSketch", "name": "hexNutSketch",
"start": 0, "start": 0,
@ -1078,24 +1078,24 @@ description: Result of parsing hex-nut.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 1034, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "ReturnStatement", "type": "ReturnStatement",
"type": "ReturnStatement" "type": "ReturnStatement"
} }
], ],
"commentStart": 527, "commentStart": 0,
"end": 0, "end": 0,
"start": 0 "start": 0
}, },
"commentStart": 504, "commentStart": 0,
"end": 0, "end": 0,
"params": [ "params": [
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 505, "commentStart": 0,
"end": 0, "end": 0,
"name": "start", "name": "start",
"start": 0, "start": 0,
@ -1105,7 +1105,7 @@ description: Result of parsing hex-nut.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 512, "commentStart": 0,
"end": 0, "end": 0,
"name": "thk", "name": "thk",
"start": 0, "start": 0,
@ -1115,7 +1115,7 @@ description: Result of parsing hex-nut.kcl
{ {
"type": "Parameter", "type": "Parameter",
"identifier": { "identifier": {
"commentStart": 517, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDia", "name": "innerDia",
"start": 0, "start": 0,
@ -1142,15 +1142,15 @@ description: Result of parsing hex-nut.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 1055, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"arguments": [ "arguments": [
{ {
"commentStart": 1084, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 1085, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -1162,7 +1162,7 @@ description: Result of parsing hex-nut.kcl
} }
}, },
{ {
"commentStart": 1088, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -1181,10 +1181,10 @@ description: Result of parsing hex-nut.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 1092, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1092, "commentStart": 0,
"end": 0, "end": 0,
"name": "thickness", "name": "thickness",
"start": 0, "start": 0,
@ -1197,10 +1197,10 @@ description: Result of parsing hex-nut.kcl
}, },
{ {
"abs_path": false, "abs_path": false,
"commentStart": 1103, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1103, "commentStart": 0,
"end": 0, "end": 0,
"name": "diameter", "name": "diameter",
"start": 0, "start": 0,
@ -1214,10 +1214,10 @@ description: Result of parsing hex-nut.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 1077, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 1077, "commentStart": 0,
"end": 0, "end": 0,
"name": "hexNut", "name": "hexNut",
"start": 0, "start": 0,
@ -1227,7 +1227,7 @@ description: Result of parsing hex-nut.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 1077, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -1250,7 +1250,7 @@ description: Result of parsing hex-nut.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 318, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -1265,10 +1265,10 @@ description: Result of parsing hex-nut.kcl
], ],
"properties": [ "properties": [
{ {
"commentStart": 327, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 327, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -1278,10 +1278,10 @@ description: Result of parsing hex-nut.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 347, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 347, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -1302,7 +1302,7 @@ description: Result of parsing hex-nut.kcl
"nonCodeNodes": {}, "nonCodeNodes": {},
"startNodes": [ "startNodes": [
{ {
"commentStart": 350, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -6,22 +6,22 @@ description: Result of parsing i-beam.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 160, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 183, "commentStart": 0,
"end": 0, "end": 0,
"name": "beamLength", "name": "beamLength",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 196, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 196, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6", "raw": "6",
"start": 0, "start": 0,
@ -37,10 +37,10 @@ description: Result of parsing i-beam.kcl
"arguments": [], "arguments": [],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"name": "ft", "name": "ft",
"start": 0, "start": 0,
@ -50,7 +50,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 200, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -73,19 +73,19 @@ description: Result of parsing i-beam.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 205, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 205, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 205, "commentStart": 0,
"end": 0, "end": 0,
"name": "beamHeight", "name": "beamHeight",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"raw": "4", "raw": "4",
"start": 0, "start": 0,
@ -106,19 +106,19 @@ description: Result of parsing i-beam.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 220, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 220, "commentStart": 0,
"end": 0, "end": 0,
"name": "flangeWidth", "name": "flangeWidth",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 234, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2.663", "raw": "2.663",
"start": 0, "start": 0,
@ -139,19 +139,19 @@ description: Result of parsing i-beam.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 240, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 240, "commentStart": 0,
"end": 0, "end": 0,
"name": "flangeThickness", "name": "flangeThickness",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 258, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.293", "raw": "0.293",
"start": 0, "start": 0,
@ -172,19 +172,19 @@ description: Result of parsing i-beam.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 264, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 264, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 264, "commentStart": 0,
"end": 0, "end": 0,
"name": "webThickness", "name": "webThickness",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 279, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.193", "raw": "0.193",
"start": 0, "start": 0,
@ -205,19 +205,19 @@ description: Result of parsing i-beam.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 285, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 285, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 285, "commentStart": 0,
"end": 0, "end": 0,
"name": "rootRadius", "name": "rootRadius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0.457", "raw": "0.457",
"start": 0, "start": 0,
@ -238,12 +238,12 @@ description: Result of parsing i-beam.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 303, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"name": "iBeam", "name": "iBeam",
"start": 0, "start": 0,
@ -256,10 +256,10 @@ description: Result of parsing i-beam.kcl
{ {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 453, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 453, "commentStart": 0,
"end": 0, "end": 0,
"name": "XZ", "name": "XZ",
"start": 0, "start": 0,
@ -270,7 +270,7 @@ description: Result of parsing i-beam.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 452, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -280,10 +280,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -293,7 +293,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -302,10 +302,10 @@ description: Result of parsing i-beam.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 477, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 478, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -317,14 +317,14 @@ description: Result of parsing i-beam.kcl
} }
}, },
{ {
"commentStart": 481, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 481, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 481, "commentStart": 0,
"end": 0, "end": 0,
"name": "beamHeight", "name": "beamHeight",
"start": 0, "start": 0,
@ -337,7 +337,7 @@ description: Result of parsing i-beam.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 494, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -359,7 +359,7 @@ description: Result of parsing i-beam.kcl
"type": "ArrayExpression" "type": "ArrayExpression"
}, },
{ {
"commentStart": 498, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -368,10 +368,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 462, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 462, "commentStart": 0,
"end": 0, "end": 0,
"name": "startProfileAt", "name": "startProfileAt",
"start": 0, "start": 0,
@ -381,7 +381,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 462, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -392,21 +392,21 @@ description: Result of parsing i-beam.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 512, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 521, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 521, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 521, "commentStart": 0,
"end": 0, "end": 0,
"name": "flangeWidth", "name": "flangeWidth",
"start": 0, "start": 0,
@ -419,7 +419,7 @@ description: Result of parsing i-beam.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 535, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -438,10 +438,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 506, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 506, "commentStart": 0,
"end": 0, "end": 0,
"name": "xLine", "name": "xLine",
"start": 0, "start": 0,
@ -451,7 +451,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 506, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -463,7 +463,7 @@ description: Result of parsing i-beam.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 549, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -472,10 +472,10 @@ description: Result of parsing i-beam.kcl
"arg": { "arg": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 559, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 559, "commentStart": 0,
"end": 0, "end": 0,
"name": "flangeThickness", "name": "flangeThickness",
"start": 0, "start": 0,
@ -486,7 +486,7 @@ description: Result of parsing i-beam.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 558, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -497,10 +497,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 543, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 543, "commentStart": 0,
"end": 0, "end": 0,
"name": "yLine", "name": "yLine",
"start": 0, "start": 0,
@ -510,7 +510,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 543, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -522,24 +522,24 @@ description: Result of parsing i-beam.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 587, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 601, "commentStart": 0,
"end": 0, "end": 0,
"name": "webThickness", "name": "webThickness",
"start": 0, "start": 0,
@ -552,7 +552,7 @@ description: Result of parsing i-beam.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 616, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -570,10 +570,10 @@ description: Result of parsing i-beam.kcl
"operator": "+", "operator": "+",
"right": { "right": {
"abs_path": false, "abs_path": false,
"commentStart": 620, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 620, "commentStart": 0,
"end": 0, "end": 0,
"name": "rootRadius", "name": "rootRadius",
"start": 0, "start": 0,
@ -592,10 +592,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 581, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 581, "commentStart": 0,
"end": 0, "end": 0,
"name": "xLine", "name": "xLine",
"start": 0, "start": 0,
@ -605,7 +605,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 581, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -615,14 +615,14 @@ description: Result of parsing i-beam.kcl
{ {
"arguments": [ "arguments": [
{ {
"commentStart": 651, "commentStart": 0,
"end": 0, "end": 0,
"properties": [ "properties": [
{ {
"commentStart": 653, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 653, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
@ -632,10 +632,10 @@ description: Result of parsing i-beam.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 662, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 662, "commentStart": 0,
"end": 0, "end": 0,
"name": "rootRadius", "name": "rootRadius",
"start": 0, "start": 0,
@ -648,10 +648,10 @@ description: Result of parsing i-beam.kcl
} }
}, },
{ {
"commentStart": 674, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 674, "commentStart": 0,
"end": 0, "end": 0,
"name": "offset", "name": "offset",
"start": 0, "start": 0,
@ -660,7 +660,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"commentStart": 683, "commentStart": 0,
"end": 0, "end": 0,
"raw": "90", "raw": "90",
"start": 0, "start": 0,
@ -678,7 +678,7 @@ description: Result of parsing i-beam.kcl
"type": "ObjectExpression" "type": "ObjectExpression"
}, },
{ {
"commentStart": 689, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -687,10 +687,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 637, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 637, "commentStart": 0,
"end": 0, "end": 0,
"name": "tangentialArc", "name": "tangentialArc",
"start": 0, "start": 0,
@ -700,7 +700,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 637, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -711,14 +711,14 @@ description: Result of parsing i-beam.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 703, "commentStart": 0,
"end": 0, "end": 0,
"name": "endAbsolute", "name": "endAbsolute",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 717, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -733,10 +733,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 697, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 697, "commentStart": 0,
"end": 0, "end": 0,
"name": "yLine", "name": "yLine",
"start": 0, "start": 0,
@ -746,7 +746,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 697, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -758,7 +758,7 @@ description: Result of parsing i-beam.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 734, "commentStart": 0,
"end": 0, "end": 0,
"name": "axis", "name": "axis",
"start": 0, "start": 0,
@ -766,10 +766,10 @@ description: Result of parsing i-beam.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 741, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 741, "commentStart": 0,
"end": 0, "end": 0,
"name": "X", "name": "X",
"start": 0, "start": 0,
@ -784,10 +784,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 725, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 725, "commentStart": 0,
"end": 0, "end": 0,
"name": "mirror2d", "name": "mirror2d",
"start": 0, "start": 0,
@ -797,7 +797,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 725, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -809,7 +809,7 @@ description: Result of parsing i-beam.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 758, "commentStart": 0,
"end": 0, "end": 0,
"name": "axis", "name": "axis",
"start": 0, "start": 0,
@ -817,10 +817,10 @@ description: Result of parsing i-beam.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 765, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 765, "commentStart": 0,
"end": 0, "end": 0,
"name": "Y", "name": "Y",
"start": 0, "start": 0,
@ -835,10 +835,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 749, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 749, "commentStart": 0,
"end": 0, "end": 0,
"name": "mirror2d", "name": "mirror2d",
"start": 0, "start": 0,
@ -848,7 +848,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 749, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -860,7 +860,7 @@ description: Result of parsing i-beam.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 781, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -868,10 +868,10 @@ description: Result of parsing i-beam.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 790, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 790, "commentStart": 0,
"end": 0, "end": 0,
"name": "beamLength", "name": "beamLength",
"start": 0, "start": 0,
@ -886,10 +886,10 @@ description: Result of parsing i-beam.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 773, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 773, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -899,7 +899,7 @@ description: Result of parsing i-beam.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 773, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -907,7 +907,7 @@ description: Result of parsing i-beam.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 438, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -935,7 +935,7 @@ description: Result of parsing i-beam.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 128, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -950,10 +950,10 @@ description: Result of parsing i-beam.kcl
], ],
"properties": [ "properties": [
{ {
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -963,10 +963,10 @@ description: Result of parsing i-beam.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 157, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -987,7 +987,7 @@ description: Result of parsing i-beam.kcl
"nonCodeNodes": {}, "nonCodeNodes": {},
"startNodes": [ "startNodes": [
{ {
"commentStart": 160, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ description: Result of parsing multi-axis-robot.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -18,7 +18,7 @@ description: Result of parsing multi-axis-robot.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 261, "commentStart": 0,
"end": 0, "end": 0,
"name": "robotArmBase", "name": "robotArmBase",
"start": 0, "start": 0,
@ -30,7 +30,7 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 274, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -39,7 +39,7 @@ description: Result of parsing multi-axis-robot.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 310, "commentStart": 0,
"end": 0, "end": 0,
"name": "rotatingBase", "name": "rotatingBase",
"start": 0, "start": 0,
@ -51,7 +51,7 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 323, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -60,7 +60,7 @@ description: Result of parsing multi-axis-robot.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 352, "commentStart": 0,
"end": 0, "end": 0,
"name": "j2RobotArm", "name": "j2RobotArm",
"start": 0, "start": 0,
@ -72,7 +72,7 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 363, "commentStart": 0,
"end": 0, "end": 0,
"path": { "path": {
"type": "Kcl", "type": "Kcl",
@ -81,7 +81,7 @@ description: Result of parsing multi-axis-robot.kcl
"selector": { "selector": {
"type": "None", "type": "None",
"alias": { "alias": {
"commentStart": 392, "commentStart": 0,
"end": 0, "end": 0,
"name": "j3RobotArm", "name": "j3RobotArm",
"start": 0, "start": 0,
@ -93,14 +93,14 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ImportStatement" "type": "ImportStatement"
}, },
{ {
"commentStart": 402, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 404, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 404, "commentStart": 0,
"end": 0, "end": 0,
"name": "robotArmBase", "name": "robotArmBase",
"start": 0, "start": 0,
@ -116,14 +116,14 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 417, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 417, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 417, "commentStart": 0,
"end": 0, "end": 0,
"name": "rotatingBase", "name": "rotatingBase",
"start": 0, "start": 0,
@ -139,14 +139,14 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"name": "j2RobotArm", "name": "j2RobotArm",
"start": 0, "start": 0,
@ -162,14 +162,14 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ExpressionStatement" "type": "ExpressionStatement"
}, },
{ {
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"expression": { "expression": {
"abs_path": false, "abs_path": false,
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 441, "commentStart": 0,
"end": 0, "end": 0,
"name": "j3RobotArm", "name": "j3RobotArm",
"start": 0, "start": 0,
@ -192,7 +192,7 @@ description: Result of parsing multi-axis-robot.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -207,10 +207,10 @@ description: Result of parsing multi-axis-robot.kcl
], ],
"properties": [ "properties": [
{ {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 189, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -220,10 +220,10 @@ description: Result of parsing multi-axis-robot.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 209, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 209, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -244,7 +244,7 @@ description: Result of parsing multi-axis-robot.kcl
"nonCodeNodes": { "nonCodeNodes": {
"3": [ "3": [
{ {
"commentStart": 402, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -256,7 +256,7 @@ description: Result of parsing multi-axis-robot.kcl
}, },
"startNodes": [ "startNodes": [
{ {
"commentStart": 212, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

View File

@ -6,19 +6,19 @@ description: Result of parsing pipe-with-bend.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 209, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 232, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 232, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDiameter", "name": "innerDiameter",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 248, "commentStart": 0,
"end": 0, "end": 0,
"raw": "10", "raw": "10",
"start": 0, "start": 0,
@ -42,19 +42,19 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 251, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerDiameter", "name": "outerDiameter",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 267, "commentStart": 0,
"end": 0, "end": 0,
"raw": "20", "raw": "20",
"start": 0, "start": 0,
@ -75,19 +75,19 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 270, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 270, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 270, "commentStart": 0,
"end": 0, "end": 0,
"name": "bendRadius", "name": "bendRadius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 283, "commentStart": 0,
"end": 0, "end": 0,
"raw": "30", "raw": "30",
"start": 0, "start": 0,
@ -108,19 +108,19 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 286, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 286, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 286, "commentStart": 0,
"end": 0, "end": 0,
"name": "bendAngle", "name": "bendAngle",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 298, "commentStart": 0,
"end": 0, "end": 0,
"raw": "90", "raw": "90",
"start": 0, "start": 0,
@ -141,12 +141,12 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 300, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 339, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 339, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch000", "name": "sketch000",
"start": 0, "start": 0,
@ -156,10 +156,10 @@ description: Result of parsing pipe-with-bend.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 365, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 365, "commentStart": 0,
"end": 0, "end": 0,
"name": "XZ", "name": "XZ",
"start": 0, "start": 0,
@ -173,10 +173,10 @@ description: Result of parsing pipe-with-bend.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -186,7 +186,7 @@ description: Result of parsing pipe-with-bend.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 351, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -207,12 +207,12 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 368, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 413, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 413, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerProfile", "name": "outerProfile",
"start": 0, "start": 0,
@ -223,21 +223,21 @@ description: Result of parsing pipe-with-bend.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 446, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 455, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 456, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 456, "commentStart": 0,
"end": 0, "end": 0,
"name": "bendRadius", "name": "bendRadius",
"start": 0, "start": 0,
@ -249,7 +249,7 @@ description: Result of parsing pipe-with-bend.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 468, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -270,21 +270,21 @@ description: Result of parsing pipe-with-bend.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 472, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 481, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 481, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 481, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerDiameter", "name": "outerDiameter",
"start": 0, "start": 0,
@ -297,7 +297,7 @@ description: Result of parsing pipe-with-bend.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 497, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -316,10 +316,10 @@ description: Result of parsing pipe-with-bend.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 428, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 428, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -329,17 +329,17 @@ description: Result of parsing pipe-with-bend.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 428, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 435, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 435, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch000", "name": "sketch000",
"start": 0, "start": 0,
@ -366,12 +366,12 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 499, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 544, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 544, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerProfile", "name": "innerProfile",
"start": 0, "start": 0,
@ -382,21 +382,21 @@ description: Result of parsing pipe-with-bend.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 577, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 586, "commentStart": 0,
"elements": [ "elements": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 587, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 587, "commentStart": 0,
"end": 0, "end": 0,
"name": "bendRadius", "name": "bendRadius",
"start": 0, "start": 0,
@ -408,7 +408,7 @@ description: Result of parsing pipe-with-bend.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 599, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -429,21 +429,21 @@ description: Result of parsing pipe-with-bend.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 603, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 612, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 612, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 612, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerDiameter", "name": "innerDiameter",
"start": 0, "start": 0,
@ -456,7 +456,7 @@ description: Result of parsing pipe-with-bend.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 628, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -475,10 +475,10 @@ description: Result of parsing pipe-with-bend.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 559, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 559, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -488,17 +488,17 @@ description: Result of parsing pipe-with-bend.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 559, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 566, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 566, "commentStart": 0,
"end": 0, "end": 0,
"name": "sketch000", "name": "sketch000",
"start": 0, "start": 0,
@ -525,12 +525,12 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 630, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 666, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 666, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeProfile", "name": "pipeProfile",
"start": 0, "start": 0,
@ -540,10 +540,10 @@ description: Result of parsing pipe-with-bend.kcl
"body": [ "body": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 680, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 680, "commentStart": 0,
"end": 0, "end": 0,
"name": "outerProfile", "name": "outerProfile",
"start": 0, "start": 0,
@ -558,10 +558,10 @@ description: Result of parsing pipe-with-bend.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 703, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 703, "commentStart": 0,
"end": 0, "end": 0,
"name": "innerProfile", "name": "innerProfile",
"start": 0, "start": 0,
@ -573,7 +573,7 @@ description: Result of parsing pipe-with-bend.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 717, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -582,10 +582,10 @@ description: Result of parsing pipe-with-bend.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 698, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 698, "commentStart": 0,
"end": 0, "end": 0,
"name": "hole", "name": "hole",
"start": 0, "start": 0,
@ -595,20 +595,20 @@ description: Result of parsing pipe-with-bend.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 698, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
"type": "CallExpression" "type": "CallExpression"
} }
], ],
"commentStart": 680, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"1": [ "1": [
{ {
"commentStart": 719, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -641,12 +641,12 @@ description: Result of parsing pipe-with-bend.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 770, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 770, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 770, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipe", "name": "pipe",
"start": 0, "start": 0,
@ -657,7 +657,7 @@ description: Result of parsing pipe-with-bend.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 798, "commentStart": 0,
"end": 0, "end": 0,
"name": "axis", "name": "axis",
"start": 0, "start": 0,
@ -665,10 +665,10 @@ description: Result of parsing pipe-with-bend.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 805, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 805, "commentStart": 0,
"end": 0, "end": 0,
"name": "Y", "name": "Y",
"start": 0, "start": 0,
@ -683,7 +683,7 @@ description: Result of parsing pipe-with-bend.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 808, "commentStart": 0,
"end": 0, "end": 0,
"name": "angle", "name": "angle",
"start": 0, "start": 0,
@ -691,10 +691,10 @@ description: Result of parsing pipe-with-bend.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 816, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 816, "commentStart": 0,
"end": 0, "end": 0,
"name": "bendAngle", "name": "bendAngle",
"start": 0, "start": 0,
@ -709,10 +709,10 @@ description: Result of parsing pipe-with-bend.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 777, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 777, "commentStart": 0,
"end": 0, "end": 0,
"name": "revolve", "name": "revolve",
"start": 0, "start": 0,
@ -722,17 +722,17 @@ description: Result of parsing pipe-with-bend.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 777, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"abs_path": false, "abs_path": false,
"commentStart": 785, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 785, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeProfile", "name": "pipeProfile",
"start": 0, "start": 0,
@ -761,7 +761,7 @@ description: Result of parsing pipe-with-bend.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 177, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -776,10 +776,10 @@ description: Result of parsing pipe-with-bend.kcl
], ],
"properties": [ "properties": [
{ {
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 186, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -789,10 +789,10 @@ description: Result of parsing pipe-with-bend.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 206, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 206, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -813,7 +813,7 @@ description: Result of parsing pipe-with-bend.kcl
"nonCodeNodes": {}, "nonCodeNodes": {},
"startNodes": [ "startNodes": [
{ {
"commentStart": 209, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

View File

@ -6,19 +6,19 @@ description: Result of parsing pipe.kcl
"Ok": { "Ok": {
"body": [ "body": [
{ {
"commentStart": 94, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 117, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeInnerDiameter", "name": "pipeInnerDiameter",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 137, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2.0", "raw": "2.0",
"start": 0, "start": 0,
@ -42,19 +42,19 @@ description: Result of parsing pipe.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 141, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 141, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 141, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeOuterDiameter", "name": "pipeOuterDiameter",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 161, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2.375", "raw": "2.375",
"start": 0, "start": 0,
@ -75,19 +75,19 @@ description: Result of parsing pipe.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 167, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 167, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeLength", "name": "pipeLength",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"init": { "init": {
"commentStart": 180, "commentStart": 0,
"end": 0, "end": 0,
"raw": "6", "raw": "6",
"start": 0, "start": 0,
@ -108,12 +108,12 @@ description: Result of parsing pipe.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 181, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 207, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeBase", "name": "pipeBase",
"start": 0, "start": 0,
@ -125,10 +125,10 @@ description: Result of parsing pipe.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 232, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 232, "commentStart": 0,
"end": 0, "end": 0,
"name": "XZ", "name": "XZ",
"start": 0, "start": 0,
@ -142,10 +142,10 @@ description: Result of parsing pipe.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -155,7 +155,7 @@ description: Result of parsing pipe.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -166,17 +166,17 @@ description: Result of parsing pipe.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 251, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 260, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 261, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -188,7 +188,7 @@ description: Result of parsing pipe.kcl
} }
}, },
{ {
"commentStart": 264, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -209,21 +209,21 @@ description: Result of parsing pipe.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 268, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 277, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeOuterDiameter", "name": "pipeOuterDiameter",
"start": 0, "start": 0,
@ -236,7 +236,7 @@ description: Result of parsing pipe.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 297, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -255,10 +255,10 @@ description: Result of parsing pipe.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 241, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 241, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -268,13 +268,13 @@ description: Result of parsing pipe.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 241, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 248, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -286,7 +286,7 @@ description: Result of parsing pipe.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 316, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -294,10 +294,10 @@ description: Result of parsing pipe.kcl
}, },
"arg": { "arg": {
"abs_path": false, "abs_path": false,
"commentStart": 325, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 325, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeLength", "name": "pipeLength",
"start": 0, "start": 0,
@ -312,10 +312,10 @@ description: Result of parsing pipe.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 305, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 305, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -325,13 +325,13 @@ description: Result of parsing pipe.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 305, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 313, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -339,13 +339,13 @@ description: Result of parsing pipe.kcl
} }
} }
], ],
"commentStart": 218, "commentStart": 0,
"end": 0, "end": 0,
"nonCodeMeta": { "nonCodeMeta": {
"nonCodeNodes": { "nonCodeNodes": {
"2": [ "2": [
{ {
"commentStart": 336, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",
@ -378,12 +378,12 @@ description: Result of parsing pipe.kcl
"type": "VariableDeclaration" "type": "VariableDeclaration"
}, },
{ {
"commentStart": 387, "commentStart": 0,
"declaration": { "declaration": {
"commentStart": 387, "commentStart": 0,
"end": 0, "end": 0,
"id": { "id": {
"commentStart": 387, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipe", "name": "pipe",
"start": 0, "start": 0,
@ -395,10 +395,10 @@ description: Result of parsing pipe.kcl
"arguments": [ "arguments": [
{ {
"abs_path": false, "abs_path": false,
"commentStart": 408, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 408, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeBase", "name": "pipeBase",
"start": 0, "start": 0,
@ -410,7 +410,7 @@ description: Result of parsing pipe.kcl
"type": "Name" "type": "Name"
}, },
{ {
"commentStart": 418, "commentStart": 0,
"end": 0, "end": 0,
"raw": "'end'", "raw": "'end'",
"start": 0, "start": 0,
@ -421,10 +421,10 @@ description: Result of parsing pipe.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 394, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 394, "commentStart": 0,
"end": 0, "end": 0,
"name": "startSketchOn", "name": "startSketchOn",
"start": 0, "start": 0,
@ -434,7 +434,7 @@ description: Result of parsing pipe.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 394, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpression", "type": "CallExpression",
@ -445,17 +445,17 @@ description: Result of parsing pipe.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 437, "commentStart": 0,
"end": 0, "end": 0,
"name": "center", "name": "center",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 446, "commentStart": 0,
"elements": [ "elements": [
{ {
"commentStart": 447, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -467,7 +467,7 @@ description: Result of parsing pipe.kcl
} }
}, },
{ {
"commentStart": 450, "commentStart": 0,
"end": 0, "end": 0,
"raw": "0", "raw": "0",
"start": 0, "start": 0,
@ -488,21 +488,21 @@ description: Result of parsing pipe.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 454, "commentStart": 0,
"end": 0, "end": 0,
"name": "radius", "name": "radius",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 463, "commentStart": 0,
"end": 0, "end": 0,
"left": { "left": {
"abs_path": false, "abs_path": false,
"commentStart": 463, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 463, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeInnerDiameter", "name": "pipeInnerDiameter",
"start": 0, "start": 0,
@ -515,7 +515,7 @@ description: Result of parsing pipe.kcl
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"commentStart": 483, "commentStart": 0,
"end": 0, "end": 0,
"raw": "2", "raw": "2",
"start": 0, "start": 0,
@ -534,10 +534,10 @@ description: Result of parsing pipe.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"name": "circle", "name": "circle",
"start": 0, "start": 0,
@ -547,7 +547,7 @@ description: Result of parsing pipe.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 430, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -559,7 +559,7 @@ description: Result of parsing pipe.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 502, "commentStart": 0,
"end": 0, "end": 0,
"name": "length", "name": "length",
"start": 0, "start": 0,
@ -568,10 +568,10 @@ description: Result of parsing pipe.kcl
"arg": { "arg": {
"argument": { "argument": {
"abs_path": false, "abs_path": false,
"commentStart": 512, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 512, "commentStart": 0,
"end": 0, "end": 0,
"name": "pipeLength", "name": "pipeLength",
"start": 0, "start": 0,
@ -582,7 +582,7 @@ description: Result of parsing pipe.kcl
"type": "Name", "type": "Name",
"type": "Name" "type": "Name"
}, },
"commentStart": 511, "commentStart": 0,
"end": 0, "end": 0,
"operator": "-", "operator": "-",
"start": 0, "start": 0,
@ -593,10 +593,10 @@ description: Result of parsing pipe.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 491, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 491, "commentStart": 0,
"end": 0, "end": 0,
"name": "extrude", "name": "extrude",
"start": 0, "start": 0,
@ -606,13 +606,13 @@ description: Result of parsing pipe.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 491, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
"type": "CallExpressionKw", "type": "CallExpressionKw",
"unlabeled": { "unlabeled": {
"commentStart": 499, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeSubstitution", "type": "PipeSubstitution",
@ -624,14 +624,14 @@ description: Result of parsing pipe.kcl
{ {
"type": "LabeledArg", "type": "LabeledArg",
"label": { "label": {
"commentStart": 540, "commentStart": 0,
"end": 0, "end": 0,
"name": "color", "name": "color",
"start": 0, "start": 0,
"type": "Identifier" "type": "Identifier"
}, },
"arg": { "arg": {
"commentStart": 548, "commentStart": 0,
"end": 0, "end": 0,
"raw": "\"#a24ed0\"", "raw": "\"#a24ed0\"",
"start": 0, "start": 0,
@ -643,10 +643,10 @@ description: Result of parsing pipe.kcl
], ],
"callee": { "callee": {
"abs_path": false, "abs_path": false,
"commentStart": 529, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 529, "commentStart": 0,
"end": 0, "end": 0,
"name": "appearance", "name": "appearance",
"start": 0, "start": 0,
@ -656,7 +656,7 @@ description: Result of parsing pipe.kcl
"start": 0, "start": 0,
"type": "Name" "type": "Name"
}, },
"commentStart": 529, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "CallExpressionKw", "type": "CallExpressionKw",
@ -664,7 +664,7 @@ description: Result of parsing pipe.kcl
"unlabeled": null "unlabeled": null
} }
], ],
"commentStart": 394, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "PipeExpression", "type": "PipeExpression",
@ -687,7 +687,7 @@ description: Result of parsing pipe.kcl
"commentStart": 0, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 62, "commentStart": 0,
"end": 0, "end": 0,
"name": "settings", "name": "settings",
"start": 0, "start": 0,
@ -702,10 +702,10 @@ description: Result of parsing pipe.kcl
], ],
"properties": [ "properties": [
{ {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"key": { "key": {
"commentStart": 71, "commentStart": 0,
"end": 0, "end": 0,
"name": "defaultLengthUnit", "name": "defaultLengthUnit",
"start": 0, "start": 0,
@ -715,10 +715,10 @@ description: Result of parsing pipe.kcl
"type": "ObjectProperty", "type": "ObjectProperty",
"value": { "value": {
"abs_path": false, "abs_path": false,
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"name": { "name": {
"commentStart": 91, "commentStart": 0,
"end": 0, "end": 0,
"name": "in", "name": "in",
"start": 0, "start": 0,
@ -739,7 +739,7 @@ description: Result of parsing pipe.kcl
"nonCodeNodes": {}, "nonCodeNodes": {},
"startNodes": [ "startNodes": [
{ {
"commentStart": 94, "commentStart": 0,
"end": 0, "end": 0,
"start": 0, "start": 0,
"type": "NonCodeNode", "type": "NonCodeNode",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More