Files
modeling-app/rust/kcl-lib/tests/kcl_samples/kitt/ast.snap
Jonathan Tran 69553fded7 test: Vendor kcl-samples and add simulation tests for them (#5460)
* Change to unzip

* Download kcl-samples as zip to public dir

* Fix fetch:samples, e2e electron still not working

* Change error message to be clearer

* Refactor so that input and output directories of sim tests can be different

* Add kcl samples test implementation

* Update output since adding kcl_samples tests

* Update kcl-samples branch

* Fix git-ignore pattern to only apply to the root

* Fix yarn install and yarn fetch:samples to work the first time

* Remove unneeded exists check

* Change to use kcl-samples in public directory

* Add kcl-samples

* Update output since updating kcl-samples

* Update output files

* Change to not fetch samples during yarn install

* Update output after merge

* Ignore kcl-samples in codespell

* WIP: Don't run e2e if only kcl-samples changed

* Conditionally run cargo tests

* Fix to round floating point values in program memory arrays

* Update output since merge and rounding numbers in memory

* Fix memory redaction for floating point to find more values

* Fix float redaction pattern

* Update output since rounding floating point numbers

* Add center to floating point pattern

* Fix trigger to use picomatch syntax

* Update output since rounding center

* Remove kcl-samples github workflows

* Enable Rust backtrace

* Update output after re-running

* Update output after changing order of post-extrude commands

* Fix to have deterministic order of commands

* Update output after reverting ordering changes

* Update kcl-samples

* Update output after updating samples

* Fix error messages to show the names of all samples that failed

* Change cargo test command to match current one

* Update kcl-samples

* Update output since updating kcl-samples

* Add generate manifest workflow and yarn script

* Fix error check to actually work

* Change util function to be what we actually need

* Move new files after merge

* Fix paths since directory move

* Add dependabot updates for kcl-samples

* Add GitHub workflow to make PR to kcl-samples repo

* Add GitHub workflow to check kcl-samples header comments

* Fix worfklow to change to the right directory

* Add auto-commit simulation test output changes

* Add permissions to workflows

* Fix to run git commit step

* Install just if needed

* Fix directory of justfile

* Add installation of cargo-insta

* Fix to use underscore

* Fix to allow just command failure

* Change to always install CLI tools and cache them

* Trying to fix overwrite failing

* Combine commands

* Change reviewer

* Change to PR targeting the next branch

* Change git commands to not do unnecessary fetch

* Comment out trigger for creating a PR

* Update kcl-samples from next branch

* Update outputs after kcl-samples change

* Fix to use bash pipefail

* Add rust backtrace

* Print full env from sim tests

* Change command to use long option name

* Fix to use ci profile even when calling through just

* Add INSTA_UPDATE=always

* Fix git push by using an app token on checkout

* Add comments

* Fix to use bash options

* Change to echo when no changes are found

* Fix so that kcl-samples updates don't trigger full run

* Fix paths to reflect new crate location

* Fix path detection

* Fix e2e job to ignore kcl_samples simulation test output

* Fix the fetch logic for the KCL samples after vendoring (#5661)

Fixes the last 2 E2E tests for #5460.

---------

Co-authored-by: Pierre Jacquier <pierre@zoo.dev>
Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com>
Co-authored-by: Frank Noirot <frank@zoo.dev>
2025-03-06 18:01:24 -05:00

10832 lines
328 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of parsing kitt.kcl
---
{
"Ok": {
"body": [
{
"declaration": {
"end": 496,
"id": {
"end": 95,
"name": "pixelBox",
"start": 87,
"type": "Identifier"
},
"init": {
"body": {
"body": [
{
"declaration": {
"end": 472,
"id": {
"end": 180,
"name": "pixelBoxBody",
"start": 168,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"end": 207,
"name": "kitExtrude",
"start": 197,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 219,
"name": "extrudeTag",
"start": 209,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 196,
"name": "startSketchOn",
"start": 183,
"type": "Identifier"
},
"end": 220,
"start": 183,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 253,
"name": "positionY",
"start": 244,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 264,
"name": "positionZ",
"start": 255,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 265,
"start": 243,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 268,
"start": 267,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 242,
"name": "startProfileAt",
"start": 228,
"type": "Identifier"
},
"end": 269,
"start": 228,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 285,
"name": "end",
"start": 282,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 290,
"raw": "0",
"start": 289,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 298,
"name": "height",
"start": 292,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 299,
"start": 288,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 281,
"name": "line",
"start": 277,
"type": "Identifier"
},
"end": 300,
"start": 277,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 316,
"name": "end",
"start": 313,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 325,
"name": "width",
"start": 320,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 328,
"raw": "0",
"start": 327,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 329,
"start": 319,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 312,
"name": "line",
"start": 308,
"type": "Identifier"
},
"end": 330,
"start": 308,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 346,
"name": "end",
"start": 343,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 351,
"raw": "0",
"start": 350,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 360,
"name": "height",
"start": 354,
"type": "Identifier",
"type": "Identifier"
},
"end": 360,
"operator": "-",
"start": 353,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 361,
"start": 349,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 342,
"name": "line",
"start": 338,
"type": "Identifier"
},
"end": 362,
"start": 338,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 386,
"name": "endAbsolute",
"start": 375,
"type": "Identifier"
},
"arg": {
"elements": [
{
"arguments": [
{
"end": 405,
"start": 404,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 403,
"name": "profileStartX",
"start": 390,
"type": "Identifier"
},
"end": 406,
"start": 390,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 423,
"start": 422,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 421,
"name": "profileStartY",
"start": 408,
"type": "Identifier"
},
"end": 424,
"start": 408,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 425,
"start": 389,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 374,
"name": "line",
"start": 370,
"type": "Identifier"
},
"end": 426,
"start": 370,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [],
"callee": {
"end": 439,
"name": "close",
"start": 434,
"type": "Identifier"
},
"end": 441,
"start": 434,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 463,
"name": "length",
"start": 457,
"type": "Identifier"
},
"arg": {
"end": 471,
"name": "depth",
"start": 466,
"type": "Identifier",
"type": "Identifier"
}
}
],
"callee": {
"end": 456,
"name": "extrude",
"start": 449,
"type": "Identifier"
},
"end": 472,
"start": 449,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"end": 472,
"start": 183,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 168,
"type": "VariableDeclarator"
},
"end": 472,
"kind": "const",
"start": 168,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"argument": {
"end": 494,
"name": "pixelBoxBody",
"start": 482,
"type": "Identifier",
"type": "Identifier"
},
"end": 494,
"start": 475,
"type": "ReturnStatement",
"type": "ReturnStatement"
}
],
"end": 496,
"start": 164
},
"end": 496,
"params": [
{
"type": "Parameter",
"identifier": {
"end": 106,
"name": "kitExtrude",
"start": 96,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 118,
"name": "extrudeTag",
"start": 108,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 129,
"name": "positionY",
"start": 120,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 140,
"name": "positionZ",
"start": 131,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 147,
"name": "width",
"start": 142,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 155,
"name": "height",
"start": 149,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 162,
"name": "depth",
"start": 157,
"type": "Identifier"
}
}
],
"start": 95,
"type": "FunctionExpression",
"type": "FunctionExpression"
},
"start": 87,
"type": "VariableDeclarator"
},
"end": 496,
"kind": "fn",
"start": 84,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 535,
"id": {
"end": 531,
"name": "kitBodyElevation",
"start": 515,
"type": "Identifier"
},
"init": {
"end": 535,
"raw": "6",
"start": 534,
"type": "Literal",
"type": "Literal",
"value": {
"value": 6.0,
"suffix": "None"
}
},
"start": 515,
"type": "VariableDeclarator"
},
"end": 535,
"kind": "const",
"start": 515,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 553,
"id": {
"end": 548,
"name": "kitBodyWidth",
"start": 536,
"type": "Identifier"
},
"init": {
"end": 553,
"raw": "26",
"start": 551,
"type": "Literal",
"type": "Literal",
"value": {
"value": 26.0,
"suffix": "None"
}
},
"start": 536,
"type": "VariableDeclarator"
},
"end": 553,
"kind": "const",
"start": 536,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 572,
"id": {
"end": 567,
"name": "kitBodyHeight",
"start": 554,
"type": "Identifier"
},
"init": {
"end": 572,
"raw": "25",
"start": 570,
"type": "Literal",
"type": "Literal",
"value": {
"value": 25.0,
"suffix": "None"
}
},
"start": 554,
"type": "VariableDeclarator"
},
"end": 572,
"kind": "const",
"start": 554,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 590,
"id": {
"end": 585,
"name": "kitBodyDepth",
"start": 573,
"type": "Identifier"
},
"init": {
"end": 590,
"raw": "18",
"start": 588,
"type": "Literal",
"type": "Literal",
"value": {
"value": 18.0,
"suffix": "None"
}
},
"start": 573,
"type": "VariableDeclarator"
},
"end": 590,
"kind": "const",
"start": 573,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 967,
"id": {
"end": 599,
"name": "kitBody",
"start": 592,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"end": 620,
"raw": "'XZ'",
"start": 616,
"type": "Literal",
"type": "Literal",
"value": "XZ"
}
],
"callee": {
"end": 615,
"name": "startSketchOn",
"start": 602,
"type": "Identifier"
},
"end": 621,
"start": 602,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 660,
"left": {
"argument": {
"end": 656,
"name": "kitBodyWidth",
"start": 644,
"type": "Identifier",
"type": "Identifier"
},
"end": 656,
"operator": "-",
"start": 643,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "/",
"right": {
"end": 660,
"raw": "2",
"start": 659,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 643,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 678,
"name": "kitBodyElevation",
"start": 662,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 679,
"start": 642,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 682,
"start": 681,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 641,
"name": "startProfileAt",
"start": 627,
"type": "Identifier"
},
"end": 683,
"start": 627,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 697,
"name": "end",
"start": 694,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 702,
"raw": "0",
"start": 701,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 717,
"name": "kitBodyHeight",
"start": 704,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 718,
"start": 700,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 693,
"name": "line",
"start": 689,
"type": "Identifier"
},
"end": 719,
"start": 689,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 733,
"name": "end",
"start": 730,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 749,
"name": "kitBodyWidth",
"start": 737,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 752,
"raw": "0",
"start": 751,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 753,
"start": 736,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
},
{
"type": "LabeledArg",
"label": {
"end": 758,
"name": "tag",
"start": 755,
"type": "Identifier"
},
"arg": {
"end": 767,
"start": 761,
"type": "TagDeclarator",
"type": "TagDeclarator",
"value": "seg01"
}
}
],
"callee": {
"end": 729,
"name": "line",
"start": 725,
"type": "Identifier"
},
"end": 768,
"start": 725,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 782,
"name": "end",
"start": 779,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 787,
"raw": "0",
"start": 786,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 803,
"name": "kitBodyHeight",
"start": 790,
"type": "Identifier",
"type": "Identifier"
},
"end": 803,
"operator": "-",
"start": 789,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 804,
"start": 785,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
},
{
"type": "LabeledArg",
"label": {
"end": 809,
"name": "tag",
"start": 806,
"type": "Identifier"
},
"arg": {
"end": 818,
"start": 812,
"type": "TagDeclarator",
"type": "TagDeclarator",
"value": "seg02"
}
}
],
"callee": {
"end": 778,
"name": "line",
"start": 774,
"type": "Identifier"
},
"end": 819,
"start": 774,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 841,
"name": "endAbsolute",
"start": 830,
"type": "Identifier"
},
"arg": {
"elements": [
{
"arguments": [
{
"end": 860,
"start": 859,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 858,
"name": "profileStartX",
"start": 845,
"type": "Identifier"
},
"end": 861,
"start": 845,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 878,
"start": 877,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 876,
"name": "profileStartY",
"start": 863,
"type": "Identifier"
},
"end": 879,
"start": 863,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 880,
"start": 844,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 829,
"name": "line",
"start": 825,
"type": "Identifier"
},
"end": 881,
"start": 825,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [],
"callee": {
"end": 892,
"name": "close",
"start": 887,
"type": "Identifier"
},
"end": 894,
"start": 887,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 914,
"name": "length",
"start": 908,
"type": "Identifier"
},
"arg": {
"end": 929,
"name": "kitBodyDepth",
"start": 917,
"type": "Identifier",
"type": "Identifier"
}
}
],
"callee": {
"end": 907,
"name": "extrude",
"start": 900,
"type": "Identifier"
},
"end": 930,
"start": 900,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"end": 967,
"nonCodeMeta": {
"nonCodeNodes": {
"7": [
{
"end": 967,
"start": 930,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "2. Kitty Head (Frame of display)",
"style": "line"
}
}
]
},
"startNodes": []
},
"start": 602,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 592,
"type": "VariableDeclarator"
},
"end": 967,
"kind": "const",
"start": 592,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 985,
"id": {
"end": 981,
"name": "kitHeadOffset",
"start": 968,
"type": "Identifier"
},
"init": {
"end": 985,
"raw": "1",
"start": 984,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 968,
"type": "VariableDeclarator"
},
"end": 985,
"kind": "const",
"start": 968,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1004,
"id": {
"end": 999,
"name": "kitHeadHeight",
"start": 986,
"type": "Identifier"
},
"init": {
"end": 1004,
"raw": "16",
"start": 1002,
"type": "Literal",
"type": "Literal",
"value": {
"value": 16.0,
"suffix": "None"
}
},
"start": 986,
"type": "VariableDeclarator"
},
"end": 1004,
"kind": "const",
"start": 986,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1089,
"id": {
"end": 1022,
"name": "kitHeadElevation",
"start": 1006,
"type": "Identifier"
},
"init": {
"end": 1089,
"left": {
"end": 1073,
"left": {
"end": 1057,
"left": {
"end": 1041,
"name": "kitBodyElevation",
"start": 1025,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 1057,
"name": "kitBodyHeight",
"start": 1044,
"type": "Identifier",
"type": "Identifier"
},
"start": 1025,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 1073,
"name": "kitHeadOffset",
"start": 1060,
"type": "Identifier",
"type": "Identifier"
},
"start": 1025,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 1089,
"name": "kitHeadHeight",
"start": 1076,
"type": "Identifier",
"type": "Identifier"
},
"start": 1025,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 1006,
"type": "VariableDeclarator"
},
"end": 1089,
"kind": "const",
"start": 1006,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1139,
"id": {
"end": 1103,
"name": "kitHeadWidth",
"start": 1091,
"type": "Identifier"
},
"init": {
"end": 1139,
"left": {
"end": 1118,
"name": "kitBodyWidth",
"start": 1106,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 1139,
"left": {
"end": 1135,
"name": "kitHeadOffset",
"start": 1122,
"type": "Identifier",
"type": "Identifier"
},
"operator": "*",
"right": {
"end": 1139,
"raw": "2",
"start": 1138,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 1122,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 1106,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 1091,
"type": "VariableDeclarator"
},
"end": 1139,
"kind": "const",
"start": 1091,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1157,
"id": {
"end": 1153,
"name": "kitHeadDepth",
"start": 1141,
"type": "Identifier"
},
"init": {
"end": 1157,
"raw": "3",
"start": 1156,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 1141,
"type": "VariableDeclarator"
},
"end": 1157,
"kind": "const",
"start": 1141,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1272,
"id": {
"end": 1165,
"name": "kitHead",
"start": 1158,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 1184,
"name": "kitBody",
"start": 1177,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 1191,
"raw": "'END'",
"start": 1186,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 1210,
"left": {
"argument": {
"end": 1206,
"name": "kitHeadWidth",
"start": 1194,
"type": "Identifier",
"type": "Identifier"
},
"end": 1206,
"operator": "-",
"start": 1193,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "/",
"right": {
"end": 1210,
"raw": "2",
"start": 1209,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 1193,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 1228,
"name": "kitHeadElevation",
"start": 1212,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 1242,
"name": "kitHeadWidth",
"start": 1230,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 1257,
"name": "kitHeadHeight",
"start": 1244,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 1271,
"name": "kitHeadDepth",
"start": 1259,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 1176,
"name": "pixelBox",
"start": 1168,
"type": "Identifier"
},
"end": 1272,
"start": 1168,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 1158,
"type": "VariableDeclarator"
},
"end": 1272,
"kind": "const",
"start": 1158,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1312,
"id": {
"end": 1289,
"name": "kitFaceElevation",
"start": 1273,
"type": "Identifier"
},
"init": {
"end": 1312,
"left": {
"end": 1308,
"name": "kitHeadElevation",
"start": 1292,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 1312,
"raw": "2",
"start": 1311,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 1292,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 1273,
"type": "VariableDeclarator"
},
"end": 1312,
"kind": "const",
"start": 1273,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1362,
"id": {
"end": 1343,
"name": "kitFaceWidth",
"start": 1331,
"type": "Identifier"
},
"init": {
"end": 1362,
"left": {
"end": 1358,
"name": "kitHeadWidth",
"start": 1346,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 1362,
"raw": "4",
"start": 1361,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 1346,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 1331,
"type": "VariableDeclarator"
},
"end": 1362,
"kind": "const",
"start": 1331,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1434,
"id": {
"end": 1376,
"name": "kitFaceHeight",
"start": 1363,
"type": "Identifier"
},
"init": {
"end": 1434,
"left": {
"end": 1430,
"left": {
"end": 1411,
"left": {
"end": 1395,
"name": "kitHeadElevation",
"start": 1379,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 1411,
"name": "kitHeadHeight",
"start": 1398,
"type": "Identifier",
"type": "Identifier"
},
"start": 1379,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 1430,
"name": "kitFaceElevation",
"start": 1414,
"type": "Identifier",
"type": "Identifier"
},
"start": 1379,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 1434,
"raw": "3",
"start": 1433,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 1379,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 1363,
"type": "VariableDeclarator"
},
"end": 1434,
"kind": "const",
"start": 1363,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 1451,
"id": {
"end": 1447,
"name": "kitFaceDepth",
"start": 1435,
"type": "Identifier"
},
"init": {
"end": 1451,
"raw": "2",
"start": 1450,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 1435,
"type": "VariableDeclarator"
},
"end": 1451,
"kind": "const",
"start": 1435,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2307,
"id": {
"end": 1460,
"name": "kitFace",
"start": 1453,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"end": 1484,
"name": "kitHead",
"start": 1477,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 1491,
"raw": "'END'",
"start": 1486,
"type": "Literal",
"type": "Literal",
"value": "END"
}
],
"callee": {
"end": 1476,
"name": "startSketchOn",
"start": 1463,
"type": "Identifier"
},
"end": 1492,
"start": 1463,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 1531,
"left": {
"argument": {
"end": 1527,
"name": "kitFaceWidth",
"start": 1515,
"type": "Identifier",
"type": "Identifier"
},
"end": 1527,
"operator": "-",
"start": 1514,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "/",
"right": {
"end": 1531,
"raw": "2",
"start": 1530,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 1514,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 1549,
"name": "kitFaceElevation",
"start": 1533,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 1550,
"start": 1513,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 1553,
"start": 1552,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 1512,
"name": "startProfileAt",
"start": 1498,
"type": "Identifier"
},
"end": 1554,
"start": 1498,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1568,
"name": "end",
"start": 1565,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1573,
"raw": "0",
"start": 1572,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 1576,
"raw": "1",
"start": 1575,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
}
],
"end": 1577,
"start": 1571,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1564,
"name": "line",
"start": 1560,
"type": "Identifier"
},
"end": 1578,
"start": 1560,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1616,
"name": "end",
"start": 1613,
"type": "Identifier"
},
"arg": {
"elements": [
{
"argument": {
"end": 1622,
"raw": "1",
"start": 1621,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 1622,
"operator": "-",
"start": 1620,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 1625,
"raw": "0",
"start": 1624,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 1626,
"start": 1619,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1612,
"name": "line",
"start": 1608,
"type": "Identifier"
},
"end": 1627,
"start": 1608,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1667,
"name": "end",
"start": 1664,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1672,
"raw": "0",
"start": 1671,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 1687,
"name": "kitFaceHeight",
"start": 1674,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 1688,
"start": 1670,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1663,
"name": "line",
"start": 1659,
"type": "Identifier"
},
"end": 1689,
"start": 1659,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1719,
"name": "end",
"start": 1716,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1724,
"raw": "1",
"start": 1723,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 1727,
"raw": "0",
"start": 1726,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 1728,
"start": 1722,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1715,
"name": "line",
"start": 1711,
"type": "Identifier"
},
"end": 1729,
"start": 1711,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1770,
"name": "end",
"start": 1767,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1775,
"raw": "0",
"start": 1774,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 1778,
"raw": "1",
"start": 1777,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
}
],
"end": 1779,
"start": 1773,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1766,
"name": "line",
"start": 1762,
"type": "Identifier"
},
"end": 1780,
"start": 1762,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1818,
"name": "end",
"start": 1815,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1834,
"name": "kitFaceWidth",
"start": 1822,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 1837,
"raw": "0",
"start": 1836,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 1838,
"start": 1821,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1814,
"name": "line",
"start": 1810,
"type": "Identifier"
},
"end": 1839,
"start": 1810,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1873,
"name": "end",
"start": 1870,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1878,
"raw": "0",
"start": 1877,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 1882,
"raw": "1",
"start": 1881,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 1882,
"operator": "-",
"start": 1880,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 1883,
"start": 1876,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1869,
"name": "line",
"start": 1865,
"type": "Identifier"
},
"end": 1884,
"start": 1865,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1925,
"name": "end",
"start": 1922,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1930,
"raw": "1",
"start": 1929,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 1933,
"raw": "0",
"start": 1932,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 1934,
"start": 1928,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1921,
"name": "line",
"start": 1917,
"type": "Identifier"
},
"end": 1935,
"start": 1917,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 1977,
"name": "end",
"start": 1974,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 1982,
"raw": "0",
"start": 1981,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 1998,
"name": "kitFaceHeight",
"start": 1985,
"type": "Identifier",
"type": "Identifier"
},
"end": 1998,
"operator": "-",
"start": 1984,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 1999,
"start": 1980,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 1973,
"name": "line",
"start": 1969,
"type": "Identifier"
},
"end": 2000,
"start": 1969,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 2033,
"name": "end",
"start": 2030,
"type": "Identifier"
},
"arg": {
"elements": [
{
"argument": {
"end": 2039,
"raw": "1",
"start": 2038,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 2039,
"operator": "-",
"start": 2037,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 2042,
"raw": "0",
"start": 2041,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 2043,
"start": 2036,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 2029,
"name": "line",
"start": 2025,
"type": "Identifier"
},
"end": 2044,
"start": 2025,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 2085,
"name": "end",
"start": 2082,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 2090,
"raw": "0",
"start": 2089,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 2094,
"raw": "1",
"start": 2093,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 2094,
"operator": "-",
"start": 2092,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 2095,
"start": 2088,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 2081,
"name": "line",
"start": 2077,
"type": "Identifier"
},
"end": 2096,
"start": 2077,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 2145,
"name": "endAbsolute",
"start": 2134,
"type": "Identifier"
},
"arg": {
"elements": [
{
"arguments": [
{
"end": 2164,
"start": 2163,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 2162,
"name": "profileStartX",
"start": 2149,
"type": "Identifier"
},
"end": 2165,
"start": 2149,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 2182,
"start": 2181,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 2180,
"name": "profileStartY",
"start": 2167,
"type": "Identifier"
},
"end": 2183,
"start": 2167,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 2184,
"start": 2148,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 2133,
"name": "line",
"start": 2129,
"type": "Identifier"
},
"end": 2185,
"start": 2129,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [],
"callee": {
"end": 2196,
"name": "close",
"start": 2191,
"type": "Identifier"
},
"end": 2198,
"start": 2191,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 2218,
"name": "length",
"start": 2212,
"type": "Identifier"
},
"arg": {
"argument": {
"end": 2234,
"name": "kitFaceDepth",
"start": 2222,
"type": "Identifier",
"type": "Identifier"
},
"end": 2234,
"operator": "-",
"start": 2221,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
}
],
"callee": {
"end": 2211,
"name": "extrude",
"start": 2204,
"type": "Identifier"
},
"end": 2235,
"start": 2204,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"end": 2307,
"nonCodeMeta": {
"nonCodeNodes": {
"2": [
{
"end": 1602,
"start": 1578,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "left lower corner up",
"style": "line"
}
}
],
"3": [
{
"end": 1653,
"start": 1627,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "left lower corner left",
"style": "line"
}
}
],
"4": [
{
"end": 1705,
"start": 1689,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "left side up",
"style": "line"
}
}
],
"5": [
{
"end": 1756,
"start": 1729,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "left upper corner right",
"style": "line"
}
}
],
"6": [
{
"end": 1804,
"start": 1780,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "left upper corner up",
"style": "line"
}
}
],
"7": [
{
"end": 1859,
"start": 1839,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "upper side right",
"style": "line"
}
}
],
"8": [
{
"end": 1911,
"start": 1884,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "right upper corner down",
"style": "line"
}
}
],
"9": [
{
"end": 1963,
"start": 1935,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "right upper corner right",
"style": "line"
}
}
],
"10": [
{
"end": 2019,
"start": 2000,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "right side down",
"style": "line"
}
}
],
"11": [
{
"end": 2071,
"start": 2044,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "right lower corner left",
"style": "line"
}
}
],
"12": [
{
"end": 2123,
"start": 2096,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "right lower corner down",
"style": "line"
}
}
],
"15": [
{
"end": 2262,
"start": 2237,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "Kitty Face Features:",
"style": "line"
}
},
{
"end": 2282,
"start": 2264,
"type": "NonCodeNode",
"value": {
"type": "blockComment",
"value": "3.1 Kitty Eyes",
"style": "line"
}
},
{
"end": 2307,
"start": 2282,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "3.1.1 Kitty Left Eye",
"style": "line"
}
}
]
},
"startNodes": []
},
"start": 1463,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 1453,
"type": "VariableDeclarator"
},
"end": 2307,
"kind": "const",
"start": 1453,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2325,
"id": {
"end": 2319,
"name": "kitEyeDepth",
"start": 2308,
"type": "Identifier"
},
"init": {
"end": 2325,
"raw": "0.5",
"start": 2322,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.5,
"suffix": "None"
}
},
"start": 2308,
"type": "VariableDeclarator"
},
"end": 2325,
"kind": "const",
"start": 2308,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2361,
"id": {
"end": 2338,
"name": "kitEyeHeihgt",
"start": 2326,
"type": "Identifier"
},
"init": {
"end": 2361,
"left": {
"end": 2357,
"name": "kitFaceElevation",
"start": 2341,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 2361,
"raw": "7",
"start": 2360,
"type": "Literal",
"type": "Literal",
"value": {
"value": 7.0,
"suffix": "None"
}
},
"start": 2341,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 2326,
"type": "VariableDeclarator"
},
"end": 2361,
"kind": "const",
"start": 2326,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2378,
"id": {
"end": 2374,
"name": "kitEyeOffset",
"start": 2362,
"type": "Identifier"
},
"init": {
"end": 2378,
"raw": "7",
"start": 2377,
"type": "Literal",
"type": "Literal",
"value": {
"value": 7.0,
"suffix": "None"
}
},
"start": 2362,
"type": "VariableDeclarator"
},
"end": 2378,
"kind": "const",
"start": 2362,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2493,
"id": {
"end": 2416,
"name": "kitLeftEye1",
"start": 2405,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 2435,
"name": "kitFace",
"start": 2428,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 2444,
"raw": "'START'",
"start": 2437,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"argument": {
"end": 2459,
"name": "kitEyeOffset",
"start": 2447,
"type": "Identifier",
"type": "Identifier"
},
"end": 2459,
"operator": "-",
"start": 2446,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 2473,
"name": "kitEyeHeihgt",
"start": 2461,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 2476,
"raw": "1",
"start": 2475,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 2479,
"raw": "1",
"start": 2478,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 2492,
"name": "kitEyeDepth",
"start": 2481,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 2427,
"name": "pixelBox",
"start": 2419,
"type": "Identifier"
},
"end": 2493,
"start": 2419,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 2405,
"type": "VariableDeclarator"
},
"end": 2493,
"kind": "const",
"start": 2405,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2609,
"id": {
"end": 2524,
"name": "kitLeftEye2",
"start": 2513,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 2543,
"name": "kitFace",
"start": 2536,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 2552,
"raw": "'START'",
"start": 2545,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"end": 2571,
"left": {
"argument": {
"end": 2567,
"name": "kitEyeOffset",
"start": 2555,
"type": "Identifier",
"type": "Identifier"
},
"end": 2567,
"operator": "-",
"start": 2554,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "+",
"right": {
"end": 2571,
"raw": "1",
"start": 2570,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 2554,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 2589,
"left": {
"end": 2585,
"name": "kitEyeHeihgt",
"start": 2573,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 2589,
"raw": "1",
"start": 2588,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 2573,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 2592,
"raw": "3",
"start": 2591,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
{
"end": 2595,
"raw": "1",
"start": 2594,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 2608,
"name": "kitEyeDepth",
"start": 2597,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 2535,
"name": "pixelBox",
"start": 2527,
"type": "Identifier"
},
"end": 2609,
"start": 2527,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 2513,
"type": "VariableDeclarator"
},
"end": 2609,
"kind": "const",
"start": 2513,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2702,
"id": {
"end": 2621,
"name": "kitLeftEye3",
"start": 2610,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 2640,
"name": "kitFace",
"start": 2633,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 2649,
"raw": "'START'",
"start": 2642,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"end": 2668,
"left": {
"argument": {
"end": 2664,
"name": "kitEyeOffset",
"start": 2652,
"type": "Identifier",
"type": "Identifier"
},
"end": 2664,
"operator": "-",
"start": 2651,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "+",
"right": {
"end": 2668,
"raw": "4",
"start": 2667,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 2651,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 2682,
"name": "kitEyeHeihgt",
"start": 2670,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 2685,
"raw": "1",
"start": 2684,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 2688,
"raw": "1",
"start": 2687,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 2701,
"name": "kitEyeDepth",
"start": 2690,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 2632,
"name": "pixelBox",
"start": 2624,
"type": "Identifier"
},
"end": 2702,
"start": 2624,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 2610,
"type": "VariableDeclarator"
},
"end": 2702,
"kind": "const",
"start": 2610,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2798,
"id": {
"end": 2714,
"name": "kitRightEye",
"start": 2703,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 2733,
"name": "kitFace",
"start": 2726,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 2742,
"raw": "'START'",
"start": 2735,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"end": 2760,
"left": {
"end": 2756,
"name": "kitEyeOffset",
"start": 2744,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 2760,
"raw": "3",
"start": 2759,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 2744,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 2778,
"left": {
"end": 2774,
"name": "kitEyeHeihgt",
"start": 2762,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 2778,
"raw": "1",
"start": 2777,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 2762,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 2781,
"raw": "2",
"start": 2780,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
{
"end": 2784,
"raw": "4",
"start": 2783,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
{
"end": 2797,
"name": "kitEyeDepth",
"start": 2786,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 2725,
"name": "pixelBox",
"start": 2717,
"type": "Identifier"
},
"end": 2798,
"start": 2717,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 2703,
"type": "VariableDeclarator"
},
"end": 2798,
"kind": "const",
"start": 2703,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 2834,
"id": {
"end": 2815,
"name": "kitNoseElevation",
"start": 2799,
"type": "Identifier"
},
"init": {
"end": 2834,
"left": {
"end": 2830,
"name": "kitEyeHeihgt",
"start": 2818,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 2834,
"raw": "5",
"start": 2833,
"type": "Literal",
"type": "Literal",
"value": {
"value": 5.0,
"suffix": "None"
}
},
"start": 2818,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 2799,
"type": "VariableDeclarator"
},
"end": 2834,
"kind": "const",
"start": 2799,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 3534,
"id": {
"end": 2842,
"name": "kitNose",
"start": 2835,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"end": 2866,
"name": "kitFace",
"start": 2859,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 2875,
"raw": "'START'",
"start": 2868,
"type": "Literal",
"type": "Literal",
"value": "START"
}
],
"callee": {
"end": 2858,
"name": "startSketchOn",
"start": 2845,
"type": "Identifier"
},
"end": 2876,
"start": 2845,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"argument": {
"end": 2900,
"raw": "2",
"start": 2899,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"end": 2900,
"operator": "-",
"start": 2898,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 2918,
"name": "kitNoseElevation",
"start": 2902,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 2919,
"start": 2897,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 2922,
"start": 2921,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 2896,
"name": "startProfileAt",
"start": 2882,
"type": "Identifier"
},
"end": 2923,
"start": 2882,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 2944,
"name": "end",
"start": 2941,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 2949,
"raw": "0",
"start": 2948,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 2952,
"raw": "1",
"start": 2951,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
}
],
"end": 2953,
"start": 2947,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 2940,
"name": "line",
"start": 2936,
"type": "Identifier"
},
"end": 2954,
"start": 2936,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 2985,
"name": "end",
"start": 2982,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 2990,
"raw": "2",
"start": 2989,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
{
"end": 2993,
"raw": "0",
"start": 2992,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 2994,
"start": 2988,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 2981,
"name": "line",
"start": 2977,
"type": "Identifier"
},
"end": 2995,
"start": 2977,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3029,
"name": "end",
"start": 3026,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 3034,
"raw": "0",
"start": 3033,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 3037,
"raw": "2",
"start": 3036,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
}
],
"end": 3038,
"start": 3032,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3025,
"name": "line",
"start": 3021,
"type": "Identifier"
},
"end": 3039,
"start": 3021,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3068,
"name": "end",
"start": 3065,
"type": "Identifier"
},
"arg": {
"elements": [
{
"argument": {
"end": 3074,
"raw": "1",
"start": 3073,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 3074,
"operator": "-",
"start": 3072,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 3077,
"raw": "0",
"start": 3076,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 3078,
"start": 3071,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3064,
"name": "line",
"start": 3060,
"type": "Identifier"
},
"end": 3079,
"start": 3060,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3112,
"name": "end",
"start": 3109,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 3117,
"raw": "0",
"start": 3116,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 3120,
"raw": "1",
"start": 3119,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
}
],
"end": 3121,
"start": 3115,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3108,
"name": "line",
"start": 3104,
"type": "Identifier"
},
"end": 3122,
"start": 3104,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3153,
"name": "end",
"start": 3150,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 3158,
"raw": "3",
"start": 3157,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
{
"end": 3161,
"raw": "0",
"start": 3160,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 3162,
"start": 3156,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3149,
"name": "line",
"start": 3145,
"type": "Identifier"
},
"end": 3163,
"start": 3145,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3196,
"name": "end",
"start": 3193,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 3201,
"raw": "0",
"start": 3200,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 3205,
"raw": "1",
"start": 3204,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 3205,
"operator": "-",
"start": 3203,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 3206,
"start": 3199,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3192,
"name": "line",
"start": 3188,
"type": "Identifier"
},
"end": 3207,
"start": 3188,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3241,
"name": "end",
"start": 3238,
"type": "Identifier"
},
"arg": {
"elements": [
{
"argument": {
"end": 3247,
"raw": "1",
"start": 3246,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 3247,
"operator": "-",
"start": 3245,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 3250,
"raw": "0",
"start": 3249,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 3251,
"start": 3244,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3237,
"name": "line",
"start": 3233,
"type": "Identifier"
},
"end": 3252,
"start": 3233,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3286,
"name": "end",
"start": 3283,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 3291,
"raw": "0",
"start": 3290,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 3295,
"raw": "2",
"start": 3294,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"end": 3295,
"operator": "-",
"start": 3293,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 3296,
"start": 3289,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3282,
"name": "line",
"start": 3278,
"type": "Identifier"
},
"end": 3297,
"start": 3278,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3328,
"name": "end",
"start": 3325,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 3333,
"raw": "2",
"start": 3332,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
{
"end": 3336,
"raw": "0",
"start": 3335,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 3337,
"start": 3331,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3324,
"name": "line",
"start": 3320,
"type": "Identifier"
},
"end": 3338,
"start": 3320,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3373,
"name": "end",
"start": 3370,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 3378,
"raw": "0",
"start": 3377,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 3382,
"raw": "1",
"start": 3381,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"end": 3382,
"operator": "-",
"start": 3380,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 3383,
"start": 3376,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3369,
"name": "line",
"start": 3365,
"type": "Identifier"
},
"end": 3384,
"start": 3365,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3426,
"name": "endAbsolute",
"start": 3415,
"type": "Identifier"
},
"arg": {
"elements": [
{
"arguments": [
{
"end": 3445,
"start": 3444,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 3443,
"name": "profileStartX",
"start": 3430,
"type": "Identifier"
},
"end": 3446,
"start": 3430,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 3463,
"start": 3462,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 3461,
"name": "profileStartY",
"start": 3448,
"type": "Identifier"
},
"end": 3464,
"start": 3448,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 3465,
"start": 3429,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 3414,
"name": "line",
"start": 3410,
"type": "Identifier"
},
"end": 3466,
"start": 3410,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [],
"callee": {
"end": 3477,
"name": "close",
"start": 3472,
"type": "Identifier"
},
"end": 3479,
"start": 3472,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 3499,
"name": "length",
"start": 3493,
"type": "Identifier"
},
"arg": {
"end": 3513,
"name": "kitEyeDepth",
"start": 3502,
"type": "Identifier",
"type": "Identifier"
}
}
],
"callee": {
"end": 3492,
"name": "extrude",
"start": 3485,
"type": "Identifier"
},
"end": 3514,
"start": 3485,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"end": 3534,
"nonCodeMeta": {
"nonCodeNodes": {
"1": [
{
"end": 2930,
"start": 2923,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "H V",
"style": "line"
}
}
],
"2": [
{
"end": 2971,
"start": 2954,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "lower-left up",
"style": "line"
}
}
],
"3": [
{
"end": 3015,
"start": 2995,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "lower-left right",
"style": "line"
}
}
],
"4": [
{
"end": 3054,
"start": 3039,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "mid-left up",
"style": "line"
}
}
],
"5": [
{
"end": 3098,
"start": 3079,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "upper-left left",
"style": "line"
}
}
],
"6": [
{
"end": 3139,
"start": 3122,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "upper-left up",
"style": "line"
}
}
],
"7": [
{
"end": 3182,
"start": 3163,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "upper-mid right",
"style": "line"
}
}
],
"8": [
{
"end": 3227,
"start": 3207,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "upper-right down",
"style": "line"
}
}
],
"9": [
{
"end": 3272,
"start": 3252,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "upper-right left",
"style": "line"
}
}
],
"10": [
{
"end": 3314,
"start": 3297,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "mid-left down",
"style": "line"
}
}
],
"11": [
{
"end": 3359,
"start": 3338,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "lower-right right",
"style": "line"
}
}
],
"12": [
{
"end": 3404,
"start": 3384,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "lower-right down",
"style": "line"
}
}
],
"15": [
{
"end": 3534,
"start": 3514,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "3.3 Kitty Mouth",
"style": "line"
}
}
]
},
"startNodes": []
},
"start": 2845,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 2835,
"type": "VariableDeclarator"
},
"end": 3534,
"kind": "const",
"start": 2835,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 3553,
"id": {
"end": 3549,
"name": "kitMouthOffset",
"start": 3535,
"type": "Identifier"
},
"init": {
"end": 3553,
"raw": "4",
"start": 3552,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 3535,
"type": "VariableDeclarator"
},
"end": 3553,
"kind": "const",
"start": 3535,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 3587,
"id": {
"end": 3568,
"name": "kitMouthHeight",
"start": 3554,
"type": "Identifier"
},
"init": {
"end": 3587,
"left": {
"end": 3583,
"name": "kitEyeHeihgt",
"start": 3571,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 3587,
"raw": "3",
"start": 3586,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 3571,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 3554,
"type": "VariableDeclarator"
},
"end": 3587,
"kind": "const",
"start": 3554,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 3683,
"id": {
"end": 3602,
"name": "kitMouthUpLeft",
"start": 3588,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 3621,
"name": "kitFace",
"start": 3614,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 3630,
"raw": "'START'",
"start": 3623,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"argument": {
"end": 3647,
"name": "kitMouthOffset",
"start": 3633,
"type": "Identifier",
"type": "Identifier"
},
"end": 3647,
"operator": "-",
"start": 3632,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 3663,
"name": "kitMouthHeight",
"start": 3649,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 3666,
"raw": "1",
"start": 3665,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 3669,
"raw": "1",
"start": 3668,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 3682,
"name": "kitEyeDepth",
"start": 3671,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 3613,
"name": "pixelBox",
"start": 3605,
"type": "Identifier"
},
"end": 3683,
"start": 3605,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 3588,
"type": "VariableDeclarator"
},
"end": 3683,
"kind": "const",
"start": 3588,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 3808,
"id": {
"end": 3719,
"name": "kitMouthDownLeft",
"start": 3703,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 3738,
"name": "kitFace",
"start": 3731,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 3747,
"raw": "'START'",
"start": 3740,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"end": 3768,
"left": {
"argument": {
"end": 3764,
"name": "kitMouthOffset",
"start": 3750,
"type": "Identifier",
"type": "Identifier"
},
"end": 3764,
"operator": "-",
"start": 3749,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "+",
"right": {
"end": 3768,
"raw": "1",
"start": 3767,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 3749,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 3788,
"left": {
"end": 3784,
"name": "kitMouthHeight",
"start": 3770,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 3788,
"raw": "1",
"start": 3787,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 3770,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 3791,
"raw": "1",
"start": 3790,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 3794,
"raw": "1",
"start": 3793,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 3807,
"name": "kitEyeDepth",
"start": 3796,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 3730,
"name": "pixelBox",
"start": 3722,
"type": "Identifier"
},
"end": 3808,
"start": 3722,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 3703,
"type": "VariableDeclarator"
},
"end": 3808,
"kind": "const",
"start": 3703,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 3904,
"id": {
"end": 3824,
"name": "kitMouthUpRight",
"start": 3809,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 3843,
"name": "kitFace",
"start": 3836,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 3852,
"raw": "'START'",
"start": 3845,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"end": 3868,
"name": "kitMouthOffset",
"start": 3854,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 3884,
"name": "kitMouthHeight",
"start": 3870,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 3887,
"raw": "1",
"start": 3886,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 3890,
"raw": "1",
"start": 3889,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 3903,
"name": "kitEyeDepth",
"start": 3892,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 3835,
"name": "pixelBox",
"start": 3827,
"type": "Identifier"
},
"end": 3904,
"start": 3827,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 3809,
"type": "VariableDeclarator"
},
"end": 3904,
"kind": "const",
"start": 3809,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4010,
"id": {
"end": 3922,
"name": "kitMouthDownRight",
"start": 3905,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 3941,
"name": "kitFace",
"start": 3934,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 3950,
"raw": "'START'",
"start": 3943,
"type": "Literal",
"type": "Literal",
"value": "START"
},
{
"end": 3970,
"left": {
"end": 3966,
"name": "kitMouthOffset",
"start": 3952,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 3970,
"raw": "1",
"start": 3969,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 3952,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 3990,
"left": {
"end": 3986,
"name": "kitMouthHeight",
"start": 3972,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 3990,
"raw": "1",
"start": 3989,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 3972,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 3993,
"raw": "1",
"start": 3992,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 3996,
"raw": "1",
"start": 3995,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
{
"end": 4009,
"name": "kitEyeDepth",
"start": 3998,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 3933,
"name": "pixelBox",
"start": 3925,
"type": "Identifier"
},
"end": 4010,
"start": 3925,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 3905,
"type": "VariableDeclarator"
},
"end": 4010,
"kind": "const",
"start": 3905,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4051,
"id": {
"end": 4028,
"name": "kitBellyElevation",
"start": 4011,
"type": "Identifier"
},
"init": {
"end": 4051,
"left": {
"end": 4047,
"name": "kitBodyElevation",
"start": 4031,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 4051,
"raw": "1",
"start": 4050,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 4031,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 4011,
"type": "VariableDeclarator"
},
"end": 4051,
"kind": "const",
"start": 4011,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4110,
"id": {
"end": 4067,
"name": "kitBellyHeight",
"start": 4053,
"type": "Identifier"
},
"init": {
"end": 4110,
"left": {
"end": 4106,
"left": {
"end": 4086,
"name": "kitHeadElevation",
"start": 4070,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 4106,
"name": "kitBellyElevation",
"start": 4089,
"type": "Identifier",
"type": "Identifier"
},
"start": 4070,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 4110,
"raw": "1",
"start": 4109,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 4070,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 4053,
"type": "VariableDeclarator"
},
"end": 4110,
"kind": "const",
"start": 4053,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4157,
"id": {
"end": 4142,
"name": "kitBellyWidth",
"start": 4129,
"type": "Identifier"
},
"init": {
"end": 4157,
"name": "kitHeadWidth",
"start": 4145,
"type": "Identifier",
"type": "Identifier"
},
"start": 4129,
"type": "VariableDeclarator"
},
"end": 4157,
"kind": "const",
"start": 4129,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4186,
"id": {
"end": 4171,
"name": "kitBellyDepth",
"start": 4158,
"type": "Identifier"
},
"init": {
"end": 4186,
"name": "kitHeadDepth",
"start": 4174,
"type": "Identifier",
"type": "Identifier"
},
"start": 4158,
"type": "VariableDeclarator"
},
"end": 4186,
"kind": "const",
"start": 4158,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4307,
"id": {
"end": 4195,
"name": "kitBelly",
"start": 4187,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 4214,
"name": "kitBody",
"start": 4207,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4221,
"raw": "'END'",
"start": 4216,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 4241,
"left": {
"argument": {
"end": 4237,
"name": "kitBellyWidth",
"start": 4224,
"type": "Identifier",
"type": "Identifier"
},
"end": 4237,
"operator": "-",
"start": 4223,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "/",
"right": {
"end": 4241,
"raw": "2",
"start": 4240,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 4223,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 4260,
"name": "kitBellyElevation",
"start": 4243,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4275,
"name": "kitBellyWidth",
"start": 4262,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4291,
"name": "kitBellyHeight",
"start": 4277,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4306,
"name": "kitBellyDepth",
"start": 4293,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 4206,
"name": "pixelBox",
"start": 4198,
"type": "Identifier"
},
"end": 4307,
"start": 4198,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 4187,
"type": "VariableDeclarator"
},
"end": 4307,
"kind": "const",
"start": 4187,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4347,
"id": {
"end": 4323,
"name": "kitVHSelevation",
"start": 4308,
"type": "Identifier"
},
"init": {
"end": 4347,
"left": {
"end": 4343,
"name": "kitBellyElevation",
"start": 4326,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 4347,
"raw": "1",
"start": 4346,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 4326,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 4308,
"type": "VariableDeclarator"
},
"end": 4347,
"kind": "const",
"start": 4308,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4365,
"id": {
"end": 4361,
"name": "kitVHSheight",
"start": 4349,
"type": "Identifier"
},
"init": {
"end": 4365,
"raw": "2",
"start": 4364,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 4349,
"type": "VariableDeclarator"
},
"end": 4365,
"kind": "const",
"start": 4349,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4402,
"id": {
"end": 4398,
"name": "kitVHSwidth",
"start": 4387,
"type": "Identifier"
},
"init": {
"end": 4402,
"raw": "8",
"start": 4401,
"type": "Literal",
"type": "Literal",
"value": {
"value": 8.0,
"suffix": "None"
}
},
"start": 4387,
"type": "VariableDeclarator"
},
"end": 4402,
"kind": "const",
"start": 4387,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4418,
"id": {
"end": 4414,
"name": "kitVHSdepth",
"start": 4403,
"type": "Identifier"
},
"init": {
"end": 4418,
"raw": "1",
"start": 4417,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 4403,
"type": "VariableDeclarator"
},
"end": 4418,
"kind": "const",
"start": 4403,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4528,
"id": {
"end": 4425,
"name": "kitVHS",
"start": 4419,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 4445,
"name": "kitBelly",
"start": 4437,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4452,
"raw": "'END'",
"start": 4447,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 4470,
"left": {
"argument": {
"end": 4466,
"name": "kitVHSwidth",
"start": 4455,
"type": "Identifier",
"type": "Identifier"
},
"end": 4466,
"operator": "-",
"start": 4454,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "/",
"right": {
"end": 4470,
"raw": "2",
"start": 4469,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 4454,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 4487,
"name": "kitVHSelevation",
"start": 4472,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4500,
"name": "kitVHSwidth",
"start": 4489,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4514,
"name": "kitVHSheight",
"start": 4502,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4527,
"name": "kitVHSdepth",
"start": 4516,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 4436,
"name": "pixelBox",
"start": 4428,
"type": "Identifier"
},
"end": 4528,
"start": 4428,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 4419,
"type": "VariableDeclarator"
},
"end": 4528,
"kind": "const",
"start": 4419,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4571,
"id": {
"end": 4547,
"name": "kitFloppyElevation",
"start": 4529,
"type": "Identifier"
},
"init": {
"end": 4571,
"left": {
"end": 4567,
"name": "kitBellyElevation",
"start": 4550,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 4571,
"raw": "1",
"start": 4570,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 4550,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 4529,
"type": "VariableDeclarator"
},
"end": 4571,
"kind": "const",
"start": 4529,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4591,
"id": {
"end": 4587,
"name": "kitFloppyHeight",
"start": 4572,
"type": "Identifier"
},
"init": {
"end": 4591,
"raw": "1",
"start": 4590,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 4572,
"type": "VariableDeclarator"
},
"end": 4591,
"kind": "const",
"start": 4572,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4611,
"id": {
"end": 4607,
"name": "kitFloppyWidth",
"start": 4593,
"type": "Identifier"
},
"init": {
"end": 4611,
"raw": "5",
"start": 4610,
"type": "Literal",
"type": "Literal",
"value": {
"value": 5.0,
"suffix": "None"
}
},
"start": 4593,
"type": "VariableDeclarator"
},
"end": 4611,
"kind": "const",
"start": 4593,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4651,
"id": {
"end": 4627,
"name": "kitFloppyOffset",
"start": 4612,
"type": "Identifier"
},
"init": {
"end": 4651,
"left": {
"end": 4647,
"left": {
"end": 4643,
"name": "kitBellyWidth",
"start": 4630,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"end": 4647,
"raw": "2",
"start": 4646,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 4630,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 4651,
"raw": "1",
"start": 4650,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 4630,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 4612,
"type": "VariableDeclarator"
},
"end": 4651,
"kind": "const",
"start": 4612,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4670,
"id": {
"end": 4666,
"name": "kitFloppyDepth",
"start": 4652,
"type": "Identifier"
},
"init": {
"end": 4670,
"raw": "2",
"start": 4669,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 4652,
"type": "VariableDeclarator"
},
"end": 4670,
"kind": "const",
"start": 4652,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4824,
"id": {
"end": 4708,
"name": "kitFloppy1",
"start": 4698,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 4728,
"name": "kitBelly",
"start": 4720,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4735,
"raw": "'END'",
"start": 4730,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"argument": {
"end": 4753,
"name": "kitFloppyOffset",
"start": 4738,
"type": "Identifier",
"type": "Identifier"
},
"end": 4753,
"operator": "-",
"start": 4737,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 4773,
"name": "kitFloppyElevation",
"start": 4755,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4789,
"name": "kitFloppyWidth",
"start": 4775,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4806,
"name": "kitFloppyHeight",
"start": 4791,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 4823,
"name": "kitFloppyDepth",
"start": 4809,
"type": "Identifier",
"type": "Identifier"
},
"end": 4823,
"operator": "-",
"start": 4808,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"callee": {
"end": 4719,
"name": "pixelBox",
"start": 4711,
"type": "Identifier"
},
"end": 4824,
"start": 4711,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 4698,
"type": "VariableDeclarator"
},
"end": 4824,
"kind": "const",
"start": 4698,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 4955,
"id": {
"end": 4835,
"name": "kitFloppy2",
"start": 4825,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 4855,
"name": "kitBelly",
"start": 4847,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4862,
"raw": "'END'",
"start": 4857,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"argument": {
"end": 4880,
"name": "kitFloppyOffset",
"start": 4865,
"type": "Identifier",
"type": "Identifier"
},
"end": 4880,
"operator": "-",
"start": 4864,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 4904,
"left": {
"end": 4900,
"name": "kitFloppyElevation",
"start": 4882,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 4904,
"raw": "2",
"start": 4903,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 4882,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 4920,
"name": "kitFloppyWidth",
"start": 4906,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4937,
"name": "kitFloppyHeight",
"start": 4922,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 4954,
"name": "kitFloppyDepth",
"start": 4940,
"type": "Identifier",
"type": "Identifier"
},
"end": 4954,
"operator": "-",
"start": 4939,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"callee": {
"end": 4846,
"name": "pixelBox",
"start": 4838,
"type": "Identifier"
},
"end": 4955,
"start": 4838,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 4825,
"type": "VariableDeclarator"
},
"end": 4955,
"kind": "const",
"start": 4825,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5082,
"id": {
"end": 4966,
"name": "kitFloppy3",
"start": 4956,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 4986,
"name": "kitBelly",
"start": 4978,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 4993,
"raw": "'END'",
"start": 4988,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 5010,
"name": "kitFloppyOffset",
"start": 4995,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5030,
"name": "kitFloppyElevation",
"start": 5012,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 5047,
"name": "kitFloppyWidth",
"start": 5033,
"type": "Identifier",
"type": "Identifier"
},
"end": 5047,
"operator": "-",
"start": 5032,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 5064,
"name": "kitFloppyHeight",
"start": 5049,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 5081,
"name": "kitFloppyDepth",
"start": 5067,
"type": "Identifier",
"type": "Identifier"
},
"end": 5081,
"operator": "-",
"start": 5066,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"callee": {
"end": 4977,
"name": "pixelBox",
"start": 4969,
"type": "Identifier"
},
"end": 5082,
"start": 4969,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 4956,
"type": "VariableDeclarator"
},
"end": 5082,
"kind": "const",
"start": 4956,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5126,
"id": {
"end": 5103,
"name": "kitBellyButtonOffset",
"start": 5083,
"type": "Identifier"
},
"init": {
"end": 5126,
"left": {
"end": 5122,
"left": {
"end": 5118,
"name": "kitHeadWidth",
"start": 5106,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"end": 5122,
"raw": "2",
"start": 5121,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 5106,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 5126,
"raw": "3",
"start": 5125,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 5106,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 5083,
"type": "VariableDeclarator"
},
"end": 5126,
"kind": "const",
"start": 5083,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5173,
"id": {
"end": 5150,
"name": "kitBellyButtonElevation",
"start": 5127,
"type": "Identifier"
},
"init": {
"end": 5173,
"left": {
"end": 5169,
"name": "kitHeadElevation",
"start": 5153,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 5173,
"raw": "1",
"start": 5172,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 5153,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 5127,
"type": "VariableDeclarator"
},
"end": 5173,
"kind": "const",
"start": 5127,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5198,
"id": {
"end": 5194,
"name": "kitBellyButtonWidth",
"start": 5175,
"type": "Identifier"
},
"init": {
"end": 5198,
"raw": "2",
"start": 5197,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 5175,
"type": "VariableDeclarator"
},
"end": 5198,
"kind": "const",
"start": 5175,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5245,
"id": {
"end": 5241,
"name": "kitBellyButtonHeight",
"start": 5221,
"type": "Identifier"
},
"init": {
"end": 5245,
"raw": "1",
"start": 5244,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 5221,
"type": "VariableDeclarator"
},
"end": 5245,
"kind": "const",
"start": 5221,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5284,
"id": {
"end": 5265,
"name": "kitBellyButtonDepth",
"start": 5246,
"type": "Identifier"
},
"init": {
"end": 5284,
"left": {
"end": 5280,
"name": "kitHeadDepth",
"start": 5268,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 5284,
"raw": "1",
"start": 5283,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 5268,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 5246,
"type": "VariableDeclarator"
},
"end": 5284,
"kind": "const",
"start": 5246,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5438,
"id": {
"end": 5299,
"name": "kitBellyButton",
"start": 5285,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 5318,
"name": "kitBody",
"start": 5311,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5325,
"raw": "'END'",
"start": 5320,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"argument": {
"end": 5348,
"name": "kitBellyButtonOffset",
"start": 5328,
"type": "Identifier",
"type": "Identifier"
},
"end": 5348,
"operator": "-",
"start": 5327,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 5373,
"name": "kitBellyButtonElevation",
"start": 5350,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5394,
"name": "kitBellyButtonWidth",
"start": 5375,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5416,
"name": "kitBellyButtonHeight",
"start": 5396,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5437,
"name": "kitBellyButtonDepth",
"start": 5418,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 5310,
"name": "pixelBox",
"start": 5302,
"type": "Identifier"
},
"end": 5438,
"start": 5302,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 5285,
"type": "VariableDeclarator"
},
"end": 5438,
"kind": "const",
"start": 5285,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5458,
"id": {
"end": 5454,
"name": "kitButtonWidth",
"start": 5440,
"type": "Identifier"
},
"init": {
"end": 5458,
"raw": "1",
"start": 5457,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 5440,
"type": "VariableDeclarator"
},
"end": 5458,
"kind": "const",
"start": 5440,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5478,
"id": {
"end": 5474,
"name": "kitButtonHeight",
"start": 5459,
"type": "Identifier"
},
"init": {
"end": 5478,
"raw": "2",
"start": 5477,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 5459,
"type": "VariableDeclarator"
},
"end": 5478,
"kind": "const",
"start": 5459,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5510,
"id": {
"end": 5493,
"name": "kitButtonDepth",
"start": 5479,
"type": "Identifier"
},
"init": {
"end": 5510,
"name": "kitFloppyDepth",
"start": 5496,
"type": "Identifier",
"type": "Identifier"
},
"start": 5479,
"type": "VariableDeclarator"
},
"end": 5510,
"kind": "const",
"start": 5479,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5554,
"id": {
"end": 5529,
"name": "kitButtonElevation",
"start": 5511,
"type": "Identifier"
},
"init": {
"end": 5554,
"left": {
"end": 5550,
"name": "kitFloppyElevation",
"start": 5532,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 5554,
"raw": "2",
"start": 5553,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 5532,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 5511,
"type": "VariableDeclarator"
},
"end": 5554,
"kind": "const",
"start": 5511,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5686,
"id": {
"end": 5566,
"name": "kitButton1",
"start": 5556,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 5586,
"name": "kitBelly",
"start": 5578,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5593,
"raw": "'END'",
"start": 5588,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 5610,
"name": "kitFloppyOffset",
"start": 5595,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5634,
"left": {
"end": 5630,
"name": "kitFloppyElevation",
"start": 5612,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 5634,
"raw": "2",
"start": 5633,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 5612,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"argument": {
"end": 5651,
"name": "kitButtonWidth",
"start": 5637,
"type": "Identifier",
"type": "Identifier"
},
"end": 5651,
"operator": "-",
"start": 5636,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 5668,
"name": "kitButtonHeight",
"start": 5653,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 5685,
"name": "kitButtonDepth",
"start": 5671,
"type": "Identifier",
"type": "Identifier"
},
"end": 5685,
"operator": "-",
"start": 5670,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"callee": {
"end": 5577,
"name": "pixelBox",
"start": 5569,
"type": "Identifier"
},
"end": 5686,
"start": 5569,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 5556,
"type": "VariableDeclarator"
},
"end": 5686,
"kind": "const",
"start": 5556,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 5856,
"id": {
"end": 5715,
"name": "kitButton2",
"start": 5705,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 5735,
"name": "kitBelly",
"start": 5727,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5742,
"raw": "'END'",
"start": 5737,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 5780,
"left": {
"end": 5776,
"left": {
"end": 5759,
"name": "kitFloppyOffset",
"start": 5744,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 5776,
"name": "kitButtonWidth",
"start": 5762,
"type": "Identifier",
"type": "Identifier"
},
"start": 5744,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 5780,
"raw": "1",
"start": 5779,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 5744,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 5804,
"left": {
"end": 5800,
"name": "kitFloppyElevation",
"start": 5782,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 5804,
"raw": "2",
"start": 5803,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 5782,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"argument": {
"end": 5821,
"name": "kitButtonWidth",
"start": 5807,
"type": "Identifier",
"type": "Identifier"
},
"end": 5821,
"operator": "-",
"start": 5806,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 5838,
"name": "kitButtonHeight",
"start": 5823,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 5855,
"name": "kitButtonDepth",
"start": 5841,
"type": "Identifier",
"type": "Identifier"
},
"end": 5855,
"operator": "-",
"start": 5840,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"callee": {
"end": 5726,
"name": "pixelBox",
"start": 5718,
"type": "Identifier"
},
"end": 5856,
"start": 5718,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 5705,
"type": "VariableDeclarator"
},
"end": 5856,
"kind": "const",
"start": 5705,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6016,
"id": {
"end": 5867,
"name": "kitButton3",
"start": 5857,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 5887,
"name": "kitBelly",
"start": 5879,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 5894,
"raw": "'END'",
"start": 5889,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 5938,
"left": {
"end": 5911,
"name": "kitFloppyOffset",
"start": 5896,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 5938,
"left": {
"end": 5916,
"raw": "2",
"start": 5915,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"operator": "*",
"right": {
"end": 5938,
"left": {
"end": 5934,
"name": "kitButtonWidth",
"start": 5920,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 5938,
"raw": "1",
"start": 5937,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 5920,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 5915,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 5896,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 5964,
"left": {
"end": 5960,
"name": "kitFloppyElevation",
"start": 5942,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 5964,
"raw": "2",
"start": 5963,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 5942,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"argument": {
"end": 5981,
"name": "kitButtonWidth",
"start": 5967,
"type": "Identifier",
"type": "Identifier"
},
"end": 5981,
"operator": "-",
"start": 5966,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 5998,
"name": "kitButtonHeight",
"start": 5983,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 6015,
"name": "kitButtonDepth",
"start": 6001,
"type": "Identifier",
"type": "Identifier"
},
"end": 6015,
"operator": "-",
"start": 6000,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"callee": {
"end": 5878,
"name": "pixelBox",
"start": 5870,
"type": "Identifier"
},
"end": 6016,
"start": 5870,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 5857,
"type": "VariableDeclarator"
},
"end": 6016,
"kind": "const",
"start": 5857,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6034,
"id": {
"end": 6030,
"name": "kitShoeWidth",
"start": 6018,
"type": "Identifier"
},
"init": {
"end": 6034,
"raw": "7",
"start": 6033,
"type": "Literal",
"type": "Literal",
"value": {
"value": 7.0,
"suffix": "None"
}
},
"start": 6018,
"type": "VariableDeclarator"
},
"end": 6034,
"kind": "const",
"start": 6018,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6053,
"id": {
"end": 6048,
"name": "kitShoeLength",
"start": 6035,
"type": "Identifier"
},
"init": {
"end": 6053,
"raw": "10",
"start": 6051,
"type": "Literal",
"type": "Literal",
"value": {
"value": 10.0,
"suffix": "None"
}
},
"start": 6035,
"type": "VariableDeclarator"
},
"end": 6053,
"kind": "const",
"start": 6035,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6071,
"id": {
"end": 6067,
"name": "kitShoeHeight",
"start": 6054,
"type": "Identifier"
},
"init": {
"end": 6071,
"raw": "3",
"start": 6070,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 6054,
"type": "VariableDeclarator"
},
"end": 6071,
"kind": "const",
"start": 6054,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6899,
"id": {
"end": 6082,
"name": "kitLeg",
"start": 6076,
"type": "Identifier"
},
"init": {
"body": {
"body": [
{
"declaration": {
"end": 6185,
"id": {
"end": 6130,
"name": "kitShoeOffsetFront",
"start": 6112,
"type": "Identifier"
},
"init": {
"end": 6185,
"left": {
"end": 6170,
"left": {
"end": 6150,
"left": {
"end": 6146,
"name": "kitShoeLength",
"start": 6133,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"end": 6150,
"raw": "2",
"start": 6149,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 6133,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 6170,
"left": {
"end": 6166,
"name": "kitBodyDepth",
"start": 6154,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"end": 6170,
"raw": "2",
"start": 6169,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 6154,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 6133,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 6185,
"name": "offsetFront",
"start": 6174,
"type": "Identifier",
"type": "Identifier"
},
"start": 6133,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 6112,
"type": "VariableDeclarator"
},
"end": 6185,
"kind": "const",
"start": 6112,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6475,
"id": {
"end": 6201,
"name": "kitFootPrint",
"start": 6189,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"end": 6222,
"raw": "'XY'",
"start": 6218,
"type": "Literal",
"type": "Literal",
"value": "XY"
}
],
"callee": {
"end": 6217,
"name": "startSketchOn",
"start": 6204,
"type": "Identifier"
},
"end": 6223,
"start": 6204,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 6257,
"name": "offsetSide",
"start": 6247,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 6277,
"name": "kitShoeOffsetFront",
"start": 6259,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 6278,
"start": 6246,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 6281,
"start": 6280,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 6245,
"name": "startProfileAt",
"start": 6231,
"type": "Identifier"
},
"end": 6282,
"start": 6231,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 6298,
"name": "end",
"start": 6295,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 6314,
"name": "kitShoeWidth",
"start": 6302,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 6317,
"raw": "0",
"start": 6316,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 6318,
"start": 6301,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 6294,
"name": "line",
"start": 6290,
"type": "Identifier"
},
"end": 6319,
"start": 6290,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 6335,
"name": "end",
"start": 6332,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 6340,
"raw": "0",
"start": 6339,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 6356,
"name": "kitShoeLength",
"start": 6343,
"type": "Identifier",
"type": "Identifier"
},
"end": 6356,
"operator": "-",
"start": 6342,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 6357,
"start": 6338,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 6331,
"name": "line",
"start": 6327,
"type": "Identifier"
},
"end": 6358,
"start": 6327,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 6374,
"name": "end",
"start": 6371,
"type": "Identifier"
},
"arg": {
"elements": [
{
"argument": {
"end": 6391,
"name": "kitShoeWidth",
"start": 6379,
"type": "Identifier",
"type": "Identifier"
},
"end": 6391,
"operator": "-",
"start": 6378,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 6394,
"raw": "0",
"start": 6393,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 6395,
"start": 6377,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 6370,
"name": "line",
"start": 6366,
"type": "Identifier"
},
"end": 6396,
"start": 6366,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 6420,
"name": "endAbsolute",
"start": 6409,
"type": "Identifier"
},
"arg": {
"elements": [
{
"arguments": [
{
"end": 6439,
"start": 6438,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 6437,
"name": "profileStartX",
"start": 6424,
"type": "Identifier"
},
"end": 6440,
"start": 6424,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"end": 6457,
"start": 6456,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 6455,
"name": "profileStartY",
"start": 6442,
"type": "Identifier"
},
"end": 6458,
"start": 6442,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 6459,
"start": 6423,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 6408,
"name": "line",
"start": 6404,
"type": "Identifier"
},
"end": 6460,
"start": 6404,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [],
"callee": {
"end": 6473,
"name": "close",
"start": 6468,
"type": "Identifier"
},
"end": 6475,
"start": 6468,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 6475,
"start": 6204,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 6189,
"type": "VariableDeclarator"
},
"end": 6475,
"kind": "const",
"start": 6189,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6534,
"id": {
"end": 6486,
"name": "kitShoe",
"start": 6479,
"type": "Identifier"
},
"init": {
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 6517,
"name": "length",
"start": 6511,
"type": "Identifier"
},
"arg": {
"end": 6533,
"name": "kitShoeHeight",
"start": 6520,
"type": "Identifier",
"type": "Identifier"
}
}
],
"callee": {
"end": 6496,
"name": "extrude",
"start": 6489,
"type": "Identifier"
},
"end": 6534,
"start": 6489,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": {
"end": 6509,
"name": "kitFootPrint",
"start": 6497,
"type": "Identifier",
"type": "Identifier"
}
},
"start": 6479,
"type": "VariableDeclarator"
},
"end": 6534,
"kind": "const",
"start": 6479,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6573,
"id": {
"end": 6556,
"name": "kitPantsOffsetSide",
"start": 6538,
"type": "Identifier"
},
"init": {
"end": 6573,
"left": {
"end": 6569,
"name": "offsetSide",
"start": 6559,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 6573,
"raw": "1",
"start": 6572,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 6559,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 6538,
"type": "VariableDeclarator"
},
"end": 6573,
"kind": "const",
"start": 6538,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6624,
"id": {
"end": 6595,
"name": "kitPantsOffsetFront",
"start": 6576,
"type": "Identifier"
},
"init": {
"end": 6624,
"left": {
"end": 6620,
"left": {
"end": 6599,
"raw": "2",
"start": 6598,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"operator": "*",
"right": {
"end": 6620,
"name": "kitShoeOffsetFront",
"start": 6602,
"type": "Identifier",
"type": "Identifier"
},
"start": 6598,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 6624,
"raw": "2",
"start": 6623,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 6598,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 6576,
"type": "VariableDeclarator"
},
"end": 6624,
"kind": "const",
"start": 6576,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6659,
"id": {
"end": 6640,
"name": "kitPantsWidth",
"start": 6627,
"type": "Identifier"
},
"init": {
"end": 6659,
"left": {
"end": 6655,
"name": "kitShoeWidth",
"start": 6643,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 6659,
"raw": "2",
"start": 6658,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 6643,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 6627,
"type": "VariableDeclarator"
},
"end": 6659,
"kind": "const",
"start": 6627,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6696,
"id": {
"end": 6680,
"name": "kitPantsFrontWidth",
"start": 6662,
"type": "Identifier"
},
"init": {
"end": 6696,
"name": "kitPantsWidth",
"start": 6683,
"type": "Identifier",
"type": "Identifier"
},
"start": 6662,
"type": "VariableDeclarator"
},
"end": 6696,
"kind": "const",
"start": 6662,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6748,
"id": {
"end": 6713,
"name": "kitPantsHeight",
"start": 6699,
"type": "Identifier"
},
"init": {
"end": 6748,
"left": {
"end": 6732,
"name": "kitBodyElevation",
"start": 6716,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 6748,
"name": "kitShoeHeight",
"start": 6735,
"type": "Identifier",
"type": "Identifier"
},
"start": 6716,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 6699,
"type": "VariableDeclarator"
},
"end": 6748,
"kind": "const",
"start": 6699,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6879,
"id": {
"end": 6760,
"name": "kitPants",
"start": 6752,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 6779,
"name": "kitShoe",
"start": 6772,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 6786,
"raw": "'END'",
"start": 6781,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 6806,
"name": "kitPantsOffsetSide",
"start": 6788,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 6827,
"name": "kitPantsOffsetFront",
"start": 6808,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 6847,
"name": "kitPantsFrontWidth",
"start": 6829,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 6862,
"name": "kitPantsWidth",
"start": 6849,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 6878,
"name": "kitPantsHeight",
"start": 6864,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 6771,
"name": "pixelBox",
"start": 6763,
"type": "Identifier"
},
"end": 6879,
"start": 6763,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 6752,
"type": "VariableDeclarator"
},
"end": 6879,
"kind": "const",
"start": 6752,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"argument": {
"end": 6897,
"name": "kitShoe",
"start": 6890,
"type": "Identifier",
"type": "Identifier"
},
"end": 6897,
"start": 6883,
"type": "ReturnStatement",
"type": "ReturnStatement"
}
],
"end": 6899,
"nonCodeMeta": {
"nonCodeNodes": {
"0": [
{
"end": 6189,
"start": 6185,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"1": [
{
"end": 6479,
"start": 6475,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"2": [
{
"end": 6538,
"start": 6534,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"7": [
{
"end": 6752,
"start": 6748,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"8": [
{
"end": 6883,
"start": 6879,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
]
},
"startNodes": []
},
"start": 6108
},
"end": 6899,
"params": [
{
"type": "Parameter",
"identifier": {
"end": 6094,
"name": "offsetFront",
"start": 6083,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 6106,
"name": "offsetSide",
"start": 6096,
"type": "Identifier"
}
}
],
"start": 6082,
"type": "FunctionExpression",
"type": "FunctionExpression"
},
"start": 6076,
"type": "VariableDeclarator"
},
"end": 6899,
"kind": "fn",
"start": 6073,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6916,
"id": {
"end": 6912,
"name": "kitLegOffset",
"start": 6900,
"type": "Identifier"
},
"init": {
"end": 6916,
"raw": "3",
"start": 6915,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 6900,
"type": "VariableDeclarator"
},
"end": 6916,
"kind": "const",
"start": 6900,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 6955,
"id": {
"end": 6929,
"name": "kitRightLeg",
"start": 6918,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 6940,
"raw": "0",
"start": 6939,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 6954,
"name": "kitLegOffset",
"start": 6942,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 6938,
"name": "kitLeg",
"start": 6932,
"type": "Identifier"
},
"end": 6955,
"start": 6932,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 6918,
"type": "VariableDeclarator"
},
"end": 6955,
"kind": "const",
"start": 6918,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7008,
"id": {
"end": 6966,
"name": "kitLeftLeg",
"start": 6956,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 6977,
"raw": "0",
"start": 6976,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 7007,
"left": {
"argument": {
"end": 6992,
"name": "kitLegOffset",
"start": 6980,
"type": "Identifier",
"type": "Identifier"
},
"end": 6992,
"operator": "-",
"start": 6979,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "-",
"right": {
"end": 7007,
"name": "kitShoeWidth",
"start": 6995,
"type": "Identifier",
"type": "Identifier"
},
"start": 6979,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
],
"callee": {
"end": 6975,
"name": "kitLeg",
"start": 6969,
"type": "Identifier"
},
"end": 7008,
"start": 6969,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 6956,
"type": "VariableDeclarator"
},
"end": 7008,
"kind": "const",
"start": 6956,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7042,
"id": {
"end": 7038,
"name": "kitEarWidth",
"start": 7027,
"type": "Identifier"
},
"init": {
"end": 7042,
"raw": "8",
"start": 7041,
"type": "Literal",
"type": "Literal",
"value": {
"value": 8.0,
"suffix": "None"
}
},
"start": 7027,
"type": "VariableDeclarator"
},
"end": 7042,
"kind": "const",
"start": 7027,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7058,
"id": {
"end": 7054,
"name": "kitEarDepth",
"start": 7043,
"type": "Identifier"
},
"init": {
"end": 7058,
"raw": "8",
"start": 7057,
"type": "Literal",
"type": "Literal",
"value": {
"value": 8.0,
"suffix": "None"
}
},
"start": 7043,
"type": "VariableDeclarator"
},
"end": 7058,
"kind": "const",
"start": 7043,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7075,
"id": {
"end": 7071,
"name": "kitEarHeight",
"start": 7059,
"type": "Identifier"
},
"init": {
"end": 7075,
"raw": "2",
"start": 7074,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7059,
"type": "VariableDeclarator"
},
"end": 7075,
"kind": "const",
"start": 7059,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8007,
"id": {
"end": 7086,
"name": "kitEar",
"start": 7080,
"type": "Identifier"
},
"init": {
"body": {
"body": [
{
"declaration": {
"end": 7174,
"id": {
"end": 7142,
"name": "kitNewEarOffsetFront",
"start": 7122,
"type": "Identifier"
},
"init": {
"end": 7174,
"left": {
"end": 7157,
"name": "kitBodyDepth",
"start": 7145,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 7174,
"name": "earOffsetFront",
"start": 7160,
"type": "Identifier",
"type": "Identifier"
},
"start": 7145,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 7122,
"type": "VariableDeclarator"
},
"end": 7174,
"kind": "const",
"start": 7122,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7233,
"id": {
"end": 7196,
"name": "kitNewEarOffsetSide",
"start": 7177,
"type": "Identifier"
},
"init": {
"argument": {
"end": 7233,
"left": {
"end": 7217,
"left": {
"end": 7213,
"name": "kitBodyWidth",
"start": 7201,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"end": 7217,
"raw": "2",
"start": 7216,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7201,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 7233,
"name": "earOffsetSide",
"start": 7220,
"type": "Identifier",
"type": "Identifier"
},
"start": 7201,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"end": 7233,
"operator": "-",
"start": 7199,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"start": 7177,
"type": "VariableDeclarator"
},
"end": 7233,
"kind": "const",
"start": 7177,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7358,
"id": {
"end": 7247,
"name": "baseVolume",
"start": 7237,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 7266,
"name": "kitBody",
"start": 7259,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 7273,
"name": "seg01",
"start": 7268,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 7294,
"name": "kitNewEarOffsetSide",
"start": 7275,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 7316,
"name": "kitNewEarOffsetFront",
"start": 7296,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 7329,
"name": "kitEarWidth",
"start": 7318,
"type": "Identifier",
"type": "Identifier"
},
{
"argument": {
"end": 7343,
"name": "kitEarDepth",
"start": 7332,
"type": "Identifier",
"type": "Identifier"
},
"end": 7343,
"operator": "-",
"start": 7331,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
{
"end": 7357,
"name": "kitEarHeight",
"start": 7345,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 7258,
"name": "pixelBox",
"start": 7250,
"type": "Identifier"
},
"end": 7358,
"start": 7250,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 7237,
"type": "VariableDeclarator"
},
"end": 7358,
"kind": "const",
"start": 7237,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7378,
"id": {
"end": 7374,
"name": "secondOffset",
"start": 7362,
"type": "Identifier"
},
"init": {
"end": 7378,
"raw": "1",
"start": 7377,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 7362,
"type": "VariableDeclarator"
},
"end": 7378,
"kind": "const",
"start": 7362,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7568,
"id": {
"end": 7392,
"name": "secondLevel",
"start": 7381,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 7414,
"name": "baseVolume",
"start": 7404,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 7421,
"raw": "'END'",
"start": 7416,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 7457,
"left": {
"end": 7442,
"name": "kitNewEarOffsetSide",
"start": 7423,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 7457,
"name": "secondOffset",
"start": 7445,
"type": "Identifier",
"type": "Identifier"
},
"start": 7423,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7486,
"left": {
"end": 7479,
"name": "kitNewEarOffsetFront",
"start": 7459,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 7486,
"raw": "0.01",
"start": 7482,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.01,
"suffix": "None"
}
},
"start": 7459,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7519,
"left": {
"end": 7499,
"name": "kitEarWidth",
"start": 7488,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 7519,
"left": {
"end": 7515,
"name": "secondOffset",
"start": 7503,
"type": "Identifier",
"type": "Identifier"
},
"operator": "*",
"right": {
"end": 7519,
"raw": "2",
"start": 7518,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7503,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 7488,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7553,
"left": {
"argument": {
"end": 7534,
"name": "kitEarDepth",
"start": 7523,
"type": "Identifier",
"type": "Identifier"
},
"end": 7534,
"operator": "-",
"start": 7522,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "+",
"right": {
"end": 7553,
"left": {
"end": 7549,
"name": "secondOffset",
"start": 7537,
"type": "Identifier",
"type": "Identifier"
},
"operator": "*",
"right": {
"end": 7553,
"raw": "2",
"start": 7552,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7537,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 7522,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7567,
"name": "kitEarHeight",
"start": 7555,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 7403,
"name": "pixelBox",
"start": 7395,
"type": "Identifier"
},
"end": 7568,
"start": 7395,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 7381,
"type": "VariableDeclarator"
},
"end": 7568,
"kind": "const",
"start": 7381,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7587,
"id": {
"end": 7583,
"name": "thirdOffset",
"start": 7572,
"type": "Identifier"
},
"init": {
"end": 7587,
"raw": "2",
"start": 7586,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7572,
"type": "VariableDeclarator"
},
"end": 7587,
"kind": "const",
"start": 7572,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7774,
"id": {
"end": 7600,
"name": "thirdLevel",
"start": 7590,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 7623,
"name": "secondLevel",
"start": 7612,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 7630,
"raw": "'END'",
"start": 7625,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 7665,
"left": {
"end": 7651,
"name": "kitNewEarOffsetSide",
"start": 7632,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 7665,
"name": "thirdOffset",
"start": 7654,
"type": "Identifier",
"type": "Identifier"
},
"start": 7632,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7694,
"left": {
"end": 7687,
"name": "kitNewEarOffsetFront",
"start": 7667,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 7694,
"raw": "0.02",
"start": 7690,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.02,
"suffix": "None"
}
},
"start": 7667,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7726,
"left": {
"end": 7707,
"name": "kitEarWidth",
"start": 7696,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 7726,
"left": {
"end": 7722,
"name": "thirdOffset",
"start": 7711,
"type": "Identifier",
"type": "Identifier"
},
"operator": "*",
"right": {
"end": 7726,
"raw": "2",
"start": 7725,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7711,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 7696,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7759,
"left": {
"argument": {
"end": 7741,
"name": "kitEarDepth",
"start": 7730,
"type": "Identifier",
"type": "Identifier"
},
"end": 7741,
"operator": "-",
"start": 7729,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "+",
"right": {
"end": 7759,
"left": {
"end": 7755,
"name": "thirdOffset",
"start": 7744,
"type": "Identifier",
"type": "Identifier"
},
"operator": "*",
"right": {
"end": 7759,
"raw": "2",
"start": 7758,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7744,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 7729,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7773,
"name": "kitEarHeight",
"start": 7761,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 7611,
"name": "pixelBox",
"start": 7603,
"type": "Identifier"
},
"end": 7774,
"start": 7603,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 7590,
"type": "VariableDeclarator"
},
"end": 7774,
"kind": "const",
"start": 7590,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7794,
"id": {
"end": 7790,
"name": "fourthOffset",
"start": 7778,
"type": "Identifier"
},
"init": {
"end": 7794,
"raw": "3",
"start": 7793,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 7778,
"type": "VariableDeclarator"
},
"end": 7794,
"kind": "const",
"start": 7778,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 7984,
"id": {
"end": 7808,
"name": "fourthLevel",
"start": 7797,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 7830,
"name": "thirdLevel",
"start": 7820,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 7837,
"raw": "'END'",
"start": 7832,
"type": "Literal",
"type": "Literal",
"value": "END"
},
{
"end": 7873,
"left": {
"end": 7858,
"name": "kitNewEarOffsetSide",
"start": 7839,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 7873,
"name": "fourthOffset",
"start": 7861,
"type": "Identifier",
"type": "Identifier"
},
"start": 7839,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7902,
"left": {
"end": 7895,
"name": "kitNewEarOffsetFront",
"start": 7875,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 7902,
"raw": "0.03",
"start": 7898,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.03,
"suffix": "None"
}
},
"start": 7875,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7935,
"left": {
"end": 7915,
"name": "kitEarWidth",
"start": 7904,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 7935,
"left": {
"end": 7931,
"name": "fourthOffset",
"start": 7919,
"type": "Identifier",
"type": "Identifier"
},
"operator": "*",
"right": {
"end": 7935,
"raw": "2",
"start": 7934,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7919,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 7904,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7969,
"left": {
"argument": {
"end": 7950,
"name": "kitEarDepth",
"start": 7939,
"type": "Identifier",
"type": "Identifier"
},
"end": 7950,
"operator": "-",
"start": 7938,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "+",
"right": {
"end": 7969,
"left": {
"end": 7965,
"name": "fourthOffset",
"start": 7953,
"type": "Identifier",
"type": "Identifier"
},
"operator": "*",
"right": {
"end": 7969,
"raw": "2",
"start": 7968,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 7953,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 7938,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 7983,
"name": "kitEarHeight",
"start": 7971,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 7819,
"name": "pixelBox",
"start": 7811,
"type": "Identifier"
},
"end": 7984,
"start": 7811,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 7797,
"type": "VariableDeclarator"
},
"end": 7984,
"kind": "const",
"start": 7797,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"argument": {
"end": 8005,
"name": "baseVolume",
"start": 7995,
"type": "Identifier",
"type": "Identifier"
},
"end": 8005,
"start": 7988,
"type": "ReturnStatement",
"type": "ReturnStatement"
}
],
"end": 8007,
"nonCodeMeta": {
"nonCodeNodes": {
"2": [
{
"end": 7362,
"start": 7358,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"4": [
{
"end": 7572,
"start": 7568,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"6": [
{
"end": 7778,
"start": 7774,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"8": [
{
"end": 7988,
"start": 7984,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
]
},
"startNodes": []
},
"start": 7118
},
"end": 8007,
"params": [
{
"type": "Parameter",
"identifier": {
"end": 7101,
"name": "earOffsetFront",
"start": 7087,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"end": 7116,
"name": "earOffsetSide",
"start": 7103,
"type": "Identifier"
}
}
],
"start": 7086,
"type": "FunctionExpression",
"type": "FunctionExpression"
},
"start": 7080,
"type": "VariableDeclarator"
},
"end": 8007,
"kind": "fn",
"start": 7077,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8029,
"id": {
"end": 8025,
"name": "kitEarOffsetFront",
"start": 8008,
"type": "Identifier"
},
"init": {
"end": 8029,
"raw": "4",
"start": 8028,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 8008,
"type": "VariableDeclarator"
},
"end": 8029,
"kind": "const",
"start": 8008,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8050,
"id": {
"end": 8046,
"name": "kitEarOffsetSide",
"start": 8030,
"type": "Identifier"
},
"init": {
"end": 8050,
"raw": "1",
"start": 8049,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 8030,
"type": "VariableDeclarator"
},
"end": 8050,
"kind": "const",
"start": 8030,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8109,
"id": {
"end": 8063,
"name": "kitRightEar",
"start": 8052,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 8090,
"name": "kitEarOffsetFront",
"start": 8073,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8108,
"name": "kitEarOffsetSide",
"start": 8092,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 8072,
"name": "kitEar",
"start": 8066,
"type": "Identifier"
},
"end": 8109,
"start": 8066,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 8052,
"type": "VariableDeclarator"
},
"end": 8109,
"kind": "const",
"start": 8052,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8195,
"id": {
"end": 8120,
"name": "kitLeftEar",
"start": 8110,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 8147,
"name": "kitEarOffsetFront",
"start": 8130,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8194,
"left": {
"end": 8175,
"left": {
"end": 8161,
"name": "kitBodyWidth",
"start": 8149,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8175,
"name": "kitEarWidth",
"start": 8164,
"type": "Identifier",
"type": "Identifier"
},
"start": 8149,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 8194,
"name": "kitEarOffsetSide",
"start": 8178,
"type": "Identifier",
"type": "Identifier"
},
"start": 8149,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
],
"callee": {
"end": 8129,
"name": "kitEar",
"start": 8123,
"type": "Identifier"
},
"end": 8195,
"start": 8123,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 8110,
"type": "VariableDeclarator"
},
"end": 8195,
"kind": "const",
"start": 8110,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8242,
"id": {
"end": 8238,
"name": "grillOffset",
"start": 8227,
"type": "Identifier"
},
"init": {
"end": 8242,
"raw": "4",
"start": 8241,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 8227,
"type": "VariableDeclarator"
},
"end": 8242,
"kind": "const",
"start": 8227,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8302,
"id": {
"end": 8253,
"name": "grillRowA",
"start": 8244,
"type": "Identifier"
},
"init": {
"end": 8302,
"left": {
"end": 8288,
"left": {
"end": 8272,
"name": "kitBodyElevation",
"start": 8256,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 8288,
"name": "kitBodyHeight",
"start": 8275,
"type": "Identifier",
"type": "Identifier"
},
"start": 8256,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "-",
"right": {
"end": 8302,
"name": "grillOffset",
"start": 8291,
"type": "Identifier",
"type": "Identifier"
},
"start": 8256,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8244,
"type": "VariableDeclarator"
},
"end": 8302,
"kind": "const",
"start": 8244,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8328,
"id": {
"end": 8312,
"name": "grillRowB",
"start": 8303,
"type": "Identifier"
},
"init": {
"end": 8328,
"left": {
"end": 8324,
"name": "grillRowA",
"start": 8315,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8328,
"raw": "2",
"start": 8327,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 8315,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8303,
"type": "VariableDeclarator"
},
"end": 8328,
"kind": "const",
"start": 8303,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8354,
"id": {
"end": 8338,
"name": "grillRowC",
"start": 8329,
"type": "Identifier"
},
"init": {
"end": 8354,
"left": {
"end": 8350,
"name": "grillRowA",
"start": 8341,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8354,
"raw": "4",
"start": 8353,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 8341,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8329,
"type": "VariableDeclarator"
},
"end": 8354,
"kind": "const",
"start": 8329,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8397,
"id": {
"end": 8368,
"name": "grillColumnA",
"start": 8356,
"type": "Identifier"
},
"init": {
"end": 8397,
"left": {
"end": 8383,
"name": "kitBodyDepth",
"start": 8371,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8397,
"name": "grillOffset",
"start": 8386,
"type": "Identifier",
"type": "Identifier"
},
"start": 8371,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8356,
"type": "VariableDeclarator"
},
"end": 8397,
"kind": "const",
"start": 8356,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8429,
"id": {
"end": 8410,
"name": "grillColumnB",
"start": 8398,
"type": "Identifier"
},
"init": {
"end": 8429,
"left": {
"end": 8425,
"name": "grillColumnA",
"start": 8413,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8429,
"raw": "1",
"start": 8428,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 8413,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8398,
"type": "VariableDeclarator"
},
"end": 8429,
"kind": "const",
"start": 8398,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8461,
"id": {
"end": 8442,
"name": "grillColumnC",
"start": 8430,
"type": "Identifier"
},
"init": {
"end": 8461,
"left": {
"end": 8457,
"name": "grillColumnA",
"start": 8445,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8461,
"raw": "2",
"start": 8460,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 8445,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8430,
"type": "VariableDeclarator"
},
"end": 8461,
"kind": "const",
"start": 8430,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8493,
"id": {
"end": 8474,
"name": "grillColumnD",
"start": 8462,
"type": "Identifier"
},
"init": {
"end": 8493,
"left": {
"end": 8489,
"name": "grillColumnA",
"start": 8477,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8493,
"raw": "3",
"start": 8492,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"start": 8477,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8462,
"type": "VariableDeclarator"
},
"end": 8493,
"kind": "const",
"start": 8462,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8525,
"id": {
"end": 8506,
"name": "grillColumnE",
"start": 8494,
"type": "Identifier"
},
"init": {
"end": 8525,
"left": {
"end": 8521,
"name": "grillColumnA",
"start": 8509,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"end": 8525,
"raw": "4",
"start": 8524,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 8509,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 8494,
"type": "VariableDeclarator"
},
"end": 8525,
"kind": "const",
"start": 8494,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8544,
"id": {
"end": 8540,
"name": "grillHoleSize",
"start": 8527,
"type": "Identifier"
},
"init": {
"end": 8544,
"raw": "1",
"start": 8543,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 8527,
"type": "VariableDeclarator"
},
"end": 8544,
"kind": "const",
"start": 8527,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8564,
"id": {
"end": 8559,
"name": "grillHoleDepth",
"start": 8545,
"type": "Identifier"
},
"init": {
"argument": {
"end": 8564,
"raw": "2",
"start": 8563,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"end": 8564,
"operator": "-",
"start": 8562,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"start": 8545,
"type": "VariableDeclarator"
},
"end": 8564,
"kind": "const",
"start": 8545,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8675,
"id": {
"end": 8577,
"name": "grillHoleAB",
"start": 8566,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 8596,
"name": "kitBody",
"start": 8589,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8603,
"name": "seg02",
"start": 8598,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8614,
"name": "grillRowA",
"start": 8605,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8628,
"name": "grillColumnB",
"start": 8616,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8643,
"name": "grillHoleSize",
"start": 8630,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8658,
"name": "grillHoleSize",
"start": 8645,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8674,
"name": "grillHoleDepth",
"start": 8660,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 8588,
"name": "pixelBox",
"start": 8580,
"type": "Identifier"
},
"end": 8675,
"start": 8580,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 8566,
"type": "VariableDeclarator"
},
"end": 8675,
"kind": "const",
"start": 8566,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8786,
"id": {
"end": 8688,
"name": "grillHoleAD",
"start": 8677,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 8707,
"name": "kitBody",
"start": 8700,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8714,
"name": "seg02",
"start": 8709,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8725,
"name": "grillRowA",
"start": 8716,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8739,
"name": "grillColumnD",
"start": 8727,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8754,
"name": "grillHoleSize",
"start": 8741,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8769,
"name": "grillHoleSize",
"start": 8756,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8785,
"name": "grillHoleDepth",
"start": 8771,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 8699,
"name": "pixelBox",
"start": 8691,
"type": "Identifier"
},
"end": 8786,
"start": 8691,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 8677,
"type": "VariableDeclarator"
},
"end": 8786,
"kind": "const",
"start": 8677,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 8897,
"id": {
"end": 8799,
"name": "grillHoleBA",
"start": 8788,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 8818,
"name": "kitBody",
"start": 8811,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8825,
"name": "seg02",
"start": 8820,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8836,
"name": "grillRowB",
"start": 8827,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8850,
"name": "grillColumnA",
"start": 8838,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8865,
"name": "grillHoleSize",
"start": 8852,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8880,
"name": "grillHoleSize",
"start": 8867,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8896,
"name": "grillHoleDepth",
"start": 8882,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 8810,
"name": "pixelBox",
"start": 8802,
"type": "Identifier"
},
"end": 8897,
"start": 8802,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 8788,
"type": "VariableDeclarator"
},
"end": 8897,
"kind": "const",
"start": 8788,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9008,
"id": {
"end": 8910,
"name": "grillHoleBC",
"start": 8899,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 8929,
"name": "kitBody",
"start": 8922,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8936,
"name": "seg02",
"start": 8931,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8947,
"name": "grillRowB",
"start": 8938,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8961,
"name": "grillColumnC",
"start": 8949,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8976,
"name": "grillHoleSize",
"start": 8963,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 8991,
"name": "grillHoleSize",
"start": 8978,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9007,
"name": "grillHoleDepth",
"start": 8993,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 8921,
"name": "pixelBox",
"start": 8913,
"type": "Identifier"
},
"end": 9008,
"start": 8913,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 8899,
"type": "VariableDeclarator"
},
"end": 9008,
"kind": "const",
"start": 8899,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9119,
"id": {
"end": 9021,
"name": "grillHoleBE",
"start": 9010,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 9040,
"name": "kitBody",
"start": 9033,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9047,
"name": "seg02",
"start": 9042,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9058,
"name": "grillRowB",
"start": 9049,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9072,
"name": "grillColumnE",
"start": 9060,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9087,
"name": "grillHoleSize",
"start": 9074,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9102,
"name": "grillHoleSize",
"start": 9089,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9118,
"name": "grillHoleDepth",
"start": 9104,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 9032,
"name": "pixelBox",
"start": 9024,
"type": "Identifier"
},
"end": 9119,
"start": 9024,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 9010,
"type": "VariableDeclarator"
},
"end": 9119,
"kind": "const",
"start": 9010,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9230,
"id": {
"end": 9132,
"name": "grillHoleCB",
"start": 9121,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 9151,
"name": "kitBody",
"start": 9144,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9158,
"name": "seg02",
"start": 9153,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9169,
"name": "grillRowC",
"start": 9160,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9183,
"name": "grillColumnB",
"start": 9171,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9198,
"name": "grillHoleSize",
"start": 9185,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9213,
"name": "grillHoleSize",
"start": 9200,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9229,
"name": "grillHoleDepth",
"start": 9215,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 9143,
"name": "pixelBox",
"start": 9135,
"type": "Identifier"
},
"end": 9230,
"start": 9135,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 9121,
"type": "VariableDeclarator"
},
"end": 9230,
"kind": "const",
"start": 9121,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9341,
"id": {
"end": 9243,
"name": "grillHoleCD",
"start": 9232,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 9262,
"name": "kitBody",
"start": 9255,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9269,
"name": "seg02",
"start": 9264,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9280,
"name": "grillRowC",
"start": 9271,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9294,
"name": "grillColumnD",
"start": 9282,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9309,
"name": "grillHoleSize",
"start": 9296,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9324,
"name": "grillHoleSize",
"start": 9311,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9340,
"name": "grillHoleDepth",
"start": 9326,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 9254,
"name": "pixelBox",
"start": 9246,
"type": "Identifier"
},
"end": 9341,
"start": 9246,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 9232,
"type": "VariableDeclarator"
},
"end": 9341,
"kind": "const",
"start": 9232,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9400,
"id": {
"end": 9377,
"name": "kitVentElevation",
"start": 9361,
"type": "Identifier"
},
"init": {
"end": 9400,
"left": {
"end": 9396,
"name": "kitBodyElevation",
"start": 9380,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 9400,
"raw": "1",
"start": 9399,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 9380,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 9361,
"type": "VariableDeclarator"
},
"end": 9400,
"kind": "const",
"start": 9361,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9418,
"id": {
"end": 9414,
"name": "kitVentOffset",
"start": 9401,
"type": "Identifier"
},
"init": {
"end": 9418,
"raw": "1",
"start": 9417,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 9401,
"type": "VariableDeclarator"
},
"end": 9418,
"kind": "const",
"start": 9401,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9439,
"id": {
"end": 9435,
"name": "kitVentHoleWidth",
"start": 9419,
"type": "Identifier"
},
"init": {
"end": 9439,
"raw": "1",
"start": 9438,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 9419,
"type": "VariableDeclarator"
},
"end": 9439,
"kind": "const",
"start": 9419,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9461,
"id": {
"end": 9457,
"name": "kitVentHoleHeight",
"start": 9440,
"type": "Identifier"
},
"init": {
"end": 9461,
"raw": "4",
"start": 9460,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 9440,
"type": "VariableDeclarator"
},
"end": 9461,
"kind": "const",
"start": 9440,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9495,
"id": {
"end": 9478,
"name": "kitVentHoleDepth",
"start": 9462,
"type": "Identifier"
},
"init": {
"end": 9495,
"name": "grillHoleDepth",
"start": 9481,
"type": "Identifier",
"type": "Identifier"
},
"start": 9462,
"type": "VariableDeclarator"
},
"end": 9495,
"kind": "const",
"start": 9462,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9620,
"id": {
"end": 9505,
"name": "kitVentA",
"start": 9497,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 9524,
"name": "kitBody",
"start": 9517,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9531,
"name": "seg02",
"start": 9526,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9549,
"name": "kitVentElevation",
"start": 9533,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9564,
"name": "kitVentOffset",
"start": 9551,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9583,
"name": "kitVentHoleHeight",
"start": 9566,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9601,
"name": "kitVentHoleWidth",
"start": 9585,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9619,
"name": "kitVentHoleDepth",
"start": 9603,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 9516,
"name": "pixelBox",
"start": 9508,
"type": "Identifier"
},
"end": 9620,
"start": 9508,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 9497,
"type": "VariableDeclarator"
},
"end": 9620,
"kind": "const",
"start": 9497,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9749,
"id": {
"end": 9630,
"name": "kitVentB",
"start": 9622,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 9649,
"name": "kitBody",
"start": 9642,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9656,
"name": "seg02",
"start": 9651,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9674,
"name": "kitVentElevation",
"start": 9658,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9693,
"left": {
"end": 9689,
"name": "kitVentOffset",
"start": 9676,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 9693,
"raw": "2",
"start": 9692,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 9676,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 9712,
"name": "kitVentHoleHeight",
"start": 9695,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9730,
"name": "kitVentHoleWidth",
"start": 9714,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9748,
"name": "kitVentHoleDepth",
"start": 9732,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 9641,
"name": "pixelBox",
"start": 9633,
"type": "Identifier"
},
"end": 9749,
"start": 9633,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 9622,
"type": "VariableDeclarator"
},
"end": 9749,
"kind": "const",
"start": 9622,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"declaration": {
"end": 9878,
"id": {
"end": 9759,
"name": "kitVentC",
"start": 9751,
"type": "Identifier"
},
"init": {
"arguments": [
{
"end": 9778,
"name": "kitBody",
"start": 9771,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9785,
"name": "seg02",
"start": 9780,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9803,
"name": "kitVentElevation",
"start": 9787,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9822,
"left": {
"end": 9818,
"name": "kitVentOffset",
"start": 9805,
"type": "Identifier",
"type": "Identifier"
},
"operator": "+",
"right": {
"end": 9822,
"raw": "4",
"start": 9821,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"start": 9805,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"end": 9841,
"name": "kitVentHoleHeight",
"start": 9824,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9859,
"name": "kitVentHoleWidth",
"start": 9843,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 9877,
"name": "kitVentHoleDepth",
"start": 9861,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 9770,
"name": "pixelBox",
"start": 9762,
"type": "Identifier"
},
"end": 9878,
"start": 9762,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 9751,
"type": "VariableDeclarator"
},
"end": 9878,
"kind": "const",
"start": 9751,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
}
],
"end": 9879,
"nonCodeMeta": {
"nonCodeNodes": {
"0": [
{
"end": 514,
"start": 496,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "1. Kitty Body",
"style": "line"
}
}
],
"4": [
{
"end": 592,
"start": 590,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"7": [
{
"end": 1006,
"start": 1004,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"8": [
{
"end": 1091,
"start": 1089,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"12": [
{
"end": 1330,
"start": 1312,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "3. Kitty Face",
"style": "line"
}
}
],
"15": [
{
"end": 1453,
"start": 1451,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"19": [
{
"end": 2404,
"start": 2378,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "3.1.2 Kitty Right Eye",
"style": "line"
}
}
],
"20": [
{
"end": 2512,
"start": 2493,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "3.2 Kitty Nose",
"style": "line"
}
}
],
"28": [
{
"end": 3702,
"start": 3683,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "4. Kitty Belly",
"style": "line"
}
}
],
"32": [
{
"end": 4053,
"start": 4051,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"33": [
{
"end": 4128,
"start": 4110,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "4.1 Kitty VHS",
"style": "line"
}
}
],
"37": [
{
"end": 4349,
"start": 4347,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"38": [
{
"end": 4386,
"start": 4365,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "4.2 Kitty Floppy",
"style": "line"
}
}
],
"43": [
{
"end": 4593,
"start": 4591,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"46": [
{
"end": 4697,
"start": 4670,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "4.3 Kitty Belly Button",
"style": "line"
}
}
],
"51": [
{
"end": 5175,
"start": 5173,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"52": [
{
"end": 5220,
"start": 5198,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "4.4 Kitty Buttons",
"style": "line"
}
}
],
"55": [
{
"end": 5440,
"start": 5438,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"59": [
{
"end": 5556,
"start": 5554,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"60": [
{
"end": 5704,
"start": 5686,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "5. Kitty Legs",
"style": "line"
}
}
],
"62": [
{
"end": 6018,
"start": 6016,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"65": [
{
"end": 6073,
"start": 6071,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"67": [
{
"end": 6918,
"start": 6916,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"69": [
{
"end": 7026,
"start": 7008,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "6. Kitty Ears",
"style": "line"
}
}
],
"72": [
{
"end": 7077,
"start": 7075,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"75": [
{
"end": 8052,
"start": 8050,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"77": [
{
"end": 8213,
"start": 8195,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "7. Kitty Side",
"style": "line"
}
},
{
"end": 8226,
"start": 8214,
"type": "NonCodeNode",
"value": {
"type": "blockComment",
"value": "7.1 Grill",
"style": "line"
}
}
],
"78": [
{
"end": 8244,
"start": 8242,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"81": [
{
"end": 8356,
"start": 8354,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"86": [
{
"end": 8527,
"start": 8525,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"88": [
{
"end": 8566,
"start": 8564,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"89": [
{
"end": 8677,
"start": 8675,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"90": [
{
"end": 8788,
"start": 8786,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"91": [
{
"end": 8899,
"start": 8897,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"92": [
{
"end": 9010,
"start": 9008,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"93": [
{
"end": 9121,
"start": 9119,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"94": [
{
"end": 9232,
"start": 9230,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"95": [
{
"end": 9360,
"start": 9341,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "7.2 Kitty Vent",
"style": "line"
}
}
],
"100": [
{
"end": 9497,
"start": 9495,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"101": [
{
"end": 9622,
"start": 9620,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
],
"102": [
{
"end": 9751,
"start": 9749,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
]
},
"startNodes": [
{
"end": 7,
"start": 0,
"type": "NonCodeNode",
"value": {
"type": "blockComment",
"value": "Kitt",
"style": "line"
}
},
{
"end": 60,
"start": 8,
"type": "NonCodeNode",
"value": {
"type": "blockComment",
"value": "The beloved KittyCAD mascot in a voxelized style.",
"style": "line"
}
},
{
"end": 62,
"start": 60,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
},
{
"end": 83,
"start": 62,
"type": "NonCodeNode",
"value": {
"type": "blockComment",
"value": "pixel box function",
"style": "line"
}
}
]
},
"start": 0
}
}