Skip to content

Commit

Permalink
Update KCL snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Feb 14, 2025
1 parent 6287393 commit e23a166
Show file tree
Hide file tree
Showing 54 changed files with 25,962 additions and 95,785 deletions.

This file was deleted.

This file was deleted.

34 changes: 17 additions & 17 deletions src/wasm-lib/kcl/tests/basic_fillet_cube_close_opposite/ast.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ snapshot_kind: text
"body": [
{
"declaration": {
"end": 304,
"end": 283,
"id": {
"end": 7,
"name": "part001",
Expand Down Expand Up @@ -351,9 +351,9 @@ snapshot_kind: text
"name": "radius"
},
"arg": {
"end": 248,
"end": 240,
"raw": "2",
"start": 247,
"start": 239,
"type": "Literal",
"type": "Literal",
"value": {
Expand All @@ -371,36 +371,36 @@ snapshot_kind: text
"arg": {
"elements": [
{
"end": 271,
"end": 256,
"name": "thing3",
"start": 265,
"start": 250,
"type": "Identifier",
"type": "Identifier"
},
{
"arguments": [
{
"end": 295,
"end": 280,
"name": "thing3",
"start": 289,
"start": 274,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 288,
"end": 273,
"name": "getOppositeEdge",
"start": 273,
"start": 258,
"type": "Identifier"
},
"end": 296,
"start": 273,
"end": 281,
"start": 258,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 297,
"start": 264,
"end": 282,
"start": 249,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
Expand All @@ -412,29 +412,29 @@ snapshot_kind: text
"start": 223,
"type": "Identifier"
},
"end": 304,
"end": 283,
"start": 223,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"end": 304,
"end": 283,
"start": 10,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 304,
"end": 283,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
}
],
"end": 305,
"end": 284,
"start": 0
}
}
Loading

0 comments on commit e23a166

Please sign in to comment.