Files
modeling-app/src/wasm-lib/kcl/tests/basic_fillet_cube_end/ast.snap
Adam Chalmers dd052b35fd KCL: Remove unnecessary 'optional: bool' field on CallExpression (#4584)
It was put there in the original KCL JS-to-Rust rewrite, and I don't think it's used at all.
2024-11-27 18:01:42 -06:00

403 lines
13 KiB
Plaintext

---
source: kcl/src/simulation_tests.rs
description: Result of parsing basic_fillet_cube_end.kcl
snapshot_kind: text
---
{
"Ok": {
"body": [
{
"declarations": [
{
"end": 268,
"id": {
"end": 7,
"name": "part001",
"start": 0,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"end": 28,
"raw": "'XY'",
"start": 24,
"type": "Literal",
"type": "Literal",
"value": "XY"
}
],
"callee": {
"end": 23,
"name": "startSketchOn",
"start": 10,
"type": "Identifier"
},
"end": 29,
"start": 10,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 52,
"raw": "0",
"start": 51,
"type": "Literal",
"type": "Literal",
"value": 0.0
},
{
"end": 55,
"raw": "0",
"start": 54,
"type": "Literal",
"type": "Literal",
"value": 0.0
}
],
"end": 56,
"start": 50,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 59,
"start": 58,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 49,
"name": "startProfileAt",
"start": 35,
"type": "Identifier"
},
"end": 60,
"start": 35,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 73,
"raw": "0",
"start": 72,
"type": "Literal",
"type": "Literal",
"value": 0.0
},
{
"end": 77,
"raw": "10",
"start": 75,
"type": "Literal",
"type": "Literal",
"value": 10.0
}
],
"end": 78,
"start": 71,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 81,
"start": 80,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
},
{
"end": 89,
"start": 83,
"type": "TagDeclarator",
"type": "TagDeclarator",
"value": "thing"
}
],
"callee": {
"end": 70,
"name": "line",
"start": 66,
"type": "Identifier"
},
"end": 90,
"start": 66,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 104,
"raw": "10",
"start": 102,
"type": "Literal",
"type": "Literal",
"value": 10.0
},
{
"end": 107,
"raw": "0",
"start": 106,
"type": "Literal",
"type": "Literal",
"value": 0.0
}
],
"end": 108,
"start": 101,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 111,
"start": 110,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 100,
"name": "line",
"start": 96,
"type": "Identifier"
},
"end": 112,
"start": 96,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 125,
"raw": "0",
"start": 124,
"type": "Literal",
"type": "Literal",
"value": 0.0
},
{
"argument": {
"end": 130,
"raw": "10",
"start": 128,
"type": "Literal",
"type": "Literal",
"value": 10.0
},
"end": 130,
"operator": "-",
"start": 127,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 131,
"start": 123,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 134,
"start": 133,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
},
{
"end": 143,
"start": 136,
"type": "TagDeclarator",
"type": "TagDeclarator",
"value": "thing2"
}
],
"callee": {
"end": 122,
"name": "line",
"start": 118,
"type": "Identifier"
},
"end": 144,
"start": 118,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 157,
"start": 156,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 155,
"name": "close",
"start": 150,
"type": "Identifier"
},
"end": 158,
"start": 150,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 174,
"raw": "10",
"start": 172,
"type": "Literal",
"type": "Literal",
"value": 10.0
},
{
"end": 177,
"start": 176,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 171,
"name": "extrude",
"start": 164,
"type": "Identifier"
},
"end": 178,
"start": 164,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 264,
"properties": [
{
"end": 210,
"key": {
"end": 206,
"name": "radius",
"start": 200,
"type": "Identifier"
},
"start": 200,
"type": "ObjectProperty",
"value": {
"end": 210,
"raw": "2",
"start": 209,
"type": "Literal",
"type": "Literal",
"value": 2.0
}
},
{
"end": 257,
"key": {
"end": 223,
"name": "tags",
"start": 219,
"type": "Identifier"
},
"start": 219,
"type": "ObjectProperty",
"value": {
"elements": [
{
"end": 232,
"name": "thing",
"start": 227,
"type": "Identifier",
"type": "Identifier"
},
{
"arguments": [
{
"end": 255,
"name": "thing",
"start": 250,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 249,
"name": "getOppositeEdge",
"start": 234,
"type": "Identifier"
},
"end": 256,
"start": 234,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 257,
"start": 226,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"start": 191,
"type": "ObjectExpression",
"type": "ObjectExpression"
},
{
"end": 267,
"start": 266,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 190,
"name": "fillet",
"start": 184,
"type": "Identifier"
},
"end": 268,
"start": 184,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 268,
"start": 10,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 0,
"type": "VariableDeclarator"
}
],
"end": 268,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
}
],
"end": 269,
"start": 0
}
}